https://github.com/firefly-zero/king
👑 An abstract 2-player PvP turn-based game. Written in Go for Firefly Zero.
https://github.com/firefly-zero/king
board-game firefly-zero game gamedev go golang retro
Last synced: 8 months ago
JSON representation
👑 An abstract 2-player PvP turn-based game. Written in Go for Firefly Zero.
- Host: GitHub
- URL: https://github.com/firefly-zero/king
- Owner: firefly-zero
- License: other
- Created: 2025-07-25T14:15:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T08:33:31.000Z (9 months ago)
- Last Synced: 2025-09-11T11:41:32.764Z (9 months ago)
- Topics: board-game, firefly-zero, game, gamedev, go, golang, retro
- Language: Go
- Homepage: https://catalog.fireflyzero.com/lux.king
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eat the Red King
An abstract 2-player PvP turn-based game. 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.king
```
Build and install from source:
```bash
git clone https://github.com/firefly-zero/king.git
cd king
firefly_cli build
```
## License
[MIT License](./LICENSE). Feel free to reuse pieces of this game as you see fit.