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

https://github.com/firefly-zero/shoot

🧱 A co-op/PvP top-down multiplayer shooter game for Firefly Zero
https://github.com/firefly-zero/shoot

coop firefly-zero game gamedev go golang pvp retro

Last synced: 8 months ago
JSON representation

🧱 A co-op/PvP top-down multiplayer shooter game for Firefly Zero

Awesome Lists containing this project

README

          

# "Shoot!"

A multiplayer PvP/co-op game about shooting little red dots and each other. Written in Go for [Firefly Zero](https://fireflyzero.com/) using [the official SDK](https://github.com/firefly-zero/firefly-go).

## Installation

Install from the [catalog](https://catalog.fireflyzero.com/) using [firefly-cli](https://github.com/firefly-zero/firefly-cli):

```bash
firefly_cli import lux.shoot
```

Build and install from source:

```bash
git clone https://github.com/firefly-zero/shoot.git
cd shoot
firefly_cli build
```

## License

[MIT License](./LICENSE). Feel free to reuse pieces of this game as you see fit.