Update README.md

This commit is contained in:
felixalbrigtsen 2020-05-04 23:49:57 +02:00 committed by GitHub
parent b877e60e4e
commit 3e3a6e19b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ A simple tetris clone written in C++, using SFML for graphics and input handling
Mimics the feel of retro tetris. Mimics the feel of retro tetris.
![Gameplay Screenshot](./screenshot.png)
# Install / Build # Install / Build
1. Install a c++ compiler, i used gcc on mac 1. Install a c++ compiler, i used gcc on mac