https://github.com/psychollama/snake.vim
It's the snake game. In vim.
https://github.com/psychollama/snake.vim
plugin snake-game vim
Last synced: about 1 year ago
JSON representation
It's the snake game. In vim.
- Host: GitHub
- URL: https://github.com/psychollama/snake.vim
- Owner: PsychoLlama
- Created: 2018-03-10T07:14:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T00:51:58.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T17:39:40.630Z (over 1 year ago)
- Topics: plugin, snake-game, vim
- Language: Vim script
- Size: 236 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake.vim
*The classic snake game, but, like, in your editor and stuff.*

## Purpose
It's fun to play games, and it's fun to build them. There's already a vim snake plugin (several, in fact). The point isn't to replace any of them, the point is to make me less bored. Sooooo..... success! :raised_hands:
## Installation
**[vim-plug](https://github.com/junegunn/vim-plug)**
```viml
Plug 'PsychoLlama/snake.vim'
```
**[vundle](https://github.com/VundleVim/Vundle.vim)**
```viml
Plugin 'PsychoLlama/snake.vim'
```
**[pathogen](https://github.com/tpope/vim-pathogen)**
```sh
git clone https://github.com/psychollama/snake.vim ~/.vim/bundle/snake.vim
```
## Credit
Thanks to [vim-snake](https://github.com/zyedidia/vim-snake) for inspiration. I shamelessly copied many ideas from their plugin :blush: