/Tetris

Continuation of my very first project, and probably needs to be redesigned from scratch.

Primary LanguageC++

Tetris

All code by me can be found in Game.h

fixes 1

This project uses the planet chili framework for initializing OpenGL.

Seven segment counter can be found here which also uses the framework.

Base tetris game was written in my first year of uni learning C (which is a mess), and can be found here.

image

Controls
-MoveLeft = A
-MoveRight = D
-MoveDown = S
-InstantDrop = W
-RotateLeft = J
-RotateRight = K

Changes
-Instant drop added
-Lock delay added