Skip to content

Instantly share code, notes, and snippets.

@Djexus
Djexus / spinningcircle.py
Created April 4, 2012 19:08
A script which make a spinning circle
import math
import pygame
from pygame.locals import *
class SpinningCircle(pygame.surface.Surface):
'''
Class which make a spinning circle