Skip to content
Snippets Groups Projects
Commit 1dfb007b authored by Aidan Mariglia's avatar Aidan Mariglia
Browse files

test commit

parent 53ad675a
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ def drawboard():
for y in range(1, 8, 2):
pygame.draw.rect(board, light, (x * cellSize, y * cellSize, cellSize, cellSize))
bkrect = bkrect.move([400, 0])
while 1:
for event in pygame.event.get():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment