Skip to content

Instantly share code, notes, and snippets.

View thejoeejoee's full-sized avatar
🐍
debugging

Josef Kolář thejoeejoee

🐍
debugging
View GitHub Profile
@thejoeejoee
thejoeejoee / SpaceShip.py
Last active April 2, 2018 17:36 — forked from MarrekNozka/SpaceShip.py
spaceship
#!/usr/bin/env python3
# Soubor: asteroids.py
# Datum: 01.04.2018 19:00
# Autor: Marek Nožka, marek <@t> tlapicka <d.t> net
############################################################################
from math import sin, cos, radians, pi
import pyglet
from pyglet.window.key import LEFT, RIGHT, UP, DOWN