Initial commit

This commit is contained in:
2026-01-09 14:03:09 +01:00
commit 461139835f
9 changed files with 668 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Celebrating Tetris
This is a little trial to see if I could make a tetris game within 24 hours.
Linux dependencies :
* libxrandr-dev
* libxcursor-dev
* libudev-dev
* libfreetype-dev
* libopenal-dev
* libflac-dev
* libvorbis-dev
* libgl1-mesa-dev
* libegl1-mesa-dev
## Building
```bash
mkdir build
cd build
cmake ..
make
./build/CelebratingTetris
```