Added Population control, changing the birth and death rate to execute once every 30 second day. Added an Obituary and implemented Government Taxing on wages, (jobs added) and jobs include:
JOBS = {
“Baker”: 12,
“Fisher”: 8,
“Merchant”: 15,
“Programmer”: 25,
“Unemployed”: 0
}
Suggest some jobs in the comments, and suggest some first and last names too
FIRST_NAMES = [
“Bob”,
“Sarah”,
“Alex”,
“Emily”,
“Oscar”
]
LAST_NAMES = [
“Quackson”,
“Featherstone”,
“Breadsworth”,
“McDuck”,
“Waddles”
]
Also added some UI regarding the treasury and added a seperate birth rate for an additional child.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.