Thread: Trying to start a roguelike

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Or you could just redraw the entire thing every loop and use something besides the Win32 console. Anything I do text-based I usually do through SDL. Makes for more portable code and it can be double buffered - which is great on the eyes.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    15
    Thanks everyone. I've got quite a few things working now, but one thing that is killing me is random dungeon generation. I have been working on it for about 6 hours now, and I can't get the rooms I generate to not randomly overlap. I haven't even thought about halls yet. I think I'm going to take a break and try this again later, as my head is killing me now. If anyone has a good idea as to how I could do this, please let me know.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. Adventures in labyrinth generation.
    By guesst in forum Game Programming
    Replies: 8
    Last Post: 10-12-2008, 01:30 PM
  3. C++ gui for windows where to start
    By prixone in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2006, 11:48 PM
  4. GNOME Desktop won't start (Mandriva)
    By psychopath in forum Tech Board
    Replies: 10
    Last Post: 07-19-2006, 01:21 PM
  5. Where do I start?
    By Unregistered in forum Game Programming
    Replies: 2
    Last Post: 04-08-2002, 12:42 AM