https://github.com/mikomikotaishi/tetris-raylib
An implementation of the game Tetris using Raylib-cpp
https://github.com/mikomikotaishi/tetris-raylib
game game-development raylib raylib-cpp tetris
Last synced: 3 months ago
JSON representation
An implementation of the game Tetris using Raylib-cpp
- Host: GitHub
- URL: https://github.com/mikomikotaishi/tetris-raylib
- Owner: mikomikotaishi
- Created: 2024-10-04T06:04:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T20:27:40.000Z (5 months ago)
- Last Synced: 2025-01-28T21:29:10.212Z (5 months ago)
- Topics: game, game-development, raylib, raylib-cpp, tetris
- Language: C++
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tetris-raylib
A recreation of the game Tetris, in C++ using the Raylib library.## Usage
Compile using `make`. Run with `./tetris`.## TODO
Implement new interesting mechanics, and more features to the game.