UNPKG
nodewords
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Command line word games
nodewords
/
src
/
games
/
anagram
/
anagram-constants.js
9 lines
(8 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { TOTAL_SECONDS:
30
, STARTING_LINE:
10
, GAME_TITLE:
'ANAGRAM'
, GAME_INFO:
'Solve the anagram:'
, INCORRECT_GUESS_MSG:
'INCORRECT! Unlucky, guess again'
, GAME_OVER_MSG:
'\nTIME\'S UP!\n'
};