Hi all.
I'm a developer, and I want to share my first game developed with AndEngine.
It is th hangman game.
It is optimized for HD display, so it works very well on tablet and phone as galaxy nexus, nexus s etc (xhdpi and hdpi), but it also works on small display.
It required Android 2.2 onward, and openGL 2.
It's free with some banner.
The words are stored in memory, in English and Italian, and can be also taken from internet in all other languages.
There is also a 2 player mode.
Hope you like it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is market link: https://play.google.com/store/apps/details?id=com.darthsith.hangmanhd
And please, if someone has suggest for make better the game, tell me!
Bye.
Nice game. A little buggy; please see screenshot for an example of a bug with the built-in dictionary.
A feature I would like to see added is he ability to display the letter selection as standard a,b,c alphabet layout instead of qwerty layout. This would make it more kid-friendly I think.
I'll look out for future updates.
Sent from my ARCHOS 80G9 using xda app-developers app
Very thanks for help.
I think your idea of abc keyboard is useful, so I will implement in next vers.
Thanks
An idea for you:
(1st you need to fix the bug where an extra letter space is added to the end of the word making the word impossible to solve)
Perhaps you would consider adding categories; like: Movies, Music, Animals, Places, etc.
There is a nice area in the top right of the board to display the category.
Anyway I'm following the development of this app as my eldest son really likes hangman and it will really help his spelling.
Good luck with it.
Sent from my ARCHOS 80G9 using xda app-developers app
Overall, it looks pretty nice. Here are a few suggestions:
- You should add a QR code to your post
- I ran it through addons detector, so for everybody else, I didn't see anything bad
- There is a lot of lag after you click some of the menu items
- I uninstalled because you require permission to read my contacts, and that creeps me out a little
For category: there a lot of work to do on words for enable categories.
The code game is yet enabled for it, but I need to modify the file for each word.
However I try for next week.
@slurmee:
the lag that you say depends of some device: there is a transition animation between every screen, and on some device it is very slow. Can you tell me which device you have?
More important: the permission read contact. You are right: I forget to disabled, but the reason is simple: it is necessary to enable Scoreloop support, that I have implemented but not yet released. Also my other game have it (check for example this: https://play.google.com/store/apps/details?id=com.darthsith.droidbriscolafree ).
I hope you trust me, I love android and opensource, and I will never do something wrong for users.
Bye!
I release a minor upgrade.
I fix the words with whitespace (very very very sorry! it's my girlfriend error ahahah!), speed up transitions, and remove read contacts permission.
Thanks again.
Nice work.
Small bug in 2 player mode:-
When entering a word and sending 'return' as the final character, an additional letter space is added to the end of the word.
Sent from my ARCHOS 80G9 using xda app-developers app
I update the game.
Now is possible to change keyboard layout from qwerty to ABC.
I add more words and fix the bug that you discover.
Thanks.
Related
New version 1.2.6 was released!
The fastest and the smartest implementation of "King's square" game that can be found on the Market. King Square a fun word Russian and English puzzle game for Android featuring multiple dictionaries, player modes, and many other custom options. Drawing on inbuilt English- and Russian-language dictionaries, the app's extremely fast AI searches through thousands of words less than in a half a second. You can also add any words not found in the main dictionaries using the user's custom dictionary feature. Play against your mobile device in single player mode or against your friend in two-player mode. You can customize the game's screen grid, choosing dimensions ranging from 4x4 up to 7x7. The game auto-saves your game progress, so you never lose your place.
Product features:
Russian and English puzzle game
Built-in Russian and English dictionaries
Player's custom dictionary feature
Single- and 2-player modes
Lightning-fast AI and custom screens
Auto-saving
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The basic principle of the game is the addition of one letter, so that each move should get a new finished word. Each of the next letter in the word is separated from the previous by one cell horizontally or vertically.
Rules are as follows:
Before the game start program puts a random word(nominal, nominative, singular) on a square field with cells. The goal is to fill the entire field of characters. The player who records the longer words will get a larger number of points.
New words are obtained by adding just one letter in any neighboring cell of any recorded letters. For each letter of the newly formed word you will get a one point.
Using all available letters is not required but the letters chain which makes the word must be indivisible and disjoint. The same cell cannot be used twice in one move.
Do not use words that have already been drawn up during the game as well as word of the first move.
Good luck!
https://market.android.com/details?id=by.squareroot.kingsquare
Update
New version was just released!
New version
Version 1.0.7 with major fixes was released!
thanks downloading
Looks good on SGSII.
It will be good for killing some time
hakankarani said:
thanks downloading
Click to expand...
Click to collapse
You are welcome!
apamuc said:
Looks good on SGSII.
Click to expand...
Click to collapse
I think game's design will be completely rebuild in nearest time, so I hope it will look much better than now
Interesting game, I like the look
New version
We've just released new 1.0.8 version with black list feature!
New version 1.2.5 was released, more than 60k words were added to English dictionary!
New version 1.2.6 was released!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've been playing around with this emulator last night and must say it is very good. I've been enjoying Klonoa and Mr. Driller a lot.
Is there anyone who knows more about the catalogue for what other games are playable with no knowledge of Japanese?
The emulator works great with Xperia Play but unfortunately there is no way currently to have two profiles of control set up for when the games are portrait rather than landscape. The screen sits with the buttons to the right and the d-pad becomes the action buttons rather than movement, which can be difficult while getting used to a set up in a game.
I've emailed the developer with the suggestion of allowing two profiles that you can switch between in the menu - hopefully some of you will request this too after checking the emulator out.
I also requested Portrait games are flipped if possible so that the dpad and buttons sit to the left of the screen (which I find more playable as your left hand can still control the dpad)
Apart from these small problems which can hopefully be fixed this is a great emulator and is currently free. There are no save states but the games do create save files at normal save points in them so you can save progress the old fashioned way.
The games look great, by far outshining the Game Boy/colour of the time.
I heartily reccomend picking this one up while it is free: https://play.google.com/store/apps/details?id=uk.org.cardboardbox.wonderdroid and if you enjoy it, turning on ads to support development and hopefully get the above, along with savestates, implemented.
I love the Xperia Play for giving us the chance to play systems that we never would have otherwise, and this is about as obscure as you can get as it was a Japan only console!
I actually own two of these, the non color and color version. Found them at a local mom and pop video game store for $30. Bought the Final Fantasy remakes for these for cheap too. Its actually a pretty good little handheld. It would be great to have an awesome emulator for it.
Here is the market link:
https://play.google.com/store/apps/...nVrLm9yZy5jYXJkYm9hcmRib3gud29uZGVyZHJvaWQiXQ..
Got any game recommendations for someone who can't speak any Japanese?
Sent from my R800i using xda app-developers app
Anyone been checking this out?
Sent from my R800i using xda app-developers app
If you look around there are several Final Fantasy games that were in JAP only but have been modded to English. If you look up WonderSwan English there is a list somewhere that details which games were in English/JAP to begin with. And list games that have been fan modded to ENG. I cant remembr the link now, but I will look for it and if/when i find it will post it here.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Enjoyment for your baby, relaxation for you!
Description
!!! Please read the entire short description"!!!
This game was made for my little girl and she enjoyed it a lot. It is made for toddlers of 1 to 3 years and has a set of small, but entertaining games. It's a one man project, I did everything from code to drawings and I'd really appreciate a 5* rating. The app should work fine on smartphones on all screen resolutions. Tablet support is in development, so far the 7" tablets should have perfectly working games but with some resized images (may be a bit blurry). If you find anything looking bad or want the app to work on 10" tablets, please drop me an email.
NO ADS, NO PERMISSIONS REQUIRED, NO SPYING ON THE USER. As you can see the app does not require any permission at all, no internet access, no private information needed It's made just for the entertainment of your baby.
For now there are five mini games included
- Explore - learn each animal's sound and specific moves
- Guess - try to guess what animal makes the sound that is playing
- Hide - animals are hiding all over the farm, find them
- Catch - sheep are trying to escape, catch them
- Touch - add and remove animals from the screen with a simple touch.
Each mini game has its own animations and sounds.
I would really appreciate a 5* rating!!!
I hope you and your baby will enjoy this as much as mine did.
You can find the app in Google Play: https://play.google.com/store/apps/details?id=com.alinberce.animalsplayground
In memory of a beloved Grandfather, Mosu. RIP
Great apps. My little Princess loves it :thumbup:
Sent from HOX with ARHD 14.2
You already fixed the bugs which I want to mention. The last is that I'm not able to exit app from ma "back" burton on HTC ONE X.
Sent from HOX with ARHD 14.2
Yes, indeed, on Back button of Home screen, the app does not go into background. Why I did it like this ? Because I got a few times, accidentaly, exit the app from a minigame... How would you like to have the behavior: exit on Back or have a Yes/No Are you sure you want to exit ?
I discovered the cause of blurry images on Nexus 7, I will soon release an updated version to make the app look better on tablets.
Thank you elmo for your feedback. I really appreciate it!!!
alinescoo, Ok lets stay without exit button - you are right
I have just updated the app with fixes for all the bugs send by users. Thanks a lot for support.
alinescoo, thanks mate. Any chance for new game under button "soon"?
Well to be honest I have no idea what game to include. I am opened to suggestions.
Odp: [App] Animal's Playground for Babies
Maybe puzzles.....
Sent from HOX with ARHD 18.x
*elmo* said:
Maybe puzzles.....
Sent from HOX with ARHD 18.x
Click to expand...
Click to collapse
Any new ideas?
Sent from HOX with ARHD 31.x
SwiftKey Flow Beta v4.0.0.54 [Phone + Tablet]
Requirements: Android 4.0.3+
Overview: The team behind Android’s best-selling app today releases the beta of SwiftKey Flow, its hotly anticipated keyboard that enables users to type with gestures.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SwiftKey Flow combines the mind-reading capabilities of SwiftKey’s prediction engine with the speed and style of gliding your finger across the screen. The beta also includes a brand new feature, dubbed “Flow Through Space” . With it, users can write entire sentences without having to lift their finger from the keyboard, simply by gliding down to the spacebar before continuing with their next word.
SwiftKey Flow takes a revolutionary approach to gesture typing, analyzing a user’s input from the moment they start to ‘flow’ a word. It offers real-time predictions, easing the frustration of entering long words and delivering a dynamic, interactive typing experience. The app also features SwiftKey’s award-winning next-word predictions once a gesture is complete, based on the keyboard’s knowledge of a user’s writing habits.
“SwiftKey Flow is another incredible leap forward for keyboard technology,” CTO and co-founder Dr Ben Medlock said. “Flow Through Space is a unique innovation. Accurately identifying several words from a single gesture is a really complex challenge and I’m delighted our team has made this key breakthrough. With SwiftKey Flow, gesture typing is now so simple you won’t have to lift a finger.”
it's not crack, it's public beta release.
download and test in official site here
I can't seem to get flow working on my note 10.1 tab.... it's enabled in the settings... i get the swiftkey kb but cannot flow...
any tips?
Mmmm
Excellent keyboard. Nice
Very good, in comparison with swipe this one works better.
Who can compare this with the new google 4.2 keyboard ? (i can not use the swipe in it because it does not use dutch language).
according to me, not as good as the real swype, especially for the "one letter" word, for the coma...
i mean with swype, you are always swipping. with that one and 4.2 android keyboard sometimes you got to single tap. but it is hard to guess when.
last but not least, when the keyboard does not display the wanted word, how to modify it with flow? i cannot see a list or several proposals... really annoying. may be a later improvement.
so for the moment, i stay with swype.
Working like a charm..thank you! Very fast, indeed.
I've install this keyboard, and I think I'm gonna change swype with this keyboard
This is one of the best stuff that happen to the keyboard innovations,the flow is so perfect that once you place your finger then there is no stopping you, I love swype but I think am obsessed with this lil bad guy called SwiftKey flow. I believe you could type ten thousand words per second if you are as good as me.
Sent from my GT-N7000 using Tapatalk 2
Thanks for your work!
Swift Key is the best App for Android.
Sent from my GT-N7100 using xda premium
I have no idea how to enable flow on this keyboard. It does not work neither on my native language nor on English.
Sent from my GT-N7000 using xda app-developers app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hey XDA, I just released my first app to the play store!
PoundMe allows users to quickly share media and information including songs, videos, events, locations, products, and more simply by including a hashtag in their text messages. It's extremely useful and intuitive to use!
Additionally, PoundMe completely eliminates the hassle of scouring the web and other applications to find the song, video, movie, article, location, event, etc that the person you're texting is talking about!
Forget copying, pasting, opening, closing, searching, and wasting time! By using the power of the hashtag (#), PoundMe puts everything you need to find at your fingertips!
Features:
- Users can customize the apps that they use to search for media and information.
- Users can choose from 13 categories of Pounds from Applications to Movies to Videos in order to effectively share content with the people they're texting.
- Users can create custom notifications to alert them when their received text messages contain pounds.
Please, give this free app a try!
Downloads:
Google Play Store: https://play.google.com/store/apps/details?id=com.ceazy.poundme
Standalone apk: See attachments!
Example photos:
Change Log:
Version 1 - Initial Release
Version 1.0.1 - Minor bug fixes
Version 1.0.2
-More bug fixes (minor bug with importing pounds)
-Added information about pound syntax to the tutorial
Known Bugs:
- Successive searches may not be recognized by certain apps (YouTube, Google Music, and Google Chrome) unless the current instance of the app is closed.
Will keep a close eye on this looks like a very good idea!
Sent from my GT-I9300 using Tapatalk 2
Thank you!!!
Sent from my SGH-T999 using xda app-developers app
Bump.... Yay
Sent from my SGH-T999 using xda app-developers app
Much appreciated :thumbup:
Sent from my HTC Desire X using Tapatalk 4
Good idea... Usefull
Sent from my GT-I9300 using XDA Premium 4 mobile app
Wow, great idea! This is the kind of thing that should (/probably will) be built into future stock operating systems. Surprised HTC/Google didn't think of this with the whole Apple lawsuit a while back regarding clickable addresses and links within text messages.
Great idea, looking forward to getting some friends on board to use this to it's full potential.
UPDATE:
*Version 1.0.2
-More bug fixes (minor bug with importing pounds)
-Added information about pound syntax to the tutorial