Added Geo game.

This commit is contained in:
Niels Simenon
2022-11-02 06:16:17 +01:00
parent 48003e4d34
commit 036feb12a5
410 changed files with 1316 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
'letters',
'hunt',
'8ball',
'geo',
'riddle',
'dice',
'rock-paper-scissors',
@@ -92,4 +93,7 @@ module.exports = {
guesses: [4, 4, 6, 7, 9],
// guesses: [2, 3, 4, 5, 6, 7], // by word length, last number repeats for longer words
},
geo: {
url: 'https://share.unknown.name/countries/',
},
};