-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: build python den levels #1695
Closed
Closed
Conversation
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
* Added a command field to level model. * added level command retrieval. * changed commands tab so that it displays level specific commands. * added commands for level 92. * Added commands for levels 92-109. * Added commands for levels 113-115. * Added commands for levels 119-122. * change size of font on commands popup. * Improve formatting of commands on popup. * removed unused variable. * fix: handle NoneType for commands in play_level function * Merge branch 'master' into master * feat: add 2 extra commands to level 99 command popup * feat: add extra command to level 100 * chore: remove extra whitespace * feat: use default commands instead of empty string * chore: remove unnecessary variable default_commands * feat: change default value for commands in level model to full list of commands * chore: remove whitespace in line 87 Co-Authored-By: Florian Aucomte <[email protected]>
* fix: Reinstate buttons to overwrite popup * Merge branch 'master' into overwrite_modal
* feat: Add Python commands for crossing animals * Merge branch 'master' into python_cows * Add commands to default text * Add test * Reduce sleep * Merge branch 'master' into python_cows * Merge branch 'master' into python_cows * Merge branch 'python_cows' of https://github.com/ocadotechnology/rapid-router into python_cows * Add sound horn animation
* fix: Remove Kurono references * Merge branch 'master' into remove_kurono
Not sure why but when I merged master into my branch it pulled in several commits authored by github actions, which is not a contributor - closing as it is easier to make a new pull request |
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.
This change is