Skip to content

Balajanovski/3D-Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-Tetris

Created as a project for UNSW COMP1511 course.
Fully functional traditional tetris with 3D visuals using OpenGL.

Dependencies

Installation instructions

  1. Install all of the dependencies above if you have not already.
  2. Clone the repository via the command line with git clone https://github.com/Balajanovski/3D-Tetris.git
  3. Navigate to the repository root directory
  4. Type cmake . to generate a makefile
  5. Type make to build the project
  6. Run the game by typing ./3d-tetris

Controls

Left Arrow : Move tetromino left
Right Arrow : Move tetromino right
Up Arrow : Rotate tetromino
Down Arrow : Move tetromino down quicker
Space Bar : Drop tetromino
Esc Key : Escape game
P key : Pause game
R key : Reset game

Credits

Screenshots of Gameplay

Screenshot 1 of Gameplay
Screenshot 2 of Gameplay