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

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

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.