Inspiration

We were inspired by how Gen Z and Gen Alpha play games like Roblox and Minecraft, where collecting, upgrading, and showing off rare items drives engagement. Most tower defense games feel mechanical, with no emotional attachment to units. We wanted players to care about what they place, not just use it. The idea of healing corrupted animals creates both emotional attachment and strategic depth.

What it does

The cool unique part is mixing, cutting, mushing herbs to make your own medicine to heal animals = which become allies that fight for you!! It's a tower defense game where players defend the Forest Heart using healed animal units. Players fight waves, earn SOUL and herbs, then choose to upgrade units or risk healing new animals. The Crafting Glade lets players diagnose and heal corrupted animals through interactive steps, unlocking stronger units. The core tension is choosing between safe upgrades or risky crafting for higher reward.

How we built it

I have the game design only right now, but if I gone through with my Production plan I would say this: The game is built in Unity for mobile using Canvas UI and the Input System for touch controls. Enemy movement uses NavMesh, and all units and enemies are prefab-based with ScriptableObjects for scalable stats and effects. Systems include WaveManager for spawning, a crafting system driven by data logic, and an upgrade system tied to resources. Firebase or PlayFab is used for authentication and cloud saving, with Addressables and object pooling for performance.

Challenges we ran into

The main challenge was managing scope while keeping systems clear and connected. Crafting needed to feel skill-based but still simple enough for younger players to understand quickly. Balancing the risk-reward loop between upgrading and crafting required careful tuning. Mobile performance was also a constraint due to many enemies, effects, and UI elements.

Accomplishments that we're proud of

We built a strong core loop where combat, crafting, and progression all connect clearly. The crafting system stands out as an interactive feature rather than just a menu. Players can feel the impact of their decisions immediately in gameplay. The system is designed to scale cleanly with more content without needing major rewrites.

What we learned

We learned that strong systems matter more than having many ideas. Every feature needs to connect back to the core loop to stay meaningful. Player psychology is key, especially balancing risk, reward, and attachment. We also learned to think about performance, scalability, and backend systems early in development.

What’s next for Forest Guardians

Next steps include adding more biomes, enemies, and rare animals to expand gameplay variety. We plan to deepen the crafting system with more complex recipes and discovery mechanics. Social features like visiting other players’ forests and sharing builds will be added. Long-term, we want the forest to evolve dynamically based on player actions.

Built With

Share this project:

Updates