Skip to content
/ Tetris Public

C++ Tetris project (in progress). Attempting to recreate this classic game from scratch. Nice way to practice algorithms, data structs and logic.

Notifications You must be signed in to change notification settings

xflr/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TETRIS

C++ Game showcase.

Alt text

Requires SDL2 and SDL2_TTF (I'd encourage you to read the libs documentation)

To compile, use these flags: "-w -lSDL2 -lSDL2_ttf" to link.

Enjoy-it!

Best,

Alexandre Bressane

About

C++ Tetris project (in progress). Attempting to recreate this classic game from scratch. Nice way to practice algorithms, data structs and logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published