Skip to content

A text adventure that reminds you of the good ol' days. ๐Ÿ๏ธ๐Ÿ•น๏ธ

License

Notifications You must be signed in to change notification settings

2KAbhishek/CaveMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

69 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CaveMe is a text adventure game that reminds you of an era long gone.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of gcc, awk for the game.
  • Graphviz for generating the map.

Installing CaveMe

To install CaveMe, follow these steps:

git clone https://github.com/2kabhishek/CaveMe.git
cd CaveMe
make
# For getting a map of the game
make map

This will generate the caveme binary and a map.png in the bin directory.

Running CaveMe

To run CaveMe, follow these steps:

cd bin
./caveme

Gameplay Instructions

Similar to old school text based RPGs, use keywords to do various actions.

Implemented actions include:

  • look
  • go
  • give
  • drop
  • ask
  • inventory
  • quit

About

A text adventure that reminds you of the good ol' days. ๐Ÿ๏ธ๐Ÿ•น๏ธ

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published