Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 331 Bytes

Tetris

Tetris in C++, made for a school final CS project. Controls show up on the menu screen. A little slow, uses WinBGIM for graphics. Used CodeBlocks Educational, because it was the only IDE that supported WinBGIM.

ToDo:

Dissociate game logic from graphics, implement graphics separately, using SDL or OpenGL.