Feature-rich snake clone in Go using ncurses
- On Arch Linux:
sudo pacman -S ncurses go
-
Build repository:
make
-
Install binary:
make install
-
Remove binary:
make uninstall
Move the snake by using the WASD keys. The more food you collect, the larger the snake grows. If the snakes collides with itself or touches the wall the round is over. Score increases depending on the time it takes you to collect the next food item.
-v
enables vim
keybindings
-d
outputs useful debug
information
-n
opens boundaries
-s
enables sound
My gobra project is under MIT license.