Hey everyone! I’m in a bit of a dilemma and could use some advice. I’ve been playing The Sims 4 for years and have invested in several expansion packs. But lately, I’ve been eyeing some of the newer life sim games on the market.
The thing is, I’m not sure if it’s worth buying a new game when I already have TS4. I don’t play very often, so I’m worried I might end up neglecting TS4 if I try something new. Plus, I feel a bit guilty about potentially abandoning a game I’ve spent so much on.
What do you guys think? Is it normal to want to try new games in the same genre, or am I just getting caught up in the hype? I’d really appreciate your thoughts!
// New example code snippet
function decideSimulationGame(currentTitle, upcomingTitle) {
let choice = '';
if (getEnjoyment(currentTitle) > getExcitement(upcomingTitle)) {
choice = 'Stick with ' + currentTitle;
} else {
choice = 'Try ' + upcomingTitle;
}
return choice;
}
Has anyone experienced something similar and how did you manage it?