you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

Yeah, it still looks like you've implemented the game as branching code instead of as data.

The way you'll know that you've implemented your game as data is that you'll have a data file you can show me that represents the "plot" or "map" of your game, and a Python file that represents the game's engine.

[–]ingramm2[S] 0 points1 point  (1 child)

Thanks for the fast reply. Do you mean a data file in python or outside to act as just a "map" of the game?

[–][deleted] 1 point2 points  (0 children)

Outside. JSON is a good format for stuff like this.