https://github.com/christianrondeau/vimcastle
A vim plug-in of adventure, fighting and wonder!
https://github.com/christianrondeau/vimcastle
adventure-game game roguelike vim vim-plugin
Last synced: 20 days ago
JSON representation
A vim plug-in of adventure, fighting and wonder!
- Host: GitHub
- URL: https://github.com/christianrondeau/vimcastle
- Owner: christianrondeau
- Created: 2016-12-26T16:44:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T14:40:19.000Z (about 7 years ago)
- Last Synced: 2025-04-15T14:05:34.115Z (3 months ago)
- Topics: adventure-game, game, roguelike, vim, vim-plugin
- Language: Vim script
- Size: 305 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Vim Castle
_Still under development, but it's starting to look like something!_
[](https://travis-ci.org/christianrondeau/vimcastle)
Discover and conquer the lands, dongeons and mysteries of Vim Castle!
[](https://asciinema.org/a/106593)
## Installation
Use your favorite plugin manager.
Using [vim-plug](https://github.com/junegunn/vim-plug):
Plug 'christianrondeau/vimcastle'
## Usage
* Launch with `:Vimcastle`
* Launch in dedicated mode with `:Vimcastle!` (overrides display settings, quits with `q`)
* Launch from command line: `vim -c 'Vimcastle!'`## Features
* Randomly generated enemies, events, characters and weapons
* Find weapons, armor, items along your way
* Special events that may increase your health, your strength, etc.
* Fight, use items, gain XP and level up
* Roguelike, but keeps your game when you quit
* High scores## Contributions
The game is not fully stable, but your ideas and story elements are welcome! There are no clear guidelines yet, so let me know what you think by creating an issue, and we'll discuss it. Try to keep it clean, and look at other files to see how the game is structured before creating a pull request.
For more information on the structure of the code, see [CONTRIBUTING.md](CONTRIBUTING.md)
## License
Copyright Christian Rondeau 2017