diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 14:41:06 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 14:41:06 (EST) |
commit | 8b048e64c42e57b9844e38e95e4c4034f3dea3ed (patch) | |
tree | c10a688d10ec581b7a2a10faa21ee34a9da1e182 /projects | |
parent | 412fb3bc59ea1eafe11805863d92b122e6204bf9 (diff) | |
download | www-8b048e64c42e57b9844e38e95e4c4034f3dea3ed.zip www-8b048e64c42e57b9844e38e95e4c4034f3dea3ed.tar.gz www-8b048e64c42e57b9844e38e95e4c4034f3dea3ed.tar.bz2 |
projects/index.mdwn: Refer to overworld-rpg/.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.mdwn | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn index fb85d34..2f5b678 100644 --- a/projects/index.mdwn +++ b/projects/index.mdwn @@ -41,17 +41,9 @@ 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](http://git.pehjota.net/overworld-rpg/overworld-rpg.git/): - An untitled experimental - [overworld](https://en.wikipedia.org/wiki/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/) XML map parser, - [GIMP](http://www.gimp.org) palette parser, tile-based and layered world map - renderer, 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, - SDL_image, and zlib. + * [overworld-rpg](overworld-rpg/): + An untitled experimental overworld role-playing game engine. Written in C + and designed to be visually pleasing, lightweight, and portable. * [cursespong](http://git.pehjota.net/cursespong/cursespong.git/): An unfinshed and untitled PONG-like game written in C and using the curses interface. |