CodinGame Scala Kit

Hello All,

I open sourced my CodinGame Scala Kit which helped me to

  • Separate codes into packages and files
  • Reuse existing codes
  • Code in my favorite IDE Intellij
  • Unit test the behavior of my bot
  • Avoid tedious copy/paste
  • Control source code versions with Git

Hopefully, it could be useful for scala coders.

Thanks,
Hui

7 Likes

For those who want to contribute to this kit, please find the to-do issues.

https://github.com/TrueLaurel/CodinGame-Scala-Kit/projects/1

I love Both CodinGame and Scala because they make programming fun.

CodinGame is great and it would be better if I could

  • Separate codes into packages and files
  • Reuse existing codes
  • Generate the required Player file automatically
  • Avoid tedious inter-IDE copy/paste
  • Unit test the behavior of my Bot
  • Control source code versions with Git
  • Stay in my favorite IDE Intellij

For 4) and 7) have a look here.