Scary House is a haunted house style text based adventure game.
Scary House was written with gfortran version 13.2.0 and make 3.81.
To run Scary House:
-
Clone the ScaryHouse repository.
-
Check that gfortran and make are installed on the system.
-
Open the ScaryHouse directory in a terminal.
-
Type
make
into the terminal and press return to compile the game. -
Type
./ScaryHouse
to start the game. -
Follow the menu options in the game to play.
-
Optional: While the game is not running, type
make clean
to delete the object and binary files.