Blue Prince is a rogue-like puzzle game by Dogubomb. This repository contains the code for Blue Paths an interactive hint system for Blue Prince deployed as a website on the author's github pages. On that page you will find more information about this project.
The project is not affiliated with or endorsed by Dogubomb.
To test this project locally, run
npm install
npm run dev
Then open localhost:5173/blue-paths/ in your webbrowser (the port might vary).