https://github.com/salviati/eversion
A CRPG engine
https://github.com/salviati/eversion
Last synced: 7 months ago
JSON representation
A CRPG engine
- Host: GitHub
- URL: https://github.com/salviati/eversion
- Owner: salviati
- License: lgpl-3.0
- Created: 2012-08-16T00:48:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-16T10:27:35.000Z (about 13 years ago)
- Last Synced: 2025-01-21T00:49:36.000Z (9 months ago)
- Language: C++
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
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.