Go Spooks is a Horror Escape CLI Game made in Go! Explore and find a way to escape the haunted house!
- Install Go
- Clone this repo :
git clone https://github.com/JakeOJeff/GoSpooks.git
- Open the repo and run this command in root of the folder :
go run .OR
If you are on windows, you can directly run the .exe by download the latest release! ->
- Type 'look' to see around!
- Type 'inventory' to see your inventory.
- Type '(direction)' to go in the particular direction.
- Type 'pickup (item name) to pickup an item!
- Type 'exits' to see a list of exits.
- Type 'help' to see the guide.
- Type 'unlock all' to unlock all the doors.
- Type 'unlock interiors' to unlock all the doors except the main door.
- Type 'clear' to clear the screen.
There is a full Guide on the structure of the game if you are ever stuck. Just check out structure.md! It contains a detailed guide on the unlocking and movement