
10 Things to do when stranded on a Island
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Here it is! My first commit to the grand ludum dare!
It's a light platformer, made with python and pygame primarely.
Physics are done with my own physics module.
The basic idea is, that I wanted to see how much I could punish my processor with python and pygame, and boy did I succeed :P
Anyway you are the robot Monty, who is stranded on a Island.
Your goal is gather ingredients for the best breakfast in the world. No more, no less :)
And of course you have to leave some Monty Python references when writing in python. A cookie to all who gets them :)
Controls are:
a - to move right
d - to move left
space - to jump
The Linux binary is made on a 64-bit architecture, Windows executable will be up monday.
Looking forward to your judgement :)
Programs used:
The GIMP
Libraries used:
Cython
Cxfreeze
Pygame
Py2exe
Edit:
HURAAA! Windows .exe is up!! It has a problem with running on wine but it should run on a windows pc. I must say that Py2exe isn't the most reliable software i.e. some of the level scripts have been messed up a bit. Especially platform positions. Guess I'm gonna go for C++ next time :)
Hope you can get it to work
Known issues:
Jumping - not as much an issue as an word of caution; the jump function can sometimes be a bit insensitive. So don't be afraid to spam the jump button :) Same goes for the move buttons.
It's a light platformer, made with python and pygame primarely.
Physics are done with my own physics module.
The basic idea is, that I wanted to see how much I could punish my processor with python and pygame, and boy did I succeed :P
Anyway you are the robot Monty, who is stranded on a Island.
Your goal is gather ingredients for the best breakfast in the world. No more, no less :)
And of course you have to leave some Monty Python references when writing in python. A cookie to all who gets them :)
Controls are:
a - to move right
d - to move left
space - to jump
The Linux binary is made on a 64-bit architecture, Windows executable will be up monday.
Looking forward to your judgement :)
Programs used:
The GIMP
Libraries used:
Cython
Cxfreeze
Pygame
Py2exe
Edit:
HURAAA! Windows .exe is up!! It has a problem with running on wine but it should run on a windows pc. I must say that Py2exe isn't the most reliable software i.e. some of the level scripts have been messed up a bit. Especially platform positions. Guess I'm gonna go for C++ next time :)
Hope you can get it to work
Known issues:
Jumping - not as much an issue as an word of caution; the jump function can sometimes be a bit insensitive. So don't be afraid to spam the jump button :) Same goes for the move buttons.