Charles Dance is a simple javascript game which goal is to help Charles dance through your keyboard.
All you have to do is to type the right character on your screen :)
You can play it here. Or if you to install it locally, check the information below.
To install it, you just need to run (if you have npm, bower and gulp installed):
npm install
bower install
And then:
gulp
That's it.
Open the /app/index.html
file (preferably with Chrome) and start playing.
The game has been developed using JQuery, SASS and HAML.
Feel free to send a pull request (look at the issues first).