Ludum Dare 15 - August 28th-30th Weekend... just before pyweek starts.
Hello,it seems the ludumdare competition is running just before pyweek this time.
Anyone going in both?
(log in to comment)
Comments
I think you have to go to individual ludum dare blogs to find their final submission post but there might be an amalgated ultro-torrent that contains all the submissions.
http://www.ludumdare.com/compo/tag/final/
Be aware that Ludum Dare has a quite different ruleset to Pyweek - assets such as graphics and sound must be made within the competition timeframe, but a lot of code reuse is allowed. Don't think of it as a shorter version of Pyweek, it's a very different beast.
Ludum Dare doesn't really have a repository of previous entries - the competitors provide their own hosting. Links to the games can usually be found tagged with "final" on the competition blog: Be aware that Ludum Dare has a quite different ruleset to Pyweek - assets such as graphics and sound must be made within the competition timeframe, but a lot of code reuse is allowed. Don't think of it as a shorter version of Pyweek, it's a very different beast.
py2exe doesn't really run from linux, it might be possible with wine, but that could be problematic (and I haven't seen anyone do that successfully)
It seems like what we need is an autostart exe, something like the skellington. It's just an exe and a library.zip, and you put your code in the code folder. There could be one of these for each platform. Then python devs for these contests can merely put their code in the folder and distribute the whole thing without the hairy process of BUILDING the exe.
This is pretty much what I did for my PyWright program - the exe is just a very small bit of code that loads the main files. This way, when I release updates, one update will work no matter which version of the program you have installed, because it only changes some of the source files.
I might wright (er, write) something like this, since I have an osx and a windows executable for that.
ludum dare
The several times I have done ludum dare, I have found it a bit more freeing than pyweek. It's weird but, with less time, you are more careful to only put in what you can actually do, and as a result you feel like you got more done. Well, some of the times it was like that. Another time I was debugging an algorithm for the two days and didn't finish :P
But I remember a year ago, I did Ludum dare a week or so after pyweek, and was much happier with my ludum dare game than with my pyweek entry.
Hopefully, this'll loosen me up for Pyweek. :-)
I seems to me that many of the competitors would likely either have Pygame or would be willing to install it.
And nowhere in the rules does it say that you are required to provide an EXE.
I think enough people are likely to have Pygame, or be willing to install it, that I can get some scores from folks.
But maybe it's just me.
---Akake
Bleh. Too early for me to be posting like this... ^_^;
Anyway, if alia or anyone wants to help me out, my entry is here. All it uses is pygame and pyopengl. It shouldn't be too hard, I imagine.
http://sourceforge.net/projects/pywin32/files
nitrofurano on 2009/08/27 13:51:
i never tried LudumDare - i don't know if i can code something interesting in one week, and i surelly can't in two days... - but i'm about trying one day there when i get more comfortable with pygame....Where from can we download the previous entries from LudumDare? it's easy to find on Pyweek, but very hard on LudumDare (even from Google...)- if someone knows urls for accessing their previous entries repository, please let us know...