diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-01 16:58:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-01 16:58:32 (EDT) |
commit | 039b265f2aac37449e001ff7697676c4b71bd815 (patch) | |
tree | 53a81320713be8a0ac2966674ce0710e6a34c81a /projects | |
parent | a53c7b8fee1d5dd216d6360ad27bc65e30863e30 (diff) | |
download | www-039b265f2aac37449e001ff7697676c4b71bd815.zip www-039b265f2aac37449e001ff7697676c4b71bd815.tar.gz www-039b265f2aac37449e001ff7697676c4b71bd815.tar.bz2 |
projects/index.mdwn: Describe overworld-rpg.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn index f636bba..f47fbb2 100644 --- a/projects/index.mdwn +++ b/projects/index.mdwn @@ -41,6 +41,15 @@ Active or Otherwise Interesting local browsing or to generate static HTML documents to be efficiently served by an HTTP server. Documents could even be preprocessed, e.g. by a Markdown processor, before being parsed with ssic. + * overworld-rpg (sources coming soon): + An untitled experimental overworld role-playing game engine. Written in C + and designed to be visually pleasing, lightweight, and portable. Features a + resource management system (with reference counting and garbage collection), + [Tiled](http://www.mapeditor.org/) map parser, [GIMP](http://www.gimp.org) + palette parser, realistic and efficient day/night [palette + cycling](https://en.wikipedia.org/wiki/Color_cycling) system (with linear + and cosine functions), and more. Uses GNU Autoconf, Automake, Expat, + SDL 1.2, SDL_image 1.2, and zlib. * [cursespong](http://git.pehjota.net/cursespong/cursespong.git/): An unfinshed and untitled PONG-like game written in C and using the curses interface. |