Giter Club home page Giter Club logo

community's People

Contributors

drusc0 avatar jthistle avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

community's Issues

Rework gaussian distributions

Gaussian distributions should be redone so that 3 sds from the mean is the min/max for whatever number is being generated.

Illnesses

Add illnesses that could occur randomly, which each have a chance of killing a person.

Change food allocation logic

At the moment a family will allocate as much food as possible to children, then share the remainder among adults, often leading to starvation for a season or two. Better logic would still prioritise children, but would anticipate the usage of food so that people may remain hungry, but wouldn't starve if possible.

Add option between inspection types

Current inspection type should be the new "descriptive" type.

A new form of inspection should be added that's shorter and less wordy, maybe called "quick"?

Fights

(Very) low rapport leads to fight? Chance increased by higher extroversion and higher neuroticism?

Add mayoral history display

kinda like a hall of fame for mayors, just with names and dates. Should be a separate window, maybe with a scrollable listview? Or maybe a text area instead.

Add marriage

After a set amount of time together, a couple should get married.

Detailed obituary

This would contain key events in the person's life and the dates these events happened, as well as the friends they had when they died and a description of family relations.

Change in stats over time

Openness, Extroversion, and Neuroticism should decrease over time, while Conscientiousness and Agreeableness should increase. This probably shouldn't be a permanent increase, rather any returned attribute value should be a function of age and the starting attribute.

Great works

Anyone with at least a certain intelligence can produce a great work - chance is increased by a higher conscientiousness.

High openness: sculpture, symphony
Medium-High openness: painting, suite of music
Medium openness: work of fiction
Medium-low openness: scientific paper
Low openness: political treatise

Left side of screen moves

Left side of screen moves when the text in the inspector goes too far and pushes the event log down.

Add Mayorship

Post 1.0, more details to follow.

The plan:

  • an adult > 18yrs is elected as mayor for a term of x years. Vote are cast by every member of the community >16yrs.

  • only people with a certain extroversion stand as candidates?

  • votes cast based on cap value? Could be based on political orientation difference instead? Added rapport modifier

  • the mayor's family gets a food bonus

Age calculation incorrect

in calculating the addition, the section:

(16*4/(16*4-p.age))

is incorrect. This could lead to ZeroDivisionError.

It should be

((16*4-p.age)/16*4)

Exile

if someone kills someone else, the mayor should decide whether to exile them or not. In the case that no mayor is in office, the judgement will be delayed until the next time a mayor's in office.

Great work library

A viewable library of great works, similar to the mayor history view.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.