This is an untitled game project written in Go.
It is a top-down perspective with low-resolution retro graphics.
- ebiten - Simple 2D graphics library
- resolv - Simple 2D collision detection (using a personal fork, github.com/enewey/resolv)
- Install Go
- Clone this repository
- Run
make
Arrow keys to move around. Spacebar to jump.