26
loading...
This website collects cookies to deliver better user experience
venv
to avoid dependency issues and keep users' system installs clean. Plus it's good practice (and a good practice).# 1:
title = "Breakfast"
# 2:
text = "{name1} {verb1} to a/an {adjective1} {noun1} of {noun_plural1}."
# 3:
values = {name1: "", verb1: "", adjective1: "", noun1: "", noun_plural1: ""}
NOTE:
I was thinking about using .gitignore
to hide all "content" files, since initially I'll be populating it with content from the book I purchased for her, but I think it makes more sense to have a separation between public and private content - public content can be shared with anybody, and makes it easier to get into and start messing with the game, whereas private content can be things that shouldn't be shared publicly, because of copyright or whatever other concerns.
After writing this post, I immediately dove into implementing the project. You can see my results in this Consequences github repository.