Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

FYI, the 0.8 version has issues starting on Linux, because the MyOfficeAdventure.sh file contains CRLF end-of-lines instead of the standard LF for Linux :) so /bin/sh freaks out:

./MyOfficeAdventures.sh: bad interpreter: /bin/sh^M: no such file or directory

Converting all of the end-of-lines to LF only solves the issue, and allows the game to start.

(1 edit) (+1)

Oh , I forgot to run it through dos2unix, But I think Linux users are smart enough find this small issue :)