A tetris in 24h challenge
  • C++ 91.3%
  • CMake 6.3%
  • Makefile 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-09 14:03:09 +01:00
includes Initial commit 2026-01-09 14:03:09 +01:00
src Initial commit 2026-01-09 14:03:09 +01:00
CMakeLists.txt Initial commit 2026-01-09 14:03:09 +01:00
Makefile Initial commit 2026-01-09 14:03:09 +01:00
README.md Initial commit 2026-01-09 14:03:09 +01:00

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

mkdir build
cd build
cmake ..
make
./build/CelebratingTetris