Jump to content

List of Panda.js games


enpu
 Share

Recommended Posts

thumb.png

 

Bloks

Author: Eemeli Kelokorpi

Playhttp://www.pandajs.net/games/bloks/

 

thumb.png

 

Whack a Thing

Author: Eemeli Kelokorpi

Playhttp://www.pandajs.net/games/whackathing/

 

thumb.png

 

Flying Dog

Author: Eemeli Kelokorpi

Playhttp://www.pandajs.net/games/flyingdog/

 

 

Want your game here?

Send me a message with play link and screenshot (128x128).

Link to comment
Share on other sites

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;        },
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 3 months later...

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...