项目作者: Lexxeous

项目描述 :
Interactive, adventure, RPG, text-based video game written in C++.
高级语言: C++
项目地址: git://github.com/Lexxeous/cave_in.git
创建时间: 2018-07-23T12:35:57Z
项目社区:https://github.com/Lexxeous/cave_in

开源协议:

下载


Lexxeous’s Cave In " class="reference-link"> Lexxeous’s Cave In

Cave In is a textbased videogame based on true events, where the map is already given to you… you just need to fill it in as you go… how much history will you discover?

World Map Download

Introduction:

In 1948…

Objective:

Save yourself, and your friends…

Build, Compile, Run, and Clean:

Use the Makefile targets to interact with the application.

  • make build - // TODO
  • make comp - Compile the application with g++.
  • make run - Compile and run the resulting executable, starting the game.
  • make clean - Delete all previously compiled executables, shells, or binaries.