Robot Hunts Kitten by edric_garran
Didn't have time to add sounds =/
I hope it works out of the box on windows as well,
only tested on linux.
* EDIT *
Now the packages are stand-alone
Just run game.exe on windows, or run.sh on linux.
If on any other system, you will need python 2.7 and pygame installed.
I hope it works out of the box on windows as well,
only tested on linux.
* EDIT *
Now the packages are stand-alone
Just run game.exe on windows, or run.sh on linux.
If on any other system, you will need python 2.7 and pygame installed.
File "game.py", line 3, in <module>
import pygame
File "/Users/****/Desktop/untitled folder/robot_hunts_kitten/pygame/__init__.py", line 95, in <module>
from pygame.base import *
ImportError: dlopen(/Users/****/Desktop/untitled folder/robot_hunts_kitten/pygame/base.so, 2): no suitable image found. Did find:
/Users/****/Desktop/untitled folder/robot_hunts_kitten/pygame/base.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
Error message here: http://146.255.37.150/puffi/random/robot_hunts_crash
I'm running Xubuntu 12.04 with have pygame 1.9.1
@Puffi That's a really weird error, since the image really is NOT a windows BMP file. Do you have the dynamic libpng installed? It's so basic, pygame must not even consider it as a dependency...
Some people had trouble running it on 32bit linux, but I can't help them =/