Skip to content

Commit

Permalink
Update word.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepVashishtha committed Apr 22, 2024
1 parent 9aa805e commit 7101ebc
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions word.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
var wordsArray = [
[""], // placeholder for sum 0
["love"], // choices for sum 1
["Find joy.", "Choose peace.", "Feel happiness.", "Embrace romance.", "Spread love.", "Share laughter.", "Enjoy life.", "Cherish moments.", "Dream big.", "Stay positive."], // choices for sum 2
["Find your joy.", "Choose inner peace.", "Feel pure happiness.", "Embrace true romance.", "Spread endless love.", "Share contagious laughter.", "Enjoy every moment.", "Cherish sweet memories.", "Dream without limits.", "Stay always positive.","Be kind always.", "Stay happy always.", "Enjoy true romance.", "Show endless affection.", "Spread boundless joy.", "Create unforgettable memories.", "Find beauty everywhere.", "Live life fully.", "Dream fearlessly big.", "Chase your dreams."], // choices for sum 3
["Make every day count.","Love conquers all fears", "You are never alone", "Dreams fuel the soul", "Hope lights the way", "Believe in yourself always", "You are worth it", "Kindness changes everything", "Keep moving forward bravely", "Embrace each new day", "You are unstoppable force"], // choices for sum 4
["Love conquers all fears","You are never alone","Dreams fuel the soul","Hope lights the way","Believe in yourself always","You are worth it","Kindness changes everything","Keep moving forward bravely","Embrace each new day","You are unstoppable force"], // choices for sum 5
["One Less Than 'Thala for a Reason'"], // choices for sum 6
["Thala for a Reason"] // choices for sum 7

// choices for sum 2
["Find joy.", "Choose peace.", "Feel happiness.", "Embrace romance.", "Spread love.", "Share laughter.", "Enjoy life.", "Cherish moments.", "Dream big.", "Stay positive."],

// choices for sum 3
["Find your joy.", "Choose inner peace.", "Feel pure happiness.", "Embrace true romance.", "Spread endless love.", "Share contagious laughter.", "Enjoy every moment.", "Cherish sweet memories.", "Dream without limits.", "Stay always positive.","Be kind always.", "Stay happy always.", "Enjoy true romance.", "Show endless affection.", "Spread boundless joy.", "Create unforgettable memories.", "Find beauty everywhere.", "Live life fully.", "Dream fearlessly big.", "Chase your dreams."],

// choices for sum 4
["Make every day count.","Love conquers all fears", "You are never alone", "Dreams fuel the soul", "Hope lights the way", "Believe in yourself always", "You are worth it", "Kindness changes everything", "Keep moving forward bravely", "Embrace each new day", "You are unstoppable force"],

// choices for sum 5
["Smile often, it's contagious joy.",
"Dance like nobody's watching, freely.",
"Adventure awaits, embrace the journey.",
"Be the reason someone smiles.",
"Create your own sunshine, always.",
"Never stop dreaming, keep soaring.",
"Find beauty in every moment.",
"Love deeply, forgive freely, always.",
"Believe in miracles, they happen.",
"Stay true to your heart.",
],

// choices for sum 6
["Be the light in someone's darkness.",
"One Less Than 'Thala for a Reason'"],

// choices for sum 7
["Thala for a Reason"]
// continue for as many sums as you want
];

0 comments on commit 7101ebc

Please sign in to comment.