This is a simple recreation of the classic cellphone Snake game in Go and Ncurses.
snakevid.mov
- Movement: arrows
- Pause: p
- Reset: r
- Quit: q
This will build with at least Go 1.18
git clone https://github.com/jrgp/tuisnake.git
cd tuisnake
go build
./tuisnake