Skip to content

taharshd/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

C++ and SFML, Tetris. Figuring out how animations work was fun. Procedural was forced.

Running it on Linux

Extract the repo into any directory, and run the following commands in a terminal:

g++ -c main.cpp

g++ main.o -o game -lsfml-graphics -lsfml-audio -lsfml-window -lsfml-system

./game

About

C++ and SFML, Tetris. Figuring out how animations work was fun. Procedural was forced.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published