Add tetris, make main menu buttons smaller, change some texts

This commit is contained in:
csd4ni3l
2025-09-20 18:44:35 +02:00
parent 5f22c2ed9c
commit 183eca33c5
9 changed files with 227 additions and 15 deletions

View File

@@ -1,10 +1,13 @@
import arcade, arcade.gui, time, random
from plyer import notification
from utils.constants import ROWS, COLS
class Game(arcade.gui.UIView):
def __init__(self, pypresence_client):
super().__init__()
self.pypresence_client = pypresence_client
self.pypresence_client.update(state="Solving a maze inside notifications!")