Added colour box generation.

This commit is contained in:
Niels Serup
2012-08-08 14:10:10 +02:00
parent 82388afde3
commit a5b46906e1
3 changed files with 105 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ def generate_simple_playfield(width, height, nturns, nstones):
turns.append(((x1, y1), None))
x, y = x1, y1
turns.append(((width - 1, height - 1), None))
if do_transpose:
turns[:] = [((y, x), {
Down: Right,