Hangman Type Game Demo .apk download, feedback needed please thank you.
Hi fellow developer's I have been working on this latest game using HTML. This is a demo of hangman type game its in apk format for direct download. I used HTML5 plus javascript to make the game and I need feedback on how it runs on devices before I continue on.
How to play!
1) There are 9 boxes with question mark. If you tap the wrong box, one of the body parts disappear. You have 5 tries before its game over.
2) If you lose a popup box will appear giving you the option to retry or go to the main menu.
If you win you will be prompted to go to leveltwo. I only made one level for this demo but I will make more when I have time in 1 or 2 days. It takes a bit of code to make this game and I didn't have any tutorials to go by which made the process of making this difficult but a learning experience over 100 lines of coding most for the logic. Please guys I need feedback on how it runs on your device i.e. it takes time to load up or if screen was cut off. Thanks for helping me out.
Download Link to HangManDemo.apk
http://sourceforge.net/projects/andromoapps/files/HangManDemo.apk/download
How to play!
1) There are 9 boxes with question mark. If you tap the wrong box, one of the body parts disappear. You have 5 tries before its game over.
2) If you lose a popup box will appear giving you the option to retry or go to the main menu.
If you win you will be prompted to go to leveltwo. I only made one level for this demo but I will make more when I have time in 1 or 2 days. It takes a bit of code to make this game and I didn't have any tutorials to go by which made the process of making this difficult but a learning experience over 100 lines of coding most for the logic. Please guys I need feedback on how it runs on your device i.e. it takes time to load up or if screen was cut off. Thanks for helping me out.
Download Link to HangManDemo.apk
http://sourceforge.net/projects/andromoapps/files/HangManDemo.apk/download
Tagged:
Comments
With that said yes once this gets done, and its around 25-30 levels its time for Andromo to implement IAP so we can make some extra money.
Check the shot here:
http://img46.imageshack.us/img46/3202/w5yl.jpg
Plus I think you are wrong to lock screen orientation on landscape.
Please tell me if you want me to check anything else.
Alright I will make graphics today and start making levels I figure about 20 levels split into an easy and hard mode should be good. Thanks for testing!!
1) The touch input is good.
2) The pop up box opens and works like its supposed to. i.e. you lose and it reloads the page properly.
3) If resolution fits properly.to the device.
Thanks!!
2 - yes it worked ok
3 - resolution seemed too small and in one corner of screen: see screenshot I took for you here:
Other comments:
- I'm not sure people will want to play a game with random buttons as it's just luck and no skill at all vs regular hangman. I would think users would get frustrated, but maybe not? Maybe you have other ideas for what's showing on the buttons...
- I suggest you add some code so that once a button is clicked, it gets removed or grayed out etc. and can't be clicked a second time.
Hope that helps.
2) The code is more readable and is easily edible with this method.
3) Because of code portability I can make levels a lot faster.
Thanks for the feedback!! You reminded me of centering objects.