Nexusrex Games Posted November 7, 2015 Share Posted November 7, 2015 Hello guys (My first post..Yay XD) Well, i'm new..Going to enter HTML5 game dev experience..I've found Phaser Sandbox. All my programming experience was with GML..I've started to learn from game examples. And i've got some noob questions.. 1- (Most important) Could i export Phaser Sandbox games into a .zip with a html file? Or the game is only playable from Phaser's website?? 2- Is there some good animation handling in Phaser website?? 3- Is this a good engine for a new guy entering JS?? And thanks! Link to comment Share on other sites More sharing options...
shohan4556 Posted November 9, 2015 Share Posted November 9, 2015 answer : 1. you cant export game as a zip file but you can play game in the site (forever).2. yes3. yse Link to comment Share on other sites More sharing options...
WombatTurkey Posted November 9, 2015 Share Posted November 9, 2015 Hello guys (My first post..Yay XD) Well, i'm new..Going to enter HTML5 game dev experience..I've found Phaser Sandbox. All my programming experience was with GML..I've started to learn from game examples. And i've got some noob questions.. 1- (Most important) Could i export Phaser Sandbox games into a .zip with a html file? Or the game is only playable from Phaser's website?? 2- Is there some good animation handling in Phaser website?? 3- Is this a good engine for a new guy entering JS?? And thanks! 1) You could include all your game assets with an index.html page inside your zip so it can be played locally on a web browser if you want.. 2) Are you asking if Phaser handles animations good or software to create sprites and animations? Phaser makes it super easy to load in sprite animations and even does row column sprites automatically which is a plus. Check here for more info: http://phaser.io/examples/v2/animation/sprite-sheet -- If you're looking for animation tools, that's really beyond the scope of Phaser use google for that one -- There are tons out there! 3) If you take a look at the examples pages here: http://phaser.io/examples I think you'll be fine. JavaScript is relatively an easy to learn language but you should have a good knowledge and feel comfortable with it (unconsciously able to write code and functions) before using Phaser in my opinion. Good luck and most importantly have fun! Link to comment Share on other sites More sharing options...
drhayes Posted November 9, 2015 Share Posted November 9, 2015 Welcome to the community! Dropbox is a good, cheap hosting solution for Phaser games as well. Make one of your folders public and stick your game in there, then right-click the folder to get the public link to share with people. Link to comment Share on other sites More sharing options...
Recommended Posts