package main
import (
. "git.danitheskunk.com/squishy/blooblib"
. "git.danitheskunk.com/squishy/goo/src"
)
func main() {
Run(&Game{})
}