Page 1 of 4

Obligatory Ludum Dare 32 thread

Posted: Thu Apr 16, 2015 9:40 pm
by s-ol
Image

26 hours left, who's in?

What?
Ludum Dare is a game-making competetion. You can either go alone and make something in 48h start-to-finish (including all assets) in the compo or team up and build something under a more relaxed ruleset in the 72h jam.
Afterwards games are rated by other developers (your game gains impressions as you vote on other games, so be sure to rate some!) and ranked in multiple categories.

I'll be participating with MadByte. I'm sure some of the regulars will participate as well (looking at you, vrld), anyone else got plans?

Re: Obligatory Ludum Dare 32 thread

Posted: Thu Apr 16, 2015 10:05 pm
by Jeeper
As my brother (the guy who makes the art at WMG) is quite sick at the moment, i might be joining the compo instead of the Jam for the first time. There's still a chance that we do the Jam though.

Re: Obligatory Ludum Dare 32 thread

Posted: Fri Apr 17, 2015 12:51 am
by Evine
Well I've been programming for about a year now. So It would be nice to make a game for once.

You know instead of procrastinating by working on my programming tools. Fancy tools, but no tool made a game... :o:

Re: Obligatory Ludum Dare 32 thread

Posted: Fri Apr 17, 2015 5:24 am
by josefnpat
I'll be doing LD32!

I'll probably be streaming starting tomorrow as well!

www.twitch.tv/josefnpat

I then plan on submitting a more polished version of the JAM version for 1GAM :)

Re: Obligatory Ludum Dare 32 thread

Posted: Fri Apr 17, 2015 11:28 am
by s-ol
josefnpat wrote:I'll be doing LD32!

I'll probably be streaming starting tomorrow as well!

http://www.twitch.tv/josefnpat

I then plan on submitting a more polished version of the JAM version for 1GAM :)
I might also be streaming, depending on whether I get a second monitor to put all the "private" stuff on until tomorrow. If we make the theme fit, I might also submit my game as my university-entry-exam.

Re: Obligatory Ludum Dare 32 thread

Posted: Fri Apr 17, 2015 4:18 pm
by Bindie
If I finish my game in 26 hours it would be cool to join someone and make a game.

Is this something yearly?

Re: Obligatory Ludum Dare 32 thread

Posted: Fri Apr 17, 2015 4:24 pm
by Jeeper
Bindie wrote:If I finish my game in 26 hours it would be cool to join someone and make a game.

Is this something yearly?
3 times per year.

Re: Obligatory Ludum Dare 32 thread

Posted: Fri Apr 17, 2015 5:12 pm
by Bindie
Awesome.

Re: Obligatory Ludum Dare 32 thread

Posted: Sat Apr 18, 2015 5:16 am
by SiENcE
Morning guys.

Well I'm in and no clue how I wanna use this theme 8-).

First, I need a coffee.

Re: Obligatory Ludum Dare 32 thread

Posted: Sat Apr 18, 2015 2:04 pm
by Jeeper
SiENcE wrote:Morning guys.

Well I'm in and no clue how I wanna use this theme 8-).

First, I need a coffee.
Thats why you need to have this utillity function running in your main.update at all times!

Code: Select all

function LudumDare()
   if coffe == nil then
       love.event.quit( )
   end
end