Skip to content

A submission for "One Button Game" for Local Hack Day: Share

Notifications You must be signed in to change notification settings

maralihart/one-button-game

 
 

Repository files navigation

One Button Game

This game was built for Local Hack Day: Share 2021's livestream. This repository is the template code needed to participate with the livestream. If you like this content, follow Mara on Twitch or find Mara on Twitter.

This was built using Ania Kubow's tutorial + Original GitHub as a template and then edited to fit a workshop style.

Set Up the Environment

It's assumed you have your own IDE ready!

  1. Install Node.js for npm
  2. In your terminal, run npm install -g expo-cli. This will make it easier to get your mobile app set up!
  3. git clone --branch template https://github.com/maralihart/one-button-game.git
  4. npm install to install all necessary dependencies
  5. npm start to open a console in localhost:19002
  6. On the left hand side, click Run in web browser to 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

About

A submission for "One Button Game" for Local Hack Day: Share

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%