enpu Posted February 13, 2014 Share Posted February 13, 2014 BloksAuthor: Eemeli KelokorpiPlay: http://www.pandajs.net/games/bloks/ Whack a ThingAuthor: Eemeli KelokorpiPlay: http://www.pandajs.net/games/whackathing/ Flying DogAuthor: Eemeli KelokorpiPlay: http://www.pandajs.net/games/flyingdog/ Want your game here?Send me a message with play link and screenshot (128x128). Quote Link to comment Share on other sites More sharing options...
Funkyy Posted February 13, 2014 Share Posted February 13, 2014 You have wrong link for Flying Dog. Good games btw - they look really nice! Quote Link to comment Share on other sites More sharing options...
enpu Posted February 13, 2014 Author Share Posted February 13, 2014 Thanks, fixed! Quote Link to comment Share on other sites More sharing options...
Skwal Posted February 14, 2014 Share Posted February 14, 2014 It looks interesting! I'll give it a try Quote Link to comment Share on other sites More sharing options...
enpu Posted February 15, 2014 Author Share Posted February 15, 2014 Thanks! Let me know, if you have any questions Quote Link to comment Share on other sites More sharing options...
jotaSe Posted February 16, 2014 Share Posted February 16, 2014 I didn't copy the engine folder , Great framework Congratz ! I just waiting for more docs and start to play Quote Link to comment Share on other sites More sharing options...
enpu Posted February 16, 2014 Author Share Posted February 16, 2014 Thanks! What kind of docs you need? There is already many examples here:http://www.pandajs.net/tutorials/ And full API documentation here:http://www.pandajs.net/docs/ Quote Link to comment Share on other sites More sharing options...
jotaSe Posted February 16, 2014 Share Posted February 16, 2014 I just check all those, but I'm having a issue, I'm trying to perform a "pressed event", and i just create a boolean to compare when mouse is down and up, it works fine on pc, but I'm testing it on mobile and it's not working good, I guess it's because the render it's faster on pc than mobile Quote Link to comment Share on other sites More sharing options...
enpu Posted February 16, 2014 Author Share Posted February 16, 2014 Are you trying to mousedown a sprite or stage? Can you show your code? Quote Link to comment Share on other sites More sharing options...
jotaSe Posted February 16, 2014 Share Posted February 16, 2014 on stage if (game.scene.idle === false) { if (game.scene.current) { if (this.body.velocity.y !== -750) { this.body.velocity.y -= 60; } } else { if (this.body.velocity.y !== 750) { this.body.velocity.y += 20; } } }on PC, my object get up faster than mobile, in fact, in mobile i can't get enought velocity.y to get up mousedown: function() { game.scene.current = this; this.idle = false; }, mouseup: function() { game.scene.current = null; }, Quote Link to comment Share on other sites More sharing options...
enpu Posted February 16, 2014 Author Share Posted February 16, 2014 I sent you a PM Quote Link to comment Share on other sites More sharing options...
iaskari Posted April 2, 2014 Share Posted April 2, 2014 Hi This is my first game using Pandajs ,I'm just a beginner in game creation . indirect.clay.ioThanks for this great engine Quote Link to comment Share on other sites More sharing options...
enpu Posted April 2, 2014 Author Share Posted April 2, 2014 That's nice start, keep on going! iaskari 1 Quote Link to comment Share on other sites More sharing options...
yovo Posted April 14, 2014 Share Posted April 14, 2014 here is my prod : www.vegas-deluxe.com/paques-attaque have funo Quote Link to comment Share on other sites More sharing options...
enpu Posted April 14, 2014 Author Share Posted April 14, 2014 @yovo that is really nice and polished game, love the graphics and sounds/music, good job! Can i add it to the showcase page on Panda.js website?http://www.pandajs.net/showcase/ Quote Link to comment Share on other sites More sharing options...
yovo Posted April 14, 2014 Share Posted April 14, 2014 @enpu with pleasure, i replace the logo panda on loading ,) Quote Link to comment Share on other sites More sharing options...
OttoRobba Posted August 4, 2014 Share Posted August 4, 2014 Looks like an interesting engine - Bloks and the Whack a Thing games don't work on Firefox (64bit, Ubuntu 14.04) but work on Chromium (64bit as well).Bloks stays black after you click the start button, though I can hear the sounds of the game.Whack a thing stays frozen on the first frame - I can hear the sounds as well.The console doesn't point to any useful information (claiming only there is a deprecated method 'getPreventDefault()' which should be replaced with 'defaultPrevented').Is it something that is fixed in newer versions? Quote Link to comment Share on other sites More sharing options...
nacs Posted August 6, 2014 Share Posted August 6, 2014 Looks like an interesting engine - Bloks and the Whack a Thing games don't work on Firefox (64bit, Ubuntu 14.04) but work on Chromium (64bit as well). Both of them work fine for me in Firefox on Windows and Mac so it's likely a software issue with your setup. Quote Link to comment Share on other sites More sharing options...
OttoRobba Posted August 6, 2014 Share Posted August 6, 2014 Both of them work fine for me in Firefox on Windows and Mac so it's likely a software issue with your setup.Firefox's implementations vary between operating systems.Tried on different computers, either Firefox for Linux is doing something very different or... no idea.There is either a bug with Pandajs or with Firefox on Linux - I don't really know how to further debug it. Quote Link to comment Share on other sites More sharing options...
enpu Posted August 6, 2014 Author Share Posted August 6, 2014 Sounds like same issue:https://github.com/ekelokorpi/panda.js/issues/20 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.