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

https://github.com/martishin/snake-game-go

Simple CLI snake game written in Go
https://github.com/martishin/snake-game-go

go simple-game

Last synced: 2 months ago
JSON representation

Simple CLI snake game written in Go

Awesome Lists containing this project

README

        

## Snake Game
Simple CLI snake game written in Go.
Use arrow keys to control the snake

## How to run 🚀
1. Install Go compiler from [here](https://go.dev/doc/install)
2. Run the project using `go run main.go`