Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udalov/russianaicup2013
My solution of Russian AI Cup 2013 -- CodeTroopers (http://2013.russianaicup.ru/)
https://github.com/udalov/russianaicup2013
Last synced: 6 days ago
JSON representation
My solution of Russian AI Cup 2013 -- CodeTroopers (http://2013.russianaicup.ru/)
- Host: GitHub
- URL: https://github.com/udalov/russianaicup2013
- Owner: udalov
- Created: 2013-12-18T23:47:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T22:39:17.000Z (about 9 years ago)
- Last Synced: 2024-10-24T22:36:00.802Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 7.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
russianaicup2013
================My solution of Russian AI Cup 2013 -- CodeTroopers (http://2013.russianaicup.ru/)
Results:
* Round 1 ([v9](864d62876090932d861b9700d023899f62cbc7b0)) -- 271st place, 31% wins
* Round 2 ([v17](4143d6eb9bb599fc7c127eb5b3b6516525bfb3db)) -- 28th place, 50% wins
* Finals ([v31](96cc20f4ca2eba80763e82ca14f3ac9e49a0322e)) -- 56th place, 27% wins
* Sandbox overall -- 65th placeTo run local-runner from the same process from IDEA you'll need to install [Kotlin](http://github.com/JetBrains/kotlin/) plugin.
To run 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 zip for online judge