expanded the word list to 30
This commit is contained in:
13
wally/app.js
13
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
|
||||
|
Reference in New Issue
Block a user