PyWeek - SeriousCraft - feedback

Fun Prod Inno Disq N/W Comments
2 2 3

Regrettable lack of a game, and troublesome to get working with my version of box2d. Concept sounded interesting.

1 1 2

Unfortunately there's not enough to call it a game yet.

1 1 1 yes

nein, nein, nein, do you really expect people to install and compile the newest version
although 2.0.2b1 is the most available?

1 1 1 yes

I installed SWIG and PyBox2D but still kept getting this error, sorry:

Traceback (most recent call last):
File "Nein.py", line 82, in <module>
game.start()
File "Nein.py", line 76, in start
sd.push(Level1(sd))
File "/home/dave/Desktop/nein/resources/world.py", line 80, in __init__
world = build_world()
File "/home/dave/Desktop/nein/resources/world.py", line 50, in build_world
cat0 = make_cat_ragdoll(world, (350,230))
File "/home/dave/Desktop/nein/lib/buildutils.py", line 151, in make_cat_ragdoll
worldpos=(body[0].body.position[0], body[0].body.position[1] - y_offset), \
TypeError: 'b2Vec2' object does not support indexing

3 3 3 yes

Traceback (most recent call last):
File "Nein.py", line 82, in <module>
game.start()
File "Nein.py", line 76, in start
sd.push(Level1(sd))
File "/home/senthil/Downloads/PyWeek-12-finals/RohypnolTappper/nein/resources/world.py", line 80, in __init__
world = build_world()
File "/home/senthil/Downloads/PyWeek-12-finals/RohypnolTappper/nein/resources/world.py", line 50, in build_world
cat0 = make_cat_ragdoll(world, (350,230))
File "/home/senthil/Downloads/PyWeek-12-finals/RohypnolTappper/nein/lib/buildutils.py", line 151, in make_cat_ragdoll
worldpos=(body[0].body.position[0], body[0].body.position[1] - y_offset), \
TypeError: 'b2Vec2' object does not support indexing

1 3 2

Excellent presentation. But not a objective game.

3 3 3 yes

Got the cryptic error messages, even though my libraries were up to date.

1 1 1

2 3 2

Not quite a complete game but engine was looking promising.

1 1 1 yes

Can't make it working

1 1 1 yes

Did not work Traceback (most recent call last): ..., line 82, in game.start() File ..., line
76, in start sd.push(Level1(sd)) File ..., line 80, in __init__ world = build_world() File
..., line 50, in build_world cat0 = make_cat_ragdoll(world, (350,230)) File ..., line 151,
in make_cat_ragdoll worldpos=(body[0].body.position[0], body[0].body.position[1] -
y_offset), \ TypeError: 'b2Vec2' object does not support indexing

1 1 1 yes

unfortunately I have a lot of problems installing pybox2d. I spent some time on it but could not
run the game

1 1 1 yes

Ran with Nein.py

File "/home/alesh/Downloads/PyWeek-12-finals/RohypnolTappper/nein/lib/buildutils.py", line 151, in make_cat_ragdoll
worldpos=(body[0].body.position[0], body[0].body.position[1] - y_offset), \
TypeError: 'b2Vec2' object does not support indexing

1 1 1 yes

Sorry I'm having trouble getting Box2d installed. If I get it working I'll come back and try
your game!

2 2 3

great idea but poorly implemented

3 3 2

Took me bloody ages to get box2d working on my system, and I still have no idea how I actually made it work in the end. This isn't quite a game yet, but it's a somewhat entertaining physics toy.

3 2 2

I like the way the cat comes apart.

1 2 1

Not much to do here except slam the cat into the ground until it goes back to the title screen (which was very nice.)

Good luck next time on getting some gameplay action going!