Auto Farm

Auto Farm

About the Game

A JavaScript-based coding farm game. Inspired by The Farmer Was Replaced.

The core goal is to help players learn programming by writing code that controls characters in a 2D farm.

Overview

  • Control one or more characters to plant crops on a 2D map.

  • Harvest items to unlock a technology tree (skills and features).

  • Unlocks grant new scripting commands and additional gameplay options.

Current Features

  • Characters: `Dinosaur`, `Drone` , `Snake`; character switching is supported.

  • Crops: `Potato`, `Pumpkin`.

  • Scripting: supports basic JavaScript syntax.

  • Multi-character spawning: supported (known issues remain).

  • Technology tree: basic tree implemented; balancing and UI tuning pending.

Supported Game Modes

  • Mode 1: Classic farming

  • Mode 2: Adjacent pumpkins aligned in a straight forward direction merge

  • Mode 3: Snake mode

  • Mode 4: Maze mode

  • Mode 5: Multi-threaded mode

Initial Release