How do you download this? It would be very great if we could download it cuz i liked it and i dont always habe internet connection
Here is download
I understand that everything that is written below is a little complicated for an unprepared person, so I made an archive at once with everything necessary so that people can play without much trouble, since I'm on windows, it will most likely work only on windows, if you have a mac or linux, then the instructions are below, I hope you succeed.
Click
(My version was downloaded from newgrounds, so there are slight differences in the files)
You need to use the developer's tools in the browser (it is also called the element code) to find a link to the game file, I open them via Ctrl+Shift+I, they probably open differently in your browser (but they definitely are in the browser), but this is still half the job, then after opening this link you need to save the game as an html file, but it will not be complete, through the "network" tab you need to find the remaining files, and so to reconstruct the path to these files, in this case you need to recreate the build and TemplateData folders (these folders should be in the same place as the html file with the game) in the build folder, the unity files themselves are located in this case.
build3.framework.js.unityweb
build3.wasm
build3.wasm.unityweb
build3.loader.js
Template data mainly contains icons, they are not required for loading, so if it doesn't matter to you, you can skip it there.
Progress-bar-empty-dark.png
progress-bar-full-dark.png
favicon.ico
icons/unity-logo-dark.png
well, you'll also need to download python so that you can open the http server via CMD using the command
python -m http.server 8360
you can make a .bat file and enter this command inside, and then put it in the folder with the html file (it's easier to run this way) and then you go to this link http://localhost:8360 you need find your html file and play