Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgtcodfish/rgl

Playing with libtcod!
https://github.com/sgtcodfish/rgl

Last synced: about 1 month ago
JSON representation

Playing with libtcod!

Awesome Lists containing this project

README

        

# rgl
rgl is a tiny roguelike which is built to scratch an itch.

# Building
You'll need to install [AshleyCPP](https://github.com/SgtCoDFish/AshleyCPP) and have SDL2 available.

You'll also (currently) need [LibTCOD](http://roguecentral.org/doryen/libtcod/) which is a roguelike game library. It's available as `libtcod-dev` on recent versions of Ubuntu.

An OSX port is available [on GitHub](https://github.com/podiki/libtcod-mac) but it might take some wrestling to get it working.

If you get it running on Windows, please do tell me about it!

To build:

```
mkdir build
cmake -DCMAKE_BUILD_TYPE= ..
make [-j4]
```