Skip to content

marceldostal/keyboardhero

Repository files navigation

Keyboard Hero

Keyboard Hero is a web based music game.

Development

For development you will need grunt and karma

npm install -g grunt-cli karma-cli

Change into project directory, then type:

npm install

Put .mp3 files into the "level" folder then run:

grunt default

Grunt starts a webserver, watches files for change and uses browserify to generate the javascript. The root dir of the generated code is "build"

You can start the game via http://localhost:9080/index.html

The levelgenerator script needs chrome, it launches a window with --remote-debugging-port=9222 to get the return values.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published