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

https://github.com/yoboujon/yoyo_tetris

Tetris clone using raylib in C++
https://github.com/yoboujon/yoyo_tetris

cpp cpp20 game-development raylib tetris-clone tetris-game

Last synced: 5 months ago
JSON representation

Tetris clone using raylib in C++

Awesome Lists containing this project

README

          

# yoyoTetris

Just a cool tetris game made with Raylib 4.5 :)

Needed packages (For Linux) :
```bash
sudo dnf install libX11-devel libXrandr-devel libXinerama-devel libXi-devel libXcursor-devel
```