How to submit solutions with your algorithm
First you need to get an account. Registration is not possible, but another site user can give you one. On your account page, an API token can be found. This you will need to submit attempts. The python library asks this token for example.
Officially suported programing languages
For these programming languages, a library exists to interact with the MAPF api.Other languages
Feel free to develop libraries similar to the python library for other programming languages. However, it is also possible to directly make requests to the server using the API described below.
API
TODO