You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 13m 9s logged

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.

0
3

Comments 0

No comments yet. Be the first!