Furries

0 favourites
  • Furries on Android Market

    Sling that Furrie as far as You can!

    You get to use a huge sling to shoot a cute little creature as far as possible. Gather money, gems and stars to unlock new features. Visit the shop and upgrade Your Furrie to make it fly higher, faster and farther.

    Have fun! :)

    <img src="http://dl.dropbox.com/u/59009902/furries/scr1.jpg" border="0"><img src="http://dl.dropbox.com/u/59009902/furries/scr2.jpg" border="0">

  • Does sound work? did you use phonegap or appmobi?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • sound works, I used phonegap with low latency audio plugin (phonegap's not construct's)

  • Did you make the plugin yourself?

  • Good job with this Ranma - i have played similar games and this one stands out from them.

  • Thanks!

  • Wow Ranma, I think you are the first to put a c2 game on android? Amazing how did you manage to get such steady fps?

  • Wow Ranma, I think you are the first to put a c2 game on android? Amazing how did you manage to get such steady fps?

    well that's about the best confirmation of my appmobi rant :) as this one was previously testen in appmobi export and didn't work so well, loaded 10 times slower and was double the size (after installed on device it actually was 4 times the current size), now exported through phonegap its only 3,5 megs and works quite well. things that also helped to make it work good was clear background off, webgl off and pixel rounding on. that's about it :) good to know you have fun with it :)

  • I'm currently evaluating whether this engine will be suitable for some of my upcoming projects and I was looking for Apps on Android or iPhone that were made with C2. After seeing this, color me impressed. Good job!!!

    I downloaded it and played the game on my Droid 1! Obviously performance wasn't great but once in the game it was more than playable.

    I had a couple of questions though. Are you planning to release this on iPhone also? I'm curious how the phone gap export for C2 compares on iPhone vs Android. Also with the PG Low Latency Plugin how did you make your calls, did you use the Call JavaScript plugin? Also do know know if its possible to have multiplexed audio, for example background music playing?

    Thanks!

  •    I'm currently evaluating whether this engine will be suitable for some of my upcoming projects and I was looking for Apps on Android or iPhone that were made with C2. After seeing this, color me impressed. Good job!!!

    thanks! :)

    Are you planning to release this on iPhone also? I'm curious how the phone gap export for C2 compares on iPhone vs Android.

    probably yes, depends on income, as appstore costs 99$ / year, I must first be sure making apps for it will be profitable.

    Also with the PG Low Latency Plugin how did you make your calls, did you use the Call JavaScript plugin? Also do know know if its possible to have multiplexed audio, for example background music playing?

    yes I used call javascript and yes, you can have music playing, in furries there's no music, because it was actually annoying to hear it for the 100th time for beta testers, so probably for users also would be :) for music use different call for preloading though, as the standard preloadFX will handle only short files, preloadAudio works just fine with music that is played in the background with sound effects used with preloadFX. actually you can have multiple music files played with preloadAudio in the same time.

    cheers!

  • I would like to join the ranma bandwagon and say that appmobi sucks, and I've tested it extensively, and phonegap is the best choice right now. It's basically useless apart from playing audio more easily. I really think that scirra should concentrate more on phonegap that each day gets more and more amazing plugins.

    That being said amazing job ranma (BTW how did you make the audio play?),

    It's not easy to make a game run as well as furries, html5 is not a good bet right now for mobile development, especially with iPhone. Furries is not an intensive game computation wise, and ranma is very skillfull, I don't think I could accomplish what he did so mobile dev with html5 is very hit or miss. I researched and games in html5 are on the wild in the iOS appstore, but all are really really simple games, so far furries is the most complex one I've seen that actually works (the appmobi examples are amazing in theory but simply don't work and when they do they are unplayable for the lag). Bottom line think really well about what you want to accomplish, and buy construct2 in any case because it's an amazing tool, even if you'll use it just for prototyping.

  • thanks for the kind word :)

    to make sound work with phonegap's low latency audio plugin, you must set up the environment to export phonegap apps NOT through phonegap build, but through eclipse, not as hard as it sounds, but a little bit of coding knowledge will help. getting started with android and phonegap: http://phonegap.com/start#android and basically do everything it says there: install eclipse, android sdk and adt and you're ready to go :) when you have your project set up, download https://github.com/phonegap/phonegap-plugins/tree/master/Android/LowLatencyAudio and also do as you're told in readme. then preload audio files in javascript (in index.html probably) and play them using call javascript from C2. believe me, first time may hurt, but after that you're ready to deploy your apps through eclipse using phonegap plugins which will give you almost infinite capabilities, not comparable to appmobi in any ways.

  • Congrats for your android release, judging from the video i see the gameplay seem smooth and the graphics highly polished <img src="smileys/smiley1.gif" border="0" align="middle" />

    when i get the time i will try get it for my galaxy .

  • It's not easy to make a game run as well as furries, html5 is not a good bet right now for mobile development, especially with iPhone. Furries is not an intensive game computation wise, and ranma is very skillfull, I don't think I could accomplish what he did so mobile dev with html5 is very hit or miss. I researched and games in html5 are on the wild in the iOS appstore, but all are really really simple games, so far furries is the most complex one I've seen that actually works (the appmobi examples are amazing in theory but simply don't work and when they do they are unplayable for the lag). Bottom line think really well about what you want to accomplish, and buy construct2 in any case because it's an amazing tool, even if you'll use it just for prototyping.

    0plus1 I agree 200%, HTML5 development is kinda like the "Wild West" of GameDev! That's one reason why I was so impressed with this game. I was mainly asking questions about the iPhone side of things because it's been over a year since I've done any work with PhoneGap and it looks like it's come some way since then. I appreciate the warning though.<img src="smileys/smiley1.gif" border="0" align="middle" />

       I had an HTML5 game I wrote about a year back and got it running on PhoneGap, but not without some problems. I had to rewrite some of PhoneGap's code here and there and there were still features that were broken in my game. I'm currently evaluation C2 by rewriting that same game in C2 and comparing the creation process and final results.

    ranma Sorry, I didn't mean to hijack your thread.<img src="smileys/smiley9.gif" border="0" align="middle" /> I had one more question for you. When storing the local data (name, purchased items) were you using the C2 Webstorage or the PhoneGap Storage API hooks?

       Also I'd like complement your game once again now that I've put some serious time in(made the leaderboards). I love the amount of polish the game has such as the shadow that scales with the height, the animation and overall presentation! I wish you much success!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)