vim-game-code-break : block-breaking game
script karma |
Rating 30/24,
Downloaded by 3810 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
JohnGrib Lee |
|
script type |
game |
|
description |
block-breaking game in vim
==============================================================================
How to start
1. open your code or text file on Vim
2. :VimGameCodeBreak
3. enjoy block breaking
==============================================================================
How to play
* h : ←
* l : →
* space : new ball
* ` : cheat key
* ] : enable god mode
* [ : disable god mode
* q : end game
* Q : quit & close game
==============================================================================
Setting
If you want to play with more than three balls, you can modify the following:
" .vimrc
let g:vim_game_code_break_item_limit = 4 " default value is 2
WARNING: Too many balls can slow down the game or cause bugs.
I recommend the default value : 2
If the game speed is too slow, try :syntax off before starting the game.
github repository : https://github.com/johngrib/vim-game-code-break |
|
install details |
Copy all files or plugin directory into your Vim runtimepath, like $HOME/.vim or $VIM/vimfiles. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|