Jump to content

[Phaser][Completed] Finger Adventure


playtwice
 Share

Recommended Posts

Hi guys! I'm here to present our new game called "Finger Adventure".

 

Guide your finger through a random generated level full of traps and monster and try to survive for as long as possible. Collect gold on your way and spend it on some pretty cool upgrades. The farther you get, the harder it becomes!

 

You can play the game here -> http://www.playtwicegames.com/Games/FingerAdventure/

 

post-8788-0-11000200-1430992905.jpgpost-8788-0-60006200-1430992928.jpg

 

The game is open for licensing, please contact us for further information -> [email protected]

 

Thanks!

Link to comment
Share on other sites

One thing, when the music finishes it doesn´t make the loop on chrome. This is maybe because you´re using phaser 2.2 and the loop is not working any more on that version.

 

You have to put this lines in your code :

 

 

loopMusic: function(song) {          
                    song.play('', 0, 0.8, true);
                    song.onLoop.add(function() {
                             song.play('', 0, 1, true);
                         }, this);
    },

 

this.loopMusic(yourMusic);

Link to comment
Share on other sites

One thing, when the music finishes it doesn´t make the loop on chrome. This is maybe because you´re using phaser 2.2 and the loop is not working any more on that version.

 

You have to put this lines in your code :

 

 

loopMusic: function(song) {          
                    song.play('', 0, 0.8, true);
                    song.onLoop.add(function() {
                             song.play('', 0, 1, true);
                         }, this);
    },

 

this.loopMusic(yourMusic);

 

That's great! I'll check it out, thanks!

Link to comment
Share on other sites

the loop issue could be related to a bug in the current version of chrome (webaudio). should be fixed in the next stable release.

gave the game a try, but i found it a little awkward on desktop. pretty sure its much better on mobile

Link to comment
Share on other sites

gave the game a try, but i found it a little awkward on desktop. pretty sure its much better on mobile

 

Oh, do you know why that may be? I have actually received the opposite feedback as you can't see your own position on mobile.

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...