-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make all references to geometric points conform to standards #30
Comments
On the other hand, check with pygame conventions and conform to that: https://www.pygame.org/docs/ref/draw.html#pygame.draw.line Looks like |
The problem here _might be_ related to #30.
More notes on PyGame conventions: font.size returns |
Violation: Docstring for |
Also, uncover some more inconsistencies for #30.
Work for #30. Color Blocks Game looks good but tests are not passing yet.
See: https://github.com/skytreader/PyGame-Objects/wiki/Standards-and-Conventions
Make it so that all tuples describing positions describe them as (row, col).
draw_offset
currently uses (width, height) and is confusing.The text was updated successfully, but these errors were encountered: