Skip to content

Instantly share code, notes, and snippets.

@Auer11
Auer11 / Game3.py
Last active April 10, 2018 22:48
Game3.py
from scene import *
import random
from math import atan2
import ui
import scene_drawing
A = Action
from sympy.geometry import Point
class MyScene (Scene):
@Auer11
Auer11 / reaction.py
Last active March 29, 2018 03:33
reaction.py
from scene import *
import random
import ui
import shelve
import pickle
#from game_menu import MenuScene