Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)