https://github.com/kartikcho/text-adventure-in-c
A terminal game made in C involving basic file handling and external data storage
https://github.com/kartikcho/text-adventure-in-c
game gcc gcc-complier script text-adventure
Last synced: 2 months ago
JSON representation
A terminal game made in C involving basic file handling and external data storage
- Host: GitHub
- URL: https://github.com/kartikcho/text-adventure-in-c
- Owner: kartikcho
- Created: 2019-06-01T11:39:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T06:34:17.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T04:45:04.078Z (4 months ago)
- Topics: game, gcc, gcc-complier, script, text-adventure
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Relisia
## Your job, the bounty on the Emperor's headYou are a mercenary not from here, arrving in town on a contract from the thieves guild. You must take the necessary choices to assassinate the emperor or learn about the country's history and question your morals by dropping the contract altogether in this interactive story.
## This project has been discontinued
Since this was more of a learning experience than an actual project, I will not be completing the story as
I don't have time to spare on writing storylines.## Requirements
GCC compiler
## This program is written in C and must be run on a command prompt.
Following commands need to be executed in a terminal to run the program
```bash
cd [[location of the file "textadv.c"]]textadv
```### Personal Note
This is my first actual git project.
If you wish to help me in my project by adding your own storylines and quest, please feel free to do so.