That's it! The file will:
- Start the server automatically
- Open the game in your browser
- The game is ready to play!
Important: Don't close the black window while you're playing.
If the .bat file doesn't work:
# 1. Open PowerShell in this folder
npm run dev
# 2. Open your browser at:
http://localhost:5173The game works with NVDA in the browser:
- Launch
PLAY.bat - The game opens in Chrome/Firefox
- Use Tab to navigate
- Enter/Space to activate buttons
- Combat events are announced
# Find what's using the port
netstat -ano | findstr :5173
# Kill the process (replace PID)
taskkill /PID <number> /FOpen manually: http://localhost:5173
Make sure Node.js is installed: https://nodejs.org
The Electron application requires complex configuration.
This web solution is:
- โ Simpler
- โ Works for sure
- โ Better NVDA compatibility
- โ No build issues
Have fun! ๐