Vimonia is a terminal-based roguelike game inspired by Vim keybindings. Navigate through procedurally generated rooms, fight enemies using keyboard combinations, and survive the dungeon.
- Vim-inspired Combat: Use vim key combinations (like
dw) to perform skills. So far dw is the only skill. - Procedural Generation: Every run features a unique floor layout.
- Terminal UI: Built using the
Sharpielibrary. - Minimap: Press 'M' to toggle minimap visibility.
- .NET 8.0 SDK or later.
- Download the executable from the release
- Run it.
- Movement: Standard Vim keys (
h,j,k,l) or Arrow keys. - Skills: Perform combinations to trigger abilities (currently only
dw. - Quit: Press
qorCtrl+Cto exit.
Vimonia is written in C# and utilizes the following libraries:
- Sharpie: A high-level Curses wrapper for .NET.
This project is licensed under the MIT License - see the LICENSE file for details.