项目作者: kartikcho

项目描述 :
A terminal game made in C involving basic file handling and external data storage
高级语言: C
项目地址: git://github.com/kartikcho/text-adventure-in-C.git
创建时间: 2019-06-01T11:39:22Z
项目社区:https://github.com/kartikcho/text-adventure-in-C

开源协议:

下载


Welcome to Relisia

Your job, the bounty on the Emperor’s head

You 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

  1. cd [[location of the file "textadv.c"]]
  2. 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.