Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.17 KB

Grandmaster Tetris (3D Tetris)

The beloved game of Tetris... in three dimensions

and then back to two dimensions

Playing

  • From source:
    • Get Open Turing (GitHub)
    • Clone the repo
    • Open main.t in Open Turing's editor
    • Find the run option
    • Use the run option
    • (Optional) Close the editor
  • From executable:
    • Download the executable from releases
    • Alternatively, download Open Turing and select the option to create an executable after opening main.t
      (If the option isn't found, try downloading an older version of it)
    • Run it

Make sure you uncheck 'music', as the files are not included.
The controls are shown in an on-screen window after you begin the game.
The window displaying the current score (a number on a white screen) must be in focus in order to control the game.

The perspective looks fine if you just think of the coloured axis lines as the back of the game space.
You can also think of the coloured axis lines as the front of the space as a fun hidden challenge for the eyes.

About

Made as a final project for a grade 11 programming course.