Enhance AI

This commit is contained in:
schmelczerandras 2020-04-19 16:45:58 +02:00
commit 26e48fd997
28 changed files with 208 additions and 69 deletions

View file

@ -1,6 +1,10 @@
#ifndef AI_H
#define AI_H
// Between AI astronauts do actions
// there has to be at least this many frames
#define AI_ACTION_INTERVAL 15
// If there are non player controlled astronauts
// control them according to some basic rule set
void handleAI();