Added Hunt (hangman) game.
This commit is contained in:
@@ -21,7 +21,23 @@ module.exports = {
|
||||
greeting: 'Hi, I am aisha, your game host!',
|
||||
usernamePrefix: '@',
|
||||
channels: ['GamesNight'],
|
||||
games: ['mash', 'trivia', 'letters', 'duck', '8ball', 'riddle', 'dice', 'rock-paper-scissors', 'ping', 'say', 'kill', 'uptime', 'help'],
|
||||
games: [
|
||||
'mash',
|
||||
'trivia',
|
||||
'letters',
|
||||
'hunt',
|
||||
'8ball',
|
||||
'riddle',
|
||||
'dice',
|
||||
'parrot',
|
||||
'rock-paper-scissors',
|
||||
'duck',
|
||||
'ping',
|
||||
'say',
|
||||
'kill',
|
||||
'uptime',
|
||||
'help',
|
||||
],
|
||||
schatColors: {
|
||||
white: 'white',
|
||||
blue: 'var(--message-40)',
|
||||
@@ -65,4 +81,10 @@ module.exports = {
|
||||
maxRolls: 10,
|
||||
maxFaces: 1000,
|
||||
},
|
||||
hangman: {
|
||||
minLength: 5,
|
||||
maxLength: 9,
|
||||
guesses: [2, 3, 4, 5, 6, 7], // by word length, last number repeats for longer words
|
||||
// guesses: 6, // fixed
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user