Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgtcodfish/rgl
Playing with libtcod!
https://github.com/sgtcodfish/rgl
Last synced: about 1 month ago
JSON representation
Playing with libtcod!
- Host: GitHub
- URL: https://github.com/sgtcodfish/rgl
- Owner: SgtCoDFish
- License: mit
- Created: 2015-03-29T12:12:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T00:06:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-14T14:32:06.301Z (3 months ago)
- Language: C++
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```