Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lsglucas/Connect-Four into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
stlucasgarcia committed Nov 13, 2020
2 parents 5107826 + caf2cbc commit cee7aa4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controller.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import pygame
from pygame.locals import *

pygame.init()
display = pygame.display.set_mode((600, 600))


class Controller:
def __init__(self):

Expand Down

0 comments on commit cee7aa4

Please sign in to comment.