From 9325666f2c85700680223b437c225099ecd7a699 Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Thu, 28 Aug 2025 12:12:38 -0400 Subject: [PATCH] expanded the word list to 30 --- wally/app.js | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/wally/app.js b/wally/app.js index 008d5df..5c07bd9 100644 --- a/wally/app.js +++ b/wally/app.js @@ -1,15 +1,8 @@ // array of words to be displayed randomly const words = [ - 'red', - 'car', - 'bed', - 'hat', - 'cat', - 'mat', - 'pet', - 'bin', - 'run', - 'bun' + 'red', 'car', 'bed', 'hat', 'cat', 'mat', 'pet', 'bin', 'run', 'bun', + 'the', 'and', 'of', 'in', 'is', 'but', 'it', 'bat', 'bar', 'map', + 'sap', 'cap', 'hen', 'ten', 'jar', 'tip', 'lip', 'fin', 'was', 'good' ]; // initial player score