Final submission#117
Open
kralina123 wants to merge 91 commits into
Open
Conversation
Added sections for variable names, movement directions, and path calculation.
added our bot to the runRobotRace setup edited .gitignore
…m to save plots in the specified location for analysis)
…n my device PLEASE CHECK THIS ON YOUR MACHINES
…isualization to get pushed. Maybe someone knows if we can add these .pyc files here too @amkilar if you read this maybe you know
Clarified the status of the crash avoidance feature in the documentation.
Juwei95 round1
Super basic bot for round 1
…ame folder which has been reorganized into Game and Robots ot keep and easy overview and allow for changes to these files. Additionally an automated python script was added which can run x games with x robots of choice and print out statistical results to the terminal. README file contains basic usage descriptions and is not very detailed yet.
Corrected formatting and typos in the README for automated tests.
Handle temporary mine memory
Initial strats for bot round II
Basic check path
Original map addon for round 2 commitment
This is our improved bot from last round
Xae 12 round 2
D3STROYER bot for Round II
Added low gold mode and repositioning mode
Improve low gold mode and repositioning strategy
Collisions avoidance version two
Add dynamic movement strategy
Add team bots
Contributor
|
Hi guys, merging this PR is causing many conflicts. Can you please submit only your bots here? If you want to bring some fixes to the game features, please open a separate PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our final main bot is:
GoldDiggers-RobotRace.py
For the team tournament we would like to submit:
GoldDiggers-RobotRace_right.py
GoldDiggers-RobotRace_left.py
The bots also require the file:
shortestpaths.py
I apologize for the large number of files included in this PR. If necessary, I will clean this up later.