Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 841 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 841 Bytes

gobra 🐍

Feature-rich snake clone in Go using ncurses

Build instructions:


1. Dependencies:

  • On Arch Linux: sudo pacman -S ncurses go

2. Installation:

  • Build repository: make

  • Install binary: make install

  • Remove binary: make uninstall

How to play


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.

Options


-v enables vim keybindings

-d outputs useful debug information

-n opens boundaries

-s enables sound

License


My gobra project is under MIT license.