richelbilderbeek / city_of_thieves

Text adventure game, after the book 'City of Thieves' by Ian Livingstone

Home Page:https://github.com/richelbilderbeek/games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Text adventure game, after the book 'City of Thieves' by Ian Livingstone

https://github.com/richelbilderbeek/games

License:GNU General Public License v3.0


Languages

Language:C++ 94.4%Language:AMPL 3.5%Language:QMake 1.6%Language:Makefile 0.2%Language:Shell 0.2%Language:Python 0.1%Language:C 0.0%