Set Up the Environment
It's assumed you have your own IDE ready!
- Install Node.js for npm
- In your terminal, run
npm install -g expo-cli. This will make it easier to get your mobile app set up! git clone --branch template https://github.com/maralihart/one-button-game.gitnpm installto install all necessary dependenciesnpm startto open a console inlocalhost:19002- On the left hand side, click
Run in web browserto get the app visible!
Extensions
Interested in continuing the code?
Ideas to Expand On
- Levels - does the game get faster? or maybe gaps get smaller?
- Showing your score while you play
- Having a game start screen
- Having a game over screen
- Introducing an avatar
Log in or sign up for Devpost to join the conversation.