Author Topic: Rdc's wikibook "Let's Build a Roguelike"  (Read 24426 times)

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #15 on: January 19, 2011, 03:47:50 PM »
Best way to reach the creator (Rick Clark) about LBAR is through this forum-thread:http://forum.basicprogramming.org/index.php/topic,1542.0.html

I asked about 2 weeks ago what was left to do and he answered:
Quote
Well, we are almost there. I am working on the magic system which will take a bit of work to implement. After that I need to add the Wandering Merchant, and the save\load routines, the morgue file and help. That will wrap it up I think.
But if you wan't more features, don't hesitate to contact him. He's a nice guy  :)

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #16 on: January 27, 2011, 11:39:26 AM »
One week late, but anyways... Update!

Two new chapters done.

-Chapter 31. Armor Magic
-Chapter 32. Jewelry Magic

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #17 on: February 20, 2011, 12:07:58 PM »
UPDATE!
Chapter 33: "Spellbooks" completed.

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #18 on: March 03, 2011, 09:12:59 PM »
UPDATE!

"Chapter 34: Spellcasting"

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #19 on: March 05, 2011, 03:07:59 PM »
5 new chapters!

Quote
35: Tweaking the Game 2
36: Locked Doors
37: Closing Doors
38: Traps
39: Searching
40: The Wandering Merchant

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #20 on: March 11, 2011, 01:24:14 PM »
Largely complete on his site now in one big download package while he finishes off some misc bits and cleans things up for a more "final" release.
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #21 on: March 14, 2011, 09:17:44 AM »
Like Getter77 said, it's more or less finished now.
Quote
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.

Chapter List

The Title Screen
Improving the Code
The Main Menu
The RPG System
Character Generation
The Intro
Dungeon Building
The Dungeon
Moving Around
Main Display
Inventory Structure
Generating Items
Character Inventory
Character Inventory II
Armor and Shields
Weapons
Monsters
Monster Movement
Melee Combat
Resting Model
Character Improvement
Projectile Combat
Scaling Monster Attacks
Wands
Generalizing Character Attributes
Potions
Scaling Difficulty Levels
Jewelry
Weapon Magic
Tweaking the Game 1
Armor Magic
Jewelry Magic
Spell Books
Spell Casting
Tweaking the Game 2
Locked Doors
Closing Doors
Traps
Searching
The Wandering Merchant
Tweaking the Game 3
Inscribing Spell Books
Monster Magic
The Amulet
Morgue File
Save and Load
Winning and Losing
The End and Beginning

Homepage:

http://users.freebasic-portal.de/rdc/tutorials.html

The distribution includes the ebook in Wiki-On-A-Stick format and all source code for each chapter, as well as the final draft source.

Draft version d/l:

http://users.freebasic-portal.de/rdc/roguelike/rldraft.zip (5.82 mb)

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Rdc's wikibook "Let's Build a Roguelike"
« Reply #22 on: April 07, 2011, 12:09:27 PM »
Final version now out!   Certainly a thing to read and work through because hey, FreeBasic....might as well!   8)

http://games.freebasic.net/dumpbyid.php?input=22   This game somehow never caught on big time, despite it being pretty meaty/wrecked me handily.   So clearly the language is capable going forward.
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training