Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

ย 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Phaser Examples

A gallery of Phaser 2 browser games you can browse and play online.

Live demo ยท 120+ games ยท sections: ready / coming-soon / dummy

Phaser Examples - Screenshot

Each game is a static HTML + JavaScript demo. The hub at games/index.html lists entries from games/games.js, with screenshots, tags, and filters by Phaser version.

Run locally

Serve the repository root with any static file server (paths like games/ready/<name>/ and ../../plugins/ must resolve). Opening files directly in the browser can break relative paths.

npx --yes serve .
# open http://localhost:3000/games/

npm install is optional (devDependencies only). npm run deploy publishes to GitHub Pages via gh-pages.

Add a game

  1. Create games/ready/<name>/, games/coming-soon/<name>/, or games/dummy/<name>/ (match an existing gameโ€™s index.html structure).
  2. Add an entry to games/games.js (name, title, phaserVersion, screenshots, etc.).
  3. Put a thumbnail in screenshots/<section>/<file> (e.g. screenshots/ready/run.jpg).

See AGENTS.md for layout details. Individual games list tutorial sources in references / inspirations inside games.js.

Contributions welcome โ€” feel free to add more games.


Other games (multiplayer)

Other games

Phaser plugins (official)

Phaser plugins

Related Javascript plugin

TODO

Reference & game collection

Distribution Channel

Game Inspiration

Origins

This collection started from jojoee/phaser-examples and has since been expanded and reorganized โ€” more games, gallery UI, screenshot folders, and GitHub Pages hosting at noowxela.github.io/phaser-examples.

Individual games credit their original tutorials and authors in games/games.js (references, inspirations).

About

๐ŸŽฎ A gallery of browser games and experiments built with Phaser.

Topics

Resources

Stars

46 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages