DEV Community

Discussion on: Making a Video Game Using Phaser

Collapse
 
johncip profile image
jmc

Hey, what's that devtools pane you've got screenshotted on GitHub? It looks cool. Did you make your own?

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.