# phaser-by-example **Repository Path**: liu7i/phaser-by-example ## Basic Information - **Project Name**: phaser-by-example - **Description**: phaser示例书官方案例克隆镜像 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-30 - **Last Updated**: 2024-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Phaser By Example ![alt text](Phaser-by-Example.jpg "Phaser by Example Cover") This repo is including all the _9_ games written in the Phaser By Example book. All the games use Vite for bundling. [Get the book here!](https://phaser.io/news/2024/04/phaser-by-example-book) #### Installation: ```bash cd project_name npm install npm run dev ``` For multiplayer examples, you need to have a build of client first, then run the Node.js server. ```bash npm run build node server.js ``` ## Join the Phaser Community! We love to see what developers like you create with Phaser! It really motivates us to keep improving. So please join our community and show-off your work 😄 **Visit:** The [Phaser website](https://phaser.io) and follow on [Phaser Twitter](https://twitter.com/phaser_)
**Play:** Some of the amazing games [#madewithphaser](https://twitter.com/search?q=%23madewithphaser&src=typed_query&f=live)
**Learn:** [API Docs](https://newdocs.phaser.io), [Support Forum](https://phaser.discourse.group/) and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
**Discord:** Join us on [Discord](https://discord.gg/phaser)
**Code:** 2000+ [Examples](https://labs.phaser.io)
**Read:** The [Phaser World](https://phaser.io/community/newsletter) Newsletter
Created by [Phaser Studio](mailto:support@phaser.io). Powered by coffee, anime, pixels and love. The Phaser logo and characters are © 2011 - 2024 Phaser Studio Inc. All rights reserved.