March 2010 challenge: “Wibbly-wobbly”

Blank Page - Blank Page on YouTube

Posted by pufuwozu on 2010/04/10 23:08

Hi everyone, I've uploaded some videos of our game to YouTube.

Here's the intro video, revealing some of the storyline:

http://www.youtube.com/watch?v=Pxsv6aG3En4

Here's me playing the first level:

http://www.youtube.com/watch?v=i5pGKABDgx4

And here's me dying on the first level:

http://www.youtube.com/watch?v=ukPlFI9kCF8

Add a comment

Bouncy 2 - Crash fix!

Posted by Srekel on 2010/04/08 12:27

Crash bug found! In one of the last minute changes I apparently introduced a crash when loading level 4.

The fix is simple: In "source/Level/Level.py", in the load function, add ".strip()" to this line, like so:

if line.strip() == "" or line[0] == "#":

Add a comment

Terraformancer - Terraformancer needs Pygame version 1.9

Posted by Trobadour on 2010/04/07 08:13

mmkay made me aware that some of you might have problems playing Terraformancer.

If you get an error, stating that pygame.Rect.copy() is not supported, then just update pygame to version 1.9.

Thanks to mmkay for that!

2 comments

Stalk - Endless Path REQUIRES Python 2.6 and cython 0.12.1

Posted by richard on 2010/04/06 23:28

And cython 0.12.1

As mentioned in the README :-)

If you don't use these versions you will get a crash either at startup or as the game proper starts.

3 comments

The Wobbling-House - some help to play

Posted by yoldi on 2010/04/06 13:20

After showing this small game to my friends and seeing that they find a little bit difficult to play, I have created a small "quick guide". I don't know if this is allowed (I hope so); if doesn't let me know and I will remove it. You can find it here: https://docs.google.com/fileview?id=0B2SPh8xxp3wgMzZjNTBkYTMtYTFmYi00ZDZlLWEyMmItZjVlOWU4YmNiNzU1&hl=es

3 comments

Blob Job - Playing Blobjob

Posted by lucascaro on 2010/04/06 12:46

Hey all, recently gcewing had some problems playing blobjob on MacOSX 10.4 on PPC, is there anyone else using this os that tried blobjob? did it work?

We have tested it and it works on linux and windows, for instructions on how to install you can also check the post-pyweek project page on: http://code.google.com/p/blobjob/wiki/Install

If you have any problem playing please let me know.

Thank you

3 comments

FoxRun - Are you facing problems running FoxRun?

Posted by gizmo_thunder on 2010/04/06 03:15

Hi fellow pyweekers.. i was wondering if everybody is able to run foxrun game fine?
If you face any problems running it.. please let me know so that i can help you fix it and run :)
Just for recap.. here are the features you should look out for in my game:
  •  Full 3D game
  • Dynamically generated in game puzzle. 
  • Dynamically generated map (object placement and road curves)
  • 3D Key frame animation.

Please don't forget to rate my game. http://pyweek.org/e/ThEdA_P10/
Note that you can download the windows binary if you are facing problem installing pyglet.
happy rating..     
 

5 comments

Woger the wibbly wobbly wombat. - Woger the wibbly wobbly wombat, windows binawy.

Posted by illume on 2010/04/05 23:07

Here is a windows binary for our ldnpydojo 'wtwww' entry.

http://ldnpydojo.googlecode.com/files/woger_windows.zip

Here is our source code version: http://media.pyweek.org/dl/10/ldnpydojo/wtwww.zip

1 comment

Blank Page - AAAAAAH! Can't upload py2exe

Posted by pufuwozu on 2010/04/05 00:05

Uploads were disabled as soon as I pressed the upload button!

I just wanted to add the py2exe version of our game. I've uploaded it here, instead:

http://brianmckenna.org/files/blank_page-1.0-py2exe.zip

Sorry for the 10 second lateness.

1 comment

Intestinvaders - Intestinvaders - online best times and replays

Posted by adam on 2010/04/04 22:04

We've made a very minor tweak to the way Intestinvaders stores its replays which should eliminate the strange inconsistencies which sometimes crept in when watching or racing ghosts recorded on machines with different architectures. Unfortunately, this has invalidated all of the existing replays, so we've had to reset the online hall of fame. Apologies to everyone who already had a score up there; we hope you might feel inspired to revisit the game and reclaim your lost glory some time during the next two weeks.

If you've downloaded a previous version of Intestinvaders, please make sure that you download version 1.0.4 below. If you keep playing using an old version, you won't be able to view any of the replays in the high scores, and your own high scores will be deleted from the server periodically as they fail verification. Your old best times will still appear in the local tables, but if you watch or race against your old ghosts, you'll likely see them driving into walls and otherwise behaving completely bizarrely.


intestinvaders-1.0.4-source.tar.gz

3 comments