Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udalov/russianaicup2014
My solution of Russian AI Cup 2014 -- CodeHockey (http://2014.russianaicup.ru/)
https://github.com/udalov/russianaicup2014
Last synced: 6 days ago
JSON representation
My solution of Russian AI Cup 2014 -- CodeHockey (http://2014.russianaicup.ru/)
- Host: GitHub
- URL: https://github.com/udalov/russianaicup2014
- Owner: udalov
- Created: 2015-11-06T21:56:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T22:24:40.000Z (about 9 years ago)
- Last Synced: 2024-10-24T22:35:39.169Z (about 2 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
russianaicup2014
================My solution of Russian AI Cup 2014 -- CodeHockey (http://2014.russianaicup.ru/)
Results:
* Round 1 ([v11](030f33379a7c20ad8c7ca01460177f9ccdfdc3a3)) -- 171st place, 69% wins
* Round 2 ([v14](6582f99b5aaf3d91e4b3b7524b52984dc0b1d9ac)) -- 163th place, 57% wins
* Sandbox overall -- 50th placeTo run the local-runner from the same process from IDEA you'll need to install [Kotlin](http://github.com/JetBrains/kotlin/) plugin.
To run the auto tester you'll need bash and Kotlin compiler.
Run `ant update` once to download the latest beta build of kotlinc,
`ant` to build an executable jar suitable for auto testing,
`ant src` to package the solution to a zip for the online judge.