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
- Host: GitHub
- URL: https://github.com/firefly-zero/shoot
- Owner: firefly-zero
- License: other
- Created: 2025-07-21T06:55:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T17:04:04.000Z (9 months ago)
- Last Synced: 2025-09-12T19:50:09.881Z (9 months ago)
- Topics: coop, firefly-zero, game, gamedev, go, golang, pvp, retro
- Language: Go
- Homepage: https://catalog.fireflyzero.com/lux.shoot
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.