Platform for the 9th Tsinghua University Artificial Intelligence Challenge
Download the latest server release that is suitable for your platform. Checkout the Run Executable subchapter of README.md in server zipfile for detailed usage.
Download SDK with your preferred language (C++ / Python). Setup development environment. Then implement src/logic.cpp or MyAgent in sdk_python/main.py with your own strategy.
Download the latest release. Use npm install to install dependencies and npm run server to serve the web page. Other ways to server these web pages (Such as Web Server) is OK, too. You can use web to observe a running game or involve in a running game.
For security reason, web can only communicate with servers running on the same machine.