Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 532 Bytes

ebiten-bunnymark

Simple implementation of the popular Bunny Mark in Go with Ebiten.

The initial BunnyMark was created by Ian Lobb (code) and Amanda Lobb (art)

Usage

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

License

MIT