A simple CLI Snake game made to get used to hjkl (neo)vi(m) motions.
You can either download a linux-x86_64 pre-built release or build it yourself
(see below).
git clone git@github.com:Buglitch/visnake.git
cd visnake
make
Tested on GNU/Linux only
makegcc
./visnake
- Move:
<n>[Ghjkl]$0HLM^_g[_g] - Quit:
q
G,0andg_are not implemented yet
Licensed under the GNU General Public License v3.0 or later. See LICENSE.md for details.