Skip to content

k0mmsussert0d/tetris-sfml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris-sfml

Small, open-source Tetris clone written in C++ with SFML library.

gameplay-screenshot

Features

  • background and block tiles textures painted by Julia Rozworska,
  • scoring system based on the original BPS version system,
  • level and cleared lines display

Usage

Controls

Move tetrominoes with ⬅️ and ➡️ Make them fall faster by holding ⬇️ Pause the game by pressing 🅿️

Building

SFML libraries need to be installed and configured in g++ compiler. Refer to SFML documentation for detailed instructions.

To build an executable, clone the repo and run make:

git checkout http://github.com/k0mmsussert0d/tetris-sfml/
cd tetris-sfml/src/
make

Running

Executable will be built in tetris-sfml/src directory. Run it with:

./tetris

License

This software, including source code and artistic works is released under GNU General Public License version 3.

About

Tetris in C++ with SFML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published