Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 273 Bytes

Troubleshooting

If the game isn't working, check the browser's console for errors.

Problem: Loading module from "..." was blocked because of a disallowed MIME type ("text/html")

  • Solution: Replace public/scripts/**/*.js file endings with .mjs

Problem