https://github.com/firefly-zero/gates
☄️ Game for Firefly Zero about flying through gates
https://github.com/firefly-zero/gates
Last synced: 8 months ago
JSON representation
☄️ Game for Firefly Zero about flying through gates
- Host: GitHub
- URL: https://github.com/firefly-zero/gates
- Owner: firefly-zero
- License: other
- Created: 2025-08-06T07:16:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T08:19:26.000Z (9 months ago)
- Last Synced: 2025-09-11T11:37:32.671Z (9 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Through the Gate
A game about flying through the gates. Written in Go for [Firefly Zero](https://fireflyzero.com/) using [the official SDK](https://github.com/firefly-zero/firefly-go).
This is a port of [Gatecrasher](https://benzgrant.itch.io/gatecrasher) game for [Playdate](https://play.date/) by [Ben Grant](https://benzgrant.itch.io/).
## Installation
Install from the [catalog](https://catalog.fireflyzero.com/) using [firefly-cli](https://github.com/firefly-zero/firefly-cli):
```bash
firefly_cli import lux.gates
```
Build and install from source:
```bash
git clone https://github.com/firefly-zero/gates.git
cd gates
firefly_cli build
```
## License
[MIT License](./LICENSE). Feel free to reuse pieces of this game as you see fit.
Keep in mind that the original game is not open-source, so if you want to make a clone of the game or a game based on Gatecrasher, make sure to contact the Gatecrasher author.