[Game][4+] Kakuro Cross Sums - Android Apps and Games

Hello,
I make this thread to present you Kakuro Cross Sums, a free logic puzzle game available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.kakuro .
Kakuro, also known as Cross Sums, is a logic puzzle played on a grid of filled and barred cells, called "black" and "white" respectively. Black cells contain a diagonal slash and numbers on bottom or right side. Goal is to place one digit from 1 to 9 in each empty box so that the sum of the digits in each set of consecutive white boxes(horizontal or vertical) is the number appearing to the left of a set or above the set. No number may appear more than once in any consecutive boxes.
Kakuro mixes approaches of Crosswords and Sudoku. Fans of these Japanese logic puzzles will enjoy Kakuro Cross Sums. An Unlimited number of puzzles can be generated of different sizes from 6x6 for beginners to 16x16 for best players. With autosave game feature, you can solve a Kakuro in several hours and days.
Kakuro Cross Sums comes with a smooth Material Design UI and offers your several helpers :
* Touch a clue cell and an helper dialog will open displaying sums that are possible for the number to find and the number of cells to fill.
* Highlight constraints row vertically and horizontally when you touch an empty cell.
* Highlight repeated digits in a constrained row vertically or horizontally.
* Dynamic clues to update the values of clues when you enter digit in a number of row horizontally or vertically.
Thanks to its Google Play Games integration, you can compare your score with others players. A lot of achievements can also be unlocked. If you don't want to sign in to Google Play Games, you can disable auto sign in in preferences screen.
QR Code to download easily Kakuro Cross Sums
{
"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"
}
Some screenshots :
* Game grid
* Game grid with helpers enabled
* Menu to undo or solve a grid
* Menu to access Leaderboards or Achievements
* Leaderboards
* Achievements
* Prefs
* Help
A Youtube demo video is provided :
A direct link to download is also provided from my server here : http://www.ssaurel.com/kakuro/Kakuro.apk
Don't hesitate to give m your feedbacks and ideas to improve Kakuro.
Thanks for your Help.
Sylvain

Some feedbacks ?

Up : )

This game looks greate! I'll try it.

OKapps said:
This game looks greate! I'll try it.
Click to expand...
Click to collapse
Thanks. Don't hesitate if you have some feedbacks.

looks very good, love your achievement names - finger in the nose
for lazy people, like me, a qr-link in the post might be good

radi_ka said:
looks very good, love your achievement names - finger in the nose
for lazy people, like me, a qr-link in the post might be good
Click to expand...
Click to collapse
Hello,
Thanks for your comment. I added a QR Code in first post .
Sylvain

Kakuro is nice game. Thanks.

moorkerg said:
Kakuro is nice game. Thanks.
Click to expand...
Click to collapse
Thanks. Don't hesitate it you have feedbacks.

Version 1.1 is up !
Hello,
Version 1.1 of Kakuro Cross Sums is up !
I fixed some minor bugs relative to Leaderboards. I plan to make a new release quickly with some new translations (german, russian for the moment but I hope more languages). If you have improvements ideas, don't hesitate to tell me.
Sylvain

Link to XDA Translations Thread
Hello,
I add link to XDA Translations Thread if you wanna all the informations to help me to translate Kakuro Cross Sums : http://forum.xda-developers.com/showthread.php?p=59118975#post59118975
Files for translation are here :
Strings files : http://www.ssaurel.com/kakuro/strings.xml
Help file to translate : http://www.ssaurel.com/kakuro/help_en.html
Translation of Google Play Store description also
In strings.xml file, you must keep data between # because they are used as parameters.
Don't hesitate to tell me if you have some questions.
Sylvain

sylsau said:
Hello,
Version 1.1 of Kakuro Cross Sums is up !
I fixed some minor bugs relative to Leaderboards. I plan to make a new release quickly with some new translations (german, russian for the moment but I hope more languages). If you have improvements ideas, don't hesitate to tell me.
Sylvain
Click to expand...
Click to collapse
@sylsau
My app just has been updated from the Play Store. Some notes about Russian translation:
I`ve translated this string
Code:
<string name="remove_ads_title">Remove Ads</string>
as
Code:
<string name="remove_ads_title">Убрать рекламу</string>
but in the drawer is some Google translated thing:
Another thing, as you said, the popup message after a succefull game should look like "I win in a game of size 6x6 with 20 moves".
But it isn`t so, it shows:
That`s why some corrections are needed- please use for this string:
Code:
<string name="i_win_in">I win in</string>
Russian equivalent
Code:
<string name="i_win_in">Я выиграл за</string>
and for this one:
Code:
<string name="with">with</string>
Russian equivalent
Code:
<string name="with">и</string>
Other corrections - use for this
Code:
<string name="records">Records</string>
Russian string
Code:
<string name="records">Рекорды</string>
and for this
Code:
<string name="choose_email">Choose an email client</string>
Russian string
Code:
<string name="choose_email">Выберите почтовую программу</string>
Help is still in English. Google play description as well.
Updated strings are here:View attachment 3200327 , but please note about that Google translated "Ads убирать", it isn`t correct and it wasn`t in my translation.

gaich said:
@sylsau
My app just has been updated from the Play Store. Some notes about Russian translation:
I`ve translated this string
Code:
<string name="remove_ads_title">Remove Ads</string>
as
Code:
<string name="remove_ads_title">Убрать рекламу</string>
but in the drawer is some Google translated thing:
View attachment 3200303
Another thing, as you said, the popup message after a succefull game should look like "I win in a game of size 6x6 with 20 moves".
But it isn`t so, it shows:
View attachment 3200304
That`s why some corrections are needed- please use for this string:
Code:
<string name="i_win_in">I win in</string>
Russian equivalent
Code:
<string name="i_win_in">Я выиграл за</string>
and for this one:
Code:
<string name="with">with</string>
Russian equivalent
Code:
<string name="with">и</string>
Other corrections - use for this
Code:
<string name="records">Records</string>
Russian string
Code:
<string name="records">Рекорды</string>
and for this
Code:
<string name="choose_email">Choose an email client</string>
Russian string
Code:
<string name="choose_email">Выберите почтовую программу</string>
Help is still in English. Google play description as well.
Updated strings are here:View attachment 3200327 , but please note about that Google translated "Ads убирать", it isn`t correct and it wasn`t in my translation.
Click to expand...
Click to collapse
Thanks for the update.
For Remove Ads translation, it was a mistake.
For help file, I have a problem with docx file. It's impossible to display content on my computer in a text editor, so I can't create the HTML help file for russian language .
It's for that, I left the english version for the moment.
Sylvain

sylsau said:
Thanks for the update.
For Remove Ads translation, it was a mistake.
For help file, I have a problem with docx file. It's impossible to display content on my computer in a text editor, so I can't create the HTML help file for russian language .
It's for that, I left the english version for the moment.
Sylvain
Click to expand...
Click to collapse
I tried to convert to html, but I can`t. I`ve sent you email with translation.

gaich said:
I tried to convert to html, but I can`t. I`ve sent you email with translation.
Click to expand...
Click to collapse
@sylsau
thank you for updating the translation, but help and description are still in English. Did you get my email for [email protected]?

gaich said:
@sylsau
thank you for updating the translation, but help and description are still in English. Did you get my email for [email protected]?
Click to expand...
Click to collapse
Hello,
Yes, I received your mail. I'm going to work on it to integrate in next Kakuro release. I will try to create the HTML help file.
Thanks for your help !
Sylvain

sylsau said:
Hello,
Yes, I received your mail. I'm going to work on it to integrate in next Kakuro release. I will try to create the HTML help file.
Thanks for your help !
Sylvain
Click to expand...
Click to collapse
@sylsau
Please make more corrections:
Replace
<string name="a_game_of">игре размером</string>
with
<string name="a_game_of">в игре размером</string>
and replace
<string name="you_win_in">Вы выиграли в</string>
with
<string name="you_win_in">Вы выиграли за</string>
Thank you. Started to play your game - it`s really my kind of games - no need to shoot, run or jump- just use your brain!:laugh:

gaich said:
@sylsau
Please make more corrections:
Replace
<string name="a_game_of">игре размером</string>
with
<string name="a_game_of">в игре размером</string>
and replace
<string name="you_win_in">Вы выиграли в</string>
with
<string name="you_win_in">Вы выиграли за</string>
Thank you. Started to play your game - it`s really my kind of games - no need to shoot, run or jump- just use your brain!:laugh:
Click to expand...
Click to collapse
Thanks for your help .
Week-end is coming, I could work on it to update the translations and try to make the help file in russian .

Hello,
Kakuro Cross Sums has been featured on Material Up for its great Material Design theme.
You can see the description for Kakuro Cross Sums here : http://www.materialup.com/posts/kakuro-cross-sums-for-android
Game is always available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.kakuro
Don't hesitate to give me your feedbacks .
Sylvain

Related

[App]99 Names of Allah

Hello,
I make that thread to present you a free application for Muslim to read the 99 Names of Allah on your phone available on Google Play Store :
https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
99 Names of Allah lets you to read 99 Names of Allah in Arabic and English, read meanings and to share with friends via social networks or mail. A live wallpaper and a widget are also present to display all of 99 Names of Allah on your home screen.
Some screenshots :
* Home screen of application
{
"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"
}
* Details of a name
* Settings to enable notifications or to configure live wallpaper refresh
* Live Wallpaper to read 99 Names of Allah on your home screen
Features
=======
* Read 99 Names of Allah in Arabic and English
* Read meanings translation of these 99 Names of Allah in English
* Share each name of God with friends via mail or social networks
* Set one of these 99 Names of Allah in Wallpaper
* Enable Notifications to have one of 99 Names of Allah in notifications several times a day to learn these Names
* A Live Wallpaper displaying all of 99 Names of Allah
* A Widget displaying 99 Names of Allah on his Android device
Don't hesitate to try the application and send your feedbacks .
I need also help to translate application in new languages. So, if you can translate from english to other languages, don't hesitate to send me an email or private message.
A pro version with no ads is also available here : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames.pro
Thanks for your help.
Sylvain
sylsau said:
Don't hesitate to try the application and send your feedbacks .
Click to expand...
Click to collapse
Will you be making more apps? Like 40 hadeeth, Hisnul Muslim etc?
ermacwins said:
Will you be making more apps? Like 40 hadeeth, Hisnul Muslim etc?
Click to expand...
Click to collapse
Hello,
It's my project. For the moment, i made the following applications for muslims :
* Muslim Salat Times : https://play.google.com/store/apps/details?id=com.app.salattimes
* 99 Names of Allah : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
* Hadiths : https://play.google.com/store/apps/details?id=com.app.hadith
Application Hadiths is only in french for the moment. So, I need to work to translate in english in first time.
I work also on Quran application. My main goal is to provide after that an integrated app regrouping all of these services for muslims.
In the same time, I work on web by providing equivalent services. I started with Muslim Salat Times : http://www.muslim-salattimes.com
Sylvain
Up
Nice app for muslim people.
One suggestion, write the name using regular calligraphy to make it easier to read for people studying Arabic letters.
I mean for example in your first screenshot, Al Lâh and Al Malik are written using regular calligraphy and easy to read, but all the other names use a twisted calligraphy that makes it harder to read for beginners.
Another thing, to my opinion long vowels should be written with a circonflex accent, like â, î, û.
Al Lâh ma3ak...
unclefab said:
Nice app for muslim people.
One suggestion, write the name using regular calligraphy to make it easier to read for people studying Arabic letters.
I mean for example in your first screenshot, Al Lâh and Al Malik are written using regular calligraphy and easy to read, but all the other names use a twisted calligraphy that makes it harder to read for beginners.
Another thing, to my opinion long vowels should be written with a circonflex accent, like â, î, û.
Al Lâh ma3ak...
Click to expand...
Click to collapse
Thanks for your message.
I'm going to think about these ideas to improve 99 Names of Allah.
@sylsau What do you think of having a holo ui? Are you using any Arabic fonts in the app?
ermacwins said:
@sylsau What do you think of having a holo ui? Are you using any Arabic fonts in the app?
Click to expand...
Click to collapse
Hello,
I think, it's a great idea. For the name, I don't use arabic fonts for the moment. But, with RTL support added with Android 4.2 it could be good to use directly arabic fonts.
Sylvain
sylsau said:
Hello,
I think, it's a great idea. For the name, I don't use arabic fonts for the moment. But, with RTL support added with Android 4.2 it could be good to use directly arabic fonts.
Sylvain
Click to expand...
Click to collapse
So what will you be doing next?
ermacwins said:
So what will you be doing next?
Click to expand...
Click to collapse
Hello,
I started to work on Holo UI for 99 Names of Allah like you suggested me.
Sylvain
thanks :angel: i will download now بارك الله فيك
7sen said:
thanks :angel: i will download now بارك الله فيك
Click to expand...
Click to collapse
Thanks
Hello,
I published a new version for 99 Names of Allah.
Following some comments from users, I added the listen feature that lets your to listen each name.
It's very interesting for those that want to learn how to pronunciate the names.
99 Names of Allah is always available here on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
A direct link to my server is also provided : http://www.ssaurel.com/allahnames/Names99.apk
Sylvain
Hello,
New version is up. It fixes some minor bugs reported by users.
It's available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
and also from my server : http://www.ssaurel.com/allahnames/Names99.apk
Sylvain
Hello,
99 Names of Allah has been updated in version 2.3 with the following new features :
- Now, you can display number between names. For that, you have just to enable the option in Preferences
- You can mark your favorites names in a list
It's available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
and also from my server : https://www.ssaurel.com/allahnames/Names99_V2.apk
Don't hesitate to give me your feedbacks.
Sylvain
Hello,
Ramadan 2017 is coming. Don't hesitate to give it a try to 99 Names of Allah and give me your feedbacks or ideas to improve the application during this particular month.
Thanks.
Sylvain
Hello,
The application has been updated for the Ramadan 2018 with some new features like the possibility to download the 99 Most Beautiful Names of Allah in PDF.
The new version is available just here : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
You can also get the APK directly from the SSaurel's Blog : https://www.ssaurel.com/allahnames/Names99_V2.apk
Don't hesitate to give it a try and give me your feedback.
Sylvain
Hello,
I updated the application in version 5.0 to fix a bug with daily notifications appeared with Android Oreo.
The updated version is available on the Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.allahnames
You can also get the APK updated directly on the SSaurel's Server : https://www.ssaurel.com/allahnames/Names99_V2.apk
Give it a try and give me your feedback.
Sylvain

[App][Free] Coloring For Kids

Hello,
I make that thread to present you Coloring For Kids a free coloring application available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.coloringkids
Coloring For Kids has more than 100 models for you that you can color and share with your friends. Publish your creations on Coloring For Kids website and consult gallery to see users' creations here : http://www.ssaurel.com/coloringforkids/
You can also make some strokes on models or make your own creations thanks to blank model.
A Google Plus community has been created to share your creations and your ideas about Coloring For Kids : https://plus.google.com/communities/109007809745057195666
Some screenshots :
* A model completed
{
"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"
}
* Empty model
* Menu with colors, palette, pipette, stroke width, share, publish, ...
* Models
* Other page of Models (more than 100 models for you)
* Draw on models
* Use your imagination on blank model
Demo video to see Coloring For Kids in action :
A direct link to APK is provided from my server : http://www.ssaurel.com/coloringforkids/ColoringForKids.apk
Don't hesitate to give me your feedbacks or ideas to improve Coloring For Kids.
Sylvain
Someone has tried the application ?
Up
Santa made with Coloring For Kids
Really great app.
Zoom function would be nice.
Will it work on x86 architecture?
Applava said:
Will it work on x86 architecture?
Click to expand...
Click to collapse
Hello,
I didn't try Coloring For Kids on x86 Architecture but I think it must work because there is nothing special. You can try ?
Sylvain
Language
This should be translated into different languages. As some kids aren't very good at English.
It's possible to get a link to download it? Because I haven't the Google play store.
MariusOX said:
This should be translated into different languages. As some kids aren't very good at English.
Click to expand...
Click to collapse
Yes it's a good idea but I need help. Can you help me with one language ?
AndroidenKalle said:
It's possible to get a link to download it? Because I haven't the Google play store.
Click to expand...
Click to collapse
Yes, direct link has been provided in the first post : http://www.ssaurel.com/coloringkids/ColoringForKids.apk
sylsau said:
Yes it's a good idea but I need help. Can you help me with one language ?
Click to expand...
Click to collapse
Sure! send me the files that I need and I'll start on the Norwegian translation.
MariusOX said:
Sure! send me the files that I need and I'll start on the Norwegian translation.
Click to expand...
Click to collapse
I will send you the english files as soon as possible.
Thanks for your help.
Sylvain
Nice idea for this app, good job
sylsau said:
Yes, direct link has been provided in the first post : http://www.ssaurel.com/coloringkids/ColoringForKids.apk
Click to expand...
Click to collapse
Sorry, but this link is not working.
Thanks very much, going to try this on my two daughters ☺
ulev said:
Sorry, but this link is not working.
Click to expand...
Click to collapse
Sorry, you were right. There was a mistake in the url.
This is the good url : http://www.ssaurel.com/coloringforkids/ColoringForKids.apk
Enjoy
MariusOX said:
Sure! send me the files that I need and I'll start on the Norwegian translation.
Click to expand...
Click to collapse
I put the english label files here : http://www.ssaurel.com/coloringforkids/strings.xml
Note that you must not replace words with # around like in this example :
Code:
<string name="rate_msg">
If you enjoy using #app_name#, please take a moment to rate it. Thanks for your support !
</string>
Here, for example you must no translate #app_name#, it's a variable used by application.
When you finish the translation, you can send me the file on my email : [email protected]
Thanks
Sylvain
sylsau; This is the good url : [url said:
http://www.ssaurel.com/coloringforkids/ColoringForKids.apk[/url]
Click to expand...
Click to collapse
Thanks a lot. My boy already loves it...
Need help to translate
Hello,
Someone else can help to translate Coloring For Kids from English to another language ?
Spanish, German, Italian, or other ?
Sylvain

[Game] [4.0+] Countdown Math Game

Hello,
I create that thread to present you Countdown Math Game, a free game involving number puzzles in which you must make arithmetic operations to reach a random target number (between 100 and 999) from six other numbers choosen randomly (from 1 to 10, 25, 50, 75 and 100). Countdown Math Game is available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.countdownsolver
{
"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"
}
You can discover Countdown Math game in action on Youtube :
Countdown Math lets you to enjoy the famous Countdown TV Game Show unlimited. The application offers you all the statistics concerning your games with the number of games played, the number solved and the average time of resolution. At the end of a game, Countdown Math offers you the exact solution or the closest solution.
Some screenshots :
* Main Screen
* Count
* Count Solved
* New Count
* Stats
* Solver
* User Count Solved
* Prefs
For the fans of the TV show, Countdown Math offers you a solver mode in which you can enter the 6 numbers and the targeted number and getting the solution of the countdown problem instantly.
Finally, you can share your solved puzzles with your friends via social networks to challenge them.
You can download Countdown Math Game APK directly from my server : http://www.ssaurel.com/countdown/Countdown.apk
A Pro version with No Ads is also available here : https://play.google.com/store/apps/details?id=com.ssaurel.countdownsolver.pro
Don't hesitate to try Countdown Math and give me your feedbacks to help me to improve the game.
Hello,
Don't hesitate to give it a try and give me your feedbacks .
Sylvain
Some feedbacks ?
Hello,
I updated a new version of Countdown Math Game to fix some minor bugs. The new version is available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.countdownsolver
You can get the APK directly from my server : http://www.ssaurel.com/countdown/Countdown.apk
Don't hesitate to give it a try and give me your feedbacks to help me to improve Countdown Math Game.
Thanks for your help.
Sylvain
Hello,
I made a little up to let you to discover Countdown Math Game .
Don't hesitate to give it a try and give me your feedbacks.
Sylvain
Hello,
I published a new version of Countdown Math Game to fix a bug with the divide operation.
Countdown Math Game is always available on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.countdownsolver
You can discover it in action on YouTube :
Don't hesitate to give me your feedbacks.
Sylvain
benza86 said:
nice game Thx bro
Click to expand...
Click to collapse
If you like the game, don't hesitate to leave me a review. It helps me a lot ! Thanks
Game calculator is very unusual
PaViGa said:
Game calculator is very unusual
Click to expand...
Click to collapse
Usual or not, did you try my implementation ? Do you want a promo code to try the Pro version ?
wow. Not bad
Leonard1k said:
wow. Not bad
Click to expand...
Click to collapse
Thanks.
If you like the game, don't hesitate to leave me a review on the Play Store
Great idea and nice app, congtrats! Love the simplicity and the elegance of the design!
I hope you don't mind me giving some criticism.
First of all, there are quite a lot of grammatical errors (for example, "Countdown lets you to play ...", etc.). I think it wouldn't be a problem to fix this as there are not many sentences in the app.
Then, when there is only one number left (after all possible operations are done), and it is not the correct one, timer keeps ticking and there is nothing to do but wait for it to stop. So it's better letting the user know that the answer is incorrect. But it's more of a bug, really.
At last, it would be nice to be able to solve riddles one after another instead of restarting the only riddle. Possibly earning points on the way, too.
Oh, and in the About section the version of the app is not correct.
ZoloZuru said:
Great idea and nice app, congtrats! Love the simplicity and the elegance of the design!
I hope you don't mind me giving some criticism.
First of all, there are quite a lot of grammatical errors (for example, "Countdown lets you to play ...", etc.). I think it wouldn't be a problem to fix this as there are not many sentences in the app.
Then, when there is only one number left (after all possible operations are done), and it is not the correct one, timer keeps ticking and there is nothing to do but wait for it to stop. So it's better letting the user know that the answer is incorrect. But it's more of a bug, really.
At last, it would be nice to be able to solve riddles one after another instead of restarting the only riddle. Possibly earning points on the way, too.
Oh, and in the About section the version of the app is not correct.
Click to expand...
Click to collapse
The constructive criticisms like yours are always welcome :good:
Can you help me to fix the grammatical errors if I send you the strings.xml english file ?
When you have no number to make operations you can always cancel the previous operations by clicking on the dedicated button on the action bar. Did you see it ? May be, it is not really well explained also. I should find a better way to tell that to users by displaying a message when there is just a number and the count is not found.
Adding more challenges to the game would be a good idea. I need to find how to make that.
I will fix the version number in the About section and I will try to make the same with english labels if you can help me .
Sylvain
sylsau said:
When you have no number to make operations you can always cancel the previous operations by clicking on the dedicated button on the action bar. Did you see it ? May be, it is not really well explained also. I should find a better way to tell that to users by displaying a message when there is just a number and the count is not found.
Click to expand...
Click to collapse
So it's not a game over when only one number left as you can undo the last operation. It makes sense now. No need to change it =)
sylsau said:
Adding more challenges to the game would be a good idea. I need to find how to make that.
Click to expand...
Click to collapse
I was not necessarily talking about new challenges with different logic and rules. I meant a series of the same type of riddles that you can solve one by one. This way you can implement scores depending on how many and how fast riddles are solved.
sylsau said:
Can you help me to fix the grammatical errors if I send you the strings.xml english file ?
Click to expand...
Click to collapse
I am not a native English speaker myself, nor am I a professional translator, so I cannot guarantee you I can fix everything.
But if you have no other options, I will help and try my best. Just PM me.
ZoloZuru said:
Great idea and nice app, congtrats! Love the simplicity and the elegance of the design!
I hope you don't mind me giving some criticism.
First of all, there are quite a lot of grammatical errors (for example, "Countdown lets you to play ...", etc.). I think it wouldn't be a problem to fix this as there are not many sentences in the app.
Then, when there is only one number left (after all possible operations are done), and it is not the correct one, timer keeps ticking and there is nothing to do but wait for it to stop. So it's better letting the user know that the answer is incorrect. But it's more of a bug, really.
At last, it would be nice to be able to solve riddles one after another instead of restarting the only riddle. Possibly earning points on the way, too.
Oh, and in the About section the version of the app is not correct.
Click to expand...
Click to collapse
ZoloZuru said:
So it's not a game over when only one number left as you can undo the last operation. It makes sense now. No need to change it =)
I was not necessarily talking about new challenges with different logic and rules. I meant a series of the same type of riddles that you can solve one by one. This way you can implement scores depending on how many and how fast riddles are solved.
I am not a native English speaker myself, nor am I a professional translator, so I cannot guarantee you I can fix everything.
But if you have no other options, I will help and try my best. Just PM me.
Click to expand...
Click to collapse
It will be always better than me .
Just if you have some time to fix these grammaticals erros. You can find the strings.xml english file here : https://www.ssaurel.com/countdown/countdownsolver_strings.txt
Thanks.
sylsau said:
Just if you have some time to fix these grammaticals erros. You can find the strings.xml english file here : https://www.ssaurel.com/countdown/countdownsolver_strings.txt
Thanks.
Click to expand...
Click to collapse
PMed you the fixed file.
ZoloZuru said:
PMed you the fixed file.
Click to expand...
Click to collapse
Thanks for your help .
If you want a promo code to use the Pro version, don't hesitate to tell me
Hello,
I updated the game in version 3.0 to fix some minor bugs.
The new version is available here : https://play.google.com/store/apps/details?id=com.ssaurel.countdownsolver
You can also download directly the APK : https://www.ssaurel.com/countdown/Countdown.apk
Don't hesitate to trying the game and challenge your brain .
Sylvian

[Game] [4.0+] Word Search Puzzle Game

Hello,
I create that thread to present your Word Search Puzzle Game, a free implementation of the classical word search puzzle game for Android. Word Search is freely available on the Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.wordsearch
A Pro version with no Ads is also available here : https://play.google.com/store/apps/details?id=com.ssaurel.wordsearch.pro
{
"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"
}
You can discover Word Search Puzzle Game in action on YouTube :
Word Search, also known as Mixed Words, Word Find, Word Seek or Word Sleuth, offers you to play to an infinite number of automatically generated grids.
Word Search supports 17 languages and 11 different sizes of grids (from 5x5 to 15x15). It lets you to change easily the difficulty of the game. To complete a grid, you have fo find all the words picked from our 100000+ database of words horizontally, vertically and diagonally.
Some screenshots :
* Main
* Grid when game starts
* Find words in the grid
* Leaderboards
* Achievements
* Prefs
Besides, Word Search offers you the following features :
- Smooth gameplay
- 14 achievements to unlock on Google Play Games (Play 50 grids to 1000 grids and Solve 10 grids to 1000 grids)
- 13 leaderboards on Google Play Games to challenge yourself against the rest of the players around the World (Most Grids Played, Most Grids Solved, Best Time for 5x5, …)
- Choose your language from 17 supported languages (English, French, Deutsch, Spanish, Italian, Portuguese, …)
- Choose grids’ size (from 5x5 to 15x15)
- Configure the grids’ generation by choosing the number of words to use
- Configure the pencil to use to select words in grids
- Allow substrings in words
- Animations when you find a word
- Keep your best scores via Google Play Games
With Word Search Mixed Words, you are going to have hours and hours of fun on your devices.
Don’t hesitate to give me your feedback or ideas to improve Word Search Puzzle Game.
Thanks.
Sylvain
Good game) It's a pity there is no Russian language
GeorgeAndo said:
Good game) It's a pity there is no Russian language
Click to expand...
Click to collapse
The game supports Russian Language
sylsau said:
The game supports Russian Language
Click to expand...
Click to collapse
Oh, good news!
GeorgeAndo said:
Oh, good news!
Click to expand...
Click to collapse
Don't hesitate to leave a review on the Play Store if you have liked the game
Not bad, not bad!
sylsau said:
The game supports Russian Language
Click to expand...
Click to collapse
Excellent!)) But is here an option to change language in game? I want to learn English words)
Works on my HTC One M9
Good logic game.
tuchka_84 said:
Good logic game.
Click to expand...
Click to collapse
Thanks. Some feedback or ideas to improve the game ?
sylsau said:
Thanks. Some feedback or ideas to improve the game ?
Click to expand...
Click to collapse
I agree with Andreich80lvl - language should be in the options too/ Default -is yours native language
Andreich80lvl said:
Excellent!)) But is here an option to change language in game? I want to learn English words)
Click to expand...
Click to collapse
You can change the language for the words of the grid in the settings screen. Click on the icon on the right of the screen
tuchka_84 said:
I agree with Andreich80lvl - language should be in the options too/ Default -is yours native language
Click to expand...
Click to collapse
It's possible in the Settings of the game. Just click on the Settings icon at the right of the screen to access this screen
Hello,
Some feedback ?
Thanks
Hello,
I updated Word Search Puzzle Game in version 1.1 to add the possibility to disable sound animations. To make that, you have just to go in Settings.
Don't hesitate to give it a try and give me your feedback .
Game is available here : https://play.google.com/store/apps/details?id=com.ssaurel.wordsearch
Sylvain
sylsau said:
You can change the language for the words of the grid in the settings screen. Click on the icon on the right of the screen
Click to expand...
Click to collapse
It works, thank you! :good:
Andreich80lvl said:
It works, thank you! :good:
Click to expand...
Click to collapse
Great .
Other feedback ?
tuchka_84 said:
Good logic game.
Click to expand...
Click to collapse
Kiragan said:
Just added it to my puzzle collection, great job
Click to expand...
Click to collapse
Thanks . Don't hesitate to leave me a review.
Cool, will try in the subway !
StreamlineWatch said:
Cool, will try in the subway !
Click to expand...
Click to collapse
Thanks. Don't hesitate to leave me a review
Hello,
I created some promo codes to help users to discover the pro version of Word Search Puzzle Game. Don't hesitate to ask me for your promo code .
Sylvain
Hello,
Word Search Puzzle Game is always available on the Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.wordsearch
Don't hesitate to give it a try !
Sylvain

[APP][4.0+] Learn Go - Discover Languages

{
"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"
}
Good day/night everyone,
This is my second project which took me way more time than I expected. It's a language learning app with flashcards/tips/quizzes, where you can easily revise and add new words to revise. All feedback/suggestions are welcome. I am planning to continue adding more cool things in the future!
Here is a description:
Learn languages from mini-lessons and improve your skills in fun games and quizzes!
Features:
- Various languages available for offline learning:
Thai
Russian
Korean
Spanish
French
(more languages on the way!)
- Various courses for any level - start from the basics or dive in an advanced course without any limitations.
- Detailed mini-lessons - listen to step-by-step explanations and real-life examples that you can use right away.
- Each lesson is packed with a dictionary of lesson words - you don't need to look for a dictionary to find a word you don’t know.
- Fun randomly generated games and quizzes to track your progress - revise and improve your language skills in fun games that are generated uniquely each time you play them.
- Dictionary - browse through all the words with examples from all the courses to revise them.
- Achievements and progress - track your improvements and progress easily.
- Frequent updates – extend your skills with more topics covered and brand new games (only full version).
New updated introduces dark mode for evening studies!
Download from Google Play: https://play.google.com/store/apps/details?id=com.codescape.learngo
You can get a free code to any language you want to learn. Please, reply in this thread/send a dm to get it!
I love your new app and I would like to have a promo code if it is possible to discover all the possibilities of the application
Interesting app looks great, Ive always wanted to learn a new language.
xhacker said:
I love your new app and I would like to have a promo code if it is possible to discover all the possibilities of the application
Click to expand...
Click to collapse
What language would you like to get? I have separate codes for different languages
all43 said:
Interesting app looks great, Ive always wanted to learn a new language.
Click to expand...
Click to collapse
Code sent! Thanks for the kind words! More content and games are in development - stay tuned Also, let me know what I could improve in my app.
all43 said:
Interesting app looks great, Ive always wanted to learn a new language.
Click to expand...
Click to collapse
Hey man, I am interested in the French language, thank you in advance for sending the code
xhacker said:
Hey man, I am interested in the French language, thank you in advance for sending the code
Click to expand...
Click to collapse
Code sent! I'm planning a major content update this-next week! Hopefully it will get less deserted in lesson section
Some recent updates 1.0.6:
- Updated tutorial
- Updated packages for: Russian, Thai languages
- Fixed adding flashcards to favorites
- Fixed bugs
There are still codes left so feel free to get it
The most recent update 1.0.8:
- Updated tutorial, introduction, new graphics.
- Updated packages for: Russian, Thai, Spanish languages.
- Added "Type a reply" game activity.
- Fixed bugs.
Can I get promo code?
Cool app, any future plans to include turkish? can you send me a promo code for french? Will appreciate.
Thanks.
shuraeu said:
Can I get promo code?
Click to expand...
Click to collapse
Sorry for the late reply. What language would you like to get code for?
nomnomat said:
Cool app, any future plans to include turkish? can you send me a promo code for french? Will appreciate.
Thanks.
Click to expand...
Click to collapse
Sorry for the delay - code sent! I'm planning to add more French lessons soon. Would love to add Turkish too, however, now I'm focused on polishing the app and finishing several languages :laugh:
Update 1.1.0:
- Improved interface
- Fixed bugs and crashes
- Updated Thai, Russian and Korean alphabet packages
- Updated animation
- Added male voice to conversations in addition to female :laugh:
Would love to get a code for Spanish , can i
The App looks interesting, nice visuals too!
You mention that there will be more languages on the way, are Brazilian Portuguese, Arabic, German, Dutch and Irish on your planned roadmap?
Sangamsp9 said:
Would love to get a code for Spanish , can i
Click to expand...
Click to collapse
Code sent
Captain Stinky said:
The App looks interesting, nice visuals too!
You mention that there will be more languages on the way, are Brazilian Portuguese, Arabic, German, Dutch and Irish on your planned roadmap?
Click to expand...
Click to collapse
I would love to see many languages added :laugh: Hopefully if there will be enough interest in the app so I will be able to do so. I am definitely going to add German soon
I would love a code for Spanish if possible
Thank You
EclipseGT said:
I would love a code for Spanish if possible
Thank You
Click to expand...
Click to collapse
Code sent!
The App looks so nice and clean, good job! I had spanish in school for 2 years but was busy with other stuff.. now i regret it that i didn't pay attention in class and want to learn it on my own! Do you still have a code for spanish?
Thanks in advance and keep up the good work!
dANNN123 said:
The App looks so nice and clean, good job! I had spanish in school for 2 years but was busy with other stuff.. now i regret it that i didn't pay attention in class and want to learn it on my own! Do you still have a code for spanish?
Thanks in advance and keep up the good work!
Click to expand...
Click to collapse
Sent :good: Thank you for the feedback - trying to keep it short and simple :laugh: Let me know your thoughts - more language tips need for Spanish but I'm planning to update it soon .
Code
Will the promotional code cover just one language or all language available within the app? May I get a code please?

Categories

Resources