Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2 3

Author Topic: The birth(and eventual death) of a roguelike  (Read 5072 times)

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
The birth(and eventual death) of a roguelike
« on: January 25, 2009, 06:58:21 pm »

So, I don't want to wait for the eventual official thread, and want practice for it, so I will start making my own roguelike.

This thread will document the progress.

Schedule:
  • 01/25/2009:
    • 6:56 PM: This thread was started
    • 7:19 PM: Gut old code from copy-pasted base
    • 8:09 PM: Basic drawing functions
    • 8:54 PM: String drawing
    • 9:18 PM: Debugging why the string drawing is not working(It was my old enemy: char vs unsigned char)
    • 10:11 PM: Simple keyboard input
  • 01/27/2009:
    • {ongoing} levels/characters planning
    • 6:26 PM: Level storage
    • {current} Level drawing
    • {next} Test character on level, reacts to simple direction movement
« Last Edit: January 27, 2009, 06:26:43 pm by qwertyuiopas »
Logged
Eh?
Eh!

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: The birts(and eventual death) of a roguelike
« Reply #1 on: January 25, 2009, 06:59:02 pm »

{reserved, in case the list grows too long}
Logged
Eh?
Eh!

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: The birth(and eventual death) of a roguelike
« Reply #2 on: January 25, 2009, 06:59:41 pm »

{reserved, in case the list grows too long}
Logged
Eh?
Eh!

Fenrir

  • Bay Watcher
  • The Monstrous Wolf
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #3 on: January 25, 2009, 07:07:25 pm »

May you have much success, Qwerty.
Logged

a1s

  • Bay Watcher
  • Torchlight Venturer
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #4 on: January 25, 2009, 07:09:11 pm »

First off, good luck in your new (if a little cliche'd) beggining. however wouldn't this be better served in 'the other games' subforum?

also How long are you planning on making that list? you can have up to 40 KB of text in one post, you know...
Logged
I tried to play chess but two of my opponents were playing competitive checkers as a third person walked in with Game of Thrones in hand confused cause they thought this was the book club.

Dasleah

  • Bay Watcher
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #5 on: January 25, 2009, 07:11:49 pm »

Yar, good luck  ;)

We're hammering out the details of the 'official' Bay12Games Roguelike Competition behind the scenes, but something like this is fine. So everyone else that wants to do something for the comp, feel free to start now and get some practice.
Logged
Pokethulhu Orange: UPDATE 25
The Roguelike Development Megathread.

As well, all the posts i've seen you make are flame posts, barely if at all constructive.

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: The birth(and eventual death) of a roguelike
« Reply #6 on: January 25, 2009, 07:16:15 pm »

Well, I plan to have more than one list item done each day, and maybe some details, maybe some images, so I don't know if it will ever get too big, but I would rather not find that 2 posts is not enough.
Logged
Eh?
Eh!

inaluct

  • Bay Watcher
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #7 on: January 25, 2009, 07:34:23 pm »

Huzzah! Anything unusual planned for it?
Logged

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: The birth(and eventual death) of a roguelike
« Reply #8 on: January 25, 2009, 07:45:48 pm »

Not yet, maybe once I have a basic engine up and running.
Logged
Eh?
Eh!

Vaiolis

  • Bay Watcher
  • I Am Penguin!
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #9 on: January 25, 2009, 07:59:01 pm »

Good luck with it ;)

might I ask what language you are using to make it?
Logged
Today's Toady Tip: 3 and 4 are not the same number.
How borgly is your borgle's borgle?
The Minister of BEEEES! and of The Great Charter for the Toady Protectorate!

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: The birth(and eventual death) of a roguelike
« Reply #10 on: January 25, 2009, 08:11:01 pm »

C and openGL.
Logged
Eh?
Eh!

Zai

  • Bay Watcher
  • Elmo? Is that a SIMPLE UTENSIL?
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #11 on: January 25, 2009, 08:13:57 pm »

Yeah, good luck with this.

Originality is always good, by the way. Why I say this, I'm not too sure.
Logged
DEATH has been waiting for you. He has poured you some TEA.

Fishersalwaysdie

  • Bay Watcher
  • Slayer of Threads
    • View Profile
    • http://chupacabra
Re: The birth(and eventual death) of a roguelike
« Reply #12 on: January 26, 2009, 07:30:02 am »

I hope the eventual death will be one from old age.
Logged
Cannot find self-destruction button, could have sworn it's somewhere here...

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: The birth(and eventual death) of a roguelike
« Reply #13 on: January 28, 2009, 09:42:39 pm »

Well, I got lazy about recording EVERYTHING I did, but now I too have an @ walking around the screen.
The blue tile is the current position of the mouse:)
The walls are visual only but spawned in-game.

Logged
Eh?
Eh!

Fenrir

  • Bay Watcher
  • The Monstrous Wolf
    • View Profile
Re: The birth(and eventual death) of a roguelike
« Reply #14 on: January 28, 2009, 09:48:04 pm »

Very good. Keep us informed!
Logged
Pages: [1] 2 3