Here we have one of those multi-talented programmers I keep talking about. The same programmer did the code, high-quality sprite illustration, and even the music to the youtube video (which was pretty good, and matched the nature of the time lapse video). I am inspired by this. I'm going to do this the next time I work on a game. Has anyone used time-lapse screencap software they can suggest?
> Has anyone used time-lapse screencap software they can suggest? A LD48 regular created chronolapse for this purpose. http://keeyai.com/projects-and-releases/chronolapse/
Time lapse screencap video of a games programmer
31–40 of 79 posts
Re: Time lapse screencap video of a games programmer
#32Clearly I spend way too much time switching between my code and mindlessly browsing the internet.
Re: Time lapse screencap video of a games programmer
#33Re: Time lapse screencap video of a games programmer
#34He really did that all without a search engine or looking at any API docs?? Maybe it's just cause I'm not a games programmer, but that's insane. How does he know what he's programming to?
It's still pretty impressive if he implemented his own sprite class from scratch and built a game with it in 48 hours.
Re: Time lapse screencap video of a games programmer
#35Earlier quoted context omitted.
To me the really impressive part is his ability to stay attentive. He never strayed away, starting surfing the web etc.
I was impressed by that too, although I did see a quick twitter check in there at least once. I'm sure I would do my best to appear attentive when working on something like this, limiting my twitter/facebook/hn browsing to my iPhone/iPod/laptop.
He posted about development progress.
Re: Time lapse screencap video of a games programmer
#36He really did that all without a search engine or looking at any API docs?? Maybe it's just cause I'm not a games programmer, but that's insane. How does he know what he's programming to?
Re: Time lapse screencap video of a games programmer
#37Earlier quoted context omitted.
To me the really impressive part is his ability to stay attentive. He never strayed away, starting surfing the web etc.
I was impressed by that too, although I did see a quick twitter check in there at least once. I'm sure I would do my best to appear attentive when working on something like this, limiting my twitter/facebook/hn browsing to my iPhone/iPod/laptop.
Re: Time lapse screencap video of a games programmer
#38Re: Time lapse screencap video of a games programmer
#39Re: Time lapse screencap video of a games programmer
#40Earlier quoted context omitted.
To me the really impressive part is his ability to stay attentive. He never strayed away, starting surfing the web etc.
Because it's for a 48h coding competition http://www.ludumdare.com/
I just finished my second JS10K entry (also a game, but much simpler) in about the same total time (though spread over more days).
I found the hardest part was to balance playability of the game. I played it so many times while developing it that what was easy for me turned out to be very difficult for others.