Phaser – A fast, fun and free open source HTML5 game framework
21–30 of 57 posts
Re: Phaser – A fast, fun and free open source HTML5 game framework
#22The framework is good, however I got faster (fps wise) results using my own rendering functions on Canvas than I was getting using their rendering on both Canvas and WebGL. I think in their efforts to be basically a drop in replacement for Flash/AS3 they have really let themselves down.
Re: Phaser – A fast, fun and free open source HTML5 game framework
#23Check out what we built here: https://github.com/gavinanderegg/coffeeQuest
Re: Phaser – A fast, fun and free open source HTML5 game framework
#24About a year ago, some friends and I made a small game using Phaser at a 12-hour hackathon. It's a nice little framework and, while we didn't really make use of many of its features, it was really easy to pick up. Check out what we built here: https://github.com/gavinanderegg/coffeeQuest
Re: Phaser – A fast, fun and free open source HTML5 game framework
#25https://github.com/rickyeh/cubejump
It isn't polished yet as it's a work in progress, and I'm a pretty newbie programmer, so my code isn't perfect :)
It was pretty easy for me to learn, even without a lot of CS experience, and worked pretty well on mobile (at least iOS) without too much hassle. If you have no idea how to make a game and want to make a simple one fast, it seems like an awesome library to do so. The examples and tutorials were plentiful and I was able to find detailed ones on third party sites as well.
Re: Phaser – A fast, fun and free open source HTML5 game framework
#26I looked at phaser recently, but couldn't find any examples of successful games made with it. Are there any success stories?
You can check it out here https://wiblits.com/
Re: Phaser – A fast, fun and free open source HTML5 game framework
#27https://www.discoverphaser.com/
(Not affiliated with them in anyway, just a customer who purchased it for my kids to learn).
Re: Phaser – A fast, fun and free open source HTML5 game framework
#28Re: Phaser – A fast, fun and free open source HTML5 game framework
#29Does it have any built-in tweening support? I remember choosing Easel.js a couple of years back because of this.
Re: Phaser – A fast, fun and free open source HTML5 game framework
#30I looked at phaser recently, but couldn't find any examples of successful games made with it. Are there any success stories?