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

https://github.com/bios-marcel/termsnake

Little snake game running on the terminal
https://github.com/bios-marcel/termsnake

cli consolegame go snake-game tcell terminal

Last synced: 23 days ago
JSON representation

Little snake game running on the terminal

Awesome Lists containing this project

README

          

# termsnake

Little minimal snake game written using golang and gdamore/tcell.

Run it by downloading go1.13 and running:

```shell
go run .
```

inside of the source folder.