gcode-mirror / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 1 forks source link

Support Go #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One of the top entries last time was written in Go. Let's make a starter 
package. The compile logic is already in place.

Original issue reported on code.google.com by cameron.jp@gmail.com on 5 Sep 2010 at 5:47

GoogleCodeExporter commented 9 years ago
The following is an incomplete starter package, I don't have time to 
participate in the contest, but feel free to use it as you see fit.

http://github.com/ckolbeck/Waterloo-AI-Contest---Go-Starter-Kit

Original comment by ckolb...@gmail.com on 13 Sep 2010 at 9:51

GoogleCodeExporter commented 9 years ago
Thanks! We will be getting to these really soon, promise! We have just been 
tied up getting the server stable, so the webpage doesn't keep tanking.

Original comment by cameron.jp@gmail.com on 14 Sep 2010 at 1:40

GoogleCodeExporter commented 9 years ago
Any word on when this will happen? I made a starter package: 
http://bitbucket.org/lavalamp/pw_go_starter_package

Original comment by lukenin...@gmail.com on 10 Oct 2010 at 8:13

GoogleCodeExporter commented 9 years ago
It appears that golang is just not installed on the server, and apparantly 
there's a database entry that needs to be made, also.

Original comment by lukenin...@gmail.com on 13 Oct 2010 at 7:21

GoogleCodeExporter commented 9 years ago
Anyone have a pointer to an ubuntu hardy package for installing Go?

Original comment by janzert on 26 Oct 2010 at 12:25

GoogleCodeExporter commented 9 years ago
There is no package, you need mercurial. golang.org has instructions. I could 
probably make a shell script to do it if that would speed things along.

Original comment by lukenin...@gmail.com on 26 Oct 2010 at 1:15

GoogleCodeExporter commented 9 years ago
I dunno if contestbot told you or not, but I put a modified script here: 
https://bitbucket.org/lavalamp/pw-server-code/src/tip/game_server_build.sh

Original comment by lukenin...@gmail.com on 27 Oct 2010 at 7:25

GoogleCodeExporter commented 9 years ago
Ok, I think this is almost ready to go. Unfortunately either I have something 
not quite right or there is a bug in the starter package above. When trying to 
compile I get the error:

MyBot.go:96: to pass 'args' as ...interface { }, use 'args...'

Janzert

Original comment by janzert on 30 Oct 2010 at 8:37

GoogleCodeExporter commented 9 years ago
Awesome!! You are not doing anything wrong, I need to update the starter 
package-- it's using an older syntax. Actually, I already have it changed at 
home and forgot to put it up. I'm out of town today, I'll put it up tonight or 
tomorrow. Or you can add a ... after the last parameter on that line if you 
want to test it. Either way, thanks a ton!!! 

Original comment by lukenin...@gmail.com on 30 Oct 2010 at 1:10

GoogleCodeExporter commented 9 years ago
Go is now supported on the server.

Original comment by janzert on 31 Oct 2010 at 9:33