A modernized version of the game engine behind the DOS versions of Titus the Fox and Moktar.
The aim is to clean up the codebase, fix bugs, and make the game playable on modern systems. The difficulty or design decisions of the original are not sacred. If there's a way to make the game more playable or enjoyable, then let it be so.
For the authentic (brutal) experience, the game can be played in DOSBox.
OpenTitus is released under the Gnu GPL version 3 or (at your option) any later version of the license, and it is released "as is"; without any warranty.
You need:
This should get things built and ready for testing/use:
zig build
You need the original game files to make use of OpenTitus. OpenTitus parses the original files. It works with both Titus the Fox and Moktar.
- Build and install using
make release
. The files go intozig-out
. - Place the original game files in
zig-out/MOKTAR
and/orzig-out/TITUS
folders. - Run
opentitus
inside thezig-out
folder.
You can get the game files from:
- Your old floppy disks!
- Steam
- GOG:
- Epic Games:
Please do not upload the original game files to the git server, as they are proprietary!
Enjoy!