A new GitHub project called NeuroPriest is pushing the boundaries of what a text editor can do. It’s a fully playable rogue-lite game — complete with turn-based combat, relics, traps, and bosses — that runs as a plugin inside Notepad++.
📰 Coverage via CyNews: https://cynews.vercel.app/show/45088427
How It Works
NeuroPriest is written in C# and compiled as a plugin for Notepad++. Once installed, it transforms the editor into a game interface. The plugin has been tested on Notepad++ version 8.6.8 running on Windows 10 and 11 (64-bit).
The game is launched directly from the Notepad++ menu, and uses the editor’s interface to render game elements and handle input.
Game Features
- Six levels with turn-based combat
- Strategic relic system
- Boss fights and environmental traps
- Custom font and theme integration
- Soundtrack and embedded narrative
Installation Instructions
- Download the latest release from GitHub
- Install the custom font (from the
Font
folder) - Add the theme to Notepad++ (from the
Theme
folder) - Place the plugin in the appropriate directory (
Plugin
folder) - Run Notepad++ as administrator and press “PLAY” from the plugin menu
Caution
The author notes that the plugin may interfere with open files or editor settings. It’s recommended to test in a clean or isolated environment.
Why It’s Interesting
NeuroPriest is more than a novelty — it’s a creative exploration of how development environments can be repurposed for interactive experiences. It also demonstrates how plugin APIs can be used for unconventional applications, turning a productivity tool into a playable game engine.
📎 GitHub repository: https://github.com/thelowsunoverthemoon/NeuroPriest
📎 News coverage: https://cynews.vercel.app/show/45088427
Top comments (0)