Simple implementation of the popular Bunny Mark in Go with Ebiten.
The initial BunnyMark was created by Ian Lobb (code) and Amanda Lobb (art)
Press SPACE to double the number of bunnies on the screen.
You can set the initial number of bunnies using a command line flag:
$ bunnymark --num-bunnies=10000
MIT