5. First Launch Checklist
5.1 Downloading and Launching
- Download the project folder.
- Double-click
index.html
to open it in your browser. - If the title screen appears, you are ready to play.
5.2 Using Live Server
- Open VS Code and install the “Live Server” extension from the sidebar.
- With the folder open, press the “Go Live” button in the bottom-right corner.
- Your browser launches automatically and refreshes whenever you save a change.
If Something Goes Wrong
- If the screen stays blank, open the browser developer tools (F12) to check for errors.
- Remember to save files—unsaved edits will not show up.
5.3 Additional Checks
- Test audio output and allow the browser to play sound if needed.
- For mobile testing, use USB debugging or remote device tools.
- If errors appear on the first launch, take a screenshot of the console log to help with later troubleshooting.