Hive Mind is a turn-based strategy game developed in Unreal Engine 5. In this game, players navigate a procedurally generated world made up of hexagonal tiles featuring various terrain types such as forests, lakes, mountains, and deserts. Players have the ability to establish buildings and deploy units from them. These units can be moved a certain distance each turn. The procedural map generation utilizes Perlin noise to create diverse and engaging landscapes.
- Procedurally generated hexagonal maps using Perlin noise for varied landscapes
- Diverse terrain types, including forests, lakes, mountains, and deserts.
- Turn-based gameplay for strategic planning and execution.
- Building system for creating buildings and deploying units.
- Unit movement along hexagonal tiles, enabling precise tactical positioning.
Make sure Unreal Engine version 5.1
is installed
-
Clone the repository:
git clone https://github.com/chFleschutz/Project_Hive.git
-
Open the project with Unreal Engine 5.1
Please note that the building system and unit movement mechanics are not yet complete, but they provide the essential foundation for future updates.