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