This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
.oOo.oOo. | |
by b3rts | |
""" | |
from arcade.types import Color | |
from typing_extensions import override | |
import arcade | |
import random |