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
17
Commits
1
Branch
0
Tags
main
Go to file
Add File
New File
Upload File
Apply Patch
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
2a8811d185
Add multithreaded maze exploration with drone spawning and enhanced treasure detection logic
2026-01-24 11:24:25 -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 multithreaded maze exploration with drone spawning and enhanced treasure detection logic
2026-01-24 11:24:25 -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%