Skip to content

johngrib/vim-game-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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