Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root27/go-snake
Snake game using Go and Termbox
https://github.com/root27/go-snake
game go snake termbox terminal-based
Last synced: about 2 months ago
JSON representation
Snake game using Go and Termbox
- Host: GitHub
- URL: https://github.com/root27/go-snake
- Owner: root27
- License: mit
- Created: 2024-02-28T08:08:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T12:55:11.000Z (10 months ago)
- Last Synced: 2024-06-21T03:26:01.514Z (7 months ago)
- Topics: game, go, snake, termbox, terminal-based
- Language: Go
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game with Termbox and Go
This is a simple snake game written in Go using the termbox-go library.
## How to play
```bash
go run main.go
```
## Gameplay Video
![Gameplay](./game.gif)