Log masuk untuk simpan kemajuan dan kumpul mata!
Implementing AI - For Game | TUTORIAL

Implementing AI - For Game | TUTORIAL

oleh ian_kusmiran

Loading ad...

Implementing AI - For Game | TUTORIAL

Penarafan:
2.4
Tarikh keluaran: June 26, 2009
Kemas kini terakhir: June 26, 2009
Pembangun: ian_kusmiran

Tag untuk Implementing AI - For Game | TUTORIAL

Deskripsi

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.

Cara Bermain

Follow the instruction

Komen

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...