3D Blocks - my first android game

A place to show off your latest screenshots and for people to comment on them. Only start a new thread here if you have some nice images to show off!
ulyk
Gnoblar
Posts: 2
Joined: Mon Nov 01, 2010 9:19 am
x 1

3D Blocks - my first android game

Post by ulyk »

Hi,
This is my first android game released in Play Store. I'm using ogre 1.8 + libRocket for GUI. If you could take a look if it works on your device. All comment will be very usefull

https://play.google.com/store/apps/deta ... ajor.boxes

Image
Image
Image
shanefarris
Greenskin
Posts: 107
Joined: Sun Mar 01, 2009 8:36 pm
x 7

Re: 3D Blocks - my first android game

Post by shanefarris »

Nice job. Was porting to Android difficult?
User avatar
Slappy
Bronze Sponsor
Bronze Sponsor
Posts: 139
Joined: Fri Sep 28, 2007 8:30 pm
Location: Slovakia

Re: 3D Blocks - my first android game

Post by Slappy »

Game looks very nice but in Store I got "This app is incompatible with your phone." message :(
What is required? Android 3.0/4.0?
Cool looking Graphical Installers in NSIS and Inno Setup: http://www.graphical-installer.com - FREE for Ogre projects
I offer NSIS/Inno Setup scripting, C/C++/C#/Delphi programming: http://www.unsigned.sk
Develop NSIS/Inno Setup projects directly in Visual Studio 2005-2015: http://www.visual-installer.com/
or RAD Studio 2009-XE8: http://www.rad-installer.com/
Alexiss
Halfling
Posts: 74
Joined: Wed Aug 10, 2011 2:11 pm
x 11

Re: 3D Blocks - my first android game

Post by Alexiss »

Game works fine for me, Samsung Galaxy Nexus on 4.1 Jelly Beans.

Fonts are a bit alias though.
The game is simple but funny.
Score board takes forever to load, and it is annoying that it pops at the end of the game. You can't even cancel it using return until it is loaded.

Overall, it's a nice little project.
ulyk
Gnoblar
Posts: 2
Joined: Mon Nov 01, 2010 9:19 am
x 1

Re: 3D Blocks - my first android game

Post by ulyk »

I've targeted it for 2.3.3, only requirement is OpenGLES 2.0. Unfortunately haven't got chance to test it as my SII and SIII are on 4.0.3.

Indeed, first load of Score boards takes long, as it downloads all necessary data from Scoreloop servers. Next run should be unnoticeable.

Porting to android is not hard, everything is already done in Ogre, it's just a matter of creating couple Android.mk ( don't know how to use CMake android toolchain ) and compile it. I was following this tutorial http://www.ogre3d.org/tikiwiki/Ogre+Android
User avatar
SomeFusion
Gremlin
Posts: 191
Joined: Sun Dec 01, 2002 12:38 am
x 3

Re: 3D Blocks - my first android game

Post by SomeFusion »

Nice game! Works well on my Galaxy Nexus.
If the issue below is ironed out, I could imagine to keep it on my phone :)

I've played one round and I had to accept some terms for eventloop or something.
It read like "your device information is stored securely on our servers", that's when I've finally checked the permissions.
Why does the game need to read my contact list information, and store it on an external server? Is this permission pulled in with the external library?

You should at least summarize in the description what's happening with my data (or remove the permission altogether).
Summoning Wars is an open source role-playing game, featuring both a single-player and a multiplayer mode for about 2 to 8 players.
http://www.sumwars.org
josemi
Gnoblar
Posts: 20
Joined: Tue Jun 25, 2013 8:54 am
Location: Spain

Re: 3D Blocks - my first android game

Post by josemi »

Hello, I'm new to Ogre for android and I want to know how you made this app for android, I can barely load the OgreJNI or SampleBrowser samples and you make a full game! :D

Did you follow some guide? Any help will be very helpfull!!