This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2d_anim.py | |
#Maurits van Riezen (mousetail) | |
#23 November 2015 | |
#Requires python 3 and pygame for python 3 | |
import pygame | |
import random | |
import itertools | |
import os |
NewerOlder