Updated game structure
Some checks failed
Build and Package Tetris / build-windows (push) Has been cancelled
Build and Package Tetris / build-linux (push) Has been cancelled

This commit is contained in:
2025-08-16 12:10:19 +02:00
parent 71648fbaeb
commit 2afaea7fd3
36 changed files with 665 additions and 382 deletions

View File

@ -1,6 +1,7 @@
{
"dependencies": [
"sdl3",
"sdl3-ttf"
"sdl3-ttf",
"catch2"
]
}