Temple of The Roguelike Forums

Development => Programming => Topic started by: ido on December 08, 2011, 07:45:28 PM

Title: One Day Roguelike Challenge - December 2011
Post by: ido on December 08, 2011, 07:45:28 PM
From the people who brought you the 1kb Roguelike Challenge (https://groups.google.com/d/topic/rec.games.roguelike.development/7IcUzanwyLw/discussion), Yet another one of the silly challenges originating at the roguelike development irc channel (http://roguebasin.roguelikedevelopment.org/index.php/Rgrd_chatroom) has been proclaimed:

The One Day Roguelike Challenge (December 2011) (http://goo.gl/zqwpT)

Choose any time from Thursday, Dec 8th to Sunday, Dec 11th and make a roguelike game in 24 hours!

And don't forget to list yourself in the above-linked document!

-Ido.
Title: Re: One Day Roguelike Challenge - December 2011
Post by: corremn on December 08, 2011, 11:02:38 PM
What are the rules? use existing code, but all new content? Sounds interesting, I have an idea already, might be too hard to implement.
Title: Re: One Day Roguelike Challenge - December 2011
Post by: jraregris on December 09, 2011, 05:05:53 AM
I started 8th 21:30 UTC and finished 9th 04:50 UTC.

Cave Santa
It's Cave Christmas and you are Cave Santa. You must deliver as many Cave Presents to the Cave Orphans as you can before you get eaten by the Cave Cannibals!

Navigate the Caves by pressing the vikeys or numpad. Interact with things by walking on them. Be the Best Cave Santa and get on the High Score table!

Point your ssh machines to santa@topolov.weknowwhatboyslike.com with the password "santa".
Title: Re: One Day Roguelike Challenge - December 2011
Post by: guest509 on December 09, 2011, 06:31:39 AM
  Not sure I updated the doc correctly. I have been having trouble with googledocs. Anyway I'll give it a go tomorrow. It'll be more of a concept test but hey that's what we do with these half the time anyway.
Title: Re: One Day Roguelike Challenge - December 2011
Post by: ido on December 09, 2011, 09:43:45 AM
What are the rules? use existing code, but all new content?

Use what you see fit - just have a new game in 24 hours that did not exist before :)
Title: Re: One Day Roguelike Challenge - December 2011
Post by: XLambda on December 09, 2011, 11:57:04 AM
Awesome, will try to get sth. done!  ;D
Title: Re: One Day Roguelike Challenge - December 2011
Post by: guest509 on December 10, 2011, 03:51:36 AM
  Well people I failed my 1DRL. My plan was to take an existing real time maze game that came with my programming tutorial and add a procedurally based dungeon. Just one largish level.
  It was just too much. So what I ended up with was totally unfinished and unplayable.
Title: Re: One Day Roguelike Challenge - December 2011
Post by: george on December 10, 2011, 04:53:24 AM
Bilebio is a pretty neat concept, I quite liked the plant growth visuals. Hope jab fleshes it out some more.
Title: Re: One Day Roguelike Challenge - December 2011
Post by: XLambda on December 10, 2011, 09:58:26 PM
Awesome, will try to get sth. done!  ;D

Failed before I even started - this was definitely a bad time to catch a cold. No programming like that. :'(
Title: Re: One Day Roguelike Challenge - December 2011
Post by: guest509 on December 11, 2011, 07:26:51 AM
  Ah bummer Lambda. I was hoping for something sweet.
Title: Re: One Day Roguelike Challenge - December 2011
Post by: chazu on December 19, 2011, 03:01:38 PM
jraregris: very nice little game. What libraries/language did you use?
Title: Re: One Day Roguelike Challenge - December 2011
Post by: jraregris on December 27, 2011, 10:57:49 AM
jraregris: very nice little game. What libraries/language did you use?

Thanks for trying it!
It is coded in Ruby and uses the ncursesw gem for ncurses and mongodb for storing scores. It was built on the current state of the engine for my not-finished-game Svirfneblin.

You can find the source for Cave Santa at https://github.com/jraregris/cave-santa (https://github.com/jraregris/cave-santa), and Svirfneblin here: https://github.com/jraregris/svirfneblin (https://github.com/jraregris/svirfneblin).