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: over 1 year ago
JSON representation
A Tetris Game in C++ using SFML Graphics
- Host: GitHub
- URL: https://github.com/hashirkhan21/tetris
- Owner: hashirkhan21
- Created: 2024-05-26T15:01:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T15:16:33.000Z (about 2 years ago)
- Last Synced: 2025-01-30T21:17:36.009Z (over 1 year ago)
- Topics: 2d-game, cpp, sfml, sfml-game, tetris
- Language: C++
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tetris
A Tetris Game in C++ using SFML Graphics
EXAMPLE

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