You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for crab integration should be added to src/ai/crab/crab.{h.cpp}.
Any options for the module should be added to src/ai/crab/crab_info.h and they will automatically be available from command line.
We try to use regular c++ features, if crab is using new c++ features they should only be used within crab.cpp so that they don't leak out to the rest of the project.
The text was updated successfully, but these errors were encountered:
I've added some boilerplate to the "ai" branch.
Notes:
src/ai/crab/crab.{h.cpp}
.src/ai/crab/crab_info.h
and they will automatically be available from command line.crab.cpp
so that they don't leak out to the rest of the project.The text was updated successfully, but these errors were encountered: