sfml_tetris/README.md

16 lines
413 B
Markdown
Raw Normal View History

2020-05-04 23:16:25 +02:00
# sfml_tetris
2020-05-04 23:30:04 +02:00
A simple tetris clone written in C++, using SFML for graphics and input handling.
2020-05-04 23:28:41 +02:00
Mimics the feel of retro tetris.
2020-05-04 23:29:09 +02:00
# Install / Build
2020-05-04 23:28:41 +02:00
1. Install a c++ compiler, i used gcc on mac
2020-05-04 23:29:36 +02:00
2. Install [SFML](https://www.sfml-dev.org/) and configure it to your system. Make sure it is added to path
2020-05-04 23:29:09 +02:00
3. Build with ``` make out ```
4. Execute with ``` ./tetris ```
2020-05-04 23:28:41 +02:00
I do not own the font or the SFML library.