https://github.com/coderick14/code-o-soccer
IIT-KGP contest
https://github.com/coderick14/code-o-soccer
Last synced: about 2 months ago
JSON representation
IIT-KGP contest
- Host: GitHub
- URL: https://github.com/coderick14/code-o-soccer
- Owner: coderick14
- Created: 2017-01-04T15:07:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T12:28:29.000Z (about 8 years ago)
- Last Synced: 2025-01-17T05:24:37.114Z (3 months ago)
- Language: C++
- Size: 37.1 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Code-o-Soccer 2017
This repo contains all the code for Simurosot.
There'll be a ton of commented code (across all versions/branches). We left them there so that we don't write the same buggy code twice.
**Version 6.3** contains the code that we submitted for 3 vs 3 matches.
**Version 7.3** contains the code that we submitted for 5 vs 5 matches.Everything above Version 7.0 (inclusive) contains code for 5 vs 5 matches.
Everything below it contains code for 3 vs 3 matches.Role switching code is mainly in Game.hpp. Other filenames are self-explanatory.
Master branch contains the same code as v6.3