Skip to content

fairviewrobotics/codekata-snake-sample-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codekata-Snake

A sample client in kotlin for the codekata-snake competition.

Your code should go in src/main/kotlin/app/AI.kt.

Running

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"

Questions, Issues?

Github issues and pull requests are welcome. Please report any bugs you find.

Contact Edward Wawrzynek [email protected] with questions.

Releases

No releases published

Packages

No packages published

Languages