Skip to content

Feature-rich terminal snake clone using ncurses and golang.

License

Notifications You must be signed in to change notification settings

alexanderstephan/gobra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Feature-rich terminal snake clone using ncurses and golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published