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.git


Let me know if you'd like me to complete it. The code won't change much - just the story.

(log in to comment)

Comments

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'),