Skip to content

Instantly share code, notes, and snippets.

@ringodin
Created April 28, 2020 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ringodin/1627ed01b2b0c5287ce72b832a81e503 to your computer and use it in GitHub Desktop.
Save ringodin/1627ed01b2b0c5287ce72b832a81e503 to your computer and use it in GitHub Desktop.
For starting connect 4, here are the initial lines of code
from pyglet import app
from pyglet import clock
from pyglet.window import Window
from pyglet.window import mouse
from pyglet.window import key
from pyglet import graphics
from pyglet import gl
from pyglet import text
from math import sin, cos, pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment