Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 619 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 619 Bytes

Knock It Down

What is it about?

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.

How to play?

  1. Clone the repo:

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

    cd RG166-knock-it-down
  3. Run Makefile:

    make
  4. Start the game:

    ./Knock

How the game looks