first commit

This commit is contained in:
2024-10-22 16:15:56 +08:00
commit 6b9360d4dc
44 changed files with 2235 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
```
- project.godot
- scenes/
- Main.tscn
- Lobby.tscn
- Game.tscn
- Player.tscn
- Token.tscn
- Board.tscn
- scripts/
- Main.gd
- Lobby.gd
- Game.gd
- Player.gd
- Token.gd
- Board.gd
- NetworkManager.gd
- assets/
- (3D models, textures, etc.)
```