Skip to content

Fizari/PlatinumRift2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PlatinumRift2

My (unfinished) bot for Codingame's PlatinumRift

This is a bot I was making some time ago. This is an AI made for the game PlatinumRift 2 on Codingame.com. You can find all the game mechanics and rules on https://www.codingame.com/multiplayer/bot-programming/platinum-rift-episode-2

The idea of the bot was to separate the pods into roles. Each role has a purpose, for example :

  • Defenders : Guard strategic nodes
  • Explorers : Go explore the map to discover the unknown nodes
  • Attackers : Attack strategic enemy nodes.

It is easy to make new role with a reflective system.

The navigation is possible with a simple dijkstra algorithm.

About

My (unfinished) bot for Codingame's PlatinumRift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages