Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

If it helps, to get it to work on Linux, I:

  • added “using System;” at the start, otherwise Console and everything else wasn’t recognized
  • commented out “Console.WindowWidth = 100;” - it seems to only work on Windows, there might be some workaround but I didn’t look into it and adjusted the console manually to get it to the right size

I tryed building a MacOS version here and the "Console.WindowWidth" was throwing an error also. I didn't have to add "usingSystem", at least to run here in my Mac.

I've built a Linux (for some releases) and a Mac versions, I'm just waiting for ne0hash to reply the thread to see if I can upload the game's page with new files.

But, if you (@KevinCross) would like to give it another chance, @quibar 's solution seem to work ;)