/game-hangman

A hangman game for game names. 3 guesses, find the name of the game.

Primary LanguageJavaScript

Daily Phrase project template

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/

daily-phrase-screen

Setup

Clone this template by running:

playpass create --template playpassgames/daily-phrase-game-template

For more info about using Playpass, see the quickstart guide.

Building

Test the game locally by running:

npm start

Deploy the game by running:

playpass deploy

Links

  • Documentation: Learn more about Playpass.
  • GitHub: Submit an issue or PR. Contributions are welcome!