@echo off echo Starting local web server for Phaser 3 card battle game... echo. echo Open your browser and navigate to http://localhost:8080 echo. echo Press Ctrl+C to stop the server. python -m http.server 8080