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.
$ 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