https://github.com/dobefu/spaceship-game
https://github.com/dobefu/spaceship-game
ebiten ebitengine games go golang retro wasm webassembly
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dobefu/spaceship-game
- Owner: Dobefu
- Created: 2025-06-01T11:36:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T10:58:13.000Z (4 months ago)
- Last Synced: 2025-07-19T10:52:31.932Z (3 months ago)
- Topics: ebiten, ebitengine, games, go, golang, retro, wasm, webassembly
- Language: Go
- Homepage: https://dobefu.github.io/spaceship-game/
- Size: 119 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spaceship Game
## Installation
- Get Go dependencies:
```bash
go get .
```- Build the application:
```bash
go build -o wasm/game.wasm
```- Or run the application in dev mode:
```bash
air
```