Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashirkhan21/tetris

A Tetris Game in C++ using SFML Graphics
https://github.com/hashirkhan21/tetris

2d-game cpp sfml sfml-game tetris

Last synced: 20 days ago
JSON representation

A Tetris Game in C++ using SFML Graphics

Awesome Lists containing this project

README

        

# tetris
A Tetris Game in C++ using SFML Graphics

EXAMPLE
![image](https://github.com/hashirkhan21/tetris/assets/94777942/fd043050-2e77-417c-ad75-3fe32cd73321)

To compile the game:
g++ -c main.cpp -o main.o
g++ main.o -o my_program -lsfml-graphics -lsfml-window -lsfml-system

To run it:
./my_program