github.com/s-hammon/go-asteroids


Install
go get github.com/s-hammon/go-asteroids

Documentation

Ye Olde Asteroids

A classic Asteroids-like game built with Go and the Ebiten game engine.

Installing on desktop (Go)

git clone https://github.com/your-username/go-asteroids.git # Replace with actual repo URL if available
cd go-asteroids
go run .

Controls

  • W: Thrust forward
  • A: Rotate left
  • D: Rotate right
  • Space: Shoot

Built With

  • Go
  • Ebiten - A dead simple 2D game library for Go