/type-type-revolution

The game is like guitar hero, but there are letters and the input is made by the keyboard.

Primary LanguageJavaMIT LicenseMIT

Type Type Revolution

This game is like Guitar Hero, but there are letters in place of glowing colored circles, and combos are made of words, not just by holding a button down.

Building

Automatically

Use IntelliJ IDEA to open up org.codecentral.type.TTRGame.java in the src directory. Click the green run button that appears in the side gutter.

Manually

Use the javac compiler to compile the sources:

javac -sourcepath src -d out/

To run, use the java CLI:

java out/org.codecentral.type.TTRGame