Mudpath is a Mad Pod bot for Codingame. Currently adapted for Gold League.
You'll need a Linux environment to compile sourcer.cpp due to the usage of the <filesystem> header. You can use WSL(2) if you're under Windows.
Run g++ --std=c++17 sourcer.cpp -o sourcer && ./sourcer to compile the sources into a single file.
The resulting file will be called mudpath.cpp, copy this file into your Codingame project and run.
Update the LEAGUE macro in bot.cpp to your current league.