Xesenix Posted January 5, 2017 Share Posted January 5, 2017 I am writing games in Phaser using webpack for building deployment versions and running hot reload server for development and i am using karma for testing. I am new to most of those technologies so i am open to critique but if someone looks for starting point for connecting Phaser with those technologies i have made git repo that maybe is good starting point to start building your own projects: https://github.com/Xesenix/game-webpack-react-phaser-scaffold If you are more advanced at using such an environment for developing phaser games I would appreciate advices what i can fix with it gaelbeltran and samme 2 Link to comment Share on other sites More sharing options...
samme Posted January 5, 2017 Share Posted January 5, 2017 Did Phaser.HEADLESS not work for testing? Link to comment Share on other sites More sharing options...
Xesenix Posted January 5, 2017 Author Share Posted January 5, 2017 It didn`t I checked source code it has condition if HEADLESS and cant instantiate canvas throw error it doesn't have any checks condition for webgl so I have used it instead and it worked for testing so i left it that way. Link to comment Share on other sites More sharing options...
Recommended Posts