This simple game application works on the console.
It has been created to test the code that allows to observe events from the keyboard. Classes from java.awt.event library was used.
To run this application you will need following software:
JRE
IDE (IntelliJ IDEA, Eclipse or equivalent)
Then just clone this repository to any folder on your computer:
git clone https://github.com/TimurSelivanov/ConsoleTetris.git
Open project with your IDE, and run main method in Tetris.java class.
Enjoy! )
Java Core