Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 607 Bytes

Snake

Simple snake game made with Electron!

How to Install

Visit my website and download the version corresponding to your operating system.

How to Build from Source

Windows
electron-packager ./ Snake --platform=win32 --overwrite --icon="src/snake.ico"

Linux electron-packager ./ Snake --platform=linux --overwrite --icon="src/snake.ico"

macOS electron-packager ./ Snake --platform=darwin --overwrite --icon="src/snake.ico"

All
electron-packager ./ Snake --all --overwrite --icon="src/snake.ico"