C++ API using provided C API.
Clone this repository into bc18-scaffold
folder:
bc18-scaffold/ $ git clone https://github.com/naumazeredo/battlecode-2018-cpp-api.git examplefuncsplayer-cpp
Run the client to test if examplefuncsplayer.cpp
is working correctly.
Be happy and nice coding!
See documentation here.
Still a WIP.
- Documentation links are broken (Moxygen issue, actually).
- Add documentation to all classes
- Use C++11 or newer when possible
- No inheritance or fancy stuff (only simple classes improving the C API functions)
- Don't lose performance. Don't copy stuff when not needed.