Malwarebytes Block

The game pages on my website are currently being blocked (false positive) by Malwarebytes, for ‘suspicious activity.’ I plan to report this to MWB.

This is probably due to the large amount of Javascript that runs the game, including the complex UI and the 2D game engine, which runs scripts that might look similar to crypto mining or something.

It’s all just game code running locally on your browser (after it loads) in webpages corresponding to game content modules, which use local storage in your browser to read and write an alphanumeric save code. There are no JS connections to any server at this time.

In fact, after you start a module you can disconnect from the internet and finish it. The game is designed to be a download playable offline, which is how I playtest before uploading stable ‘builds’. (There are known issues with the savecode on Firefox doing this, however.)

Unless the actual JS files have been hijacked on the server by a third party, they are safe. I looked into that, uploaded fresh files, and don’t see any issues.


Leave a Reply