Skip to content

Instantly share code, notes, and snippets.

View chriswilson1982's full-sized avatar

Chris Wilson chriswilson1982

View GitHub Profile
@chriswilson1982
chriswilson1982 / bounce.py
Created June 2, 2016 11:39
An experiment in drawing line_segments from touches in Pythonista using the scene module.
# coding: utf-8
from scene import *
import sound
import random
import math
import ui
# Maths functions