8000 GitHub - jrgp/tuisnake: Classic Snake implemented in Go + NCurses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jrgp/tuisnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Snake

This is a simple recreation of the classic cellphone Snake game in Go and Ncurses.

Preview

snakevid.mov

Controls

  • Movement: arrows
  • Pause: p
  • Reset: r
  • Quit: q

Build

This will build with at least Go 1.18

git clone https://github.com/jrgp/tuisnake.git
cd tuisnake
go build
./tuisnake

About

Classic Snake implemented in Go + NCurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0