See on GitHub

VimGameSnake

version 0.1

animated demonstration

How to play

:VimGameSnake to Start :echo g:VimSnakeScore to view score

hjklcq
end gamequit

Installation

VimPlug

Place this in your .vimrc:

Plug ‘johngrib/vim-game-snake’

Then run the following in Vim:

:source %

:PlugInstall