Update README.md

This commit is contained in:
felixalbrigtsen
2020-05-04 23:28:41 +02:00
committed by GitHub
parent 0fd275784b
commit 76682b54cd

View File

@@ -1,2 +1,13 @@
# sfml_tetris # sfml_tetris
A simple tetris clone written in C++, using SFML for graphics and input handling A simple tetris clone written in C++, using SFML for graphics and input handling
Mimics the feel of retro tetris.
#Install / Build
1. Install a c++ compiler, i used gcc on mac
2. Install [https://www.sfml-dev.org/](SFML) and configure it to your system. Make sure it is added to path
3. Build with ''' make out '''
4. Execute with ''' ./tetris '''
I do not own the font or the SFML library.