rdiazroman / wordgame

My word game
MIT License
1 stars 0 forks source link

WordGame APP

Small word puzzle game that presents the user with a mangled word and asks her to enter the correct, unmangled word. If the word to unmangle is pizza the application may present the word as zpaiz and the user must then enter P I Z Z A in this order for the solution to be accepted.

Hitting delete key will remove 1 point of the score.

Implementation

Installation

$ git clone https://github.com/rdiazroman/wordgame.git
$ cd wordgame
$ npm install
$ node server.js

http://localhost:8080/

online at: https://rubenwordgame.herokuapp.com/

by Ruben Diaz Roman