This website requires JavaScript.
Explore
Help
Sign In
steve
/
farmer-was-replaced
Watch
1
Star
0
Fork
0
You've already forked farmer-was-replaced
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
16
Commits
1
Branch
0
Tags
3eadbfed90eec7546ca92cd8a81f960df396fa8d
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Steve Dudenhoeffer
3eadbfed90
Add
maze.py
with functions to plant and solve mazes
2026-01-23 21:25:36 -05:00
.gitignore
modularized planting logic by splitting
f2.py
into
main.py
,
pumpkins.py
, and
sunflowers.py
; updated utilities and added
.gitignore
2026-01-10 00:19:43 -05:00
cactus.py
Normalize indentation in
cactus.py
for improved readability and consistency.
2026-01-23 21:25:26 -05:00
main.py
Add optional callback for grid planting and integrate maze utilities
2026-01-23 21:25:22 -05:00
maze.py
Add
maze.py
with functions to plant and solve mazes
2026-01-23 21:25:36 -05:00
pumpkins.py
modularized planting logic by splitting
f2.py
into
main.py
,
pumpkins.py
, and
sunflowers.py
; updated utilities and added
.gitignore
2026-01-10 00:19:43 -05:00
sunflowers.py
refactor: unify planting logic with
on_plant
callback and improve variable naming
2026-01-10 16:39:00 -05:00
utils.py
Optimize
move_to
logic in
utils.py
to minimize movement steps using modular arithmetic.
2026-01-23 21:25:31 -05:00
Description
No description provided
56
KiB
Languages
Python
100%