An open API service indexing awesome lists of open source software.

https://github.com/katono/rogue.vim

Porting of Rogue-clone II for Vim
https://github.com/katono/rogue.vim

game lua rogue vim vim-plugins

Last synced: 15 days ago
JSON representation

Porting of Rogue-clone II for Vim

Awesome Lists containing this project

README

          

rogue.vim
=========

*"Hello Vimmer, welcome to the Dungeons of Doom..."*

![image](https://raw.githubusercontent.com/wiki/katono/rogue.vim/image/rogue_vim.png)

## Description

This Vim plugin is a game that is porting of Rogue-clone II.
You can enjoy the game on your Vim.
This rogue-clone is message-separated, and so you can make your original message file.

By the way, you can get the original of this game from FreeBSD ports `japanese/rogue_s`.

## Repository

You can get the latest version from here.

https://github.com/katono/rogue.vim

## Requirements

rogue.vim requires Lua-enabled Vim.
Check `:echo has('lua')` returns 1 and `:echo luaeval('_VERSION')` returns `Lua 5.1` or later.

LuaJIT is recommended because that is very fast.

## Installation

Copy `autoload`, `doc`, `plugin`, and `syntax` directories into your Vim runtimepath,
like `$HOME/.vim` or `$VIM/vimfiles`.
And execute this Vim command to make help tags.

:helptags /doc

You can execute `:h rogue` to see this plugin's help.

If you use a Vim plugin manager, follow its way.

## License

MIT License