Hacker News new | ask | show | jobs
by KptMarchewa 1655 days ago
You don't really need to rerun your AI logic every frame though. It's more than enough if you do it every ~second, and can compute it on a separate thread.
1 comments

That depends on the type of game. The game I am working on would not work with a AI update every second.