PyWeek - Dreaming MIrror Games - feedback

Fun Prod Inno Disq N/W Comments
2 2 2

nice tunnel

1 2 2

Not sure I understood the point of this game.

1 1 1 yes

Crashed after I had selected the difficulty:<br>
<pre>
File "run_game.py", line 16, in <module>
main.main()
File "C:\Progr\pyweek5\pyweek-5-finals\5\DreamingMirror\twist'n_boost-1.0\lib\main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "C:\Progr\pyweek5\pyweek-5-finals\5\DreamingMirror\twist'n_boost-1.0\lib\main.py", line 21, in __init__
self.initvar(damax,dbmax,dwmax,adiff,bdiff,wdiff,amax,bmax,wmax,amin,bmin,wmin)
File "C:\Progr\pyweek5\pyweek-5-finals\5\DreamingMirror\twist'n_boost-1.0\lib\main.py", line 51, in initvar
self.sBoost=mixer.Sound("boost.wav")
pygame.error: Mix_LoadWAV_RW with NULL src
</pre>

1 1 1 yes

easy,medium,hard,twisted? medium
C:\Downloads\pyweek\twist'n_boost-1.0\lib\main.py:26: DeprecationWarning: intege
r argument expected, got float
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
Traceback (most recent call last):
File "C:\Downloads\pyweek\twist'n_boost-1.0\run_game.py", line 16, in <module>

main.main()
File "C:\Downloads\pyweek\twist'n_boost-1.0\lib\main.py", line 155, in main
app=App(1280.,1024.,math.pi/100,0,0,math.pi/200,0,0,amin=0,bmin=0,wmin=math.
pi/8,amax=math.pi*2,bmax=0,wmax=math.pi/8)
File "C:\Downloads\pyweek\twist'n_boost-1.0\lib\main.py", line 20, in __init__

self.initdisp(x,y)
File "C:\Downloads\pyweek\twist'n_boost-1.0\lib\main.py", line 26, in initdisp

s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
pygame.error: No video mode large enough for 1280x1024

1 1 1

What ducks???

1 1 1 yes

Didn't work.

2 2 3

The readme didn't explain much and i had to copy the sounds out of lib.

1 1 1 yes

ra@tachikoma:~/Desktop/5/DreamingMirror/twist'n_boost-1.0$ python run_game.py
easy,medium,hard,twisted? easy
/home/ra/Desktop/5/DreamingMirror/twist'n_boost-1.0/lib/main.py:26: DeprecationWarning: integer argument expected, got float
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "/home/ra/Desktop/5/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "/home/ra/Desktop/5/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 20, in __init__
self.initdisp(x,y)
File "/home/ra/Desktop/5/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 26, in initdisp
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
pygame.error: No video mode large enough for 1280x1024

3 2 5

(twist'n_boost-1.0.zip) This game confuses me. The idea is really cool, for some reason though it doesn't respond as expected. Sometimes it just stops and I can't work out how to get moving again. Perhaps I misunderstood the game but there don't seem to be instructions.

1 1 1 yes

Didn't work for me. Program ran but clearly did not do what it was intended to. I could only zoom in and out of a tunnel.

1 1 1 yes

I couldn't run this game because my laptop doesn't support the resolution. I have a laptop with a 1280*800 monitor. The game crashes with this error:

pygame.error: No video mode large enough for 1280x1024

1 1 1 yes

main.py, line 83

self.a=math.acos(mx)*(1 if my<0 else -1)
^
SyntaxError: invalid syntax

1 1 1 yes

pygame.error: No video mode large enough for 1280x1024

Sorry - my monitor's max resolution is 12800x800 (I can't play your game).

1 1 1 yes

Crashes on startup with:

Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "/Users/mewo2/pyweek/5/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "/Users/mewo2/pyweek/5/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 20, in __init__
self.initdisp(x,y)
File "/Users/mewo2/pyweek/5/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 26, in initdisp
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
pygame.error: No video mode large enough for 1280x1024

1 1 1 yes

Didn't work Py2.5/Linux/64: self.sBoost=mixer.Sound("boost.wav")
pygame.error: Mix_LoadWAV_RW with NULL src

1 2 2

Please, keep on trying. It needs a bit more work to turn this nice demo into a game. Cheers!

1 1 1 yes

didn't work:
pygame.error: No video mode large enough for 1280x1024
(hacked the code quickly, replacing 1280 by 800 and 1024 by 600, globally).
then, failed by other thing:
Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "/home/facundo/juegos/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 153, in main
app=App(800.,600.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "/home/facundo/juegos/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 21, in __init__
self.initvar(damax,dbmax,dwmax,adiff,bdiff,wdiff,amax,bmax,wmax,amin,bmin,wmin)
File "/home/facundo/juegos/DreamingMirror/twist'n_boost-1.0/lib/main.py", line 51, in initvar
self.sBoost=mixer.Sound("boost.wav")
pygame.error: Mix_LoadWAV_RW with NULL src

1 1 1 yes

Crashed after selecting level with:

s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "/home/pmoisset/Desktop/darni-borrable/twist'n_boost-1.0/lib/main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "/home/pmoisset/Desktop/darni-borrable/twist'n_boost-1.0/lib/main.py", line 21, in __init__
self.initvar(damax,dbmax,dwmax,adiff,bdiff,wdiff,amax,bmax,wmax,amin,bmin,wmin)
File "/home/pmoisset/Desktop/darni-borrable/twist'n_boost-1.0/lib/main.py", line 51, in initvar
self.sBoost=mixer.Sound("boost.wav")
pygame.error: Mix_LoadWAV_RW with NULL src

1 1 1

does not make much sense to me
(besides, wav files were not correctly placed)

1 1 1 yes

E:\dev\pyweek5judge\torrent\pyweek-5-finals\5\DreamingMirror\twist'n_boost-1.0>c
:\python25\python run_game.py
easy,medium,hard,twisted? easy
E:\dev\pyweek5judge\torrent\pyweek-5-finals\5\DreamingMirror\twist'n_boost-1.0\l
ib\main.py:26: DeprecationWarning: integer argument expected, got float
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "E:\dev\pyweek5judge\torrent\pyweek-5-finals\5\DreamingMirror\twist'n_boo
st-1.0\lib\main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi
/32,amax=0,bmax=0,wmax=math.pi/4)
File "E:\dev\pyweek5judge\torrent\pyweek-5-finals\5\DreamingMirror\twist'n_boo
st-1.0\lib\main.py", line 21, in __init__
self.initvar(damax,dbmax,dwmax,adiff,bdiff,wdiff,amax,bmax,wmax,amin,bmin,wm
in)
File "E:\dev\pyweek5judge\torrent\pyweek-5-finals\5\DreamingMirror\twist'n_boo
st-1.0\lib\main.py", line 51, in initvar
self.sBoost=mixer.Sound("boost.wav")
pygame.error: Mix_LoadWAV_RW with NULL src

1 1 1 yes

pygame.error: Mix_LoadWAV_RW with NULL src

2 2 3

I a couple of days until I figured out how to move forwards. Not having a README (besides the default) didn't help, and clicking on run_game.py didn't work. Not much fun, but maybe an interesting concept in the controls.

1 1 1

All I have to say is WTF? Not only did I have to change your code to work (you should have worked with the skelington!) but when it did work, there was nothing there...

Try again next (Py)week

1 1 1 yes

Traceback (most recent call last):
File "run_game.py", line 15, in ?
import main
File "/home/py/pyweek-5-finals/twist'n_boost-1.0/lib/main.py", line 83
self.a=math.acos(mx)*(1 if my<0 else -1)
^
SyntaxError: invalid syntax

1 1 1 yes

I use Ubuntu 7.04

ceportela@gondor:~/Desktop/pyweek/twistn_boost-1.0$ python run_game.py
easy,medium,hard,twisted? easy
/home/ceportela/Desktop/pyweek/twistn_boost-1.0/lib/main.py:26: DeprecationWarning: integer argument expected, got float
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "/home/ceportela/Desktop/pyweek/twistn_boost-1.0/lib/main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "/home/ceportela/Desktop/pyweek/twistn_boost-1.0/lib/main.py", line 20, in __init__
self.initdisp(x,y)
File "/home/ceportela/Desktop/pyweek/twistn_boost-1.0/lib/main.py", line 26, in initdisp
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
pygame.error: No video mode large enough for 1280x1024

1 1 1 yes

I don't have bigger than 1280x800

1 1 1 yes

bjorn@berserker:~/Desktop/pyweek/twist'n_boost-1.0$ python run_game.py
easy,medium,hard,twisted? easy
/home/bjorn/Desktop/pyweek/twist'n_boost-1.0/lib/main.py:26: DeprecationWarning: integer argument expected, got float
s=display.set_mode((x,y),OPENGL|DOUBLEBUF|FULLSCREEN)
Traceback (most recent call last):
File "run_game.py", line 16, in <module>
main.main()
File "/home/bjorn/Desktop/pyweek/twist'n_boost-1.0/lib/main.py", line 153, in main
app=App(1280.,1024.,0,0,math.pi/10,0,0,math.pi/20,amin=0,bmin=0,wmin=math.pi/32,amax=0,bmax=0,wmax=math.pi/4)
File "/home/bjorn/Desktop/pyweek/twist'n_boost-1.0/lib/main.py", line 21, in __init__
self.initvar(damax,dbmax,dwmax,adiff,bdiff,wdiff,amax,bmax,wmax,amin,bmin,wmin)
File "/home/bjorn/Desktop/pyweek/twist'n_boost-1.0/lib/main.py", line 51, in initvar
self.sBoost=mixer.Sound("boost.wav")
pygame.error: Mix_LoadWAV_RW with NULL src

1 1 1 yes

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Scott Parejko\My Documents\Dustin\Programming\Python\P
yweek\twist'n_boost-1.0>run_game.py
Traceback (most recent call last):
File "C:\Documents and Settings\Scott Parejko\My Documents\Dustin\Programming\
Python\Pyweek\twist'n_boost-1.0\run_game.py", line 15, in ?
import main
File "C:\Documents and Settings\Scott Parejko\My Documents\Dustin\Programming\
Python\Pyweek\twist'n_boost-1.0\lib\main.py", line 83
self.a=math.acos(mx)*(1 if my<0 else -1)
^
SyntaxError: invalid syntax

C:\Documents and Settings\Scott Parejko\My Documents\Dustin\Programming\Python\P
yweek\twist'n_boost-1.0>

1 1 1 yes

The game will never run on screen resolution
lower than 1280x1024, well i tried to change
manually the code, but after that i had to
move *.wav files in base directory to see
a colored short tunnel and a lame clock.
Without nothing to do but moving forward into it

What a waste of life.

1 1 1 yes

Mixer failed when trying to load sound.

1 1 2

Please consider that not everyone's screen can display 1280x800 pixels. I had to change these values in your main.py and comment the sound parts out (the .wav files couldn't be loaded, it seems). After that it seemed to work but I couldn't figure out how to play..

1 1 1 yes

I was not able to play this game as I do not have a resolution of 1280x1024 o.o

1 1 1 yes

Seems to be audio issues, crashed.