Knock It Down is a simple finite runner made in OpenGL. Basically, you're a cat. Cats like to knock things down from tables, counters... In this game, that's exactly what you're doing too. Run, knock things down as much as you can.
Project for Computer Graphics course at Faculty of Mathematics, University of Belgrade.
Written in: C++
Libraries used: OpenGL, glut
Tools used: CMake
Date: Summer 2020
-
Clone the repo:
git clone https://github.com/MATF-RG19/RG166-knock-it-down/
-
Enter the directory:
cd Knock-it-down
-
Make build dir and enter it:
mkdir build cd build
-
Run cmake:
cmake ./..
-
Run Makefile:
make
-
Run the game:
./game