not use global vars anymore & other fixes

in tictactoe game / snake / arkanoid
This commit is contained in:
MX
2022-08-07 10:52:03 +03:00
parent 044338b8f2
commit baf0214ed1
4 changed files with 173 additions and 139 deletions

View File

@@ -5,6 +5,6 @@ App(
entry_point="arkanoid_game_app",
cdefines=["APP_ARKANOID_GAME"],
requires=["gui"],
stack_size=3 * 1024,
stack_size=4 * 1024,
order=30,
)