Skip to content

Commit

Permalink
Fix details for game ai
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed May 10, 2024
1 parent bd76e76 commit 622766f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,3 +1,3 @@
# Game AI

The term "API" stands for Application Programming Interface. In simple terms, a *Game API* is a set of protocols and tools used for building software and applications. It is, essentially, a method for different software applications to communicate with each other. In terms of game development, Game API provides a bridge to interact with the game engine, allowing developers to script in-game behaviors or functionalities, like graphics rendering, physics calculations, sound, and AI (Artificial Intelligence). Popular game APIs include DirectX and OpenGL. DirectX is used widely in the development of video games for Windows and Xbox. OpenGL, on the other hand, is a cross-platform API for rendering 2D and 3D graphics in video games.
Game AI is a subfield of artificial intelligence (AI) that is used to create video game characters that act and react like real human players. Game AI is used in a variety of video games, from simple puzzle games to complex strategy games. Game AI can be used to create non-player characters (NPCs) that interact with the player, as well as to create intelligent opponents that challenge the player.
@@ -1,3 +1,3 @@
# Game AI

"Game API 2" refers to the next generation or updated version of a Game API (Application Programming Interface). With the functionalities provided by the game API, as a developer, you can utilize pre-written sets of codes to build games, instead of creating everything from scratch. The main focus of "Game API 2" often revolves around delivering improved functionalities, ease of use, and better performance, aiding in creating more complex and advanced games. Some examples may include access to new graphical features, optimized resource management, or better hardware utilization. Specific capabilities usually depend on the respective Game API you are using. However, it's important to note that "Game API 2" is a generalized term, and you may need to refer to specific APIs documentation (such as DirectX 12 for Microsoft, Vulkan for Khronos Group, etc.) for an in-depth understanding.
Game AI is a subfield of artificial intelligence (AI) that is used to create video game characters that act and react like real human players. Game AI is used in a variety of video games, from simple puzzle games to complex strategy games. Game AI can be used to create non-player characters (NPCs) that interact with the player, as well as to create intelligent opponents that challenge the player.

0 comments on commit 622766f

Please sign in to comment.