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.
- Host: GitHub
- URL: https://github.com/hauke96/glowing-octo-batman
- Owner: hauke96
- Created: 2015-05-19T21:23:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T17:19:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T09:18:04.156Z (9 months ago)
- Language: C++
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.