Open
Conversation
modified: main.py
modified: model.py
modified: ricochet.py
modified: main.py modified: model.py modified: ricochet.c modified: ricochet.py
modified: model.py
smack42
reviewed
Nov 1, 2019
| } | ||
|
|
||
| inline unsigned int make_key(Game *game) { | ||
| unsigned int robots[4]; |
There was a problem hiding this comment.
this doesn't work! look at macro MAKE_KEY, which uses 4 robots only.
Author
There was a problem hiding this comment.
oh! I probably missed that on the C side. let me edit that and make sure anything else that depends on it also changes.
Author
|
closing in favor of other PR accidentally opened |
Which? |
aalok-sathe
commented
Jul 1, 2022
| game.robots[index] = value | ||
| robot = data['robot'] | ||
| colors = list('RGBY') | ||
| colors = list('RGBYV') |
Author
There was a problem hiding this comment.
the 'V' for Silver keeps tripping me up (and I instead click on 'S'olve), but don't know what would be better
…y use tokens and robots in use for each subsequent game using "N"
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.
Add a fifth robot to the game