Added preliminary level 4. No lasers yet.

This commit is contained in:
Niels Serup
2012-08-11 02:22:29 +02:00
parent 5904d29aef
commit b61f54963d
8 changed files with 199 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ from robotgame.logic.direction import *
class LaserMirrorTest(unittest.TestCase):
def test_playfield_generation(self):
print()
playfield = generate_simple_playfield(13)
playfield = generate_simple_playfield(16)
print_playfield(playfield, 12, 12)
if __name__ == '__main__':