DEV Community

Cover image for NeuroPriest: A Rogue-lite Game Running Inside Notepad++
Mr Punk da Silva
Mr Punk da Silva

Posted on

NeuroPriest: A Rogue-lite Game Running Inside Notepad++

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

  1. Download the latest release from GitHub
  2. Install the custom font (from the Font folder)
  3. Add the theme to Notepad++ (from the Theme folder)
  4. Place the plugin in the appropriate directory (Plugin folder)
  5. 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)