A simple tetris clone written in C++, using SFML for graphics and input handling
Go to file
felixalbrigtsen 623f8deb67
Update README.md
2020-05-04 23:29:09 +02:00
Pixelmania.ttf Add files via upload 2020-05-04 23:17:22 +02:00
README.md Update README.md 2020-05-04 23:29:09 +02:00
main.cpp Update main.cpp 2020-05-04 23:23:16 +02:00
makefile Update makefile 2020-05-04 23:28:04 +02:00
tetris.cpp Update tetris.cpp 2020-05-04 23:21:51 +02:00
tetris.hpp Add files via upload 2020-05-04 23:17:22 +02:00

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

  1. Install a c++ compiler, i used gcc on mac
  2. Install https://www.sfml-dev.org/ 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.