How do I make an AI?
Moderators: hoijui, Moderators
-
- Posts: 823
- Joined: 21 Oct 2008, 02:54
How do I make an AI?
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?
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?
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.
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.