Letter Game
https://learn-letters-game.herokuapp.com/
This is a simple web game to help children learn to identify letters. A letter is displayed, and when the child presses the corresponding letter key on the keyboard they get to move to the next letter. When all 26 letters have been correctly identified, a video pop up is displayed.
Setup
- Have the latest version of Node.js
- Clone this repo
- Run
npm install
to install dependencies - Run
npm start
to start the server - Browse to
localhost:3000