| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Curses Dungeon.zip | 2013-10-02 | 510.5 kB | |
| README.txt | 2013-06-28 | 1.2 kB | |
| Totals: 2 Items | 511.7 kB | 0 |
COPYRIGHT: this C++ project uses the "pdcurses.dll" file which was downloaded from "https://sourceforge.net/projects/pdcurses/?source=directory" and WAS NOT made by me, I just put it there because it's needed to run the executable file (curses dungeon.exe). If anyone thinks or KNOWS that this should not be done, please tell me :) THINGS TO DO: The game has three major flaws (if we ignore the fact that it can barely be called an actual game :D) -All of its code is written on a single file (main.cpp), and this will be the first thing that I will change if I decide to continue working on this. -Enemies are stupid... they follow the player regardless of the obstacles separating them from him/her. -The ground is too randomly generated, in the future I will change the code to allow the creation of actual rooms and corridors. NOTES: Firstly, I'll specify that english is NOT my native language (as you might have already found out by yourself XD), so excuse me if reading this gave you and headache. Finally, I would like to thank anyone who tries out this "game" and to thank even more the people who wrote an helpful review about it.