Script-only slice of the Horticulture project — a Unity 6 experience that teaches Integrated Pest Management through hands-on plant care challenges.
- Download the Latest Release for your platform.
- Windows & Linux
- Extract the Zip file and run the executable (.exe, .sh) respectivly
- MacOS
- Run the DMG file and drag the app to the 'Applications' folder
- Run the 'Horticulture' application
You may need to bypass security in the 'Security and Privacy' settings page in 'System Prefferences'
- Android
- Extract the zip folder
- You will need to then side-load the application file
- IOS
- Join the public TestFlight
- Download the TestFlight App
- Install the Horticulture app from within TestFlight
| Detail | Notes |
|---|---|
| Unity | 6 (6000.x series) |
| Platforms | Windows, macOS, Linux, Android, iOS |
| Repository Scope | Code-only mirror of the gameplay logic; assets and content ship from the main game repo |
| Status | Active development — expect experimental branches and in-flight systems |
- 🌱 Scenario-driven lessons that reinforce sustainable growing practices.
- 🪲 Dynamic pest identification and treatment workflows built on reusable card systems.
- 🧠 Modular architecture: MonoBehaviours orchestrate plain-C# subsystems for easier testing and iteration.
| System | Reference |
|---|---|
| Classes | docs/classes-system-documentation.md |
| Cinematics | docs/cinematics-system-documentation.md |
| Audio | docs/audio-system-documentation.md |
| Field Spell | docs/field-spell-system.md |
| Game State | docs/game-state-system-documentation.md |
| Mod Loading | docs/mod-loading-system-documentation.md |
| Modding Guide | docs/modding-guide.md |
Tip: Docs live alongside the scripts they describe. If you touch a system, audit its entry here before shipping.