Menu

Tree [r101] /
 History

HTTPS access


File Date Author Commit
 docs 2010-06-01 maximinus [r25] Added basic game idea to /docs/.
 editor 2010-06-21 maximinus [r69] Started to improve level editor gui code.
 gfx 2010-07-21 maximinus [r101] First code added to implementing detectors.
 levels 2010-07-21 maximinus [r101] First code added to implementing detectors.
 scripts 2010-07-21 maximinus [r101] First code added to implementing detectors.
 sfx 2010-06-19 maximinus [r61] Added gun and engine sounds.
 tests 2010-07-06 maximinus [r80] Re-factoring for introspective code.
 CREDITS 2010-06-19 maximinus [r61] Added gun and engine sounds.
 LICENSE 2010-06-07 maximinus [r41] Modifed bullet code - it kinda works now!
 README 2010-06-18 maximinus [r57] Verson 0.1 complete.
 scheme7.py 2010-07-21 maximinus [r101] First code added to implementing detectors.

Read Me

Scheme 7

You'll need to install pymunk to play the game. For Ubuntu 10.04, instructions can be found at:
http://scheme7.simplygaming.org/programming-f5/installing-pymunk-ubuntu-1004-t3.htm.

For windows, instructions can be found at:
http://scheme7.simplygaming.org/programming-f5/installing-pymunk-windows-t4.htm

Run the file scheme7.py

Keys:

S - Thrust engine
N - Rotate left
M - Rotate right

On the start screen, press q to exit the game.
In-game, press ESCAPE to exit the game.

The blue box is static.
You can destroy 2 of the boxes by shooting them, the third one is indestructible.
The world wraps around, but the box won't.

This version is purely to test the simple game engine.