I hereby claim:
- I am dvassallo on github.
- I am dvassallo (https://keybase.io/dvassallo) on keybase.
- I have a public key ASCUMiZaVdwr1mcWBjDRfNGr5-UEfX0umyZYrMXZSkqpjQo
To claim this, I am signing this object:
| import pygame | |
| import time | |
| import random | |
| class Snake: | |
| def __init__(self): | |
| self.body = [(0, 0)] | |
| self.direction = 'right' | |
| def draw(self, screen): |
I hereby claim:
To claim this, I am signing this object: