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
- Host: GitHub
- URL: https://github.com/martishin/snake-game-go
- Owner: martishin
- Created: 2023-11-01T21:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T21:51:58.000Z (over 1 year ago)
- Last Synced: 2025-01-01T21:28:11.772Z (4 months ago)
- Topics: go, simple-game
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`