A 2D Space Shooter Game Built with Go and Ebiten
go-spacewar is a small 2D game developed as a learning project to learn basic Go syntax. One of the first go programs i ever wrote.
- Controls:
- WASD for spaceship movement
- Shift key to fire weapons
- Basic Physics: Implement collision detection and projectile mechanics
- Graphics: Pixel-art-style for simplicity
You can just download the release suited to your os.
# Clone the repository
git clone https://github.com/ahmet1hekim/go-spacewar
cd go-spacewar
# Install dependencies
go mod tidy
# Build and install
go build -o go-spacewar
sudo mv go-spacewar /usr/local/bin/