March 2008 challenge: “Robot”
Null - Uploading error... D:
Posted by PyScripter on 2008/04/07 18:37
Johnny saves the world - Walkthrough
Posted by roberto on 2008/04/07 18:36
I forgot to add the SOLUTIONS.txt file to my zip. Here it is, rot13d:
—
Gurfr ner zl fbyhgvbaf gb rnpu yriry -- bgure fbyhgvbaf znl rkvfg, gubhtu.
- 7 0 ZBIR ZBIR
- 4 1 1 ZBIR CBC ZBIR (be 4 1 1 ZBIR EBYY ZBIR)
- 0 2 ZBIR ZBIR FHO -4 ZBIR ZBIR
- -4 0 4 0 3 0 ZBIR ERCRNG
- 0 4 ZBIR -1 ZBIR
Robots In Saucers - If the Robots In Saucers runs slow...
Posted by Srekel on 2008/04/07 18:33
Open lib/MainGameGui.py and add this line at the bottom of the __init__ function:
self.font= pyglet.font.load("arial")
MUA - Linux Woes
Posted by keeyai on 2008/04/07 17:26
Unfortunately, my linux box has been dead for a long time, so I couldn't do any linux testing before submitting. This led to me overlooking the fact that I had a chipmunk DLL, which is windows only, forcing linux users to download and build chipmunk from source. Ieuan tried to get it working for a while today, but with no luck, so apparently we're dead in the water for linux. :'(
If you DO manage to get chipmunk installed correctly in linux, please let me know ASAP (keeyai _at_ gmail) so I can share the info with everyone else and hopefully not get so many does not works.
A_O_H Killers - Don't Know What Happened
Posted by ssuwinners on 2008/04/07 16:33
A_O_H Killers - Trouble with Upload
Posted by ssuwinners on 2008/04/07 15:38
Deemed Red - Here's the Mac version
Posted by CPUFreak91 on 2008/04/07 15:07
RoboFusion - For Linux users
Posted by Cthulhu32 on 2008/04/07 14:55
Or download the play.py here with the updated file name play.py
Or you can change the following snippet of code starting from line 22:
if levelName == "Jungle": self.fname = "Level1.txt" self.introBanner,null = data.load_image("jungleIntro.png",(0,255,0)) self.robot = robot.Robot("Climb") elif levelName == "Space": self.fname = "Level2.txt" self.introBanner,null = data.load_image("spaceIntro.png",(0,255,0)) self.robot = robot.Robot("Gravity") elif levelName == "Lava": self.fname = "Level3.txt" self.introBanner,null = data.load_image("lavaIntro.png",(0,255,0)) self.robot = robot.Robot("Runner") elif levelName == "War": self.fname = "Level4.txt" self.introBanner,null = data.load_image("warIntro.png",(0,255,0)) self.robot = robot.Robot("Firepower") elif levelName == "Final": self.fname = "Level5.txt" self.introBanner,null = data.load_image("finalIntro.png",(0,255,0))
to
if levelName == "Jungle": self.fname = "level1.txt" self.introBanner,null = data.load_image("jungleIntro.png",(0,255,0)) self.robot = robot.Robot("Climb") elif levelName == "Space": self.fname = "level2.txt" self.introBanner,null = data.load_image("spaceIntro.png",(0,255,0)) self.robot = robot.Robot("Gravity") elif levelName == "Lava": self.fname = "level3.txt" self.introBanner,null = data.load_image("lavaIntro.png",(0,255,0)) self.robot = robot.Robot("Runner") elif levelName == "War": self.fname = "level4.txt" self.introBanner,null = data.load_image("warIntro.png",(0,255,0)) self.robot = robot.Robot("Firepower") elif levelName == "Final": self.fname = "level5.txt" self.introBanner,null = data.load_image("finalIntro.png",(0,255,0))
My apologies for that one, I'm getting rusty on differences with Python between Windows and Linux.
Thanks again Pekuja for catching that one.
Aerobotics - Online highscores, now on the web
Posted by Ron on 2008/04/07 13:37
Sea War - I haven't python2.5
Posted by milker on 2008/04/07 12:06