vim-space-vlaze


Ⅰ. 插件描述

A space shooter game that runs in Vim

Ⅱ. 基本信息

创建日期:  2015-10-04
使用用户:  1
Github星:  3
插件作者:  teddywing

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'teddywing/vim-space-vlaze'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'teddywing/vim-space-vlaze'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'teddywing/vim-space-vlaze'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/teddywing/vim-space-vlaze

Ⅳ. 文档说明

vim-space-vlaze

A space shooter game for Vim. Currently alpha with certain planned features not
yet implemented.

Here's an idea of what the gameplay looks like:

Demo

Requirements

mplayer: to play game audio

Installation

Install using any of the various Vim plugin managers. If you use
pathogen, you can run the following to
install:

cd ~/.vim/bundle
git clone https://github.com/teddywing/vim-space-vlaze.git

License

Licensed under the MIT license. See the included LICENSE file.

添加新评论