snake game with cURL
cURLy.gjt.io
----------------------
| |
| |
| |
| * |
| |
| 0 |
| o o |
| ooooooooooo |
----------------------
Score: 130
Move: WASD; Restart: R
# for Linux/Mac
curl -fsSL cURLy.gjt.io/install.sh | bash
# for Windows
powershell -c "irm curly.gjt.io/install.ps1 | iex"also available on the web (desktop and mobile) at cURLy.gjt.io
# can also be installed via go install
go install github.com/gjtiquia/cURLy/cmd/cURLy@latest
# then run the commmand
cURLy# run cURLy
go run ./cmd/cURLy
# build cURLy executables
make build/cURly# install dependencies
bun install
# run web server on port 3000 with live reload
# also generates tailwind classes, bundles typescript, builds wasm
air
# build web server
make build/server
# run web server on specific port
PORT=4321 ./bin/server- build executables
- create new release (and new tag) on GitHub releases
- upload all executables
- publish new release
- install scripts will then download from the latest release
go installcommand will also download from the latest release tag