PyWeek - Arr - feedback

Fun Prod Inno Disq N/W Comments
2 2 4

Somewhat tedious, having to wait to see if your adjustments put a moon in the right spot,
adjusting, waiting a long while to see if it worked with not much going on.

1 1 1 yes

I fully support you using python3-only features. Don't listen to anyone who gives you a hard
time for it. Having said that, I was unable to get pygame working under python3, so I couldn't
play your game. Hopefully it's something I'll figure out in the future!

1 1 1 yes

The game doesn't react to any keys pressed in any visible way.

1 1 1 yes

I couldn't get a working Python3+Pygame setup in time. Sorry.

1 1 1 yes

Can't get python3 to cooperate with pygame on my system

2 2 3

The interaction is too removed from the actual game to be fun, especially as the simulation is
quite slow, so it takes some time to learn that one hasn't solved the problem.

The mechanic is reasonably interesting though.

2 2 3

Interesting idea, but unfortunately the lack of polish in the implementation lets it down.
Due to some problem with the combination of pygame, python 3 and OSX I ended up having to port the
game to python 2 (which turned out not to be too hard) in order to get it running.

1 1 1 yes

Didn't work, I'm afraid: Traceback (most recent call last): File "main.py", line 18, in from
app import App File "/Users/richard/Downloads/src/app.py", line 20, in from time import
perf_counter ImportError: cannot import name perf_counter

1 1 1 yes

Import error: cannot import name perf_counter

1 1 1 yes

$ python main.py Traceback (most recent call last): File "main.py", line 18, in from app
import App File "/home/xxx/Desktop/src/app.py", line 20, in from time import perf_counter
ImportError: cannot import name perf_counter

1 2 2

first few times I played level1, no asteroids appeared.

1 1 1 yes

Can't figure out to install pygame 1.9.2 on linux. It's not in pip, there's no actual tag for it
in mercurial, and all the 1.9.2 packages are for windows.

2 2 3

I almost disqualified that game, it took me almost 15 minutes to figure out the controls. You
should write there that you can control planets only before start. Nice idea, but way too slow,
got really boring.

1 1 1 yes

I couldn't get Pygame work with Python 3 on Mac OS X. I'm sure it's possible, so I may try again
later.

1 1 1 yes

Couldn't get pygame to work with python3, sorry.