sponsor Vim development Vim logo Vim Book Ad

vim-game-code-break : block-breaking game

 script karma  Rating 30/24, Downloaded by 3558  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.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-game-code-break-1.3.0.zip 1.3.0 2017-07-27 8.0 JohnGrib Lee 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.
vim-game-code-break-1.2.0.zip 1.2.0 2017-07-16 8.0 JohnGrib Lee add 'Q' : quit and close game
vim-game-code-break-1.1.7.zip 1.1.7 2017-07-08 7.0 JohnGrib Lee [bugfix] Grouping autocmds to hide cursors.
vim-game-code-break-1.1.6.zip 1.1.6 2017-07-06 8.0 JohnGrib Lee minor bug fixed
vim-game-code-break-1.1.2.zip 1.1.2 2017-07-04 8.0 JohnGrib Lee fold bug fixed
vim-game-code-break-1.1.1.zip 1.1.1 2017-07-03 8.0 JohnGrib Lee minor bug fix
vim-game-code-break-1.0.0.zip 1.0.0 2017-07-03 8.0 JohnGrib Lee Initial upload
ip used for rating: 35.173.125.112

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github