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

@@ -1,4 +1,5 @@
import utils, solve
import sunflower
def grow(xl, xr, yl, yr):
def init():
@@ -98,6 +99,5 @@ if __name__ == '__main__':
clear()
solve.run([
grow.cactus(0, 32, 0, 32),
check(),
grow(0, 32, 0, 32),
])()