Update tactility.py and more (#22)
* Use single tactility.py and symbolic links * Fix for MistifyDemo name * Made snake a bit easier * Update tactility.py 3.4.0 * Bump Snake version * Bump version code
This commit is contained in:
committed by
GitHub
parent
46cf00d92e
commit
1955cda81b
@@ -26,7 +26,7 @@ extern "C" {
|
||||
#define SNAKE_CELL_SMALL 8 // Hard - smaller cells, more cells fit
|
||||
|
||||
// Game timing
|
||||
#define SNAKE_GAME_SPEED_MS 150 // Initial timer interval in milliseconds
|
||||
#define SNAKE_GAME_SPEED_MS 300 // Initial timer interval in milliseconds
|
||||
#define SNAKE_MIN_SPEED_MS 60 // Minimum (fastest) timer interval
|
||||
#define SNAKE_SPEED_DECREASE_MS 5 // Speed increase per food eaten (ms reduction)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user