PyWeek - Autonomous Robot - feedback

Fun Prod Inno Disq N/W Comments
2 2 3

A one way trip into insanity! The coins are invisible for me and there is considerable
flickering. I made it to the second level but for the sake of my brain I stopped. Perhaps the
music could be extended and refined to have less of an incendiary effect on the mind.

2 2 2

3 3 3

An interesting game, but that did not like that the screen flickers.

1 1 1 yes

Traceback (most recent call last): File "game.py", line 615, in main() File "game.py", line
606, in main main_game=game() File "game.py", line 210, in __init__
self.savedgame=main_menu() File "game.py", line 502, in main_menu w=world('menu',0,0)
File "game.py", line 119, in __init__ self.currentpiece=self.pieces[currentpiece]
IndexError: list index out of range

1 1 1 yes

Traceback (most recent call last): File "game.py", line 615, in main() File "game.py", line
606, in main main_game=game() File "game.py", line 210, in __init__
self.savedgame=main_menu() File "game.py", line 502, in main_menu w=world('menu',0,0)
File "game.py", line 119, in __init__ self.currentpiece=self.pieces[currentpiece]
IndexError: list index out of range I get this after the title screen. Sorry abt that. Your
title screen looked nice though.

2 3 2

Nice graphics but the movement of the character was too clunky, also the coins just randomly
appear when changing rooms?

2 3 2

Nice sprites. Controls can be a bit better.

1 1 1 yes

crashes 5 seconds after start Traceback (most recent call last): File "game.py", line 615, in
main() File "game.py", line 606, in main main_game=game() File "game.py", line 210, in
__init__ self.savedgame=main_menu() File "game.py", line 502, in main_menu
w=world('menu',0,0) File "game.py", line 119, in __init__
self.currentpiece=self.pieces[currentpiece] IndexError: list index out of range

1 1 1 yes

Game start but crashes right on the startup screen… Traceback (most recent call last): File
"game.py", line 615, in main() File "game.py", line 606, in main main_game=game() File
"game.py", line 210, in __init__ self.savedgame=main_menu() File "game.py", line 502, in
main_menu w=world('menu',0,0) File "game.py", line 119, in __init__
self.currentpiece=self.pieces[currentpiece] IndexError: list index out of range

1 1 1 yes

The game didn't work for me. I got this error: Traceback (most recent call last): File
"game.py", line 615, in main() File "game.py", line 606, in main main_game=game() File
"game.py", line 210, in __init__ self.savedgame=main_menu() File "game.py", line 502, in
main_menu w=world('menu',0,0) File "game.py", line 119, in __init__
self.currentpiece=self.pieces[currentpiece] IndexError: list index out of range

2 4 2

This is a pretty decent game. I think it's very cool that you did all the art and music yourself. I
thought the guy walked too slow.

1 1 1 yes

linux, python 2.6 python game.py Traceback (most recent call last): File
"/home/andrew/torrent/PyWeek-15-finals/AR/Backyard labyrinth/game.py", line 615, in
main() File "/home/andrew/torrent/PyWeek-15-finals/AR/Backyard labyrinth/game.py",
line 606, in main main_game=game() File
"/home/andrew/torrent/PyWeek-15-finals/AR/Backyard labyrinth/game.py", line 210, in
__init__ self.savedgame=main_menu() File
"/home/andrew/torrent/PyWeek-15-finals/AR/Backyard labyrinth/game.py", line 502, in
main_menu w=world('menu',0,0) File
"/home/andrew/torrent/PyWeek-15-finals/AR/Backyard labyrinth/game.py", line 119, in
__init__ self.currentpiece=self.pieces[currentpiece] IndexError: list index out of
range [Finished in 6.8s with exit code 1]

2 3 2

After a while I realized that it is not a real labyrinth, since coins appears quite randomly
every time you change the screen. So I was able to quickly collect conis by changing lot of time
the screen, waiting for a coin appear close to me... this is not "one way trip". :D

1 1 1 yes

Got this exception, when tried to run on Mac OS: Traceback (most recent call last): File
"game.py", line 615, in main() File "game.py", line 606, in main main_game=game() File
"game.py", line 210, in __init__ self.savedgame=main_menu() File "game.py", line 502, in
main_menu w=world('menu',0,0) File "game.py", line 119, in __init__
self.currentpiece=self.pieces[currentpiece] IndexError: list index out of range

2 2 3

Unplayable on 64-bit Ubuntu 11.10, with Python 2.7.2 or 3.2.2, but I got it to work on Windows.
Sadly, the gameplay is almost as annoyingly repetitive as the music.

1 1 1 yes

Traceback (most recent call last): File "game.py", line 615, in main() File "game.py", line
606, in main main_game=game() File "game.py", line 210, in __init__
self.savedgame=main_menu() File "game.py", line 502, in main_menu w=world('menu',0,0)
File "game.py", line 119, in __init__ self.currentpiece=self.pieces[currentpiece]
IndexError: list index out of range

2 1 2

Line 109 - Use universal newlines next time:
f=open('mappieces/'+self.name+'/'+str(a)+'.txt', 'Ur') Otherwise text files with CRLF
line endings will not work on OSX or Linux. Annoying music loop. VERY annoying. Slow movement
and getting stuck on corners that aren't apparently near your guy made it less fun.

1 1 1 yes

Error on running game.py: Traceback (most recent call last): File "game.py", line 615, in
main() File "game.py", line 606, in main main_game=game() File "game.py", line 210, in
__init__ self.savedgame=main_menu() File "game.py", line 502, in main_menu
w=world('menu',0,0) File "game.py", line 119, in __init__
self.currentpiece=self.pieces[currentpiece] IndexError: list index out of range

2 2 2

Walking was too slow, which made exploring the maze a chore.

4 2 2

nice game, but the music is terrible!