Skip to content

A university assignment to produce a version of tetris using Java.

Notifications You must be signed in to change notification settings

williamhdavis/University-Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

University Project - Tetris

A project from my second year at university. A version of Tetris to demonstrate the ability to develop an application to specific instructions within the Java programming language. As such, by default this version of Tetris makes use of an alternate scoring system as defined by the project requirements. As an additional feature, a more traditional scoring system can be accessed from the game over state by pressing the "S" key.

Controls

  • Left Arrow - Move the Tetrimino left.
  • Right Arrow - Move the Tetrimino right.
  • Up Arrow - Rotate the Tetrimino.
  • Down Arrow - Soft drop the Tetrimino.
  • Space - Hard drop the Tetromino.
  • P - Pause/Unpause the game if one is running.
  • R - Restart the game if a game over has been reached.
  • S - Switch scoring mode between simple and complex. Only works in the game over state.

About

A university assignment to produce a version of tetris using Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages