Open GoogleCodeExporter opened 9 years ago
OK. I "finished" the classes in Groovy. However, I am having problems with
timeouts and with stdin/stdout. I do not understand it since I made few changes
from the shipping java starter package.
Original comment by aro...@gmail.com
on 22 Sep 2010 at 5:44
I have uploaded the Groovy starter package to the forum:
http://ai-contest.com/forum/viewtopic.php?f=18&t=767
It contains instructions on installing, compiling, and executing Groovy code.
Should I also upload the package here?
Original comment by aro...@gmail.com
on 23 Sep 2010 at 12:45
From http://ai-contest.com/forum/viewtopic.php?f=18&t=767#p4862
I have uploaded a new and complete Groovy starter package. It includes the
directories maps, tools, and example_bots.
I have made a change in the way stdin is read which required a change in the
signature of PlanetWars' constructor and in the method ParseGameState.
Otherwise, it is identical to the Java starter package.
----Obtaining and Installing Groovy on the Server
There is a deb package which can be obtained from Groovy's home at
http://dist.groovy.codehaus.org/distrib ... -1_all.deb
If this fails then use the default groovy package that is already available in
the Ubuntu repositories. Just "apt-get install groovy".
Groovy is a JVM language and therefore it requires that Java be installed.
---Compiling and Executing Groovy
There is no need to compile Groovy. Simply run "groovy MyBot.groovy" in the
directory where the other files of the submmision are located.
Original comment by aro...@gmail.com
on 26 Sep 2010 at 2:45
In case anyone watching this hasn't noticed on the forums, Groovy support has
been enabled for a few days on the servers. I'm just waiting for a couple bots
to get uploaded before closing this.
Original comment by janzert
on 5 Nov 2010 at 6:45
Original issue reported on code.google.com by
aro...@gmail.com
on 19 Sep 2010 at 3:19