Implementing AI - For Game | TUTORIAL
ni ian_kusmiran
Implementing AI - For Game | TUTORIAL
Mga tag para sa Implementing AI - For Game | TUTORIAL
Deskripsyon
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.
Paano Maglaro
Follow the instruction
Mga Komento
tolleder
Jun. 26, 2009
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
Jun. 26, 2009
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
Jun. 26, 2009
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
Jun. 26, 2009
You beat me to that...