sponsor Vim development Vim logo Vim Book Ad

rogue.vim : Porting of Rogue-clone II for Vim

 script karma  Rating 49/13, Downloaded by 1239  Comments, bugs, improvements  Vim wiki

created by
Noriaki KATO
 
script type
game
 
description
This Vim plugin is a game that is porting of Rogue-clone II.
You can enjoy the game on your Vim.

Execute `:Rogue` to start the game.

You can get the latest version from here.
https://github.com/katono/rogue.vim

Screenshot:
https://raw.github.com/wiki/katono/rogue.vim/image/rogue_vim.png
 
install details
rogue.vim requires Lua-enabled Vim.
Check `:echo has('lua')` returns 1 and `:echo luaeval('_VERSION')` returns "Lua 5.1" or later.

Copy autoload, doc, plugin, and syntax directories into your Vim runtimepath, like $HOME/.vim or $VIM/vimfiles.
And execute `:helptags <installed directory>/doc` to make help tags.

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

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
rogue.vim-1.0.2.zip 1.0.2 2021-11-21 7.3 Noriaki KATO - Fixed for using Lua 5.3 without bit32 library
- Auto make directory of g:rogue#directory if not exists
- Fixed some bugs
rogue.vim-1.0.1.zip 1.0.1 2014-09-22 7.3 Noriaki KATO Fixed some bugs
rogue.vim-1.0.0.zip 1.0.0 2014-09-14 7.3 Noriaki KATO Initial upload
ip used for rating: 3.145.119.199

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