A minimal Asteroids clone written in Go using Ebiten.
- Go 1.25+
go run .- Left/Right: rotate
- Up: thrust
- Down: brake
- Space: shoot
- Enter/Space: start or restart
- Esc: pause/resume
- Asteroids have 5 sizes; each hit shrinks them until the smallest disappears.
- Score increases with smaller asteroids (1..5 points).