เข้าสู่ระบบเพื่อบันทึกความคืบหน้าและรับคะแนน!
Implementing AI - For Game | TUTORIAL

Implementing AI - For Game | TUTORIAL

โดย ian_kusmiran

Loading ad...

Implementing AI - For Game | TUTORIAL

คะแนน:
2.4
เปิดตัว: June 26, 2009
อัปเดตล่าสุด: June 26, 2009
ผู้พัฒนา: ian_kusmiran

แท็กสำหรับ Implementing AI - For Game | TUTORIAL

รายละเอียด

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.

วิธีเล่น

Follow the instruction

ความคิดเห็น

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