Skip to content

atomicfruitcake/abyssChambers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbyssChambers

What is this?

Abyss Chambers is a text adventure game written in the C programming language

How do I run this

Before running, ensure you have graphviz installed

On Mac

brew installl graphviz

On Ubuntu/Debian

sudo apt install graphviz

On Fedora/RedHat/CentOS

sudo yum install graphviz

From the root the application in a terminal, run:

make
./AbyssChambers

The game should now run in your terminal window.

This will also generate a map for the game at the base of the application named map.png

How do I play it

You will need to figure out how to survive. To help, here is a list of supported commands

go
look
get
attack
give
drop
inventory
open
close
unlock
lock
ask
heal
light

Dev Guide

Releases

No releases published

Packages

No packages published