create-game icon indicating copy to clipboard operation
create-game copied to clipboard

Easily create a Phaser project with our official template CLI tool

Results 3 create-game issues
Sort by recently updated
recently updated
newest added

This PR addresses the issue reported in phaser/phaser#6847 regarding missing Yarn instructions in the create-app tool. Changes made: - Updated the help message to include instructions for both npm and...

Hi folks! I came across the documentation for creating a Phaser game using a CLI tool, and noticed a familiar name for the tool in the page... I'm the owner...

1. phaser-game.component.ts doesn't implement "OnDestroy", remove "Input" import, also, this is shorter: `this.game?.destroy(true)` 2. In EventBus.ts it shouldn't mention "Vue" 3. Update to Angular 18 4. package.json - karma and...