/Projects/vim-game-snake/vim-game-snake2 August 2020·49 words·1 minAuthorJake RoggenbuckI am currently studying Computer ScienceVimGameSnake #version 0.1How to play #:VimGameSnake to Start :echo g:VimSnakeScore to view scorehjklcq←↓↑→end gamequitInstallation #VimPlug #Place this in your .vimrc:Plug ‘johngrib/vim-game-snake’Then run the following in Vim::source %:PlugInstall