working ios game

This commit is contained in:
2026-05-01 09:21:43 -04:00
commit 89b2e779f5
17 changed files with 2892 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import SwiftUI
@main
struct ShikakuApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}