vim-game-code-break

Block-breaking game in vim 8.0

Github stars Tracking Chart

VimGameCodeBreak

animated demonstration

How to play

  1. open your code or text file in Vim
  2. :VimGameCodeBreak to Start

h, l, space, `, ], [, q, Q
---, ---, ---, ---, ---, ---, ---, ---
←, →, new ball, cheat key, GOD mode, human mode, end game, 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.

Installation

VimPlug

Place this in your .vimrc:

Plug 'johngrib/vim-game-code-break'

Then run the following in Vim:

:source %

:PlugInstall

Main metrics

Overview
Name With Ownerjohngrib/vim-game-code-break
Primary LanguageVim Script
Program languageVim script (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2017-06-12 00:46:26
Pushed At2018-08-29 04:15:03
Last Commit At2018-08-29 13:10:55
Release Count11
Last Release Name1.3.1 (Posted on )
First Release Namev1.1.0 (Posted on )
用户参与
Stargazers Count1.6k
Watchers Count20
Fork Count47
Commits Count127
Has Issues Enabled
Issues Count13
Issue Open Count0
Pull Requests Count11
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private