Skip to content

p4nic4ttack/Tetris-SFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris using SFML

This is a basic Tetris implementation that I made during my journey of learning C++. This project makes use of the Simple and Fast Multimedia Library (SFML). In order to compile, the following command can be executed: g++ *.cpp *.h -o Tetris -lsfml-graphics -lsfml-window -lsfml-system A Makefile is also included for the connoiseurs.

Look & feel

About

C++ Tetris implementation using SFML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages