-
Notifications
You must be signed in to change notification settings - Fork 46
Fixed File Name #32
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?
Fixed File Name #32
Conversation
|
Review status: 0 of 30 files reviewed at latest revision, 12 unresolved discussions. a discussion (no related file): In the future, please remember to organize the files in your Git repo according to their datatype and function. i.e: all the .ogg files should go in a "media" folder or something of the like. Have a .gitignore so you aren't committing the .pyc files. I've noticed that your conditional statements tend to get really long since you check against multiple statements at once. In the future, I'd like to challenge you guys to figure out how to structure your code so that those super long conditionals aren't necessary. They're fine as they are, but detract from the readability of your code. All in all, nicely done. This was a great project, I'm looking forward to your future work! Escape_The_Maze.py, line 12 [r1] (raw file): Escape_The_Maze.py, line 43 [r1] (raw file): Escape_The_Maze.py, line 67 [r1] (raw file): Escape_The_Maze.py, line 223 [r1] (raw file): Escape_The_Maze.py, line 331 [r1] (raw file): Escape_The_Maze.py, line 352 [r1] (raw file): Escape_The_Maze.py, line 354 [r1] (raw file): Escape_The_Maze.py, line 359 [r1] (raw file): Escape_The_Maze.py, line 534 [r1] (raw file): Escape_The_Maze.py, line 721 [r1] (raw file): Escape_The_Maze.py, line 944 [r1] (raw file): Comments from Reviewable |
No description provided.