/Octovasion

:octopus: An RC game jam game! :octopus:

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Octovasion

A game for the Recurse Center game jam!

Building

This project uses CMake.

$ mkdir build
$ cd build
$ cmake -G "Unix Makefiles" ..
$ make catch
$ make && ./Test && ./Octovasion

Licensed under the GPL, version 3