/letter-game

Simple web game for learning letters

Primary LanguageJavaScript

Letter Game

Letter Game Screenshot

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

  1. Have the latest version of Node.js
  2. Clone this repo
  3. Run npm install to install dependencies
  4. Run npm start to start the server
  5. Browse to localhost:3000