Added numbers game.
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = {
|
||||
'mash',
|
||||
'trivia',
|
||||
'letters',
|
||||
// 'numbers',
|
||||
'numbers',
|
||||
'hunt',
|
||||
'8ball',
|
||||
'geo',
|
||||
@@ -101,6 +101,11 @@ module.exports = {
|
||||
length: 9,
|
||||
timeout: 60,
|
||||
},
|
||||
numbers: {
|
||||
length: 6,
|
||||
timeout: 60,
|
||||
points: [10, 7, 7, 7, 7, 7, 5, 5, 5, 5, 5], // points by distance
|
||||
},
|
||||
riddle: {
|
||||
timeout: 30,
|
||||
score: false,
|
||||
|
||||
Reference in New Issue
Block a user