Text adventure game, after the book 'City of Thieves' by Ian Livingstone
Branch | ![]() |
![]() |
---|---|---|
master |
||
develop |
City Of Thieves is a text adventure game after the English gamebook with the same name by Ian Livingstone.
To build all:
make
make console
make desktop
Be sure to have already build the files.
Then open the correct Qt Creator project:
Console/CityOfThievesConsole.pro
Console/CityOfThievesConsoleTest.pro
Desktop/CityOfThievesDesktop.pro
Nds/source/GameCityOfThievesNds.pro
singularity pull library://richelbilderbeek/default/city_of_thieves
Great!
There is need for some testing and spelling corrections. Create a new Issue or email @richelbilderbeek.
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.