Simple roguelike game, which I’m developing to learn Unity game engine.
Engine: Unity.
Programming language: C#.
- AI enemies (utility-based AI).
- Fog of war.
- A* pathfinding (for player and for AIs).
- Loading game map from XML and tile map image.
- Only melee attacks at the moment.