Page 1 of 1

Tutorial on creating a Global AI created

Posted: 01 Nov 2006, 11:05
by hughperkins
Tutorial on creating a Global AI created at http://taspring.clan-sy.com/wiki/AI:Hug ... I_tutorial

It's using C#, because C# is powerful and easy to debug. You'll need a Windows platform with Visual C# Express 2005 installed.

It covers:
*creating an empty C# AI project using Visual C# Express 2005
*making the AI say something
*building a solar panel

Posted: 01 Nov 2006, 16:25
by AF
Visual studio 2003 will also work with those instructions though there may be minor GUI differences.

Posted: 01 Nov 2006, 22:50
by Lindir The Green
Awesome, I'm definitely reading that.