Skip to content
/ mudpath Public

Mad Pod Racing bot using genetic algorithms and heuristic steering optimization

Notifications You must be signed in to change notification settings

coalio/mudpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mudpath

Mudpath is a Mad Pod bot for Codingame. Currently adapted for Gold League.

Pre-requisites

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.

Getting started

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.

About

Mad Pod Racing bot using genetic algorithms and heuristic steering optimization

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors