A sample client in kotlin for the codekata-snake competition.
Your code should go in src/main/kotlin/app/AI.kt
.
Run your client with ./gradlew run --args="url keys..."
.
For example, to start a client for the server on localhost:8080 with default keys, run:
./gradlew run --args="http://localhost:8080 key0 key1 key2 key3"
Github issues and pull requests are welcome. Please report any bugs you find.
Contact Edward Wawrzynek [email protected] with questions.