Skip to content

Real-World Example — Combo Game

This is a practical example of how to use phaser-hooks in a mini combo game built with Phaser 3.

Click to load the interactive demo

  • Demonstrates the use of local and global state with phaser-hooks
  • Scoring system based on combos
  • Logic and structure decoupled through hooks
  • Ideal for learning or inspiration