All Projects → katono → Rogue.vim

katono / Rogue.vim

Licence: other
Porting of Rogue-clone II for Vim

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Rogue.vim

Travian Kingdom
Travian Kingdom server script free. Not finish yet. Abandoned.
Stars: ✭ 74 (-5.13%)
Mutual labels:  game
Rouleth
Roulette Smart Contract on Ethereum Blockchain
Stars: ✭ 75 (-3.85%)
Mutual labels:  game
Titlerun
The game that only exists in your title bar
Stars: ✭ 77 (-1.28%)
Mutual labels:  game
Sdlpal
SDL-based reimplementation of the classic Chinese-language RPG "Xiān jiàn Qí Xiá Zhuàn" (also known as PAL).
Stars: ✭ 1,190 (+1425.64%)
Mutual labels:  game
Lila
♞ lichess.org: the forever free, adless and open source chess server ♞
Stars: ✭ 10,315 (+13124.36%)
Mutual labels:  game
Bige
游戏服务器框架。
Stars: ✭ 76 (-2.56%)
Mutual labels:  game
Tvtower
A tribute to Mad TV. Written in BlitzMax, Lua and a bit of C.
Stars: ✭ 73 (-6.41%)
Mutual labels:  game
Tenuki
Tenuki is a web-based go board and JavaScript library
Stars: ✭ 78 (+0%)
Mutual labels:  game
Gowog
Gowog, Golang based Web multiplayer Online Game
Stars: ✭ 75 (-3.85%)
Mutual labels:  game
Fzf Filemru
File MRU with fzf.vim
Stars: ✭ 76 (-2.56%)
Mutual labels:  vim-plugins
Dungeonrush
👾🐍 A opensource game inspired by Snake, written in pure C with SDL
Stars: ✭ 1,192 (+1428.21%)
Mutual labels:  game
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+11019.23%)
Mutual labels:  game
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-2.56%)
Mutual labels:  game
Game Of Github
Play Game of Life in your GitHub contributions
Stars: ✭ 74 (-5.13%)
Mutual labels:  game
Openrails
Open Rails: free train simulator that supports the world's largest range of digital content.
Stars: ✭ 76 (-2.56%)
Mutual labels:  game
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (-5.13%)
Mutual labels:  game
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+1433.33%)
Mutual labels:  game
Damn.dog
A guessing game for WikiHow illustrations.
Stars: ✭ 78 (+0%)
Mutual labels:  game
Gloomy Dungeons 2
Gloomy Dungeons II - a continuation of old-school 3d-shooter.
Stars: ✭ 77 (-1.28%)
Mutual labels:  game
Soldat
Soldat is a unique 2D (side-view) multiplayer action game
Stars: ✭ 1,199 (+1437.18%)
Mutual labels:  game

rogue.vim

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

image

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 <installed directory>/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].