Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yes another Tetris clone!

Tetris Gameplay

If you dont want to download it, you can play it online here in applet form which also features high score submission!

Keys Move piece left: Left key Move piece right: Right key Move piece down: Down key Rotate piece: Up key Change rotation direction: R Key Pause game: P Key New game: N Key Submit score to high scores: S Key (when games over)

Game play Player moves on to the next level every 60 seconds. Every level the drop rate of the Tetris piece gets faster by 20ms. The more rows you complete at once the more points you recive, points are as follows:

1 row: 100 points 2 rows: 300 3 rows: 600 4 rows: 900 You get bonus points for .dropping. (using down key) a piece.

Extra There are a few easter eggs. See if you can find them

--

To compile: javac $(find . -name "*.java") To run: java tetrisjava/Main

About

Another Tetris Clone (Java)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages