An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


gosnakego


A snake game written in Go

![snake](https://github.com/liweiyi88/gosnakego/blob/main/assets/gosnakego.gif)

## 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.