Skip to main content
  1. Projects/

vim-game-snake

·49 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

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