Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Also concerning the long delay, it's possible that it's because of the AI calculations. There is ways to optimize that, but depends on the algo you used, and the time it would take to be done. For example, some informations can be stored at the start of a game so the data access is faster

(+1)

To be completely honest, the delay was added because the AI was too quick... It's fairly optimized and actually did its moves instantaneously, which is why I added artificial delay. Still, it could be that the AI needs more time to think in WebGL as well, so it surely is something I'll have to look into!