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

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.

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.