A downloadable game

This game is not meant to be released, it is a project I use to learn. The main purpose is to practice C++ within unreal engine. It aims to be a Dungeon Crawler played turn by turn on an hexgrid.

Current functionalities : 

  • Hexgrid creation tool in editor
  • Hexgrid navigation system with A* algorithm and variable tile cost.
  • Character stats system
  • Basic movement and ability system (abilities animations are not yet implemented)
  • Turn System
  • Very basic Enemy AI used for tests

To download the project and see the code, please follow this link:
https://github.com/MartinFond/Dungeon_Crawler

Leave a comment

Log in with itch.io to leave a comment.