-
Notifications
You must be signed in to change notification settings - Fork 46
Bubble Trouble: Olin Edition #12
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
base: master
Are you sure you want to change the base?
Conversation
@RachelYang02 + @jag-123 - nice job on this. The writeup was thorough and thoughtful - good job acknowledging the different features that could go into a future iteration of the game. Overall, good documentation throughout with docstrings and in-line comments (though it seems a bit lighter near the end of the file). I'll go through the code after this and add some comments as well. Good job! |
@@ -0,0 +1,515 @@ | |||
"""player for game""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to add a header/docstring with a short description of what the code contains/does.
In the future, should you make another game, dividing the MVC into separate files will help improve readability, but nicely done overall. |
Assignment for Interactive Programming Mini Project 4
This change is