Skip to content

naumazeredo/battlecode-2018-cpp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ API for Battlecode 2018

C++ API using provided C API.

examplefuncsplayer.cpp

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!

Documentation

See documentation here.

Still a WIP.

TODO

  • Documentation links are broken (Moxygen issue, actually).
  • Add documentation to all classes

Contributing

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published