https://github.com/yrhiba/codingamefallchallenge-2023
Codingame FallChallenge 2023. Drones and Fishes.
https://github.com/yrhiba/codingamefallchallenge-2023
bot-programming multiagent-trajectories trigonometric-calculations
Last synced: 6 months ago
JSON representation
Codingame FallChallenge 2023. Drones and Fishes.
- Host: GitHub
- URL: https://github.com/yrhiba/codingamefallchallenge-2023
- Owner: yrhiba
- Created: 2023-12-21T13:14:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T20:16:20.000Z (over 1 year ago)
- Last Synced: 2025-02-10T22:52:56.203Z (8 months ago)
- Topics: bot-programming, multiagent-trajectories, trigonometric-calculations
- Language: C++
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codingame - Fall Challenge 2023 | yrhiba: Bot
Challenge-Link:
https://www.codingame.com/contests/fall-challenge-2023# Bot Title: Flouka-And-7oTa
# Introduction
This repository contains the code for the "Flouka-And-7oTa" bot developed by yrhiba for the Codingame Fall Challenge. The bot is designed for strategic gameplay in the arena. To test the bot in the arena, follow the instructions below:
Choose a strategy from the branch list.
Click "make run" to generate a code.cpp file in the prod folder.Please note that this repository is meant for learning and showcase purposes. Do not submit the bot in this repository.
List Of Bots Available and History:
# Woo3:
Branch-Name: "seek-Closest-Fishes-wood-solution"
Description: Attempts to scan the closest fishes for the drones.# Bronze/Silver:
Branch-Name: "gold-stratigie-v0-startWithLegenType"
Description: Drones move down and up while rotating the velocity vector if a collision is detected
with uglys or edges of the map.
Branch-Name: "gold-stratigie-v1-cleanScan"
Description: Drones start by targeting fishes at the bottom (type:2), then scan the fishes above
to the top and save them. It also handles collision avoidance. Once all fishes are scanned, the
drones kick out the remaining fishes that opponents have not scanned yet.# Gold:
Branch-Name: "master"
Description: Drones focus on reaching a distant location, where they then systematically search for any remaining
unscanned fish. Additionally, the drones assess the potential to displace some fish within the mapped area.# Legend:
Still-Not-Availlable-Yet.(in-Working-Progress)