
STRATEGIA
AUTO BATTLER SIMULATION
ROLES
SOLO PROJECT
PROJECT INFORMATION
Genre: Auto Battler Simulation
Team: Solo
Duration: 2 months
Engine: Unity
Platform: Windows
Tools: Unity, Tilemap, Scriptable Objects
FEATURES
This systems design project is a prototype for an auto battler that utilizes a custom node-based hexagonal grid for pathfinding, while the entities use scriptable objects with content scalability in mind.
• Design and implement the custom node-based hex grid for pathfinding
• Implement a pointer system to move units around the board and bench with the cursor
• Design and implement the entity AI behavior through finite-state machines
• Implement entity stats through scriptable objects for content scalability
• Implement entity team structures for multiplayer identity
• Design a visual interface to adjust stats with ease of accessibility
• Post vision to implement JSON to locally save and store team stats down to the entity level
• Post vision to expand into SQL for data management of stats for service-based games
