登录可保存游戏进度并赚积分!
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...