salviati / eversion

A CRPG engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eversion is a console-style RPG engine, an old piece of code I wrote back in 2002-2004.
Did some minor cleanups before moving the codebase to github.

Requires SDL, SDL_image and SDL_net.
Just run ./configure && make to compile and src/eversion to run the game.
Send bugs & improvements to utkan@freeconsole.org.

Code released under GNU LGPLv3.
I have no idea about the origins of the image files (sprites) under data/*, please drop me a line if you know.
They are being used under fair use, and I'd be more than happy to replace them with free alternatives.

About

A CRPG engine

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 70.2%Language:Shell 22.7%Language:C 5.7%Language:Objective-C 1.4%