A simple tetris clone written in C++, using SFML for graphics and input handling
Go to file
felixalbrigtsen ee1c2684a4
Add files via upload
2020-05-04 23:50:39 +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:49:57 +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
screenshot.png Add files via upload 2020-05-04 23:50:39 +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.

Gameplay Screenshot

Install / Build

  1. Install a c++ compiler, i used gcc on mac
  2. Install 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.