GamingAgent/computer_use/games/game_2048/constants.json

59 lines
1.2 KiB
JSON

{
"size": 500,
"padding": 5,
"font": "Verdana",
"font_size": 35,
"colour": {
"light": {
"background": [187, 173, 160],
"light": [249, 246, 242],
"dark": [119, 110, 101],
"over": [238, 228, 218, 200],
"0": [205, 193, 180],
"2": [238, 228, 218],
"4": [237, 224, 200],
"8": [242, 177, 121],
"16": [245, 149, 99],
"32": [246, 124, 95],
"64": [246, 94, 59],
"128": [237, 207, 114],
"256": [237, 204, 97],
"512": [237, 200, 80],
"1024": [237, 197, 63],
"2048": [237, 194, 46]
},
"dark": {
"background": [11, 83, 69],
"light": [255, 255, 255],
"dark": [119, 110, 101],
"over": [11, 83, 69, 200],
"0": [14, 98, 81],
"2": [255, 255, 255],
"4": [197, 255, 215],
"8": [130, 224, 170],
"16": [88, 214, 141],
"32": [127, 191, 147],
"64": [106, 159, 123],
"128": [159, 200, 179],
"256": [85, 128, 98],
"512": [64, 96, 74],
"1024": [43, 64, 49],
"2048": [21, 32, 25]
}
},
"keys": {
"_comment": "Arrow keys and WASD are valid moves...",
"1073741906": "w", "119": "w",
"1073741905": "s", "115": "s",
"1073741904": "a", "97": "a",
"1073741903": "d", "100": "d"
}
}