<< Back to Warzone Classic Forum   Search

Posts 1 - 20 of 55   1  2  3  Next >>   
Warlighter's Bots for AI challenge: 2014-03-20 12:35:20


125ch209 
Level 58
Report
Warlighter's Bots for AI challenge: 2014-03-20 12:42:01

Fizzer 
Level 64

Warzone Creator
Report
Warlighter's Bots for AI challenge: 2014-03-20 13:16:48


Banana 
Level 61
Report
Mine is named: BananaBot
Warlighter's Bots for AI challenge: 2014-03-20 13:18:29


ps 
Level 61
Report
Warlighter's Bots for AI challenge: 2014-03-20 13:46:01


125ch209 
Level 58
Report
Also, i put "warlight" as my institute, to say i'm from this community, i don't know if it is ok...Fizzer?
Warlighter's Bots for AI challenge: 2014-03-20 16:36:57


Muli 
Level 64
Report
Mine is called Muli
http://theaigames.com/competitions/warlight-ai-challenge/game-log/muli/1

It can already deploy Armies ;-)
Warlighter's Bots for AI challenge: 2014-03-20 17:30:23


125ch209 
Level 58
Report
haha nice Muli, i'm so far from having a viable bot
Warlighter's Bots for AI challenge: 2014-03-20 19:27:13

Gauge
Level 56
Report
there is no starter bot for c++ so mine wont be up for another few hours... finaly about to start programming it.
Warlighter's Bots for AI challenge: 2014-03-20 22:23:59


Master Turtle 
Level 62
Report
Icelandic Turtles will be entering a bot but its still being worked on
Warlighter's Bots for AI challenge: 2014-03-21 05:34:00

Pauhoihoi
Level 57
Report
http://theaigames.com/competitions/warlight-ai-challenge/game-log/killeroo/1

39 versions just to get the damn thing to pick starting terretories tells me 3 things:
1. I'm crap at Python
2. I'm crap at coding
3. I'm not going to win

Frustratingly good fun though :)
Warlighter's Bots for AI challenge: 2014-03-21 08:04:24


125ch209 
Level 58
Report
i think it took me even more version to get the starting territories. Right now i am at version 128 and i just started the "place_armies_moves" thing.... let's not give up :D
Warlighter's Bots for AI challenge: 2014-03-21 15:24:13

Pauhoihoi
Level 57
Report
We've got knowledge of warlight tactics on our side, so if (after version 5000) we can program the damn bot properly it should be an easy win, right? ;)
Warlighter's Bots for AI challenge: 2014-03-21 16:25:28


125ch209 
Level 58
Report
yeah..that's what i think too. I know exactly what i want to write for my bot, but every time i spend 1hour writing 10lines, i spend 2 hours debugging it. That's very annoying. If i manage to code what i want for my bot , i can't see how i would not get top5
Warlighter's Bots for AI challenge: 2014-03-21 19:14:51


zach 
Level 56
Report
Ok, I figured out how to update the map with my deployments before I make my moves, but I can't find a way to update the opponent deployments before I attack/transfer. Is that even possible? Or allowed?
Warlighter's Bots for AI challenge: 2014-03-21 19:48:05


125ch209 
Level 58
Report
I don't understand what you mean. Do you want to uptate the opponent's deployments as of the deployments he made the previous turn, or do you mean uptade the deployments he made for the current turn, like you could see them before attack/transfer? I mean in Warlight you only see your opponent's deployments after you commited all your moves including attack/transfer, so it works the same here. you can't "get current turn opponent's deployement" then chose to attack or not.
Warlighter's Bots for AI challenge: 2014-03-21 19:50:54


125ch209 
Level 58
Report
btw, i tried the move.getType() method, but for some reason, there isn't any "getters" in the Move class that works in the BotStarter: any ideas?


src/bot/BotStarter.java:557: error: cannot find symbol
if (mov.getRegion().equals(reg)) {
^
symbol: method getRegion()
location: variable mov of type Move
src/bot/BotStarter.java:558: error: cannot find symbol
if (mov.getType().equals("place_armies")) {
^
symbol: method getType()
location: variable mov of type Move
src/bot/BotStarter.java:559: error: cannot find symbol
reinforcementOnRegion += mov.getArmies();
^
symbol: method getArmies()
location: variable mov of type Move
3 errors
Warlighter's Bots for AI challenge: 2014-03-21 19:53:49


{rp} Julius Caesar 
Level 46
Report

I couldn't help it. Anyways, did some research seems fun to do computer coding and such, but I only have a google chromebook, and they lack any good apps for any kind of coding other than a really slow app for C.
Warlighter's Bots for AI challenge: 2014-03-21 19:59:01


Ⓖ. Ⓐrun 
Level 57
Report
Try a website called Codeacademy.
Warlighter's Bots for AI challenge: 2014-03-21 20:07:28


{rp} Julius Caesar 
Level 46
Report
thanks I want to learn some basic code anyway
Warlighter's Bots for AI challenge: 2014-03-21 20:11:35

Pauhoihoi
Level 57
Report
you only really need a text editor (i.e. text pad) to take part in this competition, does your chromebook have anything like that? you don't have to compile the code yourself, you just write the code, zip it, then upload it to the website.
Posts 1 - 20 of 55   1  2  3  Next >>