Page 1 of 1
How do I make an AI?
Posted: 23 May 2009, 02:13
by Super Mario
Yea, I know, it sounds nooby. The tutorials isn't very helpful in the developer section, and I want to know if I can make my own AI using lua? Can someone make a tutorial about it? Thanks.
Re: How do I make an AI?
Posted: 23 May 2009, 02:17
by imbaczek
you can, best to learn by example. take a look at kernel panic or spring 1944, both include Lua ais.
Re: How do I make an AI?
Posted: 23 May 2009, 14:39
by onezeno
Mario,
Don't worry you're not the only newb wanting to build an AI. I found the source for C.R.A.I.G (Spring: 1944) with this:
git clone git://github.com/tvo/craig
That's from Bash, I'm not sure how you'd go about it in Windows.