Skip to content

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

License

Notifications You must be signed in to change notification settings

CodeCentralClub/type-type-revolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages