I think it is a good game, but found it quite hard to follow. This could have possibly been due to the text-based nature of this game and the vast amounts of text were quite overwehlming; if you do indeed want to use python for this, I would recomend using graphics to hep this get shown better, for example with Tkinter or Pygame; using a game engine like Godot could also be helpful for you, which uses a laanguage quite similar to Godot. Also, a sidenote, to obe able to run the game, a Replit account is necessary as you need to fork the game to be able to run it; it is only for the owner of a replit project (as well as collaborators), that is able to run it. I would therefore suggest creating the game natively on PC (rather than on the web using replit), then building it to an application using PyInstaller, and uploading that to itch.io. It might be a slight inconvenience but it lends to an easier way of getting the game to run. Hope this is helpful!