Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbrooker/quaffable
A possibly useful roguelike foundation
https://github.com/danbrooker/quaffable
Last synced: about 2 months ago
JSON representation
A possibly useful roguelike foundation
- Host: GitHub
- URL: https://github.com/danbrooker/quaffable
- Owner: DanBrooker
- License: bsd-3-clause
- Created: 2012-02-16T21:20:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-11T01:52:48.000Z (almost 13 years ago)
- Last Synced: 2023-04-05T20:06:49.404Z (almost 2 years ago)
- Language: C++
- Size: 890 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
Awesome Lists containing this project
README
# Quaffable
Quaffable is something-like a roguelike foundation. It's really just my rehashing of a roguelike over several years then I'm making available.
It has some nice features, but in general it's a bit of a mess. I hope to be improving it shortly.
The source is licensed under the New BSD License.
## Requirements
* SDL
* SDL_Image### MAC OS X
Install SDL and SDL_Image into Frameworks, (I may bundle this as a private framework soon)
So far only tested on Mac OS X 10.5+, but it's c++ and SDL so technically could run on other platforms with some minor fixes.
## Screenshots
![Screenshot of Outside](https://github.com/DanBrooker/Quaffable/raw/master/Screenshots/Picture 9.png "Sample")
![Screenshot of Debug Mode](https://github.com/DanBrooker/Quaffable/raw/master/Screenshots/Picture 10.png "Sample Debug")