mirror of
https://github.com/mx42/codingame_code_of_kutulu.git
synced 2026-01-14 05:39:50 +01:00
14 lines
545 B
Markdown
14 lines
545 B
Markdown
# Code of Kutulu
|
|
|
|
Codingame Challenge using the excellent Codingame-Scala-Kit : https://github.com/huiwang/codingame-scala-kit
|
|
|
|
# Howto
|
|
|
|
* Clone the project
|
|
* Symlinks `build.sbt`, `src/main/scala/com` and `project` should be referring the appropriate paths in `codingame-scala-kit-forked`
|
|
* Running `./enhanceCoK` should continuously build a file `target/CoK.scala` that you can sync with Codingame using a web-browser plugin.
|
|
|
|
# TODO
|
|
|
|
* Monkey Patch / extend / update `com.truelaurel.math.geometry.Pos` with local changes (see backup)
|