Init: Finish basic game function.

This commit is contained in:
2025-09-17 20:56:17 +08:00
commit 7a87d01388
11 changed files with 457 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Local
.DS_Store
*.local
*.log*
# Dist
node_modules
dist/
# Profile
.rspack-profile-*/
# IDE
.vscode/*
!.vscode/extensions.json
.idea