Artificial Intelligence in Games - Roberts, Paul; - Prospero Internetes Könyváruház

Artificial Intelligence in Games

 
Kiadás sorszáma: 1
Kiadó: CRC Press
Megjelenés dátuma:
 
Normál ár:

Kiadói listaár:
GBP 52.99
Becsült forint ár:
27 096 Ft (25 806 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

21 677 (20 645 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 5 419 Ft)
A kedvezmény érvényes eddig: 2024. december 31.
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 2-3 hét..
A Prosperónál jelenleg nincsen raktáron.
Nem tudnak pontosabbat?
 
  példányt

 
Rövid leírás:

This book covers all the necessary topics that a professional game AI programmer needs to know, from math and steering behaviours to terrain analysis, pathfinding, decision making. Written to be easily accessible, each topic is accompanied by an example game, where the reader can add their own code to see the effects their changes have.

Hosszú leírás:

This book covers all the necessary topics that a professional game AI programmer needs to know, from math and steering behaviours to terrain analysis, pathfinding and decision-making. Written to be easily accessible, each topic is accompanied by an example game that allows the reader to add their own code to see the effects their changes have.


Each chapter is split into two parts. The first part covers the necessary theory in a friendly, conversational manner, using visual examples and fictional game scenarios to give additional context. The second part is a coding tutorial in C

Tartalomjegyzék:

Chapter 1 Introduction


Chapter 2 Math


Chapter 3 Steering Behaviours


Chapter 4 Terrain Analysis


Chapter 5 Pathfinding


Chapter 6 Decision-Making


Chapter 7 Fuzzy Logic


Chapter 8 Chess AI


Chapter 9 Genetic Algorithms


Chapter 10 Neural Networks