Inicia sesión para guardar tu progreso y ganar puntos.
Implementing AI - For Game | TUTORIAL

Implementing AI - For Game | TUTORIAL

por ian_kusmiran

Loading ad...

Implementing AI - For Game | TUTORIAL

Valoración:
2.4
Lanzamiento: June 26, 2009
Última actualización: June 26, 2009
Desarrollador: ian_kusmiran

Etiquetas para Implementing AI - For Game | TUTORIAL

Descripción

In this tutorial we will look at how to implement AI. We will also look at how we break down AI components so that it becomes easier to implement depending on the game design.

Cómo jugar

Follow the instruction

Comentarios

0/1000
tolleder avatar

tolleder

Jun. 26, 2009

0
0

I won't download a project just to see what it does, if the creator could just have compiled the project and have added it to the tutorial.

Tukkun avatar

Tukkun

Jun. 26, 2009

0
0

Hmm, seems "stolen" http://www.tutorialhero.com/click-56849-implementing_ai.php - This is just a flash version of a tutorial. Still, not bad.

aghko avatar

aghko

Jun. 26, 2009

0
0

Good explained. Once i have implemented a ants nest. that was like:
- Random search
- If i find food i give it to anthill
- If i find another and a give the coordenates for food.
-If i have cordenates for food i go for food (and give it to anthill)
- If there is no more food i clear the coordentes and Random Search

Its very funny to look a virtual ant nest working ;)

Tukkun avatar

Tukkun

Jun. 26, 2009

0
0

You beat me to that...