Skip to content

Simple finite runner game made in OpenGL.

Notifications You must be signed in to change notification settings

Min032/Knock-it-down

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knock It Down

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.

💻 About

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

❔ How to play

  1. Clone the repo:

    git clone https://github.com/MATF-RG19/RG166-knock-it-down/
  2. Enter the directory:

    cd Knock-it-down
  3. Make build dir and enter it:

    mkdir build
    cd build
  4. Run cmake:

    cmake ./..
  5. Run Makefile:

    make
  6. Run the game:

    ./game

How the game looks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • CMake 3.9%