papercats/config.json

16 lines
576 B
JSON
Raw Normal View History

2019-02-03 01:49:23 -05:00
{
"port": 8080,
2019-02-22 04:35:16 -05:00
"bots": 5,
2019-02-21 11:50:51 -05:00
"consts": {
2019-02-21 12:39:14 -05:00
"GRID_COUNT": 100,
2019-02-21 11:50:51 -05:00
"CELL_WIDTH": 40,
"SPEED": 5,
"BORDER_WIDTH": 20,
2019-02-21 12:39:14 -05:00
"MAX_PLAYERS": 30,
2019-02-22 03:09:27 -05:00
"NEW_PLAYER_LAG": 60,
2019-02-22 04:35:16 -05:00
"LEADERBOARD_NUM": 5,
2019-02-21 11:50:51 -05:00
"PREFIXES": "Angry Baby Crazy Diligent Excited Fat Greedy Hungry Interesting Japanese Kind Little Magic Naïve Old Powerful Quiet Rich Superman THU Undefined Valuable Wifeless Xiangbuchulai Young Zombie",
"NAMES": "Alice Bob Carol Dave Eve Francis Grace Hans Isabella Jason Kate Louis Margaret Nathan Olivia Paul Queen Richard Susan Thomas Uma Vivian Winnie Xander Yasmine Zach"
}
2019-02-03 01:49:23 -05:00
}