Skip to content

yachi666/game-demo

Repository files navigation

Documentation Index

This index is the canonical entry point for durable project documentation in docs/. When adding, moving, or replacing documentation, update this file in the same change.

Product

  • Product Docs: product-facing documents, including scope, goals, acceptance criteria, and the current high-fidelity gameplay-recreation direction.

Research

Delivery

Local Development

  • Create or refresh the Cocos project baseline with bash tools/create-cocos-project.sh
  • Install JS dependencies with npm install
  • Run repo-local lint with npm run lint
  • Check formatting for supported code/config files with npm run format:check
  • Auto-fix supported code/config files with npm run format and npm run lint:fix
  • Run deterministic rules tests with npm test
  • Run repository preflight verification with npm run verify:cocos-preflight (lint, format check, tests, and project verification)
  • Run the authoritative Cocos build smoke with npm run verify:cocos-build on a GUI-capable macOS machine with Cocos Creator 3.8.8
  • GitHub Actions wires both checks through .github/workflows/cocos-verify.yml; the authoritative build job expects a self-hosted macOS runner labeled gui-capable and cocos-3_8_8, and runs Cocos with an isolated HOME under the runner temp directory
  • Open the project through Cocos Dashboard with: '/Applications/CocosDashboard.app/Contents/MacOS/CocosDashboard' /Users/lzn/Documents/trae_projects/demo
  • If assets/scenes/Battle.scene.meta UUID or the playable build target changes, update the committed CI build config in the same change

Index Rules

  • Add every durable document in docs/ to this index with a one-line description.
  • Group entries by document type or topic so readers can scan the tree quickly.
  • If a topic expands into multiple files, create a topic folder with its own README.md and link that folder here.
  • Mark temporary, draft, or superseded documents clearly instead of leaving their status implicit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors