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.
最低推奨OSWindows 10 HomeWindows 10プロセッサーIntel Core i5-9400FIntel Core i5-11400FグラフィックNVIDIA GeForce GTX 1650NVIDIA GeForce RTX 3060メモリー8 GB RAM16 GB RAMストレージ1 GB available space2 GB available space
开源农场について
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