Supported Languages

Hello;

I don’t see rust support for this year as well. Is it possible that you add it?

Regards,
Faruk

1 Like

See: Non interpreted language support (GOLANG)

Hi Faruk!

I’m attacking that windmill for Golang at the moment. Check my bot I have so far here (made some notes on compilation) https://github.com/EntelectChallenge/2017-Battleships/tree/master/Sample%20Bots/Golang

Also here’s the PR itself… https://github.com/EntelectChallenge/2017-Battleships/pull/22

You’ll have to add a Compiler and a Runner csharp file to make it work. I have not added a Compiler script yet (I’m cheating a little using “Go run”)

1 Like

Hi all,

I’ve started hacking on getting Rust support into this thing. Pull request is here if anyone wants to take a look:

Kind regards,
Justin

1 Like

@svanellewee sweet, i got a bit stuck on the recompilation of the game engine too (made a julia sample bot), will try this tomorrow. We should stick that makefile in the game engine directory along with a readme file…

nice one ! I’d love to see it! Oh so many languages… so little time…