Skip to content

Getting Started

Welcome to the world! In this game, you are not just a normal player controlling a character, but a programmer who will manage fields and automate systems.

You will perform all automations and operations in the game with a special programming language we call LAU. This code you write will bring life to your greatest assistant, the Drone.

Your Drone is your greatest tool. Every script you write brings life to it. You can create scripts & modules, edit them, and run them all for the drone.

Every programmer’s journey begins with writing code. But before writing this first code, you need to learn the game’s system.

To learn step-by-step how to create a new Script file, how to use the Editor, and how to run your code, check out the other pages on this docs.

After grasping the code system and the drone, we can focus on our main task. Our primary goal in the game is to build a fully automated farming empire by coding manual and tedious agricultural tasks.

The game loop works as follows:

1. Buy Seeds: Purchase the seeds you want to plant from the market.

2. Code: Write code for your drone to plow the field, plant the seeds, and water them if necessary.

3. Harvest and Sale: Earn money by harvesting and selling grown crops, and build better systems.

To learn in detail how to start farming operations, you can examine the Farm page under General.