-
-
Save joooyzee/9e8bf88ab16c916eb66431d994f32543 to your computer and use it in GitHub Desktop.
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
# is the co-ordinate (12,11) within the boundaries of the game? | |
is_in_bounds = is_in_bounds((12,11)) # Returns FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment