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++
- Host: GitHub
- URL: https://github.com/yoboujon/yoyo_tetris
- Owner: yoboujon
- License: other
- Created: 2023-08-10T19:31:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T20:09:47.000Z (over 1 year ago)
- Last Synced: 2025-08-03T04:01:57.700Z (12 months ago)
- Topics: cpp, cpp20, game-development, raylib, tetris-clone, tetris-game
- Language: C++
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```