Project Intuition is our newest project - a hex-based, universal (mobile/PC/console) town builder/strategy game.
It has been in the works since February 2022 and is being designed with online gameplay in mind. It is still planned for release.
The game is currently a work in progress, and the game's base is currently being implemented.
We are basing players' islands on a hexagonal world model, as often seen in 4X and strategy games, but instead of designing the world around a hex grid, we use a circular algorithm to generate the world dynamically from the centre, allowing for world building animations, easy data serialization and a variable tile count
We also have currently implemented a dynamic weather/sky simulation system, which copies the current weather and time from the player's real-world location
A preview of the base game's engine. The FPS rate is low due to an accident involving the GPU, and it's not an indicator of the final game's performance.