Skip to content

A simple CLI Snake game made to get used to hjkl (neo)vi(m) motions

License

Notifications You must be signed in to change notification settings

buglitch/visnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visnake

A simple CLI Snake game made to get used to hjkl (neo)vi(m) motions.

Installation

You can either download a linux-x86_64 pre-built release or build it yourself (see below).

Build

git clone git@github.com:Buglitch/visnake.git
cd visnake
make

Tested on GNU/Linux only

Build dependencies

  • make
  • gcc

Usage

Start

./visnake

Controls

  • Move: <n>[Ghjkl] $0HLM^_ g[_g]
  • Quit: q

G, 0 and g_ are not implemented yet

License

Licensed under the GNU General Public License v3.0 or later. See LICENSE.md for details.

About

A simple CLI Snake game made to get used to hjkl (neo)vi(m) motions

Topics

Resources

License

Stars

Watchers

Forks