Skip to content

belous-dp/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Tetris game, written in Java using Swing GUI toolkit.

Demo: ezgif com-crop

Controls

Use arrows ⬅️, ⬇️, ➡️ for moving currently active tetromino, X for rotating it counterclockwise, Z for rotating clockwise.

Run

You need git and java to run the app.

  1. Clone this repo: git clone [email protected]:belous-dp/Tetris.git
  2. Locate to the cloned directory: cd Tetris
  3. Run the application: java -jar artifatcs/belous.tetris.jar

Scoring

  1. Single completed line gives you 40 points.
  2. Double completed lines give you 100 points.
  3. Triple gives 300 points.
  4. Four completed lines at once are called tetris and give you 1200 points.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages