Chaosforge Forum

General => Off Topic => Topic started by: Darkwaterotter on June 30, 2008, 19:16

Title: I want to make a RL
Post 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
Title: Re: I want to make a RL
Post by: Titt on June 30, 2008, 20:19
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
Title: Re: I want to make a RL
Post by: Darkwaterotter on July 01, 2008, 22:31
Thank you these will defiantly help
Title: Re: I want to make a RL
Post by: ParaSait on July 05, 2008, 11:34
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).
Title: Re: I want to make a RL
Post by: Darkwaterotter on July 05, 2008, 19:47
cool thanks