Skip to content

JakubDotPy/codingame_bot_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codingame bots

Backup of bots for codingame bot programming challenges.

NOTE: Code in this repository is only a backup, it is not intended to be run directly.


MAD POD RACING aka Coders strike back

[homepage] [code]
This puzzle game starts with a step by step tutorial that will help you get familiar with CodinGame’s multiplayer games. It provides an easy introduction to bot programming through a starship race.

The aim of the game is of course to win the race against other players! To succeed in this challenge, you will be able to use different mathematical concepts such as trajectory calculation, collisions, speed vector, or inertia.

The game is very simple to start. Rules are easy to understand and it only requires a few lines of code to move your ship around.

However, it has near-infinite possibilities of evolution as you can improve your artificial intelligence step by step, while sharpening your coding skills.


Olymbits

[homepage] [code]
Three players are pitted against one another in the arcade olympics.

Each player controls a character in four mini-games simultaneously. Earn a maximum of medals in all four games to acquire the highest score.

The game is played in turns. On each turn, all three players perform one of four possible actions: UP, DOWN, LEFT, or RIGHT.

When an action is performed by a player, their agent in each mini-game performs that same action, because the controls have been wired to all 4 machines at once.


Seabed security

[homepage] [code]
To protect marine life, it is crucial to understand it. Explore the ocean floor using your drones to scan as many fish as possible to better understand them!

Win more points than your opponent by scanning the most fish.

About

bots for codingame bot programming challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages