Thanks for wiki link..
I'm french
Search found 9 matches
- 04 Nov 2012, 20:57
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
- 04 Nov 2012, 19:50
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
I have a small question, I see there are two ways to attack an ennemy: CMD.ATTACK (->expect 1 parameters in return (unitid) or 3 parameters in return (mappos)) CMD.AREA_ATTACK (->expect 4 parameters in return (mappos+radius)) If i understand, the first one only take the ID of the enemy or it's exact...
- 03 Nov 2012, 09:43
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
Thanks all or you!
I "finished" learn base of c++, now i try gajop methods thanks :))
I "finished" learn base of c++, now i try gajop methods thanks :))
- 02 Nov 2012, 14:25
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
Thank for the link, i'll watch it later.
In fact, i know java, but i have to code un c++, i change university this year, and here, they learned c++, not java =P
In fact, i know java, but i have to code un c++, i change university this year, and here, they learned c++, not java =P
- 02 Nov 2012, 10:32
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
The C++ can be cool, but it's complicated with all this pointers....
I can't take another language, this is why I need your help...
I can't take another language, this is why I need your help...

- 31 Oct 2012, 17:42
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
Oh great!
Thank you so much, there's a programmation guide!
http://www.irit.fr/ProgAndPlay/progAndP ... ion_en.php
thanks
i'll watch it :)
Thank you so much, there's a programmation guide!
http://www.irit.fr/ProgAndPlay/progAndP ... ion_en.php
thanks

- 31 Oct 2012, 17:22
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
Oh sorry, yeah it's for homework...
I don't know C++ at all ^^, i'll follow your advise, learn it first, then work on CppTestAI!
Thanks
I don't know C++ at all ^^, i'll follow your advise, learn it first, then work on CppTestAI!
Thanks

- 31 Oct 2012, 16:30
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Re: Need help for an AI in C++
Thank you for your answer.
The problem for me is that I have to code in C++ and only on the game ByteBattle or KernelPanick ... so...
But I'll try to learn from this. Thank you again!
If someone else have a proposition
The problem for me is that I have to code in C++ and only on the game ByteBattle or KernelPanick ... so...
But I'll try to learn from this. Thank you again!
If someone else have a proposition

- 31 Oct 2012, 14:36
- Forum: AI
- Topic: Need help for an AI in C++
- Replies: 19
- Views: 3848
Need help for an AI in C++
Hi all, That is a project in progress I have to create an AI for KernelPanick in c++. The first problem is that I have no knowledge of c++ and the second is that I have no idea where to start. I tried to read the file "example" but they seem to be generated automatically whereas I really h...