OK, thanks for that link, this has lead me to the correct path. I'm still fairly new to Linux but I'm starting to get the hang of it. So, based on the information provided in that link, I figured out that I needed to install nw.js on my system to run your game, but first I also had to install npm as this is the delivery method to get nw.js. Now, the system still doesn't know what to do with this nw file when I double-click on it, but the documentation told me I could also run this from the terminal, which I tried. I tried simply "nw" and this didn't work. I got the following error message :
/Hardware Tycoon (Linux 64-bit)$ nw
[14050:14050:0821/202324.775408:ERROR:component_loader.cc(168)] Failed to parse extension manifest.
So I thought that maybe the "nw" I just installed wasn't the same as the "nw" file in my game folder, and that maybe the second was meant to be passed to the first as an argument parameter, so I tried "nw nw". Still didn't work, got the same error message but with different numbers :
/Hardware Tycoon (Linux 64-bit)$ nw nw
[14217:14217:0821/202342.152288:ERROR:component_loader.cc(168)] Failed to parse extension manifest.
/Hardware Tycoon (Linux 64-bit)$ nw package.nw
[14377:14377:0821/202359.248857:ERROR:component_loader.cc(168)] Failed to parse extension manifest.
I still get the same error message, with yet again different numbers, but... Hey! It works! :-)
I thought I'd share that info with you, as this may be "straight-forward" for experienced Linux users but for long-time Windows users like me (and possibly you I'm assuming) it's just not quite as easy as "double-clicking" the file, even though it claims in the doc that this should work.
Great game, by the way. Been playing on it on this site for quite some time now, trying out the new versions when they come out. Can't wait to see it when it'll be completed. Keep up the good work!