Hi,
I’m trying to implement a simulation that involves something like an arena game, with AI players in teams. Obviously that involves pathfinding. Supose that I try this project, how hard would it be to simulate the arena game in the background? Without camera, rendering, etc. Just data. In the main thread I would have some UI open, with a “Processing day” info, that would mean that some gameS are beeing played (processed) that day.
Given the current implementation of the project, how feasible is it atm?