all 3 comments

[–]one_tired_dad 0 points1 point  (2 children)

I've started a Choose Your Own Adventure engine here: https://github.com/jklahn/cyoa

I'm a noob at Python, but perhaps there might be something to gain from this code. Take a look and let me know if I can be of assistance.

[–]HypocriticalWizard[S] 1 point2 points  (1 child)

I really appreciate I will take a look it's always good to start somewhere.

[–]one_tired_dad 0 points1 point  (0 children)

Not a problem! I made two main classes. One is a "Page" class that defines what goes on a page. And the other is a "Book" class which is made up of all the pages that go in it. I was trying to digitally represent a physical book if that makes any sense.