symof Posted July 27, 2016 Share Posted July 27, 2016 A mobile only game(Chrome only), and the second that I made so far (mostly it's just me experimenting stuff xD ). It uses javascript api to detect motion and move a ball through a maze. The maze is re-generated on every run. I use p2js for physics and on the devices that I tried out works pretty well. https://play.google.com/store/apps/details?id=com.cadsotic.aMazeBallfree dr.death666 1 Quote Link to comment Share on other sites More sharing options...
PurpleRed Posted July 27, 2016 Share Posted July 27, 2016 that was fun. Works just fine on iphone 5c. Maybe some hazards here and there? Was a bit easy. Otherwise. Good job. I'm working on a maze generater using phaser right this moment. Nice too see someone else accomplished the same feat. Quote Link to comment Share on other sites More sharing options...
symof Posted August 2, 2016 Author Share Posted August 2, 2016 The game is now on Google play store https://play.google.com/store/apps/details?id=com.cadsotic.aMazeBall There have been some important changes to the finished game. My initial version had used p2 physics sprites for all of the collidable bodies that have made up the maze, however in the final version I ended up using csv tilemap and the performance improved by alot. I knew going in that p2 can't handle alot of bodies but with tilemap it runs very smooth. The visual lag is not from the p2 but from the scale.manager. The examples that helped me the most were these two http://phaser.io/examples/v2/tilemaps/create-from-array http://phaser.io/examples/v2/tilemaps/csv-map-with-p2 I'm really happy with the result. TY PHASER. Quote Link to comment Share on other sites More sharing options...
symof Posted February 8, 2017 Author Share Posted February 8, 2017 I made a new version of this based on ad revenue. https://play.google.com/store/apps/details?id=com.cadsotic.aMazeBallfree It uses Leadbolt as the ad network. So far I got 2 clicks which are my own XD 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.