Is it worth finishing the story?
The game's on github. I'm tempted to finish the story - but would anyone give it a go?
https://github.com/mgrazebrook/ministry_of_truth.gitLet me know if you'd like me to complete it. The code won't change much - just the story.
(log in to comment)
Cosmologicon on 2017/10/28 19:25:
FYI there's an issue loading the data on Linux under Python 3. To fix, an 'r' argument to line 149 of main.py to avoid opening the file in "bytes" mode:data.load(scene_file, 'r'),