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
- Host: GitHub
- URL: https://github.com/bios-marcel/termsnake
- Owner: Bios-Marcel
- License: bsd-3-clause
- Created: 2019-11-30T18:36:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T23:37:25.000Z (over 6 years ago)
- Last Synced: 2025-02-23T16:06:45.685Z (over 1 year ago)
- Topics: cli, consolegame, go, snake-game, tcell, terminal
- Language: Go
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.