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
|
// 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
|
||||||
|
Reference in New Issue
Block a user