FranLMSP / cat-minigame

Sort of like Space Invaders but with a cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cat

Basic "space" game prototype made with C++ and SDL2

Build

You need to install the SDL2 dependency in order to compile and run the game. Once you've installed it, compile and run the game with

make
./cat

About

Sort of like Space Invaders but with a cat


Languages

Language:C++ 98.5%Language:Makefile 1.5%