Hi! Finally done with my first android game and I got it released today on Google Play! I would love it if you guys could check it out, give your opinions and maybe spread the word
Not showing up when I use search for some reason, link is just taking me to Google play first screen. Galaxy s4, did you setup the minimum android version correctly? Running 4.2.2 here.
Looks great!
I can see that you put a lot work into details - Zombies move slower when shot, you can see holes in their bodies, creepy music builds proper thrilling atmosphere.
Did you draw all the graphics yourself?
What framework did you use?
A couple of ideas for making this game even greater
When your avatar is killed by a zombie and becomes green it should automatically start moving like every other zombie and stop attract zombies. It should just become one of them. Currently it just becomes immovable and zombie that killed it hovers over it.
on my nexus7 tablet blue background is sometimes visible between floor tiles. (see screenshot at https://www.dropbox.com/sh/8a015drxjkm790r/PeldykbePz#lh:null-zombie-cubes.png there are horizontal blue lines through the center of the screen)
My wild guess is that vertexes of neighbor tiles do not have exactly the same coordinates. When map scrolls sometimes rounding causes
I used Paint.NET to draw everything, hence the Microsoft Painty look as some people would call it. Some of the drawings are pretty bad because this is my first game and first time doing any real drawings. Iâm currently trying to scrap together enough money to get a Samsung Galaxy Note 10.1 or something like that to do graphics on
The first thing you mentioned is actually something I wanted to add, so Iâll add that in the next update since itâs pretty easy to code. I canât really do much about the blue background since I think itâs a LibGdx with Tiled Map Editor issue. I could be wrong though Thanks for trying it out!
Do you need the stuff from any of the earlier APIâs?
If you donât, consider trying to find the lowest usable version, it will increase your downloads in theory. Since lower end phones usually use older, lighter weight versions.
[quote]I canât really do much about the blue background since I think itâs a LibGdx with Tiled Map Editor issue. I could be wrong though Thanks for trying it out!
[/quote]
Iâm not familiar with libgdx so I canât help here but it would be strange if it was issue in libgdx - other games would have it to unless you just found a bug in libgdx. In any case if nobody helps you in this thread try starting a new topic asking libgdx veterans for help. My guess is you did some newbie mistake.
One more tip: Your app icon is not very attractive and does not say much about game. This is a game about killing monsters so how using a gun in the icon. You have a really great pixel art of Uzi and Shotgun - use that. This will attract more people browsing games on google-play.
Will you please try to explain more to what I should do? You seem to know about this and I really want it to work for others
Iâm not familiar with libgdx so I canât help here but it would be strange if it was issue in libgdx - other games would have it to unless you just found a bug in libgdx. In any case if nobody helps you in this thread try starting a new topic asking libgdx veterans for help. My guess is you did some newbie mistake.
One more tip: Your app icon is not very attractive and does not say much about game. This is a game about killing monsters so how using a gun in the icon. You have a really great pixel art of Uzi and Shotgun - use that. This will attract more people browsing games on google-play.
[/quote]
I made this one, but I dont feel like it turned out so good. I feel like it would be weird with just a Shotgun there
What he means is that right now your excluding a large amount of android users because your required version is high. To increase the amount of users try to decrease the needed version needed.
A way to do this is to not use newer functions/classes. http://socialcompare.com/en/comparison/android-versions-comparison is a list I found that shows what was added in each version.
Iâm sure more googling will help you find exactly which functions/classes were added.
[quote]I made this one, but I dont feel like it turned out so good. I feel like it would be weird with just a Shotgun there Smiley
[/quote]
In my opinion it is much better. Now it is visible that you put some work in your icon so user can expect that this is also true for the game itself. Previous icon looked like it was the first icon image that one could find over internet. Donât take offence, most devs do that mistake, me included
If you have more time you can prepare a few different icons, show to a couple of friends asking which game they want to play (pretending you created a few different games). This way you will see which icon attracts more people.
This is perfectly sane AndroidManifest.xml file.
Your minmal sdk version is 5 which means your app will be visible to android devices with android version 2.0 or higher. Itâs more than needed in my opinion. All my games have minSdkVersion=â10â which covers almost 99% of devices.
@Gibbo3771 You probably misunderstand difference between minSdkVersion and targetSdkVersion. Everything is nicely explained here: http://developer.android.com/guide/topics/manifest/uses-sdk-element.html In a nutshell: Having targetSdkVersion very high means that you tested your app against device with that high android platform installed, but it is still visible to devices with at least minSdkVersion.
No I know the differenceâŚI just never looked at it properly lol. I only clocked the second part like an idiot, maybe there is something wrong with my ROM.
Edit:
Very nice! But the crafting menu button is a little bit too close to the shooting button, it is annoying to always have to close it before shootingâŚ
Ahh, sorry then, but if itâs in the way for both shooting and recharging I donât really know if I can help you right now. I can probably include a option to where different controls and buttons should be, but that has to be for another time. But thank you so much for trying it out!