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

https://github.com/firefly-zero/snek

🐍 Snake game with 360° movement. Written in Go for Firefly Zero
https://github.com/firefly-zero/snek

firefly-zero game gamedev go golang retro snake

Last synced: about 1 year ago
JSON representation

🐍 Snake game with 360° movement. Written in Go for Firefly Zero

Awesome Lists containing this project

README

          

# Snek

Snake-inspired game with 360° movement. 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.snek
```

Build and install from source:

```bash
git clone https://github.com/firefly-zero/snek.git
cd snek
firefly_cli build
```

## License

[MIT License](./LICENSE). Feel free to reuse pieces of this game as you see fit.