expanded the word list to 30

This commit is contained in:
2025-08-28 12:12:38 -04:00
parent 80a98ac094
commit 9325666f2c

View File

@@ -1,15 +1,8 @@
// array of words to be displayed randomly // array of words to be displayed randomly
const words = [ const words = [
'red', 'red', 'car', 'bed', 'hat', 'cat', 'mat', 'pet', 'bin', 'run', 'bun',
'car', 'the', 'and', 'of', 'in', 'is', 'but', 'it', 'bat', 'bar', 'map',
'bed', 'sap', 'cap', 'hen', 'ten', 'jar', 'tip', 'lip', 'fin', 'was', 'good'
'hat',
'cat',
'mat',
'pet',
'bin',
'run',
'bun'
]; ];
// initial player score // initial player score