# README
Sprite demo
Hold down k to have more gophers bouncing around!
This demo is designed to mirror this ebiten demo. This demo performs worse than ebiten, because oak does not as of writing use openGL, and because ebiten's screen size is a quarter of oak's.
The gopher image used is from gophericons, based on Renee French under Creative Commons 3.0 Attributions.
# Functions
NewGopher creates a gopher sprite to bounce around.