Initial commit: you can play single player against an "always-turn-right" opponent.
commit7f510dbc2c6fbdba29fe6d3cf7aba2f3d026f01b
authorAndy Balaam <andybalaam@artificialworlds.net>
Fri, 4 Jul 2008 03:36:05 +0000 (4 04:36 +0100)
committerAndy Balaam <andybalaam@artificialworlds.net>
Fri, 4 Jul 2008 03:36:05 +0000 (4 04:36 +0100)
treebb368073d545bc11afdb6c52b545ae29f01a334a
Initial commit: you can play single player against an "always-turn-right" opponent.
15 files changed:
.gitignore [new file with mode: 0644]
images-src/instructions.xcf [new file with mode: 0644]
images-src/music.xcf [new file with mode: 0644]
images-src/title.xcf [new file with mode: 0644]
images/instructions.png [new file with mode: 0644]
images/music.png [new file with mode: 0644]
images/title.png [new file with mode: 0644]
mopelib/__init__.py [new file with mode: 0644]
mopelib/mopelib.py [new file with mode: 0644]
player_human.py [new file with mode: 0644]
player_null.py [new file with mode: 0644]
player_turnright.py [new file with mode: 0644]
troncode.py [new file with mode: 0755]
troncode_values.py [new file with mode: 0644]
version [new file with mode: 0644]