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

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

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.