Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2kabhishek/caveme

A text adventure that reminds you of the good ol' days. 🏝ī¸đŸ•šī¸
https://github.com/2kabhishek/caveme

c game oldschool text-adventure

Last synced: 10 days ago
JSON representation

A text adventure that reminds you of the good ol' days. 🏝ī¸đŸ•šī¸

Awesome Lists containing this project

README

        

CaveMe


License


People


Stars


Forks


Watches


Last Updated

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:

```bash
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:

```bash
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