Chaosforge Forum
General => Off Topic => Topic started by: Darkwaterotter on June 30, 2008, 19:16
-
i need to how do i go about creating a RL i know nothing about how to script it
i know how to write in basic i dont know if that is enough
if not what would be a better code to write in
where would i go to learn to make a RL
-
rec.games.roguelike.development
http://roguebasin.roguelikedevelopment.org/index.php?title=Roguelike_Dev_FAQ
http://roguebasin.roguelikedevelopment.org/index.php?title=How_to_Write_a_Roguelike_in_15_Steps
http://roguebasin.roguelikedevelopment.org/index.php?title=Articles
-
Thank you these will defiantly help
-
If you got C or any variant there are several libraries for this type of games. I suggest "Curses" (Original Rogue is made with this library).
-
cool thanks