An open API service indexing awesome lists of open source software.

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

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
```