-
Notifications
You must be signed in to change notification settings - Fork 1
/
Resources.py
45 lines (30 loc) · 1.09 KB
/
Resources.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
GAME_ALREADY_RUNNING = "Sorry, but game is currently running in this channel, so be patient and don't disturb current player with your messages"
NO_ACTIVE_GAMES = "There is no active games in this channel"
XY = 'Must be inputed two values! X and Y!'
HELP = "/help - help\n/start_game public/private 10X10 5\n/end_game\n/open x y\n/put_flag x y\n/remove_flag x y"
WIN = 'YOU WON!'
GAMEOVER = 'Your game ended!'
GAME_ENDED = "Game was ended!"
HELP_START = "/start_game private 10X10 10\nprivate\public 10X10 - size 10 - number of bombs"
API_KEY = ''
BOT_ID =
UNOPENED = ':stop_button:'
FLAG = ':triangular_flag_on_post:'
BOMB = ':b:'
NUMBERS = [':zero:',
':one:',
':two:',
':three:',
':four:',
':five:',
':six:',
':seven:',
':eight:',
':nine:']
margins_x = (2,4,4,4,3,4,4,3,4,3,
2,2,2,2,2,2,2,2,2,2,
2,2,1,1,2,1,1,2,1,1,
1,2,1,2,1,1,2,1,1,1,
2,1,1,1,1,1,1,1,1,1,
2,2,1,1,2,1,1,1,2,1,
1,1,0) #62