summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-19Merge branch 'overdrive-master'HEADmainJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Added a root readmeJustin Wernick
2022-04-19Merge branch 'worms-main'Justin Wernick
2022-04-19Merge branch 'tower-defence-main'Justin Wernick
2022-04-19Merge branch 'battleships-main'Justin Wernick
2022-04-19Merge branch 'spacebot-main'Justin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2020-05-17Only match the good movesJustin Wernick
2020-04-25Event-based heuristic at the beginning, astar at the endJustin Wernick
2020-04-25Naive shortest-path based botJustin Wernick
2020-04-25Skeleton of supporting update publishing eventsJustin Wernick
2020-04-20Split oils and muds into their own listsJustin Wernick
Now memory for one isn't affected by memory usage of the other!
2020-04-20No more tracking the finish line in the state as a collidable thingJustin Wernick
2020-04-20Removed weird temporary variable from stateJustin Wernick
2020-04-19Fixed accelerate implementationJustin Wernick
2020-04-19Experimenting with if I need decelerateJustin Wernick
2020-04-19Coloured analysis outputJustin Wernick
2020-04-19Use btree rangesJustin Wernick
2020-04-19Change to proper setsJustin Wernick
2020-04-18Optimimze to have a shortest path that actually completesJustin Wernick
2020-04-18Shortest path on replaysJustin Wernick
2020-04-18Tests comparing against a replay, and fixing the found bugsJustin Wernick
2020-04-13Commented out parts of the state that are unusedJustin Wernick
2020-04-13Split main and libJustin Wernick
2020-04-11Better move heuristicsJustin Wernick
2020-04-11Debugging assertions on commands and use of saturating sub / addJustin Wernick
2020-04-10Height, not widthJustin Wernick
2020-04-10Tick boostJustin Wernick
2020-04-10Initial bad strategyJustin Wernick
2020-04-10Game state from JSON stateJustin Wernick
2020-04-10Victory conditionsJustin Wernick
2020-04-10CollisionsJustin Wernick
2020-04-10Most of the game rulesJustin Wernick
2020-04-10Skeleton for game state updatesJustin Wernick
2020-04-04Don't commmit submissionsJustin Wernick
2020-04-04Makefile for making submissionsJustin Wernick
2020-03-28Initial commit from starter botJustin Wernick
2019-08-22Updated to default configJustin Worthe
2019-08-21Tweaking config experimentallyJustin Worthe
2019-08-19Replays with new game engine releaseJustin Worthe
2019-08-19New lava generator logicJustin Worthe
2019-08-19Changes from balancing updateJustin Worthe
2019-08-18Printing to stderr is now behind a feature flagJustin Worthe
2019-08-14Optimized finding valid snowball + bomb movesJustin Worthe
2019-08-14Pruned moves betterJustin Worthe