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
- Host: GitHub
- URL: https://github.com/firefly-zero/snek
- Owner: firefly-zero
- License: other
- Created: 2024-05-17T07:04:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T12:39:01.000Z (over 1 year ago)
- Last Synced: 2025-04-13T12:28:41.507Z (about 1 year ago)
- Topics: firefly-zero, game, gamedev, go, golang, retro, snake
- Language: Go
- Homepage: https://catalog.fireflyzero.com/firefly.snek
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.