Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 230 Bytes

python-eal

Python >= 3.8 for typings required, for lower python versions remove types:

e.g. change:
def update_snake_and_draw(snake: list[tuple], snake_head: tuple):
to:
def update_snake_and_draw(snake, snake_head):