Feat: done except full reset, maze, dino

This commit is contained in:
2025-12-12 08:15:29 +08:00
parent fe142bae33
commit 3ae42f4e67
10 changed files with 252 additions and 76 deletions

View File

@@ -7,21 +7,29 @@ base24 = [
]
mixs24 = [
[mix.grow(0, 4, 8, 16)],
[mix.grow(4, 8, 8, 16)],
[mix.grow(0, 4, 16, 24)],
[mix.grow(4, 8, 16, 24)],
[mix.grow( 0, 4, 8, 16)],
[mix.grow( 4, 8, 8, 16)],
[mix.grow( 0, 4, 16, 24)],
[mix.grow( 4, 8, 16, 24)],
[mix.grow( 8, 12, 0, 8)],
[mix.grow(12, 16, 0, 8)],
[mix.grow(16, 20, 8, 16)],
[mix.grow(20, 24, 8, 16)],
[mix.grow( 8, 12, 8, 16)],
[mix.grow(12, 16, 8, 16)],
[mix.grow(16, 20, 0, 8)],
[mix.grow(20, 24, 0, 8)],
[pumpkin.grow(8, 16, 8)],
[pumpkin.grow(16, 8, 8)],
#[pumpkin.grow( 8, 0, 8)],
#[pumpkin.grow(16, 8, 8)],
[cactus.grow( 8, 16, 8, 16)],
[cactus.grow(16, 24, 16, 24)],
#[cactus.grow( 8, 16, 8, 16)],
#[cactus.grow(16, 24, 0, 8)],
]
mazes24 = [
[maze.grow( 8, 0, 8)],
[maze.grow(16, 0, 8)],
[maze.grow( 8, 16, 8)],
[maze.grow(16, 16, 8)],
]
def farm24():