Jason Anderson Posted February 5, 2016 Share Posted February 5, 2016 Hello -- we have a word search game originally developed in pure JavaScript that we're looking to have cleaned up and converted over to Phaser. We develop games for use in online surveys, which requires us to keep a pretty small footprint and maximum platform compatibility. You can see a demo of the game at: http://www.dataga.me/games You can email me at [email protected] or post any general questions here. Quote Link to comment Share on other sites More sharing options...
alex_h Posted February 8, 2016 Share Posted February 8, 2016 It's worth considering that if you are wanting to keep the file size to a minimum then Phaser might not be the best option, particularly for something as simple as a word search. You probably won't use a lot of the features it comes with, so for example you could just use pixi.js for rendering and howler.js for sound instead and save yourself a good chunk of download size. Dread Knight 1 Quote Link to comment Share on other sites More sharing options...
Jason Anderson Posted February 8, 2016 Author Share Posted February 8, 2016 This is good feedback, thank you. Some of our other projects have been a bit more complicated which is why we started with Phaser. Quote Link to comment Share on other sites More sharing options...
megmut Posted February 9, 2016 Share Posted February 9, 2016 On 05/02/2016 at 3:40 PM, Jason Anderson said: Hello -- we have a word search game originally developed in pure JavaScript that we're looking to have cleaned up and converted over to Phaser. We develop games for use in online surveys, which requires us to keep a pretty small footprint and maximum platform compatibility. You can see a demo of the game at: http://www.dataga.me/games You can email me at [email protected] or post any general questions here. Hey, I've got a lot of experience with Phaser and it's been my full time job for the last 12 months as a commercial games developer. Feel free to drop me an email and we can have a chat. Thanks, Nick - [email protected] Quote Link to comment Share on other sites More sharing options...
blue_mc Posted February 9, 2016 Share Posted February 9, 2016 sent you an email, please check it out Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.