Bot show and tell: sometypes #7
miangraham
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's mine: https://github.com/miangraham/bombercrab-player
The diff has lots of noise from building on nixos but all the meat is in lib.rs.
I added a postmortem commit to clean up the worst of the hacky code duplication and add train-of-thought comments for the curious. No logic changes since pizza night (edit: actually one tiny oversight fixed). But if you want to see the mess as it was, check out my HEAD~1.
General approach:
Outstanding bugs:
With more time available, either switch to A* or retain an intended path across ticks.
If I'd heard about the event sooner and had a couple days to work instead of starting day-of, I would have done better object memory and explosion prediction, and probably switched to A* to do soft crate avoidance via heuristic. This approach was plenty of fun though!
Thanks for the great event. Hopefully I'll make it in person next time!
Beta Was this translation helpful? Give feedback.
All reactions