Skip to content

Commit

Permalink
reverted file
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarvey committed Nov 11, 2024
1 parent 6ef81e7 commit 4bdb2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/famgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Chance from 'chance';
const chance = new Chance();

// Constants
const TOTAL_NODES = 100; // This is the number we start with, but we'll end up with more when we add spouses/kids
const MAX_CHILDREN = 6; // Max children per family
const TOTAL_NODES = 10; // This is the number we start with, but we'll end up with more when we add spouses/kids
const MAX_CHILDREN = 5; // Max children per family
const MIN_CHILDREN = 0; // Min children per family
const GENDER_NEUTRAL_NAMES = [
'Alex', 'Jordan', 'Taylor', 'Casey', 'Morgan', 'Riley', 'Avery', 'Quinn', 'Cameron', 'Peyton',
Expand Down

0 comments on commit 4bdb2c2

Please sign in to comment.