AI Games are video games that use generative AI to create characters and environments, giving them more human-like behavior. These games often provide a more dynamic and freeform experience than traditional video games and can enhance the player’s immersion. They can also be an ideal testing ground for cutting-edge AI technologies. For example, some games incorporate generative models to automatically generate levels or entire worlds that are then tested by players.
92jeeto uses adaptive AI to make decisions in real time, countering player strategies and resulting in an evolving challenge. For instance, in the action-horror game F.E.A.R, AI-controlled enemies adapt to how the player takes cover by flanking them or using grenades. Other games may incorporate more sophisticated nondeterministic AI techniques, such as decision trees and behavior trees, to give NPCs a more complex and layered behavior.
Creating Side Quests with AI Logic
Decision and behaviour trees are hierarchical representations of decisions and their possible outcomes. For instance, an NPC might use a decision tree to determine whether it is safe to attack or flee by considering its current health, the number of enemy NPCs present, and the environment’s safety factors.
Some games, such as the upcoming AAA title Project M from NCSoft and the Alice in Wonderland-themed social roleplaying game Justice Online from NetEase, integrate decision and behaviour trees with generative AI to give NPCs more human-like behaviors. These NPCs will learn from their past actions and react differently each time they meet the player.…