mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
8 lines
No EOL
120 B
Python
8 lines
No EOL
120 B
Python
'''
|
|
Game Settings
|
|
'''
|
|
# Define the game settings
|
|
snake_size = 20
|
|
snake_speed = 10
|
|
window_width = 800
|
|
window_height = 600 |