This is an example of how to use the Playpass SDK to build a simple daily phrase game.
Preview: https://daily-phrase-template.playpass.games/
Clone this template by running:
playpass create --template playpassgames/daily-phrase-game-template
For more info about using Playpass, see the quickstart guide.
Test the game locally by running:
npm start
Deploy the game by running:
playpass deploy
- Documentation: Learn more about Playpass.
- GitHub: Submit an issue or PR. Contributions are welcome!