#jumper
a simple platformer in go
##INSTALL
jumper depends on sdl2, sdl2_image, and the sdl go bindings available at
https://github.com/veandco/go-sdl2
install via
go get github.com/veandco/go-sdl2/sdl
install jumper via
go get github.com/rtmb/jumper
go install github.com/rtmb/jumper