A clone of the popular game Tetris written in C++ with the raylib library.
Run the following commands:
git clone https://github.com/AtticusHelvig/tetris.git
cd tetris
mkdir build && cd build
cmake ..
make
Warning
I developed this project on linux. Building on other systems is largely untested.
Ensure you have MinGW installed.
Run the following commands:
git clone https://github.com/AtticusHelvig/tetris.git
cd tetris
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
make