Added numbers game.

This commit is contained in:
Niels Simenon
2023-04-10 05:54:27 +02:00
parent 8c34fe5013
commit 4fbd366bb9
7 changed files with 2120 additions and 16 deletions

View File

@@ -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,