Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 516 Bytes

VimGameSnake

version 0.1

animated demonstration

How to play

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

h j k l c q
end game quit

Installation

VimPlug

Place this in your .vimrc:

Plug 'johngrib/vim-game-snake'

Then run the following in Vim:

:source %

:PlugInstall