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

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!

Awesome Lists containing this project

README

        

# Vim Castle

_Still under development, but it's starting to look like something!_

[![Build Status](https://travis-ci.org/christianrondeau/vimcastle.svg?branch=master)](https://travis-ci.org/christianrondeau/vimcastle)

Discover and conquer the lands, dongeons and mysteries of Vim Castle!

[![asciicast](https://asciinema.org/a/106593.png)](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