Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import arcade
-
- class desktop_Platform:
- def __init__(self):
- self.cell = 0
- self.sprites = arcade.SpriteList()
- self.title = ""
- self.windowBackgroundColor = arcade.color.WHITE
- self.windowHeight = 0
- self.windowWidth = 0
|