An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Charles Dance
=======================

![](https://raw.githubusercontent.com/diogo405/charles/master/charles.jpg)

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