← Return to game
Log in with itch.io to leave a comment.
I was at a loss the entire time.
Thank you for your review!
It was painful to watch you struggle to understand game mechanics, and totally on me, not expressing changes and goals more clearly.
I downloaded the v1.0 zip file, but where do I launch the game from? When I open index.html, only the configuration screen appears, and I can't start the game.
The problem is how browsers work with local scripts getting requests for other assets (scripts, styles, sounds, etc.).
If you’re on Linux, you can start a local HTTP server by running python3 -m http.server in the directory with index.html.
python3 -m http.server
index.html
Since I'm using Windows 11, I'll just play it online. Thank you for your reply!
← Return to game
Comments
Log in with itch.io to leave a comment.
I was at a loss the entire time.
Thank you for your review!
It was painful to watch you struggle to understand game mechanics, and totally on me, not expressing changes and goals more clearly.
I downloaded the v1.0 zip file, but where do I launch the game from? When I open index.html, only the configuration screen appears, and I can't start the game.
The problem is how browsers work with local scripts getting requests for other assets (scripts, styles, sounds, etc.).
If you’re on Linux, you can start a local HTTP server by running
python3 -m http.serverin the directory withindex.html.Since I'm using Windows 11, I'll just play it online. Thank you for your reply!