https://github.com/diogo405/charles
A javascript game to help you type faster
https://github.com/diogo405/charles
javascript-game
Last synced: 3 months ago
JSON representation
A javascript game to help you type faster
- Host: GitHub
- URL: https://github.com/diogo405/charles
- Owner: diogo405
- License: mit
- Created: 2016-05-11T10:35:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T05:00:27.000Z (about 9 years ago)
- Last Synced: 2025-01-07T23:55:42.869Z (5 months ago)
- Topics: javascript-game
- Language: JavaScript
- Homepage:
- Size: 6.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Charles Dance
=======================
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](http://diogo405.github.io/charles/app/). Or if you to install it locally, check the information below.
### Installing local
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.
### Playing local
Open the `/app/index.html` file (preferably with Chrome) and start playing.### Development
The game has been developed using JQuery, SASS and HAML.Feel free to send a pull request (look at the issues first).