Skip to content

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

License

Notifications You must be signed in to change notification settings

firefly-zero/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snek

Snake-inspired game with 360° movement. Written in Go for Firefly Zero using the official SDK.

Installation

Install from the catalog using firefly-cli:

firefly_cli import lux.snek

Build and install from source:

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

License

MIT License. Feel free to reuse pieces of this game as you see fit.