FOOD_COLOR = (255, 0, 0) # The color of the food (red) TEXT_COLOR = (255, 255, 255) # The color of the text (white) SNAKE_SIZE = 20 # The size of the snake segments and food items FPS = 15 # The speed ...
bt is currently in alpha stage - if you find a bug, please submit an issue. Read the docs here: http://pmorissette.github.io/bt. The goal: to save quants from re ...