prune: remove all the problem solving part that needs to go outside of this article

This commit is contained in:
Julien Calixte
2025-01-03 14:47:13 +01:00
parent 62bf7b8f84
commit d81a3aaec9
7 changed files with 69 additions and 42 deletions

View File

@@ -250,8 +250,8 @@ export const nextDay = (
strategy: Strategy | 'problem-solving'
): FeatureState => {
state.meta.totalDays++
// each day, the teams know how to better work together
state.meta.teamWorkExperience += 0.1
// // each day, the teams know how to better work together
// state.meta.teamWorkExperience += 0.1
if (strategy === 'problem-solving') {
const hasTeamLearned = randomFloat(0, 1) > 0.25