PyWeek - Fixapres - feedback

Fun Prod Inno Disq N/W Comments
1 1 1 yes

Did not work due to dependencies (panda3d).

1 1 1 yes

Sorry I wasn't able to get panda3d working.

1 1 1 yes

What are the requirements? No readme or requirements doc.

1 1 1 yes

I get an error: ImportError: No module named direct.directbase.DirectStart From what I
understand you game needs Panda3D? but I had problems installing p3d on my machine. sorry.

2 2 3

Wants A-Tone.*mp3, but only provides a wav file.

Useful instructions would have helped a lot.

Documenting the panda3d depandancy in a README would also have been nice.

There wasn't a lot to the actual game.

1 2 2

A short readme with some instructions or just what keys I can use to control the game would be
nice. I have no idea what the game is about. Also some sounds failed to run: :movies(error):
Could not open ../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Cannot
open file: ../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Could not
open audio ../data/sounds/A-Tone-His_Self-1266414414.mp 3 :movies(error): Could not
open ../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Cannot open file:
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Could not open audio
../data/sounds/A-Tone-His_Self-1266414414.mp 3 :movies(error): Could not open
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Cannot open file:
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Could not open audio
../data/sounds/A-Tone-His_Self-1266414414.mp 3 :movies(error): Could not open
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Cannot open file:
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Could not open audio
../data/sounds/A-Tone-His_Self-1266414414.mp 3 :movies(error): Could not open
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Cannot open file:
../data/sounds/A-Tone-His_Self-1266414414.mp3 :audio(error): Could not open audio
../data/sounds/A-Tone-His_Self-1266414414.mp 3

2 2 3

This game could really use better instructions -- I had to read the code to figure out what it was
I had to do. I think adding pointers to broken panels would make things a lot clearer in-game as
well.

1 1 1 yes

Did not run on target platform. No README, license information, etc.

1 1 1 yes

Just so you know, not everyone uses WINDOWS, so maybe you should write your game launcher in a
cross platform way. Not many people have the patience to deal with crap like os-specific
launchers! Not everybody uses WINDOWS, so get used to it! This is about "runworld.bat"
Traceback (most recent call last): File
"/Volumes/Mac2/Users/leif/Downloads/Fixapres/src/PandillasGame.py", line 1, in from
gameStateMenu import GameStateMenu File
"/Volumes/Mac2/Users/leif/Downloads/Fixapres/src/gameStateMenu.py", line 2, in from
gameStatePlaying import GameStatePlaying File
"/Volumes/Mac2/Users/leif/Downloads/Fixapres/src/gameStatePlaying.py", line 6, in
import direct.directbase.DirectStart ImportError: No module named
direct.directbase.DirectStart Include your deps!

1 1 1 yes

Wouldn't run on my system (OSX). It looks like some files may be missing. raceback (most recent
call last): File "PandillasGame.py", line 1, in from gameStateMenu import GameStateMenu
File "/Users/paul/Desktop/pyweek/Fixapres/src/gameStateMenu.py", line 2, in from
gameStatePlaying import GameStatePlaying File
"/Users/paul/Desktop/pyweek/Fixapres/src/gameStatePlaying.py", line 6, in import
direct.directbase.DirectStart ImportError: No module named
direct.directbase.DirectStart

1 1 1 yes

After downloading two different directpython versions I gave up, why didn't you write sth
about requirements??

1 1 1 yes

Does this run on linux? Traceback (most recent call last): File "PandillasGame.py", line 1,
in from gameStateMenu import GameStateMenu File
"/home/mat/pyweek17/Fixapres/src/gameStateMenu.py", line 2, in from gameStatePlaying
import GameStatePlaying File
"/home/mat/pyweek17/Fixapres/src/gameStatePlaying.py", line 6, in import
direct.directbase.DirectStart ImportError: No module named
direct.directbase.DirectStart

1 1 1 yes

maybe I'm derping because I am tired, but I don't know how to get this game running. I can't find a
.py file that has a __main__ block, running the batch file didn't work, and there's no readme
file. Was this supposed to be a playable release, or just a source release?

1 1 1 yes

No README, no instructions, no license. Apparently some stuff is missing and it won't work.

1 1 1 yes

$ runworld.bat $ cd src Fixapres\src $ python PandillasGame.py Traceback (most recent call
last): File "PandillasGame.py", line 1, in from gameStateMenu import GameStateMenu File
"\Fixapres\src\gameStateMenu.py", line 2, in from gameStatePlaying import
GameStatePlaying File "\Fixapres\src\gameStatePlaying.py", line 6, in import
direct.directbase.DirectStart ImportError: No module named
direct.directbase.DirectStart

1 1 1 yes

No readme. No diary entry. ImportError: No module named direct.directbase.DirectStart