eddieone Posted November 28, 2015 Share Posted November 28, 2015 I'm finally ready to jump into Phaser a little deeper now and I'm in need of a starter template. I found these templates, https://github.com/photonstorm/phaser/tree/master/resources/Project%20TemplatesNone of them seem great. I was excited to see the requirejs one as I'm familar with that. However, Bower didn't seem to like Windows and I don't want to force my devs to use Linux. Anyone have some suggestions about a starter template? If not, I could always put something together and share it. Link to comment Share on other sites More sharing options...
bobbydabrain Posted November 29, 2015 Share Posted November 29, 2015 Just wondering if there's any interest in a Phaser and Ruby on Rails template. I am doing some stuff with Rails behind my game and I decided to serve my assets with Rails and use embedded ruby to include asset packs. Link to comment Share on other sites More sharing options...
eddieone Posted December 4, 2015 Author Share Posted December 4, 2015 I would avoid using Rails with Phaser when Node.js exists. Link to comment Share on other sites More sharing options...
spinnerbox Posted September 15, 2016 Share Posted September 15, 2016 I made my own Phaser template using some JS best practices. It enables separating code into different files. I also planned to add some missing things but don't have enough time currently: https://github.com/bluePlayer/practices/tree/master/Phaser2Structure Link to comment Share on other sites More sharing options...
Recommended Posts