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.
最低配置推荐配置系统Windows 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