Skip to content

Instantly share code, notes, and snippets.

@1337dondongo
1337dondongo / gist:6cb2506bb1847d1b4490260673aa49c4
Last active October 22, 2025 17:51
The Farmer Was Replaced Maze with Drone and Upgraded Maze
def create_maze():
plant(Entities.Bush)
while get_entity_type()==Entities.Bush:
if num_items(Items.Weird_Substance) > get_world_size():
use_item(Items.Weird_Substance, get_world_size()*2)
return 1
if can_harvest():
harvest()
plant(Entities.Bush)
if num_items(Items.Fertilizer)==0: