mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-28 12:48:03 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
'''
|
|
Game Settings
|
|
'''
|
|
# Define the game settings
|
|
snake_size = 20
|
|
snake_speed = 10
|
|
window_width = 800
|
|
window_height = 600 |