项目作者: richelbilderbeek

项目描述 :
Text adventure game, after the book 'City of Thieves' by Ian Livingstone
高级语言: C++
项目地址: git://github.com/richelbilderbeek/CityOfThieves.git
创建时间: 2016-02-23T18:47:33Z
项目社区:https://github.com/richelbilderbeek/CityOfThieves

开源协议:GNU General Public License v3.0

下载


City Of Thieves

Branch GitHub Actions logo Codecov logo
master check codecov.io
develop check codecov.io

City Of Thieves is a text adventure game after the English gamebook with the same name by Ian Livingstone.

Console version
Desktop version
Nintendo DS version
Nintendo DS version on emulator

Building

To build all:

  1. make

Console

  1. make console

Desktop

  1. make desktop

Running

Be sure to have already build the files.

Then open the correct Qt Creator project:

  • Console: Console/CityOfThievesConsole.pro
  • Console (test only): Console/CityOfThievesConsoleTest.pro
  • Desktop: Desktop/CityOfThievesDesktop.pro
  • NDS: Nds/source/GameCityOfThievesNds.pro

Downloads

  1. singularity pull library://richelbilderbeek/default/city_of_thieves

Video

I want to help!

Great!

There is need for some testing and spelling corrections. Create a new Issue or email @richelbilderbeek.

What are all those files in the folder Files?

The .txt files contain the story of ‘City Of Thieves’.
These are converted to C++ headers and source files by the FilesToFunctions.sh scripts.
This was needed, because NitroFS (as part of libnds, as part of DevKitPro) does not support a filesystem on the NDS hardware.

Contributors