DanBrooker / Quaffable

A possibly useful roguelike foundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A possibly useful roguelike foundation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 92.1%Language:Objective-C 7.7%Language:C 0.2%