Here's a script that will download all images used in the game and make it work in offline mode.
Instructions:
1. download node (
You must be registered to see the links
)
2. install yarn (
You must be registered to see the links
)
3. Extract the game files to a folder
4. Create a new file "script.js"
5. Paste the code below into the file
6. Open a terminal (any os) to this folder
7. Type: "yarn init", press enter
8. Then: "yarn add request", press enter
9. Then: "yarn add retry-request", press enter
10. Then: "node script.js", press enter
11. There are two output files, an html, and a text file,
If the text file has any content, i.e. has a line like "Failed for {{somthing}}, to {{something-else}",
then type in the terminal: "node script.js --retry-failed"
12. Open the new html file, and enjoy!