Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 826 Bytes

README.mdown

File metadata and controls

23 lines (13 loc) · 826 Bytes

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")