|
||
---|---|---|
.vscode | ||
.gitignore | ||
LICENSE | ||
Program.cs | ||
README.md | ||
Sim.cs | ||
SimsPersonalityGenerator.csproj |
Sims Personality Generator
As the name suggets, this will generate a persoanlity for The Sims 1 and 2. If you set one trait higher than other, it will automatically adjust itself to compensate for the difference.
Background
I wanted to play The Sims 2 with my characters. Problem was I've been spoiled by traits. How do I create an ideal personality within these limitations? What if I have a random generator that gives me some options but also is smart enough to let me set some bias towards Playfulness or Nice?
The code itself was initially generated using the Qwen Coder model because I wouldn't know to begin. While it is easy to generate random numbers, I also had to have it to account for one being higher than the other. How? That was the point in asking the AI for a template, with that taken into consideration.
License
I license this project under the GPL-3.0 license - see LICENSE for details.