DEV Community

Discussion on: Making a Video Game Using Phaser

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

100% made it myself.

Thread Thread
 
johncip profile image
jmc

That's sweet -- is it essentially inspecting the Phaser cache? Would you say it made debugging your game easier?

Thread Thread
 
andrewbrown profile image
Andrew Brown 🇨🇦

We're using our own data structure.
That devtool can step forward and back, fastforward rewind, snapshot a specific state and reload it.
Its an absolute must especially if you want to build a multiplayer game.