mirror of
https://github.com/felixalbrigtsen/sfml_tetris
synced 2026-08-11 14:32:34 +02:00
76682b54cde93ff2dc680dc25ca2e9d1bfc2412f
sfml_tetris
A simple tetris clone written in C++, using SFML for graphics and input handling Mimics the feel of retro tetris.
#Install / Build
- Install a c++ compiler, i used gcc on mac
- Install https://www.sfml-dev.org/ and configure it to your system. Make sure it is added to path
- Build with ''' make out '''
- Execute with ''' ./tetris '''
I do not own the font or the SFML library.
Description
A simple tetris clone written in C++, using SFML for graphics and input handling
317 KiB
Languages
C++
98.3%
Makefile
1.7%