I hereby claim:
- I am jamesmatchett on github.
- I am jmatch (https://keybase.io/jmatch) on keybase.
- I have a public key ASAfRVi1wXpv3MSVO1P3Xj3hqtVa3rKsrCOV3YI56n6cgQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import pygame | |
| # Define some colors. | |
| BLACK = pygame.Color('black') | |
| WHITE = pygame.Color('white') | |
| # This is a simple class that will help us print to the screen. | |
| # It has nothing to do with the joysticks, just outputting the |