PyWeek - A_O_H Killers - feedback

Fun Prod Inno Disq N/W Comments
3 4 4

Nice job on the game! I'm glad you got it uploaded, even if it didn't make it into the .torrent.
Neat concept of a game! This is a concept that could really be expanded into a fun puzzle game. I
thought the dance bonus game was a neat break. I must admit I didn't appreciate being called a
"dipsh*t" by the robot that I was working so hard to save. Anyways, it was still a good showing of
a game, and I'm glad you got it so far. I really liked the menu system, and the graphics and
cutscenes were very well done. The rotating menu was a sweet touch. Well done!

1 1 1

Traceback (most recent call last):
File "run_game.py", line 19, in <module>
main.main()
File "/home/facundo/juegos/pyweek/Sparky/lib/main.py", line 977, in main
main = Main((1024,768), "Sparky: Never Gonna Give Up")
File "/home/facundo/juegos/pyweek/Sparky/lib/main.py", line 772, in __init__
self.grid = Grid(720,720)
File "/home/facundo/juegos/pyweek/Sparky/lib/main.py", line 8, in __init__
self.surface = pygame.image.load("data\/grid.png").convert_alpha()
pygame.error: Couldn't open data\/grid.png

1 1 1 yes

not enough time to chase malformed paths

2 5 3

Very slick, very boring.

1 1 1 yes

Not portable.

1 1 1 yes

Game locked up on Ubuntu the first time I clicked on the board. Couldn't see the error message - had to restart.

1 3 4 yes

I have linux and the game froze when I clicked the mouse in-game (read wiki)

2 4 2

Very nicely made, but adding numbers up isn't much of a challenge, and some basic reasoning behind the transition from levels to bonus levels would have been nice.

5 5 5 yes

Sorry guys, I could not get it to work on Ubuntu Hardy.

2 4 3

A little easy and repetitive. Graphics are nice, but something in the gameplay is missing.

1 1 1 yes

The game froze when playing under Ubuntu Gutsy, Python2.5 and Pygame 1.7.1, requiring an X11
server restart. It certainly looked good & promising though!

1 1 1 yes

[manuel] [~/Desktop/Sparky]$ python run_game.py
Traceback (most recent call last):
File "run_game.py", line 19, in <module>
main.main()
File "/home/manuel/Desktop/Sparky/lib/main.py", line 977, in main
main = Main((1024,768), "Sparky: Never Gonna Give Up")
File "/home/manuel/Desktop/Sparky/lib/main.py", line 772, in __init__
self.grid = Grid(720,720)
File "/home/manuel/Desktop/Sparky/lib/main.py", line 8, in __init__
self.surface = pygame.image.load("data\/grid.png").convert_alpha()
pygame.error: Couldn't open data\/grid.png
[manuel] [~/Desktop/Sparky]$

3 4 3

Nice artwork, and a nifty idea, but I could barely make it work. You have multiple path separator errors (learn how to use os.path.join() ) and multiple data file case-sensifivity problems that break linux compatability. I manually fixed enough of these errors to play the first level, but when it crashed after that I just gave up.

1 4 3

well produced, but not much of a game, really. much clicking and pressing of buttons, not much thinking.

1 1 1 yes

The game don´t work, but i don´t know why! I am a graphic artist.

1 1 1 yes

The game don´t work. But i dont know why!

2 3 2 yes

Had to change a lot of paths for the game to work, like "data\/grid.png", and capitalization.

After fixing all that, the game is not much fun, and apparently it does not realize if I solved the levels right or wrong

1 1 1 yes

Did not work. Only a black screen..

2 3 2

While technically a decent piece of software, the game itself is just addition and subtraction and way too easy. The DDR-like bonus levels were kind of amusing

1 4 2

The entry was finicky, included a number of things that needed to be fixed before the game could run. The sound was spotty, and wasn't working at all until I put the process in the background. The data path separators weren't correct. The game froze when I tried to put pieces on the board for a good 30 seconds. I finished the level like the instructions said, but nothing happened. The timer kept going and even went into negative values. No polish, not fun, but the graphics were nice.

2 4 3

neat. At first I thought it was broken, because things need to go in and out of the battery and light horizontal, and there is no indication of that at all. but neat.

2 4 3

I'd like to see some better gameplay. Maybe limited parts or something. Right now it is just an adding game...

Favorite part: all the errors in the part where the robot asks for a human with at least a 3rd grade education...

1 1 1 yes

It just starts full-screen and the screen remains black. For ages.

1 3 3 yes

For future reference, there is a way to construct safe file paths:

import os.path
pth = os.path.join('data', 'myfile.png')

Here is the crash:

Traceback (most recent call last):
File "run_game.py", line 19, in <module>
main.main()
File "/home/----/pyweek6/Sparky/lib/main.py", line 977, in main
main = Main((1024,768), "Sparky: Never Gonna Give Up")
File "/home/----/pyweek6/Sparky/lib/main.py", line 772, in __init__
self.grid = Grid(720,720)
File "/home/----/pyweek6/Sparky/lib/main.py", line 8, in __init__
self.surface = pygame.image.load("data\/grid.png").convert_alpha()
pygame.error: Couldn't open data\/grid.png

1 4 2

Very nice graphics. Sorry, but the music was annoying, I know you didn't make it but general MIDI just hurts the ears. Rhythm segment didn't really make sense, and puzzle was a little more tedious than it needed to be (why can't you just connect from one part to another in two clicks, rather than have to build the entire path yourself?). Apparently you can place as many resistors/capacitors as you want, so it sort of bugs game mechanics.