Let's Build a Roguelike

New to FreeBASIC? Post your questions here.
Post Reply
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Let's Build a Roguelike

Post by rdc »

Let's Build a Roguelike is a step-by-step ebook on creating a roguelike game from conception to finished product. The tutorial covers all the aspects of the game, from creating the title page, dungeon building, inventory items, monster ai, combat, file saving, creating a morgue file and more.

The final version is available at:

http://users.freebasic-portal.de/rdc/tutorials.html
Last edited by rdc on Apr 07, 2011 2:07, edited 34 times in total.
Jocke The Beast
Posts: 272
Joined: May 28, 2005 10:21
Contact:

Post by Jocke The Beast »

You're the king! All hail the king :)

Man, this is a REAL tutorial your making! When I asked you about helping me understand I didn't expect all this. You're to kind, my good sir.
Can't wait for chapter 2. Chapter 1 is now read!
Horray!
dkl
Site Admin
Posts: 3235
Joined: Jul 28, 2005 14:45
Location: Germany

Post by dkl »

Hey, that's very impressive!
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Thanks guys. Hopefully it will turn out ok.
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Chapter 2: Improving the Code. See first post.
Last edited by rdc on Jun 14, 2010 13:56, edited 1 time in total.
Jocke The Beast
Posts: 272
Joined: May 28, 2005 10:21
Contact:

Post by Jocke The Beast »

In this speed I have a running roguelike before friday :)
Thanks for the new chapter, super-cool :)
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Thanks man. I have to go back to work on Wed (been on vacation) so I will probably not be able to keep up this pace. However, I am shooting for a chapter a week which is doable.
Jocke The Beast
Posts: 272
Joined: May 28, 2005 10:21
Contact:

Post by Jocke The Beast »

That's more then enough :)
Take care and happy coding/writing!
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Chapter 3: The Main Menu. See first post.
Jocke The Beast
Posts: 272
Joined: May 28, 2005 10:21
Contact:

Post by Jocke The Beast »

Hey there fast-working-man :)
Sweet! Now we got a Title screen and a game start menu.
Works great and as always...good writing on the tutorial-wiki :)

Soon it will be time for our little @ hero to join the scene. I can't wait :)
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Chapter 4: The RPG system. See first post.
Frank Dodd
Posts: 444
Joined: Mar 10, 2006 19:22

Post by Frank Dodd »

Very nice work on these.
Jocke The Beast
Posts: 272
Joined: May 28, 2005 10:21
Contact:

Post by Jocke The Beast »

Amzing work Rick! Really good chapter again!
Thanks!
rdc
Posts: 1741
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Thanks guys.
JaDogg
Posts: 345
Joined: Apr 13, 2008 12:11
Location: Sri Lanka - Negombo
Contact:

Post by JaDogg »

cool


and why is this in "Beginners" section ?
because there is no tutorials section i guess
Post Reply