Skip to content

richelbilderbeek/city_of_thieves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

make

Console

make console

Desktop

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

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

External links