Artificial Intelligence in Video Games: Towards a Unified Framework
Algorithm 2
Conceptual combat code snippet.
voidhandle_enemy(pc_t & enemy)
{
if(enemy.ranged() && can_impair_movement())
queue_action(use_skill(get_skill(SkillType::
disable_move), enemy));
queue_action(attack(enemy));
}
We are committed to sharing findings related to COVID-19 as quickly as possible. We will be providing unlimited waivers of publication charges for accepted research articles as well as case reports and case series related to COVID-19. Review articles are excluded from this waiver policy. Sign up here as a reviewer to help fast-track new submissions.