b6317dd8e5 | ||
---|---|---|
Pixelmania.ttf | ||
README.md | ||
Skjermbilde 2020-05-04 kl. 23.42.53.png | ||
main.cpp | ||
makefile | ||
tetris.cpp | ||
tetris.hpp |
README.md
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 SFML 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.