-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: give bots access to the previous other players state + a few re…
…lated fixes & improvements (#70) ## How does this PR impact the user? https://www.loom.com/share/b8bfff4f10f047fabc83fcb9bb275536 ## Description - [x] give bots access to the previous other players state - [x] fix bug where the bot that doesn't move can't eat anyone - [x] optimize collision detection a bit - [x] switch game from turn-by-turn logic (chess-like) to "all players make moves simultaneously and then the engine computes collisions" ## Limitations N/A ## Checklist - [x] my PR is focused and contains one wholistic change - [x] I have added screenshots or screen recordings to show the changes
- Loading branch information
1 parent
5358a84
commit 1c10f89
Showing
8 changed files
with
273 additions
and
103 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.