An open API service indexing awesome lists of open source software.

https://github.com/hauke96/glowing-octo-batman

An ASCII based adventure game written in C++. You have to do stuff in this game.
https://github.com/hauke96/glowing-octo-batman

Last synced: 7 months ago
JSON representation

An ASCII based adventure game written in C++. You have to do stuff in this game.

Awesome Lists containing this project

README

          

# glowing-octo-batman
An ASCII based adventure game written in C++. You have to do stuff in this game.
* The documentation is available under [http://hauke-stieler.de/public/glowing-octo-batman/doc/](http://hauke-stieler.de/public/glowing-octo-batman/doc/)

## Building

On Linux, install *gcc*, *cmake*, *make*. Then run

make

This will create a complicated Makefile under `build/` and compile the project there.