GitHunt
BA

bartduisters/phaser-by-example

The source code to the games that go with the Phaser by Example book

Phaser By Example

alt text

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!

Installation:

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.

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 and follow on Phaser Twitter

Play: Some of the amazing games #madewithphaser

Learn: API Docs, Support Forum and StackOverflow

Discord: Join us on Discord

Code: 2000+ Examples

Read: The Phaser World Newsletter

Created by Phaser Studio. Powered by coffee, anime, pixels and love.

The Phaser logo and characters are ยฉ 2011 - 2024 Phaser Studio Inc.

All rights reserved.

Languages

JavaScript95.6%HTML3.1%CSS1.4%

Contributors

Created June 11, 2024
Updated June 11, 2024
bartduisters/phaser-by-example | GitHunt