Installation instructions Install Node.js: You can download and install Node.js from the official website. Install TexturePackerCLI: You can find installation instructions for TexturePackerCLI on their official website. Install pnpm: run npm install -g pnpm install dependancies: run pnpm install run game: run pnpm start pnpm start - runs the app in dev mode and also runs yarn docs pnpm build - generates a production build to the dist directory pnpm lint - runs a linter over the project pnpm docs - generates documentation at localhost:8080/docs pnpm images - generates texture atlases and compresses them using TexturePackerCLI pnpm changeset - creates a .md file to document semver changes pnpm create-level - create a new level