AWoRaFED rc1


Final entry, for linux only. Will have to see if I can/have time to make a windows port later.

The goal is to survive as long as possible, with the help of a few spells. how to play are in the readme.txt file.

Game depends on the ncurses library.

To make your own map, just make a text file and give it a one character long name (which is not q) and place it in the levels folder. There are some issues with large maps.

Download:RC2 – Rapidshare(Linux)

http://files.filefront.com/13631588 (linux/windows)

http://www.cymonsgames.com/pages/aworafed/FourEyes_ld14_aworafed_rc2.zip (Linux/windows)

edit: after some playtesting it seems the game take some time to get hard. a smaller map should help on that :)

edit2: rc2 is finished, features less health, less mana, less space, more zombies. just waiting for firefront to actually let me upload….

edit3: forgot: you will likely have to start it trough the terminal. at least me and my test person had to (in linux)

edit4: download for windows up. thanks for porting it Cymon

Tags: ASCII, aworafed, final, linux, rc, Windows

Comments

19. Apr 2009 · 23:43 UTC
Love the title.
FourEyes
20. Apr 2009 · 17:30 UTC
Sure, go ahead and post it on your site Cymon. Also thanks for making a windows version. It’s the first time I have used the curses library, so I had no idea what I would need to do to get it working on windows.
20. Apr 2009 · 19:03 UTC
PDCurses is actually pretty good for computability. There are some little problems with colors and mouse control, but otherwise you it’s no big deal. In this case the only problem was with “sleep” which I had to #define to napms(x * 1000). But you don’t use it very often. Maybe I’ll see if it can be rewritten to just be a getch().