https://github.com/liweiyi88/gosnakego
A snake game written in Go
https://github.com/liweiyi88/gosnakego
go golang snake-game
Last synced: 12 months ago
JSON representation
A snake game written in Go
- Host: GitHub
- URL: https://github.com/liweiyi88/gosnakego
- Owner: liweiyi88
- License: mit
- Created: 2022-01-10T05:52:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T05:44:35.000Z (over 2 years ago)
- Last Synced: 2025-07-11T17:49:45.583Z (12 months ago)
- Topics: go, golang, snake-game
- Language: Go
- Homepage:
- Size: 1.84 MB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A snake game written in Go

## Installation
### Get the binary
You can obtain the binary executable for your operating system from the [releases page](https://github.com/liweiyi88/gosnakego/releases)
## How to play
Make sure you download the binary and move it to an "executable path" (e.g. `/usr/local/bin/gosnakego`), then start the game with the command
```
$ gosnakego
```
and use arrow keys to control the direction.