Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning Game AI Programming with Lua

Posted By: AlenMiler
Learning Game AI Programming with Lua

Learning Game AI Programming with Lua by David Young
English | Nov 27, 2014 | ISBN: 1783281332 | 352 Pages | EPUB/MOBI/PDF (True) | 180 MB
With: Code Files

If you are a game developer or a general programmer who wishes to focus on programming systems and techniques to build your game AI without creating low-level interfaces in a game engine, then this book is for you.

Leverage the power of Lua programming to create game AI that focuses on motion, animation, and tactics

About This Book

Focus on programming game AI rather than handling low-level resource management
Bind Lua to build a script-based game AI using a C++ backend that provides hooks for graphics, physics, and resource handling
A tutorial-based approach where AI functionalities are layered piece by piece to create fully functional AI

Who This Book Is For

Knowledge of C++ will come in handy to debug the entirety of the AI sandbox and expand on the features present within the book, but it is not required.

In Detail

Game AI can be easily broken up into a number of components such as decision making, animation handling, and tactics, but the balance and interaction between each system strikes a balance between good AI and bad AI.

Beginning with an introduction to the AI sandbox, each new aspect of game AI is introduced, implemented, and then expanded upon. Going forward, you will learn to utilize open source libraries such as Ogre3D, Bullet Physics, OpenSteer, Recast, Detour, and Lua to create an AI sandbox with an entire codebase available to expand and step through.

This is done through a step-by-step approach, from learning to move basic shapes to fully animating your soldiers. By the end of the book, your AI will be able to navigate, pathfind, manage animation playback, communicate, and perceive their environment.