Android - free game, log toss!

Try out my free game, log toss, rate/review, post here and let me know if you like it :slight_smile:

https://play.google.com/store/apps/details?id=com.NinjeticStudios.LogToss

Bump - Was thinking of making this project open source, also with the hopes others might improve upon it, and get an idea how to get things going on Android. Anybody interested?

Bump…No interest huh? I thought someone might have some feedback? Its pretty early in development so point out some flaws! :wink:

can u share project file?.it will helpful form me for educational purpose!

nice game…keep it up

Sure, I’ll upload later today! And thanks iosdev!

Okay I have prepared a .RAR archive of the project file in its full, current condition, but I have had problems in the past distributing rar archive projects, so if this wont work for you, let me know, and I will try other ways to get it uploaded. PLEASE point out any sort of improvements or fixes you make to this, or if you make some alternative version, let us check it out! Have fun!

Some notes:
-no keystore (obviously if you ever plan to release to Play, you need your own unique keystore!)
-much junk, like unused scripts/textures/sounds. Check through the project, and you will see what is actually used in each scene.
-sloppy coding a bit, do not use this as a “how to write C#” guide, because it is not! this could be much improved in many ways, but it does the job.
-little to no commenting in areas, sorry but there are places you need to read the code closely to understand exactly whats going on, but nothing too complex, should be just fine.
-build settings should be setup properly to launch on your device, so check that out before you try and build your own version to your phone/tablet.

DOWNLOAD:
https://www.dropbox.com/s/r0ozxlbowqqa5zu/LogTossAlpha.rar

Completely Open-source, royalty free, do whatever you like with it, commercial or otherwise!

Going to upload an improved version in the next few days, with better toss detection, and a longer level. Still waiting to see if you guys come up with any improvements, which I’ll surely add to my build :slight_smile: - play the current version in google play (search “log toss alpha” on your Android device)

Just checked and played your game, toss detection is not that bad, better graphics would help a lot, and the collider you have the log with the floor is too big, doesn’t look good.

GL

You’re right, many graphical things need attention, and yes the ground is overall pretty poor lol, needs better collision as well as better graphics. These should be addressed soon, been rather busy with the traffic system I’m making, and a new job i just started. Stayed tuned, I’ll try to improve these things and upload the source here soon.