2D HEXBASED
ROLE
Independent
DESCRIPTION
2D Hexbased is a turn-base game. Command your starting troops each with different abilities and stats. Scout the land and avoid disadvantages terrain while looking out for your enemies. Defeat all enemies to win.
YEAR
2021
GENRE
Turn-base strategy
PLATFORM
PC
PICTURES
PROJECT DETAILS
PROJECT SUMMARY
2D Hexbased was a project made for one of my school modules, Artificial Intelligence, similar to the previous game, 2D AI Simulation. The project was done to teach us how to implement state machine for AI and learn various pathfinding method that can be implemented into games.
GAME FEATURES
-
Turn base mechanics
-
Different terrains to tranverse on
-
Different Units
-
Fog of War
-
Enemies / AI
LEARNING POINTS
-
State machine for AIs
-
Implemented Depth-First Search for level generation
-
Implemented Breath-First Search for Unit's attack/vision range
-
Breath-First Search for Unit's pathfinding