[SALE] Word Search template

WORD SEARCH TEMPLATE

This template will help you to create a fascinating word search game without programming skills in a few hours. You can use existing graphics or replace it with your own one. And you just need to adjust the levels.
Setting levels will not take much of your time, it is simple and convenient. If you still have trouble, you can always contact us at support@goldeneternitystudio.com and we will help you.

According to statistics, this genre is very popular among the British, Americans and Canadians, making a game of this genre is very promising.

Reviews
Trailer
How to unpack project
How to work with the sounds

Links
Store link
Demo build for web
Demo build for android
Demo build for PC

Monetization strategy
-Sale of gold, for which the player can buy powerups like Mix letters, remove a number of chips or to find a random word.
-Displaying interstitial ad (admob) every odd level (you can easily customize yourself when to show ads)

Key Features

  • Ready to publish
  • Mobile friendly
  • Unity 5 support
  • Free oncoming updates
  • Easy advertising setting(admob) and IAP (google play)
  • Implemented the tip when the player for a long time could not find the word
  • Search words in any direction, which is very much appreciated by players
  • Implemented 3 powerus (mixed letters, remove a number of chips, to find a random word)
  • Two languages (ru/en)
  • Level editor
  • Map editor
  • Language editor
  • You can adjust the difficulty level (where to put the lock, kneading or not an empty token, how often display a hint)
  • We use suffix automation for fast detecting is word is in dictionary or not. This allows to check it for O (k) time, where k is a length of the word. Also it needs preprocessing before game launches for O (n) time, where n is the size of a dictionary in symbols.
  • Start desk is generated with presetted words, also when player founds a word, new letters are generated so at least one word will exist using new letter. So player can’t get a situation when he can’t found words just because there are no words on the desk.
  • There is a minimum of Instantiate calls and no GameObject.Destroy calls - unused GameObjects are used for creation new GameObjects. Also you can preorder GameObjects to increase before-game loading and decrease in-game loading.
  • You can easy create different achievments using AchievmentController.
  • We have a number of video tutorials dedicated to this game.

Oncoming updates:

  • limiting the number of actions per level
  • integration in app purchases of additional actions

Our another assets:

It looks very cool. Any video on how to extend it?? (I.E. New levels)

1 Like

Thank you. I can make a video.

We added Editors

1 Like

Its grate that the template is still updated and new opportunities are appear!

Oooh… Editors is a gooood thing, like it:smile:

Thank you

What would you like to update in the template?

Could you add restriction for moves count?

1 Like

Thanks for the idea =)

Cool, sale:sunglasses:

What would you like to update in the template?

Any plans to implements things that’s popular in other match puzzle games?
-FB/social share
-play with friends
-leaderboard
-Rate
-Level limitations - moves, obstacles, timer.
-many power ups
-Daily rewards
-The energy system. Each unsuccessful attempt of passing one or another level reduces the life of a player. Life regenerates with time.
-Text localization
-ad network / IAP for ios and android
-cutscenes
-boss level
-notifications

thx

We are updating template as soon as clients are making wishes

1 Like

@Golden-Eternity Can you use your own dictionary of words with the template?

yes

Hi,

  1. If we use can use our own dictionary, what is the format? Is it just a plain text file containing all words, separated by space?
  2. Can it download our own dictionary from the server?

Thanks!
Peter

  1. Yes, it is .txt file with words separated by space.
  2. You can write code to download it from your server and call WordsController constructor with dictionary string.
1 Like

Hi, does anyone know where I can get a language dictionary library/API for developers (for example, English language dictionary, for UK, US, Australia)?

1 Like