Skip to content

Latest commit

ย 

History

History
75 lines (48 loc) ยท 1.28 KB

File metadata and controls

75 lines (48 loc) ยท 1.28 KB

๐ŸŽฎ How to Play - Neon Vanguard: Sector Zero

โœ… SIMPLE SOLUTION THAT WORKS (Recommended)

Double-click on: PLAY.bat

That's it! The file will:

  1. Start the server automatically
  2. Open the game in your browser
  3. The game is ready to play!

Important: Don't close the black window while you're playing.


๐ŸŒ Alternative Solution: Manually

If the .bat file doesn't work:

# 1. Open PowerShell in this folder
npm run dev

# 2. Open your browser at:
http://localhost:5173

โ™ฟ For NVDA (Screen Reader)

The game works with NVDA in the browser:

  1. Launch PLAY.bat
  2. The game opens in Chrome/Firefox
  3. Use Tab to navigate
  4. Enter/Space to activate buttons
  5. Combat events are announced

โ“ Problems?

Port 5173 is already in use

# Find what's using the port
netstat -ano | findstr :5173

# Kill the process (replace PID)
taskkill /PID <number> /F

Browser doesn't open

Open manually: http://localhost:5173

Error "npm not found"

Make sure Node.js is installed: https://nodejs.org


๐ŸŽฏ Why Not the EXE?

The Electron application requires complex configuration.
This web solution is:

  • โœ… Simpler
  • โœ… Works for sure
  • โœ… Better NVDA compatibility
  • โœ… No build issues

Have fun! ๐Ÿš€