Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Usually when I see a Windows, Mac, *and* Mobile version available I just assume the Windows version includes a executable Linux version.  Bit disappointing that it wasn't there.  Didn't tinker too much or attempt to get it running in WINE, but going through the picture folders was fun!  Looks like a good game.  Reminds me a bit of Little Man.

(+1)

We do have a dedicated Linux version, I guess it was only posted on subscribestar though - there's not many of y'all out there haha but I'll try to post the link here later officially, but here it is for you

https://mega.nz/file/vwIU3RKL#qmBTWiG4eRoCWKHBOEBNfji0tRrytQJ4V42WEc6awxo

(2 edits) (+1)

Whoa!  Thank you!

EDIT:  this is just an fyi.  No need to take action because the game works.

The game works when I run ./nw
after I run:
chmod +x chrome_crashpad_handler
chmod +x nw

For whatever reason ./Game.sh throws an error.
"bash: ./Game.sh: /usr/bin/bash^M: bad interpreter: No such file or directory"

I *think* this is because Game.sh was created on a Windows machine and adds some invisible characters to the .sh file that bash doesn't like. Game.sh is 70bytes.  When I recreate the file it's 66 bytes ....anyway it's not an issue.

Copying and pasting the contents of Game.sh to a new file that I called GameX.sh, saving, making it executable with 'chmod +x GameX.sh' and running that instead fixed the problem.  Also just running nw works. :D
-----------
#!/usr/bin/bash
chmod +x nw chrome_crashpad_handler
./nw
-----------
I haven't had time to play it past the main character entering his new apartment but I'm enthusiastic!

(+1)

I will pass this along to my developer, he's the one that made the linux build and everything you just explained confuses and terrifies me - I just draw nice boobs haha

Have fun with the game!