farnulfo / ai-contest

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

Support Scala #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please add Scala (2.8) support.

User tulsidas (http://www.ai-contest.com/forum/viewtopic.php?f=18&t=488) in 
forum provided starter package at http://github.com/tulsidas/ai-planetwars-scala

Original issue reported on code.google.com by Krzyszto...@gmail.com on 15 Sep 2010 at 3:08

GoogleCodeExporter commented 8 years ago
Scala 2.8 is available from http://www.scala-lang.org/downloads as an IzPack 
installer (if you have X, that's probably simpler) or as a tar.gz archive.

Compiling is as simple as
scalac *.scala

Running as
scala MyBot

It runs on the JVM, so there shouldn't be any other modifications needed.

Original comment by thomas.g...@gmail.com on 22 Oct 2010 at 8:04

GoogleCodeExporter commented 8 years ago
The Melbourne Scala User Group would dearly like this to be activated prior to 
the competition. Can it be prioritised please?

Original comment by jer...@loftinspace.com.au on 4 Nov 2010 at 1:35

GoogleCodeExporter commented 8 years ago
As of revision 499 this should now be working on the servers. I'll wait till I 
see a bot or two up before closing the issue.

Original comment by janzert on 5 Nov 2010 at 6:38

GoogleCodeExporter commented 8 years ago
I've been able to submit my starter package, it compiled successfully and 
dutifully lost its first game :)
http://ai-contest.com/visualizer.php?game_id=6641334

I've just now submitted a slightly more advanced bot, we'll see how this goes!

Many thanks for your help janzert!

Original comment by thomas.g...@gmail.com on 5 Nov 2010 at 7:09

GoogleCodeExporter commented 8 years ago
Most excellent!

Original comment by jer...@loftinspace.com.au on 5 Nov 2010 at 10:33

GoogleCodeExporter commented 8 years ago
And we are all grateful

Original comment by Pio...@gmail.com on 5 Nov 2010 at 1:51

GoogleCodeExporter commented 8 years ago
Thanks all. Looks to be working fine marking fixed now.

Original comment by janzert on 6 Nov 2010 at 3:34