The Mansion
A downloadable game for Windows, macOS, and Linux
I made this game as a project for school. It's written in C# without the use of a game engine.
This is an ASCII art game that runs in the terminal. For windows it runs in fullscreen and there is sound in game. Linux and MacOS users will have to maximize screen in order to be able to play the game. Otherwise it will crash due to 'IndexOut OfBounds'. I could not get sound working for linux and mac users due to it running in terminal
I hope you enjoy my little game!
Download
Install instructions
Windows:
Unzip and run
Mac build:
First time running you will have to give permission to the terminal. You might have to run it a second time for it to work after that
Linux:
Unzip
Right click in folder and select 'Open in Terminal'
Copy and paste the following and press 'Return':
./TheMansion
Comments
Log in with itch.io to leave a comment.
Hey there! Trying to run this in Ubuntu 22.04 (LTS) and getting the following:
No usable version of libssl was found
Aborted (core dumped)
I have libssl3 and libssl-dev both installed.