Skip to content

Instantly share code, notes, and snippets.

View ReturnedTrue's full-sized avatar
👁️‍🗨️

Will ReturnedTrue

👁️‍🗨️
View GitHub Profile
@vinothpandian
vinothpandian / pong.py
Created December 19, 2012 15:32
Classic Pong game in Python - using pygame
#PONG pygame
import random
import pygame, sys
from pygame.locals import *
pygame.init()
fps = pygame.time.Clock()
#colors