/play-plane

Primary LanguageTypeScript

Plane Play

Plane Play
|
|---public 
|---dist
|---src
|     |---game # The Core Business Logic
|     |---custom-renderer # Create a custom renderer
|     |---components
|     |---assets
|     |---App.vue
|     |---main.ts
|     |---style.css
|     |---vite-env.d.ts
|
|---.gitignore
|---index.html
|---package.json
|---pnpm-lock.yaml
|---README.md
|---tsconfig.json
|---tsconfig.node.json
|---vite.config.ts