diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..94d5ccd
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,3 @@
+env
+**/workspace
+**/data
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..9ecaebe
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,29 @@
+FROM pytorch/pytorch:latest
+
+COPY . /workspace
+WORKDIR /workspace
+
+RUN apt-get update
+RUN apt-get -y install wget
+RUN pip install -r requirements.txt
+
+WORKDIR "backend"
+
+#RUN python get_data.py
+
+ENTRYPOINT ["python", "app.py" , "-t", "query_restful"]
+
+LABEL author="Alex C-G (alex.cg@jina.ai)"
+LABEL type="app"
+LABEL kind="example"
+LABEL avatar="None"
+LABEL description="App store example using Jina"
+LABEL documentation="https://github.com/alexcg1/jina-app-store-example"
+LABEL keywords="[NLP, app store, text, jina, example, search]"
+LABEL license="apache-2.0"
+LABEL name="jina-appstore-search-5k"
+LABEL platform="linux/amd64"
+LABEL update="None"
+LABEL url="https://github.com/alexcg1/jina-app-store-example"
+LABEL vendor="Jina AI Limited"
+LABEL version="0.5"
diff --git a/Dockerfile-with-indexing b/Dockerfile-with-indexing
new file mode 100644
index 0000000..ed6b98f
--- /dev/null
+++ b/Dockerfile-with-indexing
@@ -0,0 +1,29 @@
+FROM pytorch/pytorch:latest
+
+COPY . /workspace
+WORKDIR /workspace
+
+RUN apt-get update
+RUN apt-get -y install wget
+RUN pip install -r requirements.txt
+
+WORKDIR "backend"
+
+RUN python get_data.py
+
+ENTRYPOINT ["python", "app.py"]
+
+LABEL author="Alex C-G (alex.cg@jina.ai)"
+LABEL type="app"
+LABEL kind="example"
+LABEL avatar="None"
+LABEL description="App store example using Jina"
+LABEL documentation="https://github.com/alexcg1/jina-app-store-example"
+LABEL keywords="[NLP, app store, text, jina, example, search]"
+LABEL license="apache-2.0"
+LABEL name="jina-appstore-search-5k"
+LABEL platform="linux/amd64"
+LABEL update="None"
+LABEL url="https://github.com/alexcg1/jina-app-store-example"
+LABEL vendor="Jina AI Limited"
+LABEL version="0.4.3"
diff --git a/LICENSE b/LICENSE
index f46328f..261eeb9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,21 +1,201 @@
-MIT License
-
-Copyright (c) 2021 Alex Cureton-Griffiths
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/README.md b/README.md
index c9a584b..9c37833 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ cd jina-app-store-example
We wouldn't want our project clashing with our system libraries, now would we?
```shell
-virtualenv env --python=python3.8 # Other Python versions may work too. YMMV
+virtualenv env --python=python3.8 # Python versions >= 3.7 work fine
source env/bin/activate
```
@@ -27,11 +27,10 @@ source env/bin/activate
Make sure you're in your virtual environment first!
```shell
-pip install --pre jina[http,transformers,torch]
-pip install pretty_errors # Makes error messages more readable
+pip install -r requirements.txt
```
-### Increase your swap space
+### Increase your swap space (optional)
We're dealing with big language models and quite long text passages. Macs can apparently dynamically allocate swap space, but on Manjaro Linux I manually created and activated a swapfile. Otherwise my computer with 16gb of RAM will just freeze up while indexing.
@@ -45,13 +44,19 @@ swapon swapfile
You'll need to do this after every reboot. Or you can [read the instructions](https://wiki.archlinux.org/title/Swap#Manually) to mount it at startup.
-### Run the program
-
-`app.py` indexes the dataset then opens up a REST gateway for you to search:
+### Index your data
```shell
cd backend
-python app.py
+python app.py -t index
+```
+
+### Search your data
+
+`app.py` accepts an input query via a REST gateway:
+
+```shell
+python app.py -query_restful
```
### Start the front end
@@ -59,9 +64,10 @@ python app.py
In another terminal:
```sh
-pip install streamlit
-cd jina-app-store-example/frontend
-streamlit app.py
+cd jina-app-store-example/
+source env/bin/activate
+cd frontend
+streamlit run app.py
```
Then open http://localhost:8501 in your browser
@@ -69,7 +75,7 @@ Then open http://localhost:8501 in your browser
### Search from the terminal
```shell
-curl --request POST -d '{"top_k":10,"mode":"search","data":["hello world"]}' -H 'Content-Type: application/json' 'http://0.0.0.0:8080/search'
+curl --request POST -d '{"top_k":10,"mode":"search","data":["hello world"]}' -H 'Content-Type: application/json' 'http://0.0.0.0:45678/search'
```
Where `hello world` is your query.
@@ -85,3 +91,7 @@ It contains a lot of metadata, including (working) links to icons. I want to bui
### The download/purchase buttons don't do anything
This is just a demo search engine. It has no functionality beyond that.
+
+### How can I change basic settings?
+
+Edit `backend/backend_config.py`
diff --git a/backend/__init__.py b/backend/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/backend/app.py b/backend/app.py
index 5ea0574..8575cdc 100644
--- a/backend/app.py
+++ b/backend/app.py
@@ -1,71 +1,145 @@
+__copyright__ = "Copyright (c) 2021 Jina AI Limited. All rights reserved."
+__license__ = "Apache-2.0"
+
import os
-from pprint import pprint
-import pretty_errors
-from jina.types.arrays.memmap import DocumentArrayMemmap
-from jina import Flow, Document, DocumentArray
-from jina.parsers.helloworld import set_hw_chatbot_parser
+import itertools
import csv
-
-if __name__ == "__main__":
- from executors import MyTransformer, MyIndexer
-else:
- from .executors import MyTransformer, MyIndexer
-
-
-def trim_string(input_string, word_count=50, sep=" "):
- sanitized_string = input_string.replace("\\n", sep).replace("\\u2022", sep)
+import shutil
+import click
+import sys
+from backend_config import (
+ text_length,
+ max_docs,
+ backend_datafile,
+ backend_port,
+ backend_workdir,
+ backend_model,
+)
+
+from executors.disk_indexer import DiskIndexer
+from executors.rankers import ReviewRanker
+from executors.encoders import MyTransformer
+import random
+
+from jina import Flow, Document
+
+try:
+ __import__("pretty_errors")
+except ImportError:
+ pass
+
+
+def trim_string(
+ input_string: str, word_count: int = text_length, sep: str = " "
+) -> str:
+ """
+ Trim a string to a certain number of words.
+ :param input_string: string to trim
+ :param word_count: how many words to trim to
+ :param sep: separator between words
+ :return: trimmmed string
+ """
+ sanitized_string = input_string.replace("\\n", sep)
words = sanitized_string.split(sep)[:word_count]
- output = " ".join(words)
+ trimmed_string = " ".join(words)
- return output
+ return trimmed_string
-def prep_docs(input_file, max_docs=1000):
- # docs = DocumentArrayMemmap("./mem_map")
- # docs.clear()
- docs = DocumentArray()
+def prep_docs(input_file: str, num_docs:int=max_docs):
+ """
+ Create generator for every row in csv as a Document
+ :param input_file: Input csv filename
+ :return: Generator
+ """
+
with open(input_file, "r") as csv_file:
csv_reader = csv.DictReader(csv_file)
input_field = "Description"
- for row in csv_reader:
- input_data = trim_string(row[input_field])
+ for row in itertools.islice(csv_reader, num_docs):
+ # Fix invalid ratings and counts
+ if row["Average User Rating"] == "":
+ row["Average User Rating"] = random.uniform(0.0, 5.0)
+ if row["User Rating Count"] == "":
+ row["User Rating Count"] = random.randint(10, 10_000)
+ # Set field to encode and index
+ input_data = trim_string(f"{row['Name']} - {trim_string(row[input_field])}")
+ # Put all of that into a doc
doc = Document(text=input_data)
doc.tags = row
- # del doc.tags[input_field]
- # doc = Document(content="foo")
- print(doc)
- docs.extend([doc])
+ yield doc
- # docs.prune()
- return docs
+def index(num_docs=max_docs):
+ flow = (
+ Flow()
+ # .add(uses='jinahub+docker://TransformerTorchEncoder', pretrained_model_name_or_path="sentence-transformers/msmarco-distilbert-base-v3", name="encoder", max_length=50)
+ .add(
+ uses=MyTransformer,
+ pretrained_model_name_or_path=backend_model,
+ name="encoder",
+ ).add(uses=DiskIndexer, workspace=backend_workdir, name="indexer")
+ )
-def run(inputs, args, top_k=10):
- """
- Execute the chatbot example.
+ with flow:
+ flow.post(
+ on="/index",
+ inputs=prep_docs(input_file=backend_datafile, num_docs=num_docs),
+ request_size=64,
+ read_mode="r",
+ )
- :param args: arguments passed from CLI
- """
- f = (
+def query_restful():
+ flow = (
Flow()
- .add(uses=MyTransformer, parallel=args.parallel)
- .add(uses=MyIndexer, workspace=args.workdir)
+ # .add(uses='jinahub+docker://TransformerTorchEncoder', pretrained_model_name_or_path="sentence-transformers/msmarco-distilbert-base-v3", name="encoder", max_length=50)
+ .add(
+ uses=MyTransformer,
+ pretrained_model_name_or_path=backend_model,
+ name="encoder",
+ ).add(uses=DiskIndexer, workspace=backend_workdir, name="indexer")
+ # .add(uses=ReviewRanker, name="ranker")
)
- # # index it!
- with f:
- f.post(on="/index", inputs=inputs, on_done=print)
- f.use_rest_gateway(args.port_expose)
- f.block()
+ with flow:
+ flow.protocol = "http"
+ flow.port_expose = backend_port
+ flow.block()
+
+
+@click.command()
+@click.option(
+ "--task",
+ "-t",
+ type=click.Choice(["index", "query_restful"], case_sensitive=False),
+)
+@click.option("--num_docs", "-n", default=max_docs)
+@click.option("--force", "-f", is_flag=True)
+def main(task: str, num_docs: int, force: bool):
+ workspace = backend_workdir
+ if task == "index":
+ if os.path.exists(workspace):
+ if force:
+ shutil.rmtree(workspace)
+ else:
+ print(
+ f"\n +----------------------------------------------------------------------------------+ \
+ \n | 🤖🤖🤖 | \
+ \n | The directory {workspace} already exists. Please remove it before indexing again. | \
+ \n | 🤖🤖🤖 | \
+ \n +----------------------------------------------------------------------------------+"
+ )
+ sys.exit(1)
+ index(num_docs=num_docs)
+ if task == "query_restful":
+ if not os.path.exists(workspace):
+ print(
+ f"The directory {workspace} does not exist. Please index first via `python app.py -t index`"
+ )
+ sys.exit(1)
+ query_restful()
if __name__ == "__main__":
-
- args = set_hw_chatbot_parser().parse_args(); pprint(args)
-
- docs = prep_docs(input_file="./data/1000.csv")
- print(docs)
- print(len(docs))
-
- run(inputs=docs, args=args)
+ main()
diff --git a/backend/appstore_config.py b/backend/appstore_config.py
deleted file mode 100644
index c958152..0000000
--- a/backend/appstore_config.py
+++ /dev/null
@@ -1,2 +0,0 @@
-my_model = 'sentence-transformers/msmarco-distilbert-base-v3'
-my_top_k = 10
diff --git a/backend/backend_config.py b/backend/backend_config.py
new file mode 100644
index 0000000..57adb3d
--- /dev/null
+++ b/backend/backend_config.py
@@ -0,0 +1,15 @@
+# in executors.py
+backend_model = "sentence-transformers/msmarco-distilbert-base-v3"
+backend_top_k = 10
+
+# in app.py
+backend_port = 45678
+backend_workdir = "workspace"
+backend_datafile = "./data/appstore_games-shuffled.csv"
+text_length = 50 # How many words to index for each app? Longer = more accurate, shorter = quicker
+max_docs = 3000 # How many apps to index
+
+# dataset
+dataset_url = "https://github.com/alexcg1/ml-datasets/blob/master/nlp/strategy_games/appstore_games.csv?raw=true"
+dataset_filename = 'appstore_games.csv'
+random_seed = 42 # Ensure we can replicate shuffling so we get consistent results
diff --git a/backend/data/1000.csv b/backend/data/1000.csv
deleted file mode 100644
index 138d6e0..0000000
--- a/backend/data/1000.csv
+++ /dev/null
@@ -1,1000 +0,0 @@
-URL,ID,Name,Subtitle,Icon URL,Average User Rating,User Rating Count,Price,In-app Purchases,Description,Developer,Age Rating,Languages,Size,Primary Genre,Genres,Original Release Date,Current Version Release Date
-https://apps.apple.com/us/app/sudoku/id284921427,284921427,Sudoku,,https://is2-ssl.mzstatic.com/image/thumb/Purple127/v4/7d/23/c6/7d23c660-aba8-308a-05c0-19385a377c0e/source/512x512bb.jpg,4,3553,2.99,,"Join over 21,000,000 of our fans and download one of our Sudoku games today!\n\nMakers of the Best Sudoku Game of 2008, Sudoku (Free), we offer you the best selling Sudoku game for iPhone with great features and 1000 unique puzzles! \n\nSudoku will give you many hours of fun and puzzle solving. Enjoy the challenge of solving Sudoku puzzles whenever or wherever you are using your iPhone or iPod Touch. \n\nOPTIONS\n\nAll options are on by default, but you can turn them off in the Options menu\n\u2022 Show Incorrect :: Shows incorrect answers in red. \n\u2022 Smart Buttons :: Disables the number button when that number is completed on the game board. \n\u2022 Smart Notes :: Removes the number from the notes in the box, column, and row that contains the cell with your correct answer.\n\nFEATURES\n\n\u2022 1000 unique handcrafted puzzles\n\u2022 ALL puzzles solvable WITHOUT guessing\n\u2022 Four different skill levels\n\u2022 Challenge a friend\n\u2022 Multiple color schemes\n\u2022 ""ALL notes"": tap the ""All notes"" button on to show all the possible answers for each square. Tap the ""All notes"" button off to remove the notes.\n\u2022 Hints: shows the answer for the selected square or a random square when one is not selected\n\u2022 Pause the game at any time and resume where you left off\n\u2022 Best times, progress statistics, and much more\n\nDo you want more? Try one of our other versions of sudoku which have all the same great features!\n* Try Color Sudoku for a fun twist to solving sudoku puzzles. \n* For advanced puzzle solving, try Expert Sudoku to challenge your sudoku solving skills.",Mighty Mighty Good Games,4+,"DA, NL, EN, FI, FR, DE, IT, JA, KO, NB, PL, PT, RU, ZH, ES, SV, ZH",15853568,Games,"Games, Strategy, Puzzle",11/07/2008,30/05/2017
-https://apps.apple.com/us/app/reversi/id284926400,284926400,Reversi,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/f7/e8/10/f7e810c8-72b4-cd85-e2d3-fbcb1e3ef381/source/512x512bb.jpg,3.5,284,1.99,,"The classic game of Reversi, also known as Othello, is a much-loved strategy board game. It is often described as taking only a minute to learn but a lifetime to master. Each game only takes a few minutes, making it ideal for your iPhone or iPod Touch. It can be played by all ages. This continues to be one of the most sought-after versions of the game for the natural AI when playing against the CPU and the refreshing, crisp graphics.\n\nFEATURES:\n\n- One or two player mode\n- Six levels of difficulty from beginner to guru\n- Each level has its own style of play\n- Strong computer opponent at higher levels\n- Fast computer play!\n- Option for suggestions to help improve your game play\n- Four gorgeously styled boards\n- Unlimited undo and redo\n- Scoreboard\n- Auto-save game in progress\n- Can listen to your iPod whilst playing\n\n""There are several free Reversi games in the app store, but none have the breadth of options or depth of AI of this paid version. AppCraver looks forward to seeing what developer Kiss The Machine comes up with next"" - www.appcraver.com\n\n""For those who are serious about playing Reversi and want a serious AI challenge get this one"" - mrbass.org best iPhone and iPod Touch games",Kiss The Machine,4+,EN,12328960,Games,"Games, Strategy, Board",11/07/2008,17/05/2018
-https://apps.apple.com/us/app/morocco/id284946595,284946595,Morocco,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/98/b2/41/98b241cc-29b7-5f67-0060-1e030f35562f/source/512x512bb.jpg,3,8376,0,,Play the classic strategy game Othello (also known as Reversi) on your iPhone or iPod Touch. The object is to finish the game with more of your pieces on the board than your opponent.\n\nFEATURES\n\n- Play against the iPhone or against another person.\n- Three difficulty levels allow for casual play while still providing a challenge to experienced players.\n- Option to show (or hide) the current legal moves. Very useful when learning to play.\n- Option to turn on or off disc flipping animations. \n- Automatically saves the game when you leave so you can pick it back up later.,Bayou Games,4+,EN,674816,Games,"Games, Board, Strategy",11/07/2008,5/09/2017
-https://apps.apple.com/us/app/sudoku-free/id285755462,285755462,Sudoku (Free),,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/64/da/aa/64daaaa4-40b5-9e9f-9d60-b936b5d2f3ca/source/512x512bb.jpg,3.5,190394,0,,"Top 100 free app for over a year.\nRated ""Best Sudoku Game of the Year"" by Apple.\nRated #9 Game of the Year by Apple.\nRated #24 App of the Year by Apple with over 10,000 apps competing!\n\nWith unique handcrafted puzzles across four different skill levels, Sudoku (Free) is a great introduction to the fun and puzzle solving challenge of Sudoku.\n\nOPTIONS\n\nAll options are on by default, but you can turn them off in the Options menu\n\u2022 Show Incorrect :: Shows incorrect answers in red. \n\u2022 Smart Buttons :: Disables the number button when that number is completed on the game board. \n\u2022 Smart Notes :: Removes the number from the notes in the box, column, and row that contains the cell with your correct answer.\n\nFEATURES\n\n\u2022 Multiple color schemes\n\u2022 Unique handcrafted puzzles\n\u2022 Four different skill levels\n\u2022 Challenge a friend\n\u2022 ALL puzzles are solvable WITHOUT guessing\n\u2022 4 color schemes\n\u2022 ""ALL notes"": tap the ""All notes"" button on to show all the possible answers for each square. Tap the ""All notes"" button off to remove the notes.\n\u2022 Hints: shows the answer for the selected square or a random square when one is not selected\n\u2022 Pause the game at any time and resume where you left off\n\u2022 Best times, progress statistics, and much more\n\nDo you want more? Try one of our other versions of sudoku which have all the same great features!\n* Look for our paid edition of Sudoku with 800 puzzles and more unique color schemes. \n* Or try Color Sudoku for a fun twist to solving sudoku puzzles. \n* For advanced puzzle solving, try Expert Sudoku to challenge your sudoku solving skills.",Mighty Mighty Good Games,4+,"DA, NL, EN, FI, FR, DE, IT, JA, KO, NB, PL, PT, RU, ZH, ES, SV, ZH",21552128,Games,"Games, Strategy, Puzzle",23/07/2008,30/05/2017
-https://apps.apple.com/us/app/senet-deluxe/id285831220,285831220,Senet Deluxe,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/ab/2d/cf/ab2dcfe6-2178-6f74-2d42-0b6db66fc7e0/source/512x512bb.jpg,3.5,28,2.99,,"""Senet Deluxe - The Ancient Game of Life and Afterlife\n\nSenet is an ancient Egyptian race game and the predecessor of our modern Backgammon. The oldest known form of the game is shown in a painting from the tomb of Hesy (circa 2686-2613 BCE). Many pictures of the game and artifacts have been discovered and are displayed in Museums around the world. The commonness of these finds indicates that the game was very popular in its time.\n\nThe main adversaries in Senet are the Spools and the Pyramids. These pawns follow a path from their start positions to the House of Horus in an inverted 'S'. The player moving all of his pawns off the board first wins. Fields on the Senet board are called houses. Some of these have special significance and are adorned with icons like the Ankh symbol. Instead of dice flattened sticks are used. Each stick has a bright side and a dark side. Every bright side is a point. If only dark sides are showing the player is awarded 5 points. When a 1, 4, or 5 is thrown the player gets another turn.\n\nWhen moving into a field occupied by an opponent, the pieces switch places. If, however, the opponent's pawn is part of a row of two or more, it cannot be beaten. It is possible to 'jump' over an opponent if it isn't part of a row of 3 pieces or more. 3 pieces are considered a block and are an important strategic tool.\n\nThrough symbology Senet hints at the afterlife as seen from an Egyptian point of view. If one's piece is beaten on one of the last three fields or the jump over the House of Water is not successful one moves back to the house of Rebirth. In such the game alludes to reincarnation and the journey of the dead.\n\nSenet Deluxe is a truly unique strategy game. It features great animation, a soundtrack, an intelligent adversary, enforceable backwards moves, highlighting for acceptable moves, game statistics and online help. Be prepared to spend many hours with the most popular game of the antiquity.\n\nFor more screenshots and several videos of the application in action, please visit the website indicated below.""",RoGame Software,4+,"DA, NL, EN, FR, DE, EL, IT, JA, KO, NO, PT, RU, ZH, ES, SV",34689024,Games,"Games, Strategy, Board, Education",18/07/2008,22/07/2018
-https://apps.apple.com/us/app/sudoku-classic-number-puzzle/id286210009,286210009,Sudoku - Classic number puzzle,Original brain training,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/69/92/8a/69928a8c-fbb4-a973-8e19-75dabba0c6a1/source/512x512bb.jpg,3,47,0,1.99,"Sudoku will tease your brain, challenge you or allow you to unwind and relax. With the easiest interface, it will give you the perfect Sudoku experience. Big numbers, a straight-forward toolbar for the actions you will use the most, plus all the options to personalise your game. Choose your level, from easy to expert, have your mistakes counted and duplicated numbers highlighted or choose the \u201cPro Mode\u201d to have no help in solving your puzzle. Get hints whenever you are stuck and \u201cpencil in\u201d your notes or erase entries.\n \nChoose among 3 themes for the look of your board: the white and elegant, for a light, modern look; the blue for a touch of originality or the dark theme, best for low light environments or to relax even more.\n \nTo relax or challenge yourself, for your time out or for a bit of brain training, Sudoku is the game for you. \n \nFeatures of Sudoku:\n- Get a new puzzle every time. Sudoku has thousands of different boards for you, all with a unique solution.\n- Challenge yourself with 4 difficulty levels: for beginners and experts alike.\n- Use the Hints whenever you need a little help getting through the puzzle.\n- Make the most of the \u201cPencil Mode\u201d, taking notes of all the possible numbers that could go in a cell.\n- Duplicated numbers in a column, row or block will be highlighted for you to avoid repetitions.\n- Erase a number or undo a move easily.\n- Go \u201cPro\u201d to play as if you had pen and paper. No mistakes will be counted for you, no duplicates will be highlighted. It\u2019s just you and your puzzle.\n- Choose one of the amazing 3 themes: paperwhite, dark (ideal for playing with less light) and original blue.\n- Unlock fun achievements. Can you finish a game in 30 seconds or solve a puzzle without undos? Additional challenges for additional fun.\n- Worldwide Leaderboard to compete with players of Sudoku from all over the world.\n \nTake this amazing brain training with you anywhere, anytime. Download it now and start playing the classic logic puzzles with numbers straight away. Free.\n\nIf you have a critic, suggestion or just want to say ""hi"" please write us: support@outofthebit.com\n\nFollow us on social media:\nFacebook/outofthebit\nTwitter: @outofthebit",OutOfTheBit Ltd,4+,EN,48672768,Games,"Games, Entertainment, Strategy, Puzzle",30/07/2008,29/04/2019
-https://apps.apple.com/us/app/gravitation/id286313771,286313771,Gravitation,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/02/c3/17/02c317af-53ad-75f0-e375-4271ff271deb/source/512x512bb.jpg,2.5,35,0,,"""Gravitation is a new implementation of the puzzle strategy game, specifically written to take advantage of iOS 3D accelerators.\n\nIn this new version, as you rotate your device, the ball's will 'fall' whichever direction is currently down. By rotating the screen, you can change the layout of the balls as they fall to the new bottom. The more balls of the same color that are connected, the higher the points you get.\n\nGame Center support shows the scores of you, your friends and all players. \n\nGravitation will remember its position if it is interrupted. Multiple player names may be entered.\n\nSupport for English, French, Italian, Spanish, Portuguese, Japanese and Chinese is included.""",Robert Farnum,4+,,6328320,Games,"Games, Entertainment, Puzzle, Strategy",30/07/2008,14/11/2013
-https://apps.apple.com/us/app/colony/id286363959,286363959,Colony,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/03/be/82/03be82a1-8a91-7610-f60d-4b1c51ca12a8/source/512x512bb.jpg,2.5,125,0.99,,"""50 levels of addictive puzzling strategy fun! Play against your device or another player, taking it in turns to place triangular pieces on the board to fill up hexagons. When a hexagon has as many pieces within it as it has hexagons touching it, it explodes and sends its pieces to those hexagons, 'colonising' them and making them your own.\n\nGain bonuses by setting off chain reactions of explosions!\n\nOnce you've colonised the required percentage of hexagons for that level, you win and advance to the next level.\n\nPlan your game wisely, as one wrong move can really turn the tables!\n\nFeatures:\n- 1-player and 2-player modes\n- 50 levels!\n- Hi-scores\n- Special bonus hexagons\n- Random boards\n- Levels grow in difficulty\n- Resume a saved game\n- Start at any level you've previously reached in a 1-player game""",Chris Haynes,4+,EN,64333824,Games,"Games, Strategy, Board",3/08/2008,3/10/2018
-https://apps.apple.com/us/app/carte/id286566987,286566987,Carte,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/44/21/9d/44219d29-94e1-3ccd-59dc-ab9c81b8b18a/source/512x512bb.jpg,2.5,44,0,,"""Jeu simple qui consiste \xe0 trouver comment retourner 6 cartes en suivant la r\xe8gle.\n- Click sur une carte retournera la seconde suivante.\n- Une carte retourn\xe9e n'est plus clickable.\n\nExemple : click sur la carte 1 retournera la carte 3\nTrouverez vous comment retourner au moins 6 cartes ?\n\nLe tirage des cartes est al\xe9atoire.\nJeu simple de strat\xe9gie adapt\xe9 aux enfants.\n\n\xa2 Pautex JF, NANCY 2010-2017""",Jean-Francois Pautex,4+,FR,2657280,Games,"Games, Strategy, Board, Entertainment",3/08/2008,23/11/2017
-https://apps.apple.com/us/app/barrels-o-fun/id286682679,286682679,"""Barrels O' Fun""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/4a/b8/cd/4ab8cd35-6025-ccba-bb8b-44882dda46c2/source/512x512bb.jpg,2.5,184,0,,"Barrels O\u2019 Fun is a simple but challenging solitaire game where you match barrels to clear the board before time runs out. The faster you are, the higher your score.\n\nFeaturing 3 difficulty levels and complete in-game instructions, Barrels O\u2019 Fun is sure to keep you entertained on the bus, between classes, whenever and wherever you go. Challenge your friends to see who can get the highest score.\n\nTo get a look at the gameplay, check out the ""How-To-Play"" video on our website at: http://web.mac.com/bensanborn/iWeb/BesqWare/BarrelsOFun.html",BesqWare,4+,EN,1466515,Games,"Games, Casual, Strategy",1/08/2008,1/08/2008
-https://apps.apple.com/us/app/quaddraxx/id287563734,287563734,Quaddraxx,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/df/b6/1d/dfb61daf-4eb6-30ad-835a-d68346d0e817/source/512x512bb.jpg,,,0,,"Quaddraxx-Logic \u2013 Challenge your brain!\n\nDissolve a 3D cube made up of dice by rotating or switching dice into rows of the same color or number. \nTrain your memory, logical thought, spatial sense and more\u2026\n\nAdvanced user interface\nUsing the touch screen and accelerometer, three dimensional logic games have never been as intuitive as this:\n\n- Put your finger on the rotate button and tilt your device to rotate the view.\n- Swap and rotate dice using intuitive gestures on the touch screen.\n\nGame features\n- Easy to understand \u2013 but addictive! \n- Two game modes and three difficulty levels.\n- Virtually endless number of different puzzles.\n- Undo-function for difficult situations.\n- Hall of fame \u2013 Beat your friends?",H2F Informationssysteme GmbH,4+,EN,3089867,Games,"Games, Entertainment, Strategy, Puzzle",11/08/2008,30/09/2008
-https://apps.apple.com/us/app/lumen-lite/id288096268,288096268,Lumen Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/b9/ab/5a/b9ab5a52-aea9-fc5c-02f6-2e892192d3c8/source/512x512bb.jpg,3.5,5072,0,,"""The objective of Lumen is to light up all the checkpoints in the puzzle by bouncing, coloring, and maneuvering a laser beam through obstacles. \n\nLumen is meant to be picked up quickly, and enjoyed endlessly. There are only 5 simple parts to learn before you can begin playing.\n\nPuzzles can be enjoyed leisurely, even put down and resumed later, as there are no timers or scores. Just sit back and relax with Lumen.\n\nThe full (non-Lite) version of Lumen has access to an online database of over 2,100 puzzles. If you enjoy Lumen Lite's puzzles, please take a look at the full version.""",Bridger Maxwell,4+,EN,7086403,Games,"Games, Puzzle, Strategy",18/08/2008,22/11/2008
-https://apps.apple.com/us/app/bubblepop/id288669794,288669794,BubblePop,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/78/f2/6e/78f26eab-13c6-67dd-25ce-f40ce97f16d2/source/512x512bb.jpg,3,526,0,,"Are you ready for some popping? Once you pop you can\u2019t stop! This fast paced game is easy to learn but impossible to master.\n\nBubbles must be popped in order from the lowest to highest number. Pop as many as you can for points but do so before time runs out. Make a mistake and you\u2019ll lose time. Clear a round and you\u2019ll earn bonus time. The more bubbles you pop the harder it gets! Warning: Extremely addicting. \n\nCan you get highest pop score?\n\nFeatures:\n- Easy, Medium, Hard levels\n- Worldwide high scores system\n- Lots of bouncing bubbles\n- Fast action popping\n- Fun animations and sound\n- Increasing difficulty",TMSOFT,4+,EN,845008,Games,"Games, Strategy, Entertainment",22/08/2008,25/07/2009
-https://apps.apple.com/us/app/marple/id288689440,288689440,Marple,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/9b/e2/43/9be24321-c9b4-241f-fe56-624427a6dad6/source/512x512bb.jpg,3.5,989,0.99,,"AWARDED ""BEST PUZZLER"" IN MACWORLD\'S ""THE BEST GAMES OF 2008""!\n\nNOMINEE FOR ""BEST PUZZLE GAME"" IN ""2008 BEST APP EVER AWARDS""!\n\nRATED ""BETTER"" IN APPREVIEW!\n\n\nGetting tired of Sudoku? Why not try Marple?\n\nMarple is a game of logic and deduction. The playing field consists of 20 tiles arranged in 4 rows of 5 columns each and a set of clues. The goal of the game is to figure out the correct order of those 20 tiles using the given clues by process of elimination.\n\nThere are four different types of clues: ""In between"", ""Left of"", ""Same column"" and ""Next to"". ""In between"" clue tells that the middle tile has to be located in between the other two. It however does not tell the order of the other two tiles or how far they are from the middle one. ""Left of"" clue tells that the left tile has to be located left of the right tile. It however does not tell how far apart they are. ""Same column"" clue tells that the two tiles have to be on the same column. ""Next to"" clue tells that the two tiles are adjacent to each other. It however does not tell the order of the two tiles.\n\nFeatures:\n * 1,000,000 fiendishly clever puzzles to play so don\'t expect to run out of them any time soon! At 3 minutes / puzzle, 1 hour / day = ca. 137 years of puzzles!\n * Tutorial mode\n * Hint system that highlights a clue that you should be concentrating on next and also explains exactly what you should be doing next.\n * Graphical help with beginner tips",Mikko Kankainen,4+,EN,3643392,Games,"Games, Puzzle, Strategy",28/08/2008,5/05/2019
-https://apps.apple.com/us/app/tetravex-lite/id288918962,288918962,Tetravex Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/94/b3/96/94b396bd-f59e-7d1f-52cb-f0b388939c0e/source/512x512bb.jpg,2.5,2358,0,,"Play the classic edge matching puzzle game Tetravex on your iPhone or iPod Touch! Arrange the tiles in the playing area so that the colors match along tile edges. But think carefully -- the game can be more challenging than it looks!\n\nFeatures:\n\nFour difficulty levels: simple, easy, medium and hard. Tetravex can be easy enough for children, or difficult enough to confound even the strongest minds.\n\nOnline and local high scores. Try to beat your best times on easy, medium, and hard, or challenge your friends and the world for the top spots on medium and hard.\n\nNever lose progress. Tetravex always saves your game so that you can resume it later. And if you get a high score while your device has no network connection, Tetravex will submit it next time you connect.\n\nThe Lite edition of Tetravex limits you to the simple and easy difficulty levels. If you demand a true challenge, just follow one of the in game links to purchase the full version!",Futrell Software,4+,EN,731525,Games,"Games, Puzzle, Strategy, Entertainment",27/08/2008,21/10/2008
-https://apps.apple.com/us/app/awele-oware-mancala-hd/id289217958,289217958,Awele/Oware - Mancala HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/86/74/14/86741450-2965-c032-dcfc-40ab5af1f09b/source/512x512bb.jpg,3,112,0,0.99,"Awele/Oware is the oldest African board game and is still widely played throughout the world today. It\'s known by many names. Awele/Oware is a game of strategy and is easy to learn and fun to play. You can play against the computer or a friend. The object of the game is to capture more seeds than your opponent. You sow seeds and capture seeds from you opponent, all the while not starving your opponent. For more information on Awele/Oware, see the Wikipedia page at ""http://en.wikipedia.org/wiki/Oware""\n\n- Full HD retina\n- One or Two players\n- 5 different themes\n- 3 different difficulty levels\n- Game Center",SOLILAB,4+,"EN, FR, DE, IT, ES",122826752,Games,"Games, Strategy, Board",31/08/2008,6/04/2015
-https://apps.apple.com/us/app/awele-oware-mancala-hd/id289217958,289217958,Awele/Oware - Mancala HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/86/74/14/86741450-2965-c032-dcfc-40ab5af1f09b/source/512x512bb.jpg,3,112,0,0.99,"Awele/Oware is the oldest African board game and is still widely played throughout the world today. It\'s known by many names. Awele/Oware is a game of strategy and is easy to learn and fun to play. You can play against the computer or a friend. The object of the game is to capture more seeds than your opponent. You sow seeds and capture seeds from you opponent, all the while not starving your opponent. For more information on Awele/Oware, see the Wikipedia page at ""http://en.wikipedia.org/wiki/Oware""\n\n- Full HD retina\n- One or Two players\n- 5 different themes\n- 3 different difficulty levels\n- Game Center",SOLILAB,4+,"EN, FR, DE, IT, ES",122826752,Games,"Games, Strategy, Board",31/08/2008,6/04/2015
-https://apps.apple.com/us/app/chess-game/id289382458,289382458,Chess Game,,https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/72/28/9d/72289df1-1ec6-10f5-8e81-c2e2cad71bc8/source/512x512bb.jpg,3,504,0,,"""How about a nice game of chess?"" -- Joshua, in WarGames\n\nCurrent version has these features:\n- 5 Levels \n- Undo/Redo\n- Move history\n- Load/Save games\n- Play by email\n- Play One on One\n- Swap side\n- Show valid moves when playing level 1\n\n...delete games with a standard swipe gesture. This is, in the game list, place your finger on a games name and swipe right and a Delete button will appear.\n\nThe emails sent with the Play by email feature should be read on a iPhone/iPod touch and when receiving an email one only need to tap the link in the email.",Memention Holding AB,4+,EN,444163,Games,"Games, Board, Strategy",2/09/2008,7/10/2009
-https://apps.apple.com/us/app/catcha-mouse/id290493286,290493286,Catcha Mouse,,https://is1-ssl.mzstatic.com/image/thumb/Purple2/v4/a8/da/9f/a8da9f8c-024d-007c-735c-e014d20f4cf7/source/512x512bb.jpg,3.5,95971,0,"1.99, 0.99, 1.99, 0.99, 4.99, 1.99, 1.99","*More than 4 Million downloads!!!\n\n#1 iPhone Free App in USA, Canada, UK, France, Spain, Sweden, Finland, Australia, Argentina, Paraguay and Lithuania.\n\n""Little games like Catcha Mouse are equally compelling reasons to reject important phone calls. Plus, and we can\'t stress this enough, it\'s so totally free."" - joystiq.com\n\nCatcha Mouse is a very easy to learn game!\nYou\'ll have to use all your wit to corner the mouse before he escapes through the holes!\nIt\'s a fun way of testing your intelligence and improving your skills!\nIf you enjoy challenging games, you will love Catcha Mouse!\n\nFor news and updates follow us on: twitter.com/odasoft and facebook.com/odaSoft\n\n\nFeatures:\n\n- 600 challenging levels.\n\n- Lovable graphics and sounds.\n\n- Game Center Leaderboards.","Meme, Inc",4+,EN,26820692,Games,"Games, Puzzle, Strategy",19/02/2009,26/04/2013
-https://apps.apple.com/us/app/cool-sudoku-jigsaw-killer/id290614255,290614255,"Cool Sudoku, Jigsaw, Killer","Sudoku, Jigsaw, Killer, Kakuro",https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/14/1b/5c/141b5c79-5c75-207c-684c-b1be2563ab71/source/512x512bb.jpg,3.5,357,0,"0.99, 0.99, 0.99","You can now play Sudoku, Killer Sudoku, Jigsaw Sudoku, Kakuro,Mini Sudoku, Sudoku X, Hitori, Nurikabe and Futoshiki from the one application.\n\nOur puzzles are published worldwide including the Daily Telegraph, Chicago Tribune and LA Times. All our puzzles are expertly graded and we guarantee that there is only one solution. Our puzzles can be solved using logical methods with no guesswork required.\n\nWe run a daily competition for each puzzle type and you can submit your completed entry and view your position on our daily leader board. \n\nYou can practice Sudoku puzzles by choosing from our graded puzzles - Gentle, Moderate, Tough and Diabolical.\n\nWith both the Daily puzzles and the Practice Puzzles, we save your progress as you go, stopping the clock as you exit. All pencil marks are saved when you exit.\n\nThe display is clear and easy to read and you can also display possibles for any cell. You can enter pencil marks for all puzzle types. Pencil marks are saved when you exit the application or receive a phone call.",Splash Software Ltd.,4+,EN,52236288,Games,"Games, Strategy, Puzzle, Entertainment",24/09/2008,26/04/2019
-https://apps.apple.com/us/app/mind-the-corners/id291074572,291074572,Mind the Corners,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/bc/13/11/bc1311d4-0725-88f7-4bda-b2817bbeb7a8/source/512x512bb.jpg,3,7,0.99,,"""Mind the Corners is a board game where the goal is to place as many of your pieces on the grid as possible. Each piece consists of 1 to 5 square blocks, and scoring is by the number of unplayed squares (lowest score wins). There is a simple rule for what moves are allowed: the new piece must touch one of the player's own pieces, but only at a corner. Each player's first piece is played at one of the corners of the board.\n\nPlay is adjustable: 2-4 players (any of which can be computer players), different board sizes, a variable number of randomly placed blocking squares, player colors, and whether piece placement is by dragging or selection.""",Zentropy Software,4+,EN,1530880,Games,"Games, Strategy, Entertainment, Board",19/09/2008,26/10/2016
-https://apps.apple.com/us/app/all-you-can-eat/id291723451,291723451,All You Can Eat,,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/36/63/81/366381d1-4a44-78fb-20e9-e9f06ba6abe9/source/512x512bb.jpg,2,30,0.99,,"""'All You Can Eat' is a very enjoyable game. It's not as easy as it may look - you need some training to eat as much as possible - without being harmed by the fire.\n\nThe smiley will be directed by the player. The only directions are left and right. As soon as the smiley will reach the end of one of the 8 platforms will he fall down - to the next platform or in case there is no platform below, to the bottom.\n\nTouch the display anywhere on the left half to move the smiley to the left or on the right half to move him right.\n\nThe game makes no annoying sounds so feel free to play your favorit iPod music. \n\nEat as much as you can - beware of the fire - use the four elevators - have fun !\n\n###### Check your homepage for a demo video ######\n(www.soundside.de)""",Armin Heinrich,9+,EN,4341760,Entertainment,"Entertainment, Games, Casual, Strategy",24/09/2008,16/03/2019
-https://apps.apple.com/us/app/ane-rouge/id291894818,291894818,Ane Rouge,,https://is2-ssl.mzstatic.com/image/thumb/Purple111/v4/05/87/d6/0587d6fb-bd6b-dd43-9399-96790ee4500c/source/512x512bb.jpg,,,0,,"Your Goal is to make leave the red square towards the top of the board. \nThis game seem very difficult, ideal to develop some reflexion.\nThis Ipod/iphone implementation is close to best simulate original wood pieces.\nA minimum of 81 blows are necessary to make leave enclosed red square, maybe you will use more 300 blows with a severe drive. \nTry demolished it ! \n\n- Automatic saving your game when quit.\n- Shake it to restart new game.\n- Net best score on request.\n- Can play without net connection.\n- You can add your best score in the best net list.\n\nJF Pautex \xa92008-2017",Jean-Francois Pautex,4+,"EN, FR",1190912,Games,"Games, Puzzle, Education, Strategy",27/09/2008,8/03/2017
-https://apps.apple.com/us/app/neiscat/id291929815,291929815,Neiscat,,https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/8a/e3/8d/8ae38d1d-bd7b-b1c1-a221-ff6a546fd34d/source/512x512bb.jpg,,,0.99,,"Neiscat is an original strategy game, where you will play against the iPhone/iPod touch.\n\nThe game was adapted from its original version on the HP-41 calculator.\n\nThere are only a small set of rules, but the possibilities for strategies are endless.\n\nA new game starts with the number 3 in the middle of an hexagonal board. The objective is to complete 1-2-3 series either vertically or diagonally. You and the iPhone/iPod touch will play each in turn the numbers in the order 1-2-3-1-2-3... The number completing a 1-2-3 series will be added to your score, hopefully a 3. Once a number has been used to score a 1-2-3 series, it will be highlighted and neither player will be able to reuse it.\n\nFEATURES\n - Addictive, you want to win. Come on, its a phone, how good can it really be?\n - 4 levels of difficulty, from easy to ""better not make any mistake""\n - A tutorial is available to explain and demonstrate game play.\n - You can listen to your music while playing the game, no interference.\n - Saves your current game, so you can play 5 minutes while waiting for the bus, and not loose you winning streak.\n - You can email your statistics/scores to the Neiscat online site to share with everyone.\n\nGood Luck!!!\n\nThanks go to Scott Harmon for his excellent suggestions and comments and to Doug Lynch for his review at AppStoreApps.\n\n*** Runs under iOS 5",Frederic Bronner,4+,"EN, FR",8806400,Games,"Games, Board, Entertainment, Strategy",29/09/2008,23/12/2018
-https://apps.apple.com/us/app/boomshine/id292242592,292242592,Boomshine,,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/1b/6b/ef/1b6bef71-6d71-1ee1-8f3c-76fabc8fb2c6/source/512x512bb.jpg,4,637,0.99,,Boomshine is an addictive casual game. Touch the screen to start a chain reaction and try to explode as many dots as needed to pass a level. The game contains 12 levels ranging from the easy to the hard (25 tries on average to beat level 12).\n\nTry the original flash version online at http://www.k2xl.com/games/boomshine,TwoDesk Software Company,4+,EN,22873088,Games,"Games, Puzzle, Entertainment, Strategy",7/10/2008,20/05/2017
-https://apps.apple.com/us/app/gaia-lite/id292274288,292274288,Gaia Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/5c/7c/d5/5c7cd5b4-0b74-4360-bbe6-8a2667507020/source/512x512bb.jpg,3.5,1563,0,,"Maximize your score for the first four levels of our top rated puzzle game in this free version. If you like Gaia lite and want more challenges then purchase the Gaia full version.\n\nCritics on the full version of Gaia...\n\n""One of the most usable iPhone games we\u2019ve played yet [...] This beautifully crafted puzzle game deserves a spot on every iPhone."" - SlideToPlay.com (4/4 Must Have)\n\n""The unique visual style and sound effects [...] make Gaia the puzzle game worth playing."" -FingerGaming.com (4/5 Stars)\n\n""Fantastic iPhone puzzle game that\'s sometime familiar, sometimes new and always fun to play."" - TiltGamer.com\n(8/10 + Editor\'s Choice)\n\nUnique and Captivating...\n\nEngaging graphics and clever gameplay combine to create a never-before-seen experience only possible on the iPhone.\n\nGaia is simple: pieces fall onto the screen and link together to form complex blocks. By rotating the iPhone and eliminating the right blocks with a touch, a player can grow a larger block and earn more points. In this way, Gaia rewards deep thinking players while remaining simple and intuitive.\n\nWe take pride in Gaia\'s satisfying responsiveness and ease of play. So be careful, you may find yourself addicted. We did.\n\nGaia lite Features:\n- Four levels. Full game continues with unlimited levels and increasing difficulty until the player runs out of moves.\n- Includes 10 hand-illustrated nature themed pieces. Full Game has 10 more.\n- Watch out for Toxic Hazards. Full game includes Radioactive, and Biological hazards!\n- Touch sign your highscores with your initials (or draw a picture)\n- Points multipliers. Full Game includes bonus levels.\n- Soothing sound effects and autosave on quit or phone call\n- No language - uses only universal symbols - so anyone can play!",Quicksand Interactive,4+,EN,6550985,Games,"Games, Strategy, Puzzle",2/10/2008,2/10/2008
-https://apps.apple.com/us/app/fieldrunners/id292421271,292421271,Fieldrunners,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/b3/16/1f/b3161f9a-b708-401d-f949-c263d203af51/source/512x512bb.jpg,4,41869,2.99,"0.99, 0.99, 0.99, 0.99","OVERVIEW\n\nThe invasion begins! Pint sized soldiers are storming your country - do you have what it takes to defeat them? Customize your strategic defenses using a wide selection of powerful weapons. Control the battlefield with a vast array of tactics against countless waves of unique land and air invaders! Countless hours of entertainment and replayable challenges! Enjoy a growing experience through DLC maps! \n\nDo you have what it takes to stop the fieldrunners and rise to the top as the ultimate tower defense champion? \n\nKEY FEATURES\n\n\u2022 Retina display support for gorgeous artwork!\n\u2022 Addictive gameplay for hours of action!\n\u2022 Over 800 waves across 8 unique battlefields!\n\u2022 11 devastating weapons for ultimate defenses!\n\u2022 Stunning visuals in a hyper detailed world!\n\u2022 Epic amounts of achievements!\n\u2022 Full Game Center integration!\n\nExperience the award winning tower defense game like never before thanks to full Retina display support! Stop the invading fieldrunners by creating mazes out of powerful weapons in this classic strategy game. Control the battlefield using limitless strategies and a diverse selection of upgrade-able towers!\n\nAWARDS\n\n\u2022 ""Best Mobile Game Award!"" 2009 IGF Mobile \n\u2022 ""Excellence in Art Award!"" 2009 IGF Mobile\n\u2022 #1 in \u201cTop 10 Must Have Games\u201d Gizmodo \n\nCRITICAL ACCLAIM\n\n\u2022 TIME Magazine - \u201cTop 10 Video Games of 2008\u201d \n\u2022 PC Magazine - ""Must-Have iPhone Games"" \n\u2022 EDGE Magazine - \u201cTop 30 of 2008\u201d\n\u2022 Boston Herald - \u201c#3 iPhone Game of 2008\u201d\n\nCONTACT SUBATOMIC STUDIOS\n\n\u2022 Twitter: @Fieldrunners\n\u2022 Facebook: facebook.com/fieldrunners\n\u2022 Web: subatomicstudios.com\n\u2022 Forums: subatomicstudios.com/forum\n\u2022 Email: info[at]subatomicstudios.com\n\nTHANK YOU\n\nEveryone here at Subatomic Studios thanks you for playing our first game! Please rate Fieldrunners to show your support.","Subatomic Studios, LLC",9+,EN,75041792,Games,"Games, Entertainment, Action, Strategy",5/10/2008,11/04/2018
-https://apps.apple.com/us/app/lux-touch-3-world-domination/id292538570,292538570,Lux Touch 3 - World Domination,Game of Global Conquest,https://is4-ssl.mzstatic.com/image/thumb/Purple124/v4/36/4d/8b/364d8b24-5911-a302-c5b5-e4bcb0e5861d/source/512x512bb.jpg,3.5,72428,0,,"Lux is a game of strategy and world conquest!\nSimilar to the board game RISK, but better! \nFaster, free, with fun varied computer AIs!\n\nVoted #1 iPhone game by Wired.com readers!\n\nControl the Blue armies and conquer the map. \nFight a virtual war to dominate the world.\n\nTIPS:\n- attack with 3 or more armies for best odds\n- take over 1 enemy country per turn for a card\n- fully eliminate an enemy and you get their cards\n\nLux Touch is fully FREE! \nNo in-app purchases!\nNo risk download! \n100% free!\n\nGet our premium game Lux DLX for...\n- more AIs\n- more maps\n- more settings\n- more hot graphics\n- more human players\n- more of your dreams come true\n\nLux Touch is a mobile version of Lux Delux,\navailable now for your desktop and laptop.\n\n""Because taking over the world is fun!""\n\nLux is NOT associated with the board game RISK.",Sillysoft Games,9+,EN,55071744,Games,"Games, Entertainment, Strategy, Board",7/10/2008,23/01/2019
-https://apps.apple.com/us/app/dont-square/id292975610,292975610,"""Don't Square""",,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/2b/d3/67/2bd36771-8d63-f5d6-729e-214f46fc33c9/source/512x512bb.jpg,2.5,190,0.99,,"""Don't Square is a game with only one rule: avoid forming a square with your gaming pieces on the board. But this is not as simple as it sounds and first you have to practice in order to win. It\xb4s a real challenge! :)\n\nBy playing this game you can relax while you are developing your logical skills. It is ideal for long lasting travels and very useful, especially if children are traveling with you. Never feel bored again with Don't Square!\n\nThere are five different difficulty levels and you can also set a time limit. If you are too slow the iPhone will make a move for you. You can choose to play against your iPhone/iPod or invite someone for a match. It will be fun for sure!\n\nFor the courageous ones: increase the level of difficulty by enlarging your board!\n\nFor questions and comments: support@solid-apps.com.\nWe are looking forward to your feedback and your rating! :)""",Solid Apps GmbH,4+,"EN, FR, DE, EL, PT, RU, ZH, ES",4357120,Games,"Games, Board, Entertainment, Strategy",12/10/2008,22/05/2019
-https://apps.apple.com/us/app/smart-rummy/id294166538,294166538,Smart Rummy,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/61/aa/6f/61aa6fa5-a68b-dd37-3431-6ad0ffb9c90a/source/512x512bb.jpg,2.5,69,2.99,,"""Welcome to Smart Rummy - An Intelligent Gin Rummy Player!\n\nCard players love this fast paced game of Rummy!\n \nA game of memory, card sense, skill and luck, Smart Rummy provides quick action as the situations change rapidly. Smart Rummy is ideal for people who enjoy card games and relish competition. You can play a few hands in minutes or spend hours immersed in competition.\n \nSmart Rummy offers choice of six opponents with two levels of playing expertise and different styles of play to give you a variety of competition. Perfect for beginners as well as experienced players, Smart Rummy can sharpen your Gin Rummy skills and card memorization techniques with fast action and fun. \n \nThe game involves animations and colorful playing cards for visual appeal. It keeps track of scores and lets you set the game limit. When the hand ends, the score is automatically figured and recorded. A Preferences screen gives you many playing options. You can also choose to expose the opponent's hand to observe the playing style. Cards can be moved using buttons, tapping or dragging. The game table displays dealt hands, opponent, knock count, and the deck and discard piles. Smart Rummy comes with built in scrollable guide pages for easy reference and navigation buttons. Scores, Preferences and Guide views can be accessed using simple swipe gestures.\n \nSmart Rummy is based on the scientific Gin Rummy principles from the paperback book, How To Win At Gin Rummy - Playing for Fun and Profit, by Pramod Shankar, PhD. This book is a simple and easy-to-read guide with a thorough study of Gin Rummy. It provides the basics, simple tactics, 10 Golden Rules of play, advanced strategies, and odds for card plays and combinations. It can help players of all levels from beginner to advanced and is a must read guide for the serious Gin Rummy money players.\n\nThis App is configured for iPhone and iPad, has HD graphics, sounds and ability to sort hands by moving cards around. It saves preferences and scores to continue the same game later, and keeps track of maximum wins and losses. It allows unlimited undo of moves by simply triple tapping the screen.\n\nAll these features provide a unique gin rummy playing experience, fun practice and opportunity to develop and practice new strategies.\n\nBuy it today and start having fun!""",Pramod Shankar,4+,EN,44329984,Games,"Games, Strategy, Card, Entertainment",4/11/2008,5/12/2016
-https://apps.apple.com/us/app/expert-sudoku/id294193726,294193726,Expert Sudoku,,https://is1-ssl.mzstatic.com/image/thumb/Purple117/v4/53/37/03/5337032f-b6b8-db22-f8ff-820636abae6c/source/512x512bb.jpg,4,523,2.99,,"Join over 21,000,000 of our fans and download one of our Sudoku games today!\n\nMakers of the Best Sudoku Game of 2008, Sudoku (Free), we offer you the same great features with 1000 extremely difficult puzzles!\n\nWarning! Expert Sudoku is for serious Sudoku players. Our hand-crafted puzzles are solvable with only one solution and no guessing. Show your expertise using advanced solving techniques: Naked and Hidden Triples, X-Wing, XY-Wing, Swordfish, Forcing Chain, 2-string Kite, Skyscraper, Unique Corner, and more.\n\nOPTIONS\n\nAll options are OFF by default, but you can turn them on in the Options menu\n\u2022 Show Incorrect :: Shows incorrect answers in red. \n\u2022 Smart Buttons :: Disables the number button when that number is completed on the game board. \n\u2022 Smart Notes :: Removes the number from the notes in the box, column, and row that contains the cell with your correct answer.\n\nFEATURES\n\u2022 1000 unique handcrafted puzzles\n\u2022 Four different skill levels\n\u2022 ALL puzzles are solvable WITHOUT guessing\n\u2022 Multiple color schemes\n\u2022 Challenge a friend\n\u2022 ""ALL notes"": tap the ""All notes"" button on to show all the possible answers for each square. Tap the ""All notes"" button off to remove the notes.\n\u2022 Hints: shows the answer for the selected square or a random square when one is not selected\n\u2022 Pause the game at any time and resume where you left off\n\u2022 Best times, progress statistics, and much more\n\nAre you a Sudoku Master? Then play Expert Sudoku; you will love it! Otherwise, check out our other popular Sudoku games for iPhone and iPod Touch.\n\nDo you want more? Try one of our other versions of sudoku which have all the same great features!\n* Look for our paid edition of Sudoku with 1000 easier puzzles. \n* Or try Color Sudoku for a fun twist to solving sudoku puzzles.",Mighty Mighty Good Games,4+,"DA, NL, EN, FI, FR, DE, IT, JA, KO, NB, PL, PT, RU, ZH, ES, SV, ZH",9543680,Games,"Games, Strategy, Entertainment, Puzzle",21/10/2008,30/05/2017
-https://apps.apple.com/us/app/edgewise/id294596096,294596096,Edgewise,,https://is3-ssl.mzstatic.com/image/thumb/Purple7/v4/6f/f9/33/6ff9339b-fd18-b2b0-6536-abae5b2f50f2/source/512x512bb.jpg,3.5,23,0,"1.99, 0.99","""Edgewise is a solitaire card game that's easy to learn and fun to play. The rules are simple and the strategy is subtle and complex.\n\nThe object of the game is to arrange all the face cards around the edges of the playing field. The game alternates between dealing cards into the playing field and removing combinations of cards that add up to 10. Play continues until all of the face cards are placed correctly or until a face card is dealt that has no place to go.\n\nWinning takes both luck and skill.\n\nEdgewise provides:\n\n- An animated deck and cards\n- Right or left handed play\n- Sound effects\n- A running score (You vs Edgewise)\n- A helper named Mason\n- Built-in instructions\n- Hours and hours of amusement""",Greggy Bits Software,4+,EN,1298432,Games,"Games, Card, Strategy",25/10/2008,26/06/2015
-https://apps.apple.com/us/app/chess-genius/id294631172,294631172,Chess Genius,,https://is5-ssl.mzstatic.com/image/thumb/Purple20/v4/38/7b/1b/387b1b35-5afb-6c93-af1e-1b73e483f30e/source/512x512bb.jpg,4,156,5.99,,"""ChessGenius, award winning chess program. Superb playing strength. The author's chess programs have won ten World Championships. Packed with features for beginners and experts:\n\n* Simple, elegant user interface\n\n* Powerful, compact and fast\n\n* Hundreds of playing levels including easy, blitz and tournament levels. Network connection not required\n\n* Displays thinking. Who is winning, by how much and the moves that ChessGenius is planning. Also Chess clocks, Captured pieces and Opening name. e.g. B12 Caro-Kann\n\n* Save/load games in PGN format. Send games by email. Set-up position\n\n* Easy import / export of PGN database files with iTunes file sharing\n\n* Hint, Show legal moves and Tutor. ChessGenius can warn if a blunder/weak move is played and give the option of take back\n\n* Unlimited take back and step forward\n\n* Play against ChessGenius. Also 2 player, self play and analysis mode\n\n* Optional display of captured pieces and count of positions searched\n\n* Game is restored after exit and restart\n\n* All functions work in Portrait and Landscape""",Lang Software Limited,4+,"EN, FR, DE, IT, ES",1751040,Games,"Games, Strategy, Board, Entertainment",8/11/2008,5/08/2016
-https://apps.apple.com/us/app/chess-tchess-pro/id295445501,295445501,Chess - tChess Pro,For beginners to professionals,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/88/3b/3c/883b3ce3-c56f-1b64-60ab-4a3b3d7920cf/source/512x512bb.jpg,4,3062,7.99,,"tChess Pro is the high-quality, critically acclaimed chess game with the richest features for the iPhone, iPod touch, and iPad. It\'s perfect for every player:\n\nBeginners:\nNot everybody is a chess master! Most chess games are too strong or just make random mistakes at easier levels. tChess Pro has unique algorithms to simulate human opponents.\n\nExperts:\ntChess Pro has a top-tier chess engine. (Over 380 ELO points stronger than Caissa Chess.)\n\nEnthusiasts:\ntChess Pro\'s Analysis Mode is like having a chess master in your pocket. You can get the engine\'s ""expert opinion"" about any game or position in real-time: which side is winning, and the best sequence of moves. Just like a professional desktop chess package.\n\nMore key features:\n- Perfect for 1- or 2-player games\n- Strong computer opponent\n- Play against any ELO rating from 500 to 2500\n- Integrated ""Learn Chess"" e-book app (Apple Staff Favorite!)\n- Opening Library feature lets you explore chess opening theory as you play\n- PGN Database feature lets you download and view PGN files\n- Support for 3-stage time controls with Fischer increments\n- Position Editor to enter positions from books, newspapers, etc.\n- Save and load games; export them in standard PGN format\n- Use the Profile feature to play rated games against the computer and track your progress\n\ntChess Pro is developed by Tom Kerrigan, author of the TSCP and Stobor chess engines.",Tom Kerrigan,4+,"EN, FR, DE, JA, KO, ZH",7517184,Games,"Games, Board, Entertainment, Strategy",5/11/2008,7/04/2019
-https://apps.apple.com/us/app/toobz/id295462558,295462558,Toobz,,https://is1-ssl.mzstatic.com/image/thumb/Purple4/v4/e6/88/05/e688059e-2809-4f8f-9f78-cb7ceb7b461b/source/512x512bb.jpg,3.5,2425,0.99,,"Toobz is a challenging, fast-paced game that brings together quick reactions, planning, and a little bit of luck.\n\nYour goal is to create a system of ""Toobz"" (pipes) beginning at a randomly-placed starting point. Your Toobz network must allow water to flow without any spilling. As you advance through levels, you\'ll have less and less time to place the pieces before the water starts automatically. You can start the water at any time, allowing you to quickly advance to the next level and earn extra points. If you spill any water, though, your game is over and you\'ll have to try again.\n\nToobz features three game modes: ""Classic Toobz"" in which only one upcoming piece is displayed, ""Show Toobz"" game in which the next four pieces are displayed, and the new ""Puzzle"" game that starts you out with a full board.",Jason Haslup,4+,EN,9641984,Games,"Games, Strategy, Puzzle",5/11/2008,13/09/2014
-https://apps.apple.com/us/app/color-sudoku/id296183853,296183853,Color Sudoku,,https://is2-ssl.mzstatic.com/image/thumb/Purple117/v4/6a/95/e4/6a95e45e-bb8e-2c02-0d7e-fb04b25cfc83/source/512x512bb.jpg,3.5,518,2.99,,"Join over 21,000,000 of our fans and download one of our Sudoku games today!\n\nMakers of the Best Sudoku Game of the Year 2008, Sudoku (Free), we offer you the same great features in Color Sudoku. \n\nIf you like to play Sudoku, you will love the challenge of Color Sudoku! Tickle the creative side of your brain; its fun!\n\nOPTIONS\n\nAll options are on by default, but you can turn them off in the Options menu\n\u2022 Show Incorrect :: Shows incorrect answers in red. \n\u2022 Smart Buttons :: Disables the number button when that number is completed on the game board. \n\u2022 Smart Notes :: Removes the number from the notes in the box, column, and row that contains the cell with your correct answer.\n\nFEATURES\n\u2022 1000 unique handcrafted puzzles\n\u2022 Four different skill levels\n\u2022 ALL puzzles are solvable WITHOUT guessing\n\u2022 Challenge a friend\n\u2022 Multiple color schemes\n\u2022 ""ALL notes"": tap the ""All notes"" button on to show all the possible answers for each square. Tap the ""All notes"" button off to remove the notes.\n\u2022 Hints: shows the answer for the selected square or a random square when one is not selected\n\u2022 Pause the game at any time and resume where you left off\n\u2022 Best times, progress statistics, and much more\n\nDo you want more? Try one of our other versions of sudoku which have all the same great features!\n* Look for our paid edition of Sudoku with 1000 puzzles and more unique color schemes.\n* For advanced puzzle solving, try Expert Sudoku to challenge your sudoku solving skills.",Mighty Mighty Good Games,4+,"DA, NL, EN, FI, FR, DE, IT, JA, KO, NB, PL, PT, RU, ZH, ES, SV, ZH",15837184,Games,"Games, Puzzle, Entertainment, Strategy",14/11/2008,30/05/2017
-https://apps.apple.com/us/app/chess-tchess-lite/id296756437,296756437,Chess - tChess Lite,Fun and easy to use,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/f2/93/0a/f2930aba-2837-5a77-087c-4a9dd9a20973/source/512x512bb.jpg,3.5,5488,0.99,,"tChess Lite is the popular chess game designed just for the iPhone, iPod touch, and iPad. tChess is like a virtual chess board on your device. It\'s fun and easy to use--perfect for the casual player!\n\nThis game features a very clean UI design and beautiful graphics. tChess is a fast and stable program. Pick up a game in your free time... and there\'s no problem listening to your music while you play.\n\n(tChess Lite is a fully-functional version of tChess for casual chess players. If you\'re an active player and want enthusiast-level features, take a look at tChess Pro, which is over 1000 ELO stronger and has received rave reviews from Grandmaster Susan Polgar, PE\'s Chess Cast, and iPhone app critics.)\n\n\ntChess Lite Features:\n\n- Perfect for 1- or 2-player games (on the same device, no network connection required)\n- Tap-tap to move pieces\n- Highlights legal moves\n- View full game history in the Move List\n- Go back or forward move by move and replay completed games\n- Built-in chess clock\n- ""Get hint"" feature to improve your game\n- Easy to undo moves\n- Saves your game automatically if you exit the program or take a call\n- Play against any ELO rating from 500 to 1200\n- Computer opponent is the most fun and realistic for beginners and casual players\n- Use the Profile feature to play rated games and track your progress\n- Over 15,000 openings for fresh, varied games\n\n\ntChess Lite is developed by Tom Kerrigan, author of the TSCP and Stobor chess engines.",Tom Kerrigan,4+,"EN, FR, DE, JA, KO, ZH",5874688,Games,"Games, Strategy, Entertainment, Board",15/11/2008,7/04/2019
-https://apps.apple.com/us/app/checkers-online-lite/id296853351,296853351,Checkers Online Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/49/bc/fa/49bcfa84-d707-0c3f-6ff3-cadc7ab9cb73/source/512x512bb.jpg,2.5,3521,0,,"Coming from the makers of the award winning Adrenaline Pool Online, Cocoto Kart Online and Adrenaline Golf Online.\n\nPlay checkers against people from all over the world! You will find players in a few seconds!\n\nCheckers Online is the only checker game with internet mode.\n\nFeatures of the Lite version\n- Online play\n- Automatic match-making\n- Play in 8x8 (traditional rules) or 10x10 (tournament rules)\n- Choose your look and feel with 2D or 3D graphics.\n- Online chat and profiles\n\nIf you like the Lite version then you will love Checkers Online (Full version) with offline mode, play vs strong AI, choose your own nickname, use match-making search options, upload pictures to your profile and much more!\n\nAlso check out our new game: Cocoto Kart Online! And our other games: DinoSmash Online, Adrenaline Golf Online, Ace Tennis Online, Adrenaline Pool Online 2, Bomber Online, Adrenaline Poker Online, Chess Expert Online, Belote Online, French Tarot Online, Allowin Pumkins and Allowin Pool!",EUROCENTER,4+,EN,9402423,Games,"Games, Strategy, Board",29/11/2008,29/11/2008
-https://apps.apple.com/us/app/tapdefense/id297558390,297558390,TapDefense,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/e1/1a/8b/e11a8b61-c94d-483c-99d9-4e544605ad2a/source/512x512bb.jpg,3.5,273687,0,"0.99, 2.99, 1.99","Nominated one of the top free apps and top free games on the bestappever 2008 awards.\n\n""TapDefense is a great game"" -- The Guardian\n\n""One of the Best iphone games"" -- Brighthub.com\n\nDefend the Gates of Heaven from the enemies of Hell with an incredibly fun mobile TOWER DEFENSE game on your iPhone or iPod Touch.\n\nTapJoy is proud to bring you TapDefense -- a new TOWER DEFENSE strategy game that you can take you with you all day long. Play for hours or salvage snippets of time on the go.\n\nEnjoy an ever improving experience through free content updates!\n\nChallenge yourself and your friends by competing to master all levels and obtain high scores.\n\n-42 levels!\n-6 towers types!\n-7 enemy types!\n-6 different game modes\n\n-much more ...\n\nDo you have what it takes to fend off the evil enemies of Hell and rise to the top as supreme Tower Defense master?",TapJoy,9+,EN,7774384,Games,"Games, Strategy, Entertainment, Simulation",24/11/2008,5/12/2012
-https://apps.apple.com/us/app/chinese-chess-xiangqi/id297643414,297643414,Chinese Chess (Xiangqi),,https://is5-ssl.mzstatic.com/image/thumb/Purple5/v4/38/cb/8e/38cb8e93-4a7f-9bbf-ca69-ccad73bd07f0/source/512x512bb.jpg,3,67,0.99,,"Xiangqi brings you Chinese Chess like you\'ve never seen it before! A unique traditional Chinese watercolour inspired look compliments this exciting, full-featured game.\n\nA variety of difficulty levels make Xiangqi perfect both for beginners looking to learn how to play Chinese Chess and experts looking to keep their skills sharp. You can also share your screen and take on a human opponent. Pieces are automatically rotated for the ultimate convenience in head-to-head play.\n\nUnfamiliar with the rules to this classic game?\nCheck out http://en.wikipedia.org/wiki/Chinese_chess\n \n Xiangqi features:\n - advanced AI with positional play\n - AI honors prohibitions against stalling tactics involving repeated positions\n - original (optional) soundtrack and sound effects\n - animated piece movement and special effects\n - show available moves when pieces are touched\n - indicate which pieces have no available moves, due to general safety or blocked movement\n - multiple difficulty levels, from novice to expert\n - custom setup: start board from any position\n - choose Westernized or traditional Chinese pieces\n - unlimited undo/redo with algebraic notation\n - supports both tap and drag gestures\n - automatic game save/restore\n - chess clocks\n - onscreen feedback for available/illegal moves\n - automatically rotated pieces in head-to-head games\n\n""with a pleasing soundtrack and a beautiful calligraphic style to the pieces and game board.""-PocketGamer.co.uk",Easy 8 Software,4+,EN,12423168,Games,"Games, Strategy, Board",24/11/2008,30/12/2014
-https://apps.apple.com/us/app/warfare-incorporated/id298748403,298748403,Warfare Incorporated,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/7c/38/8d/7c388de3-14ad-dc70-a199-b00c65c045c6/source/512x512bb.jpg,3.5,5931,0,,"Experience Warfare Incorporated, the critically acclaimed and best selling mobile real time strategy (RTS) game, FREE! Build your forces to defend and control the newly discovered planet Icarus, with its astounding mineral wealth and mysterious alien artifacts, in both multiplayer and single player game play!\n\nIf you enjoy games like Starcraft, Command & Conquer, and Age of Empires, you\'ll love Warfare Incorporated!\n\nFeatures:\n- Real-time action-strategy, optimized for your iOS device\n- Play single player and multiplayer!\n- 22 unit and structure types, 2 alien landscapes\n- 41 built in single and multi-player missions\n- Hundreds of add-on single and multi-player missions\n- Online multiplayer with lobby, game rooms, player chat, leaderboard, game history, and player statistics\n- Full PC based mission editor - create and publish your own missions\n\nAwards:\n""Best Strategy Game of the Year"" - PDArcade\n""Best Strategy Game of the Year"" - PalmGear\n""Best Strategy Game Award"" - TechnoPalm\n""Powered Up Game of the Year"" - PalmSource\n... and more!\n\nTestimonials:\n""It rivals Starcraft in its strategy and replayability..."" - satisfied customer\n""Not since Red Alert have i had so much fun with a strategy game."" - satisfied customer\n""This is a game you won\'t be able to put down"" -- Handheld Computing magazine\n""Final score: PERFECT 10"" -- PDArcade.com\n""If you\'re an RTS fan: go buy it now..."" - PocketPCLife\n""5 stars just aren\'t enough..."" - satisfied customer\n... and many more!","Spiffcode, Inc.",9+,EN,7705600,Games,"Games, Strategy, Entertainment, Action",4/12/2008,20/06/2019
-https://apps.apple.com/us/app/strategery/id298908505,298908505,Strategery,,https://is3-ssl.mzstatic.com/image/thumb/Purple127/v4/a9/80/3c/a9803cb6-010d-1eef-27cc-ba32b71e0eb8/source/512x512bb.jpg,4,2798,1.99,,"Strategery is a fast-paced game of world domination, designed and built from top to bottom for the iPhone, iPad, and iPod Touch. Play against the computer or your friends in an epic battle of strategy and risk. It\'s an App Store oldie but a goodie (check out the reviews).\n\nMacworld\'s 2009 App Gems Award winner for Best Strategy Game\n\n""There is no game I play on my iPhone more than Strategery"" \n- Lex Friedman\n\n""Strategery offers depth that can\u2014and will\u2014claim hours of your time.""\n- Macworld\n\n""My latest iPhone gaming habit is Strategery""\n- Slate Magazine\n\n""Lots of fun and the gameplay has a great feel.""\n- Daring Fireball\n\n\nFEATURES\n\n\u2022 Challenging game of offensive and defensive strategy\n\u2022 Play for a couple minutes or a couple hours (it\'s pretty addictive)\n\u2022 Four difficulty settings, ranging from ""Easy"" (for the strategically impaired) to ""Brutal"" (risk being humiliated)\n\u2022 Online battles with push notifications and random matchmaking!\n\u2022 Pass-and-play multiplayer (up to 5 players)\n\u2022 Automatically saves your game to resume later\n\u2022 Randomly generated maps (four sizes) make every game a unique challenge \n\u2022 TONS of gameplay options to tailor the game to your preferences",Affogato LLC,4+,EN,15547392,Games,"Games, Board, Strategy, Entertainment",9/12/2008,17/06/2017
-https://apps.apple.com/us/app/5x5-shogi-minishogi-k55/id299139129,299139129,5x5 Shogi (MiniShogi) K55,,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/bd/df/2d/bddf2d0c-12ff-9f06-556c-554a3fb56866/source/512x512bb.jpg,4,16,2.99,,"5x5 Shogi (MiniShogi) is a variant of Shogi (Japanese chess).\nCompact and speedy chess like game.\nA player can use (drop) captured pieces.\nThis rule makes this game complicated and profound.\n5x5 Shogi is very compatible with iPhone/iPod.\nK55 (PC version) have won Computer 5x5 Shogi tournament 2008, 2009.\n\nFeatures:\n- Human vs. computer, human vs. human, computer vs. computer.\n- 8 levels of computer play.\n- Choose Western or Japanese pieces.\n- Show the legal moves of the selected piece.\n- Undo of moves.\n- Save/Load game file.\n- Hint.\n- Send game scores by mail.\n- Show history of moves.\n- Help about 5x5 Shogi rules.",Yoshikazu Kakinoki,4+,"EN, JA",3940352,Games,"Games, Board, Strategy",11/12/2008,25/09/2015
-https://apps.apple.com/us/app/deep-green-chess/id299471086,299471086,Deep Green Chess,,https://is4-ssl.mzstatic.com/image/thumb/Purple49/v4/be/5f/f3/be5ff3b4-73ee-fc90-76c6-2756fba37b5e/source/512x512bb.jpg,4,483,7.99,,"A beautiful and elegant chess application for the casual player.\n\nJohn Gruber of Daring Fireball: \u201cWithout question the best iPhone chess game\u201d.\n\nPlaying chess has never been a more pleasant experience. On any platform! Everything is beautifully rendered; from the board and pieces to the way they animate.\n\nDeep Green for iOS is the successor to the multi-award winning Newton version.\n\nIf you like Deep Green, please rate it on the App Store.\n\nFEATURES:\n\n- Play against engine or human, or engine vs. engine\n- Adjustable engine strength\n- Concentration setting allowing the engine to play more like a human\n- Manual board setup\n- Game playback (first/previous/next/last position, auto-playback, drag slider)\n- Replay of last move\n- Move suggestion (animated on board)\n- Take back (undo, all the way back to start)\n- Free choice between tap/tap and drag/drop moving (no need to set preference)\n- Display of captured pieces\n- Smooth animations everywhere\n- Game and state saved between program sessions\n- Rich, analog-type sounds (optional)\n- Callout notification for check, stalemate, and checkmate, (optional)\n- Vibration on check, stalemate and checkmate, (optional)\xb9\n- Board coordinates (optional)\n- Board auto-rotation (optional)\n- Clean and beautiful user interface\n- Two built-in skins\n- And more\u2026\n\n\xb9) Vibration is only available if the iOS device is capable of it.",Cocoa Stuff,4+,EN,99019776,Games,"Games, Board, Strategy",9/12/2008,28/01/2016
-https://apps.apple.com/us/app/jewel-lines/id299631906,299631906,Jewel Lines,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/f4/19/9f/f4199f4b-b2cd-4005-3c0c-dbe7435c9689/source/512x512bb.jpg,3,75,2.99,,"Build a line of five or more jewels of the same colour to remove them from the board. If the board fills up \u2013 the game is over.\n\n==============================\n\u201cBrilliant and relaxing! \u201d\n\u201cGreat fun! What an awesome app!\u201d\n""Fast and accurate gameplay, gorgeous graphics - you have to try this one - A+""\u2028==============================\n\nThree game variations: \n- Classic. There is no time limit and you get three new pieces after each move that did not produce a line\n- Time Limited. New jewels will drop down after a time period. The higher the level \u2013 the faster they come. You can also speed up the timer by taping on it.\n- Classic + time Limited variant is the combination of two and is most likely the hardest one.","Software River Solutions, Inc",4+,EN,5731328,Games,"Games, Entertainment, Puzzle, Strategy",13/12/2008,29/08/2017
-https://apps.apple.com/us/app/lux-dlx-3-map-conquest-game/id299813413,299813413,Lux DLX 3 - Map Conquest Game,World Domination Supreme!,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/18/db/3b/18db3ba4-7a4b-a2d1-040a-cd7b41bcc392/source/512x512bb.jpg,4,5629,4.99,,"Lux DLX is an epic game of strategy & conquest. Similar to the board game RISK, but better! \n\nFeatures: over 100 maps, smart AI, fast UI, universal app, hotseat multi-player, and many more options!\n\n100+ Maps include:\n- Australia Mini\n- Brasil Mini\n- British Isles Mini\n- Canada Mini\n- China Mini\n- Earth vs Mars\n- Europe Mini\n- France Mini\n- Germany Mini\n- Italy Mini\n- Japan mini\n- Rome mini\n- USA mini\n- 100 more for no extra charge!\n\nHD maps designed to fit tablet screens include:\n- Canada HD\n- Franco-Prussian War HD\n- King Arthur\n- Napoleonic Wars HD\n- Rome HD\n- Silicon Valley HD\n- Spanish Civil War HD\n- Vietnam War HD\n- WWII Battles series\n- and more!\n\nNo hidden in-app fees, everything is included in the single purchase.\n\nWarning: this game has serious replay value!\n\nVersion 3 adds:\n- Quick-buttons for Auto-Advance and All-In-Attack modes.\n- Enhanced OpenGL graphics engine.\n- Supports widescreen iPhones.\n- More maps!\n\nVersion 2 adds:\n- Extra hard Reaper AI.\n- Game menu.\n- iPad full-screen support.\n- Download multiple maps at once.\n- Hotseat multi-player improvements.\n- More maps!\n\nTips to Win:\n- attack with 3 or more armies for best odds\n- take over 1 enemy country per turn for a card\n- fully eliminate an enemy and you get their cards\n\nTry out our other game Lux Touch for free.\n\nLux DLX is a mobile version of Lux Delux,\navailable for desktops and laptops.\n\nWage a virtual war and conquer the world. Roll the dice, take a risk and win!\n\n""Because taking over the world is fun!""\n\nLux is not associated with the board game RISK.",Sillysoft Games,9+,"DA, NL, EN, FR, DE, IT, NO, NB, PT, ES, SV",93993984,Games,"Games, Strategy, Board, Entertainment",19/12/2008,26/03/2019
-https://apps.apple.com/us/app/chartfight-sp/id299878026,299878026,ChartFight SP,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/d1/bf/ae/d1bfaec7-b0f4-dcba-13a4-0e53dd1a71a1/source/512x512bb.jpg,3,2482,0.99,,"""The Age of Sail! Ships-of-the-line, corvettes and brigantines battling it out on the high seas. Now imagine their captains carrying iPhones: instant access to the latest nautical charts, bird's eye view of battleship disposition, push-button cannon fire...\n\nThis version of the classic strategy game is seriously outdated... in a good way! Use the gorgeous interface to find your adversary's ships before they sink yours.\n\nTry your hand at defeating the computer, and discover that it's not so easy. We have even gotten complaints about the computer 'cheating' by looking at your ships! Rest assured, this is not and has never been the case. The computer plays fair. It's just very, very single-minded...""",Mutant Piano Software,4+,"NL, EN",14894080,Games,"Games, Strategy, Board",17/12/2008,16/10/2017
-https://apps.apple.com/us/app/robo-logic/id300025550,300025550,Robo Logic,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/5c/e2/12/5ce212d5-33a7-f24f-f20d-4c50d81a80ea/source/512x512bb.jpg,3.5,77,0.99,,"RoboLogic is a neat logic game. You have to ""program"" a robot\'s movements by dragging commands to the memory of the bot. Your goal is to activate all the marked boxes.\n\nVery soon you will realize though that using only the main memory is not enough and you will have to start creating and calling re-usable functions to achieve the goal. \n\nRoboLogic is very easy to learn, but hard to master. \n\nGet ready to solve 20 levels (+5 tutorial levels) in version 1.0\n\nIf you get stuck in a level and need a hint visit the website or contact me. (Tell me the tier and the level number)",digitalsirup GmbH,4+,"EN, FR, DE, JA",5044648,Games,"Games, Puzzle, Education, Strategy",15/12/2008,11/09/2009
-https://apps.apple.com/us/app/robologic-lite/id300893278,300893278,RoboLogic Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/62/cf/47/62cf47b6-414d-162b-1992-ccae1fcefd8a/source/512x512bb.jpg,3,1461,0,,"This is the free version of Robo Logic. It contains the tutorial and the first three levels of tier 1. The full version has 20 levels in 4 tiers.\n\nRobo Logic is a neat logic game. You have to ""program"" a robot\'s movements by dragging commands to the memory of the bot. Your goal is to activate all the marked boxes.\n\nVery soon you will realize though that using only the main memory is not enough and you will have to start creating and calling re-usable functions to achieve the goal. \n\nRoboLogic is very easy to learn, but hard to master.",digitalsirup GmbH,4+,"EN, DE",2584622,Games,"Games, Strategy, Puzzle",3/01/2009,28/08/2009
-https://apps.apple.com/us/app/kakinoki-shogi-japanese-chess/id301163765,301163765,Kakinoki Shogi (Japanese Chess),,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/9b/d4/16/9bd41681-d977-120b-8134-dbe5ad30d130/source/512x512bb.jpg,4,75,4.99,,"Shogi is a Japanese version of chess.\nA player can use (drop) captured pieces.\nThis rule makes this game complicated and profound.\nThere are 10 million players and a few hundred professional players in Japan.\n\nFeatures:\n- Human vs. computer, human vs. human, computer vs. computer.\n- 7 levels of computer play.\n- Handicap games.\n- Choose Western or Japanese pieces.\n- Show the legal moves of the selected piece.\n- Hint\n- Show score option\n- Game log.\n- Undo of moves.\n- Save/Load game file.\n- Send game record by mail.\n- Show history of moves.\n- Help about Shogi rules.",Yoshikazu Kakinoki,4+,"EN, JA",18432000,Games,"Games, Strategy, Board",19/01/2009,24/09/2015
-https://apps.apple.com/us/app/kings-corners-free/id301418753,301418753,Kings Corners Free,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/3f/71/44/3f714409-c36e-78c1-a27d-0c2c7010262a/source/512x512bb.jpg,2.5,1741,0,,"""Tired of fart apps? Here's a much better way to play with your iPhone.\n\nIt's Kings Corners\u2122 Free - a free version of our popular Kings Corners game.\n \nKings Corners Free is:\n+ Fun\n+ Fast\n+ Easy to learn\n+ Great looking\n+ Easy to play \n+ Challenging\n+ Addictive\n+ And Free\n\nThis free version is the same as the one you could buy, except that you'll see one ad while the program loads. That's it. No repeats, no interruptions.\n\nIt's a simple, enjoyable card game for your iPhone and iPod touch. You'll need a little skill and a lot of luck to win, but you'll have fun trying. \n\nGame play is short - a game takes 2 to 5 minutes. Play it when you want a quick break, or a little reward for finishing a boring job. It's perfect for filling that short wait for your PC to reboot, or for your date to finish getting ready. And while it's challenging enough for an adult, it's so easy to play that you can even give it to your kids. \n\nStop farting around - get Kings Corners Free now!""","Ilium Software, Inc.",4+,EN,2323719,Games,"Games, Entertainment, Card, Strategy",22/01/2009,22/08/2011
-https://apps.apple.com/us/app/flip-ninja/id301733979,301733979,Flip Ninja,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/46/76/ff/4676ff1c-f6fa-c230-8e85-f8d7165858ce/source/512x512bb.jpg,2.5,6,0,,"Flip Ninja is logic puzzle game.\n\nAn intruder ninja has stolen the Mystic Katana from your courtyard. To capture him before he escapes,\nyou must eliminate all illusions of himself from the grid. \n\nThe grid consists of tiles that can either be in the on state (with ninja) or off state (without ninja). \n\nTapping on a tile toggles its state as well as the state of the tiles directly above and below, as well as to the left and right.\n\nFeatures:\n- Random martial arts sounds when tapping on a tile\n- Choose from 3x3, 5x5, or 7x7 grid size\n- Timed and untimed play modes\n\nKeywords: lights off black out tile theseus triazzle blocked trism nine sudoku gaps fuzzle",Audacity Software Pte. Ltd.,4+,EN,1112393,Games,"Games, Strategy, Puzzle",16/01/2009,16/01/2009
-https://apps.apple.com/us/app/gun-runner-wars/id301746785,301746785,Gun Runner Wars,,https://is1-ssl.mzstatic.com/image/thumb/Purple20/v4/d5/88/75/d58875a8-8885-3906-eec4-022709fe3f16/source/512x512bb.jpg,3,740,0.99,,"""Gun Runner is a trading game, inspired by the trading games on vintage platforms such as Dopewars. \n\nThe basic rules of trading apply. Buy low, sell high. What's cheap in one city may be expensive in another. \n\nYou\u2019ll need to fund your operations by borrowing money. But be careful, the cost of borrowing in this world can be very high so you'll need to know the cost of goods to keep ahead of those interest charges\u2026\n\nTo make progress you'll need to aim high. Borrow as much as you can get but only when you know what you\u2019re going to buy and that you're getting a good price. The interest rates are non negotiable and the penalties are harsh. \n\nAnd by the way the Interpol is after you. There\u2019s nothing you can do about that, that\u2019s the cost of doing business.\n\n---------------------------------\n\nThought a look behind the scenes might interest some of you. Below is the a snippet of code that controls some of the game variables. The multiples below are for the new version which has been submitted to Apple.\n\n\n// set number of days a\n\n30 day game\n180 cargoSpace\n160,000 cash\n10,000 debt\n180 loanMultiple\n\n60 day game\n140 cargoSpace\n120,000 cash\n20,000 debt\n140 loanMultiple\n\n90 day game\n100 cargoSpace;\n80,000 cash\n25,000 debt\n100 loanMultiple\n\n180 day game\n80 cargoSpace;\n60,000 cash\n30,000 debt\n60 loanMultiple""",CUBIC digital,9+,EN,15541248,Games,"Games, Finance, Strategy, Simulation",4/02/2009,9/07/2016
-https://apps.apple.com/us/app/word-zapper/id302312895,302312895,Word Zapper,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/b6/47/66/b64766eb-0767-0850-c320-dc5a56883e77/source/512x512bb.jpg,3,89,0.99,,"""I love this game. I can play it for hours""\n-- remibeau\n\n""This is a terrific game and its very challenging and one of my favorites""\n-- Coldar\n\n""Play this the most""\n-- Cairnblsd\n\nIs your brain flabby? Time to ZAP it into ACTION with Word Zapper!\n\nThe rules are simple. Combine the six letters on the screen to make as many words as you can before the timer runs out. As you wind your brain up, you\u2019ll nail the high score.\n\nThe goal of every level is to solve a 6 letter word. Once you do that, you are allowed passage to the next level.\n\nIf you get stuck, just tap The Zapper to rearrange the letters! Doing so will often reveal previously overlooked letter combinations to give your brain a jolt!\n\nWhat are you waiting for? Zap to it!\n\nGame Features:\n\u2022 Two types of game play: Timed and Infinite play (no timer!)\n\u2022 Track your personal high scores.\n\u2022 Over 10,000 words to solve! \n\u2022 Display the definition of any solved word (only real words used here).\n\u2022 Customize the display to show word hints sorted by length or as one entire alphabetical list.\n\u2022 Includes animation and sound effects for added realism.\n\u2022 Share your high score with all Word Zapper users. Now using Game Center. You think you have what it takes to beat this?\n\nTimed Play gives you three minutes to move to the next round. Your goal is to find as many words as you can. There are actually several ways to move to the next round: solve all three letter or four letter or five letter words or one six letter word. This gives you more ways to move to the next round. Crank out extraordinary scores by solving as many words as you can and moving into additional rounds.\n\nInfinite Play is untimed and you must solve all the words to move to the next round. There is no high score board for casual play and you can play the same game forever!\n\nOptions allow you to turn off sound, choose results in upper or lower case, and choose how to sort words. \n\nView all your high scores, along with the global community of Word Zapper users. Compete your score against others and see where you stand! \n\n\n""I love this game. I can play it for hours""\n-- remibeau\n\n""This is a terrific game and its very challenging and one of my favorites""\n-- Coldar\n\n""Play this the most""\n-- Cairnblsd\n\nTry it. You\u2019ll love it!",NTP,4+,EN,16785408,Games,"Games, Strategy, Word, Entertainment",22/01/2009,7/10/2018
-https://apps.apple.com/us/app/antivirus/id302331458,302331458,Antivirus,,https://is4-ssl.mzstatic.com/image/thumb/Purple1/v4/60/af/6f/60af6fd2-ae54-f6b0-08d8-120e8f4de25a/source/512x512bb.jpg,3,187,0,1.99,"""NEW Antivirus V1.2 just released!!! \nAntivirus Lite coming soon!\n\nV1.2 is a MAJOR revision to Antivirus.\n- Greatly improved Graphics and Animation!\n- New High Scores Feature!\n- New Game Over Screen and Upgrade Menu!\n- Improved Sound and Special FX\n- DOS Virus just as annoying as ever!\n\nV1.2 adds a lot of polish and makes for a richer experience, taking the Tower Defense genre in a new direction with it's sudden-death Virus theme and strong strategic elements. We've taken feedback from our fans and critics alike to make AV a better game that continues to grow and evolve as the infections spreads...\n\n---------------------------------------\n\nGame Description:\n\n Malware, Spyware and Trojans are attacking through your internet connection! They must be stopped!\n \n Spin up the CPU and power up your WiFi, Firewall and Barricade defenses while you blast Viruses off your System with an arsenal of countermeasures like the Laser Scanner and Quarantine Field!\n \n Choose one of six Internet Connection Configurations, fend off a dozen different types of invading Virus, you have TEN High-Tech upgradeable defenses to fend off this assault on your hardware.\n \n A slick user interface and a wealth of strategic options make managing your hardware easier, but it\u2019s your skill that will harness this power and keep your System free of infection!\n \n If you've ever fought with a Pop-Up or kept a wary eye on a Phishing scam, this is your chance to take back the Net! Take your CPU on the offensive, and cleanse the internet of these marauders once and for all! \n \n This is the most fun you\u2019ll ever have for less than the cost of a pizza!\n \n You pay for the app, but the addiction comes free.\n \n Prepare to be HIGHLY unproductive.\n\n-------------------------------------\n\n Not convinced by our excessive use of exclamation points and caps? S'ok, check our free version Antivirus Lite. We think you'll convince yourself to come back and go for Full-On Antivirus. :)\n\n--------------------------------------\n\n Gone Lite already?\n\n Wanna know what you get with the full version? \n\n- All Six Internet Connection configs!\n- All the V1.2 changes\n- Of course, free updates for all future versions which add content, features, refinements and stuff\n\n- Most importantly if the fans love Antivirus and it sells well ... there's going to be an Antivirus 2!\n\n---------------------------------------\n\n Help spread the infection""",DeadRatGames,9+,EN,25563136,Games,"Games, Entertainment, Simulation, Strategy",3/02/2009,9/07/2015
-https://apps.apple.com/us/app/arcs/id302510211,302510211,Arcs,Circular puzzle game,https://is3-ssl.mzstatic.com/image/thumb/Purple115/v4/66/85/13/668513d6-9205-fd3c-d073-724651bfd9ce/source/512x512bb.jpg,4,413,2.99,,"Arcs is a spin on the classic sliding tile puzzle game! Use your brain power to solve 100 circular puzzles by rotating circles and sliding arcs. The puzzles begin with simple designs and grow more complex as the levels progress. Arcs is a highly rated puzzle game that is challenging and fun for all ages!\n\nLove This Exercise by Ginger Peachy\n""This game is very Zen. I play all the levels and then start over. Beautiful colors.""\n\nCool game by CancaoDeDeus\n""I love this game! It starts easy but progresses through more complex levels but not at a frustrating pace. I love the fact I can skip levels and then come back if I want to try later. I even started the whole thing over. Excellent.""\n\nLove this game! by Dee215\n""I am addicted! I have to hide from people when the game updates because I can\'t be bothered until I clear all the levels. Nice way to unwind after a stressful day.""\n\nGreat mind game by Kantokahsdid\n""I love to play this right before bed to get my mind off things... Great mind game :-)""\n\nLove it!!! by KriSk0DiSk0\n""The ultimate puzzle game! I cant find anything else like it. Im hooked.""\n\nLove it! by cdctx\n""Fun and challenging, and addicting. Can\'t wait for more levels!""\n\nArcs! by FransCronje\n""Great fun! Awesome challenge without any frustrations. Love it!""\n\nOne of my all time favorites... by KZZZZZB\n""...simple & beautiful.""\n\nGreat sliding blocks variant by rspoonts\n""This game is very appealing to puzzle fans. And I love it even more now that it has an assist for color blind people. Thanks for adding this feature!""\n\nGreat game by DQE\n""Love this app, never tire if playing it yet it is not stressful to play.""\n\nBeautiful and Fun by Julesthebee\n""Great app - thanks for the new levels!""\n\nFinally! by Peggy59372\n""I love this app and have been doing the same puzzles over and over again! Thank you for finally adding more!! Keep adding! ""\n\nAwesome by Navajo \n""It\'s a tongue twister for your brain.""\n\nSerious fun by Mary\n""This is the best puzzle app I have found! It was a fun and enjoyable challenge to learn how to rotate the discs to solve the puzzles. Please make more levels asap! Also more types of puzzles like this!""\n\nExcellent game by R.Edd\n""This is one of the few games I have on my iPhone and iPad. A ""quick"" game you can pick up and come back to anytime. The touch interface is excellent, and while the graphics are basic, the game itself is excellent.""\n\nReally fun!!! by Li3303\n""A great game! Copy the color pattern in the sample circle by turning the rings. There\'s one black empty space. You push the arc you want to move onto into the empty space then turn the rings to reposition it. It\'s like one of those number 15 puzzle games only with a circle, arcs and pretty colors.""\n\nGreat game by XterryX\n""Really a great game I didn\'t think it was hard enough but I was wrong. After the first puzzle it started to drive me nuts I LOVE this game.""\n\nArcs Puts New Spin On Puzzling by AppSmile\n""The game truly meets it\'s goal of becoming a quick and yet immersive puzzle game. Overall Pomegranate Apps really impressed us by their adaption of the tile game as well as the precision and yet simplicity of the game.""\n\nMore levels please! by Boggle Fan\n""This is an awesome app! I am on my second run thru the puzzles and I love the simplicity and bright colors.""",Pomegranate Apps LLC,4+,EN,5106688,Games,"Games, Puzzle, Entertainment, Strategy",21/01/2009,10/05/2018
-https://apps.apple.com/us/app/shogi-kifu/id302532668,302532668,Shogi Kifu,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/a9/0b/cd/a90bcd51-bc2c-eb69-1829-ac0251d69343/source/512x512bb.jpg,,,3.99,,This application is to record Shogi (Japanese chess) games.\nUser cannot play against the computer.\n\nFeatures:\n- Even or handicap games.\n- Record the game information and the comments.\n- Save / Load game file.\n- Send game scores by mail.\n- Load games on the Web.\n (cannot access the site requires password)\n- Help,Yoshikazu Kakinoki,4+,"EN, JA",29797376,Games,"Games, Strategy, Board",14/07/2011,13/10/2018
-https://apps.apple.com/us/app/shogi-kifu/id302532668,302532668,Shogi Kifu,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/a9/0b/cd/a90bcd51-bc2c-eb69-1829-ac0251d69343/source/512x512bb.jpg,,,3.99,,This application is to record Shogi (Japanese chess) games.\nUser cannot play against the computer.\n\nFeatures:\n- Even or handicap games.\n- Record the game information and the comments.\n- Save / Load game file.\n- Send game scores by mail.\n- Load games on the Web.\n (cannot access the site requires password)\n- Help,Yoshikazu Kakinoki,4+,"EN, JA",29797376,Games,"Games, Strategy, Board",14/07/2011,13/10/2018
-https://apps.apple.com/us/app/strategery-lite/id303188552,303188552,Strategery Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/6a/f7/f2/6af7f2e1-7ae8-2924-8dd6-55396093528a/source/512x512bb.jpg,3.5,9121,0,,"Now you can play Strategery, the award-winning strategy game, for FREE! Strategery Lite features the same exciting gameplay as the full version, with no time limits or ads, but you\'ll have to upgrade for all the fun gameplay options and to play online.\n\nStrategery, Macworld\'s 2009 App Gems Award winner for Best Strategy Game, has been completely overhauled for version 3.1! ""There is no game I play on my iPhone more than Strategery,"" writes Lex Friedman.\n\nStrategery is a fast-paced game of world domination, designed and built from top to bottom for the iPhone, iPad, and iPod Touch. Play against the computer or your friends in an epic battle of strategy and risk.\n\n""Strategery offers depth that can\u2014and will\u2014claim hours of your time.""\n- Macworld\n\n""My latest iPhone gaming habit is Strategery""\n- Slate Magazine\n\n""Lots of fun and the gameplay has a great feel.""\n- Daring Fireball\n\n\nFeatures:\n\n\u2022 Challenging game of offensive and defensive strategy\n\u2022 Play for a couple minutes or a couple hours (it\'s pretty addictive)\n\u2022 Two difficulty settings: ""Easy"" and ""Normal"" (upgrade to the full version for ""Hard"" and ""Brutal"")\n\u2022 Pass-and-play multiplayer (up to 5 players)\n\u2022 Automatically saves your game to resume later\n\u2022 Randomly generated maps make every game a unique challenge. Strategery Lite includes small and medium maps (upgrade to the full version for large and epic).\n\n\nUpgrade to the full version for:\n\n\u2022 Online battles\n\u2022 Manual army placement\n\u2022 Automatic border placement\n\u2022 ""Hard"" and ""Brutal"" difficulties\n\u2022 Large and Epic maps\n\u2022 ""Winner keeps all"" game mode\n\u2022 ""Land grab"" game mode",Affogato LLC,4+,EN,5421981,Games,"Games, Entertainment, Board, Strategy",5/02/2009,30/06/2010
-https://apps.apple.com/us/app/wedding-dash-deluxe/id303337299,303337299,Wedding Dash Deluxe,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/d8/53/b3/d853b3a9-c1ea-157e-03a8-2f8d94235a89/source/512x512bb.jpg,4.5,17056,0.99,"0.0, 0.99, 5.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","* Play the most romantic Dash game! With over 20 million downloads to date, Dash is one of the biggest gaming franchises ever on the iPhone and iPad.\n* Get the popular Autumn Affair wedding venue for FREE in this special Deluxe edition of Wedding Dash.\n\nPlan ultimate dream weddings for picky brides and grooms! Help Quinn launch her fledgling wedding planning business, starting with simple backyard weddings and advancing to elegant ballroom receptions. Choose all the details, manage comical disasters, and keep guests happy \u2013 or risk the wrath of Bridezilla!\n\nGame Features:\n* Plan dream weddings on your iPhone and iPad!\n* Choose the perfect details, from wedding cakes to gorgeous flowers, for unforgettable receptions\n* Manage comical disasters including pigeons, fires, and bees - or risk the wrath of Bridezilla!\n* Keep guests happy by organizing their seating requests\n* Master many levels of wedding drama and chaos \n* Unlock additional destination weddings, including Rooftop Romance and Vows in the Clouds, through in-App purchase.\n\nLove Wedding Dash? Try our other addictive games, including Diner Dash, DinerTown Zoo, Hotel Dash and Cooking Dash. You\u2019re guaranteed to see familiar faces that you know and love.\n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/playfirstgames \n\nTwitter: @playfirst \n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com\n\n*******************",Glu Games Inc,4+,EN,55803904,Games,"Games, Strategy, Action, Entertainment",28/01/2009,2/07/2014
-https://apps.apple.com/us/app/agency-wars-lite/id303401746,303401746,Agency Wars Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/54/4d/46/544d4674-86ec-1086-642a-925007cb59ee/source/512x512bb.jpg,2.5,17045,0,,"Become a deadly spy in Agency Wars, the best massively multiplayer online game for the iPhone. Embark on heart-pounding missions across the globe in numerous real-world locations. Protect the planet from evil terrorists, drug dealers and corrupt warlords. Work for one of many top-secret agencies around the world, such as the CIA, KGB, MI6 and more. Increase your skills and abilities to become the most dangerous spy ever.\n\nCollect items from around the world, including futuristic laser guns, electric knives, and high-yield explosives. Participate in a fully functional user-driven economy by buying and selling items to other players.\n\nBand together with other spies to embark on Joint-Missions, these dangerous tasks require multiple players to complete.\nSick of playing the good guy? Track other players across the globe and assassinate them, or assassinate players next to you in your real-world location using your iPhones GPS.\n\nThe life of a spy is not a simple one. Be on call 24 hours a day to fulfill your agency\u2019s plan. Acquire hundreds of guns, knives and bombs that even the Green Berets are scared to use. Patrol through the snow of Siberia, the mountains of China and the streets of Tokyo to find your mark. Nobody is safe from a spy, no matter where they are.\n\nAgency Wars offers many features typically found only in the best console/PC MMO RPG and FPS games.\n\nBrought to you by SGN, the creator of iBowl, SGN Golf and Mafia Respect and Retaliation.\n\nThis is the FREE Lite version, download any of the premium versions to unlock all the features in Agency Wars. The premium versions also give you Agency Reward points, which can be used to purchase special items and attribute upgrades! The premium versions also unlock 90 new missions, world travel and passports!\n \nFeatures:\nJoint-Missions: Embark on dangerous missions with as many as five other players. Earn special rewards for accomplishing these deadly tasks.\n\nFully Functional Economy: Find rare items throughout the world and sell them to other agents, or simply use them for yourself.\n\nPlayer VS Player Combat: Fight other players throughout the world in real-time. Eliminate the competition to become the best spy in the world!\n\nGeo-Location Missions: Complete missions available in real-world locations in your home-town. Go to secret locations to complete these extremely high-profile missions. (iPhone Only!)",MindJolt,4+,EN,7543757,Games,"Games, Entertainment, Strategy, Role Playing",14/03/2009,6/05/2009
-https://apps.apple.com/us/app/touch-physics-lite/id303475501,303475501,Touch Physics Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ba/e6/10/bae61091-6995-cbec-dbf0-71c90b922ff1/source/512x512bb.jpg,3.5,42210,0,,"Draw shapes with a crayon that come to life on your iPhone / iPod touch. These shapes interact with the wheel, causing it to move according to physical laws. When it reaches the star, the level is complete.\n\nThis is a lite version of Touch Physics with fewer levels (10 out of 50).\n\n\n""Game of the Year Award for iPhone"" - haz.de\n\n""As scientifically fascinating as the original"" Bronze Award (Touch Physics 2) - Pocket Gamer\n\n""Draw your way to victory"" - iPhone Games Directory\n\n""Top 100 iPhone Games 2009 Award"" - iLounge\n\n""Hottest Award"" - iPhone Apps Plus\n\n""Very very cool game, good mind teaser"" - Today in iPhone\n\n""Painfully addictive"" - MacBreak Weekly\n\n""Touch Physics is a fantastic game. Great value for the price"" - 148Apps\n\n""One more reason to keep touching my iPhone"" - TouchMyApps\n\n""One of the very best inexpensive games we\'ve seen on the iPhone to date"" - iLounge\n\n\nAre you up to the challenge? Can you take on the laws of physics to complete all levels? Touch Physics Lite is an innovative game that allows you to be in control of the wheel\'s destiny. Change the laws of physics to suit your game play!\n\nBeware, this is not as simple as it sounds! Levels progress in difficulty, do you dare to compete? Addictive fun and fury all in one package.\n\nA video of Touch Physics in action can be seen at: http://www.gamez4touch.com/\n\n\nCUSTOMER COMMENTS:\n\n- Great job, this game is AMAZING !\n- Dare I say it, ADDICTIVE !!!\n- I love this game !\n- Light-hearted fun that is hard to put down\n- High production values, stylish\n- I can\'t put this down !\n- Challenging, but quite fun and entertaining !\n- Highly recommend buying this one\n- It\'s incredibly addictive and I love it !\n- Wow !\n\n\nFEATURES:\n\n- 10 Levels\n- Simple and intuitive control\n- Real physics modeling\n- Realistic crayon drawing\n- Automatic save and resume\n- Shake to reset\n- Relaxing music\n- Retina display\n\n\nFULL VERSION:\n\nWhen you upgrade to the full version, you also get:\n\n- 40 Additional levels (giving 50 in total)\n- Physics customization (providing unlimited gameplay)\n- Play your own music\n- No ads\n\n\nLANGUAGES:\n\nEnglish",Gamez 4 Touch,4+,EN,16556848,Games,"Games, Puzzle, Strategy, Entertainment",1/02/2009,12/01/2011
-https://apps.apple.com/us/app/firewall-defender-free/id303477061,303477061,FIREWALL: Defender FREE,,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/b1/9c/c4/b19cc4c7-d0be-db90-6487-2d23b313374c/source/512x512bb.jpg,2.5,1156,0,,"Welcome, Artificial Intelligence Agent 1.4.3. Your assignment is to DEFEND our vital interweb data in Grid 817 from attacks by cyber terrorists. To do this you must manage deployment of our new adaptive breach system code named FIREWALL: Defender 001.\n\nFIREWALL: Defender FREE features: \n\nPROXYBLASTER\nPACKETBREAKER\nDECRYPTOR\nAUTHENTICATOR\n\nStrategically deploy a defense net in Grid 817 to hold off enemy attack consisting of the following threats:\n\nPOLYMORPH VIRUS \nWORMS\nAMBULANCE VIRUS \nPHISH\nTROJAN HORSES\n\nYour success is vital. Jump into \u201cREGULAR\u201d defense mode for consistent streams of enemy attackers. Once you have mastered \u201cREGULAR\u201d, move on to \u201cRANDOM\u201d mode to further test your skills against our new devious foes. Of course, your progress will be monitored in the \u201cHIGH SCORES\u201d log for each mode. Remember, always plan ahead as our enemies are EVOLVING as we speak. Good Luck!",Solus Games,4+,EN,6122222,Games,"Games, Strategy, Entertainment, Puzzle",28/01/2009,28/01/2009
-https://apps.apple.com/us/app/pocketsports-football-lite/id303830590,303830590,PocketSports Football Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple111/v4/4e/60/da/4e60da4a-18f8-eafb-6c9d-ae7d4f421cb6/source/512x512bb.jpg,2.5,20234,0,,"Finally iPhone and iPod touch gets it\'s first real 3D Football game. \n\n*Throw Passes, \n*Run the ball with Spins and Power Moves,\n*Play Defense,\n*AND NOW Kick Field Goals! \n\nDIRECTIONS! \n\n1.) First hit ""Quick Game""\n2.) Then hit ""OK"" at the Atlanta vs San Fran Screen\n3.) VERY IMPORTANT Pregame Setup hit ""Play Orientation""\n Here you will set the orientation that you play the game, NOTICE the Y changes as you tilt the phone. Hit OK!\n4.) Hit ""Pre Game Warm Up"" also VERY IMPORTANT \n Here you will practice Run and Pass plays. \nJust hit ""Run"" first and try tilting the iphone to run the ball. \nYou can also hit ""Tilt"" in the upper right to switch to DPAD on screen controller. \nHit A) for a Power Move and B) for for a spin move. \n\nOnce you have running down trying passing by hitting ""Pass"", hit ""hike"" and the receivers will have circles over their heads. Hit the circle to pass to them. Now you have full offensive control! \n\nI suggest you stay in pregame warmup until you find the configuration that works for you either with ""tilt"" or ""dpad"" control, and can run and pass with ease. \n\nDefensive NOTE:\nIn game, on defense select your defender with A) and B) before the play and then hit A) to tackle. Can you make the game saving tackle? \n\n\nGAME ON! \n\nDescription: \n\nPocketSports Football Lite is designed for the unique capabilities of the iPhone and iPod touch. Simply tilt to run and touch to pass. Also you can execute spins or lower your shoulder when running. On offense drop back and scope out the defense. Then just touch the receiver to pass. Finally on Defense see if you can come up and make the big hit or game changing interception.\n\nFeatures:\n\nTilt and touch controls\nDPad Control if you choose (Hit Tilt in upper Right)\nSpin Move(B), Power Move(A)\nTouch Passing\nDefensive Player Control (A-B to select)(A to tackle)\n3 Camera Views! (Normal, High, Close) \nTilt to view left and right in game! \n\nWhat are you waiting for. Get PocketSports Football Lite RIGHT NOW!",Solus Games,12+,EN,4528173,Games,"Games, Sports, Entertainment, Strategy",12/02/2009,19/02/2009
-https://apps.apple.com/us/app/ballsnare/id303954672,303954672,BallSnare,,https://is1-ssl.mzstatic.com/image/thumb/Purple62/v4/1d/9b/7a/1d9b7ab8-5c97-fce0-ae1a-67fb402d21b7/source/512x512bb.jpg,3.5,7,0.99,,"""3D version of the classic arcade game: BreakOut. It's the opposite of Dodgeball. It's BallSnare.\n\nYou defend the front wall of the court; either blocking the active pucks or catching floaters. Clear three layers of balls and advance through progressively more difficult levels with multi-ball action.\n\n(Visit author's website for more information.)""",John Gregorek,4+,EN,3824640,Games,"Games, Entertainment, Casual, Strategy",6/02/2009,9/09/2016
-https://apps.apple.com/us/app/wordology/id304657926,304657926,Wordology,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/7c/71/d6/7c71d6dc-5252-9fe7-4ac5-f593d81764be/source/512x512bb.jpg,3.5,125,2.99,,"Word Game Enthusiasts Unite! Wordology 2.0 is the classic addictive word game re-designed for iOS 8! If you pride yourself as a word game expert and have been looking for a challenge, then this game is for you. \n\nTest your vocabulary in a game where size matters. Use layers of lettered tiles to create the longest words possible and earn hefty points. Strategy is key to achieving high scores and awards. One wrong move can cost you major points. Choose the game mode that suits your skill level and you are on your way to becoming a Wordologist. \n\nKey Features\n\nFour different game play modes to challenge your skill level\nAmp up your word scores with Special Tiles\n250,000+ word dictionary\nFully supports all devices with iOS 8 and up\n\nGame Center\n\nKeep track of stats for your current, and previous games as well as all-time records\nTrack your point total, longest word, tiles used, average word length and more\nComplete 16 challenges to earn your status as a Wordologist",Cerebral Gardens,4+,EN,98282496,Games,"Games, Entertainment, Word, Strategy",28/02/2009,7/12/2017
-https://apps.apple.com/us/app/omar-sharif-bridge/id304878580,304878580,Omar Sharif Bridge,2019 Edition,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/8f/ff/e0/8fffe0d1-a17a-cd91-5b04-1aedc488fd35/source/512x512bb.jpg,2.5,359,5.99,,"Welcome to the 2019 edition of Omar Sharif Bridge.\nFeaturing a faster and smoother user interface along with a stronger state of the art artificial intelligence engine, the 2019 edition celebrates over 36 years of us bringing you the best in Bridge card games.\n\nOmar Sharif Bridge supports 2 variants of the game of Bridge: Rubber and Chicago Bridge.\n\nBridge is played by four players who form two partnerships. Players within a partnership face each other across the bridge table. Traditionally, the players are referred to by the points of the compass - North, East, South and West. The two partnerships are North/South and East/West. \n\nIn Rubber Bridge a rubber is played as the best of three games. A game is won by the first partnership to score 100 or more points in successful contracts.\n\nIn Chicago Bridge you play four hands of Bridge. The winner is the partnership that scores the most points in those hands.\n\nA huge thanks to all those who have taken the time to contact us with suggestions, comments and criticisms!, please keep them coming. \n\nOmar Sharif Bridge features:\n\u2022 Supports 5 card majors, strong 2 clubs, weak 1NT, Jacoby Transfers, weak 2-Bids and 2NT 11-12 points bidding conventions.\n\u2022 Plays Chicago (four-deal) and Rubber Bridge.\n\u2022 Extensive score card information.\n\u2022 Ability to locate deals matching many bidding criteria.\n\u2022 Auto bidding.\n\u2022 Bid analysis to explain the bids made.\n\u2022 Auto card play.\n\u2022 Full undo and redo of bids and cards played.\n\u2022 Extensive display and card play options",ZingMagic Limited,4+,EN,33982464,Games,"Games, Card, Entertainment, Strategy",17/02/2009,11/12/2018
-https://apps.apple.com/us/app/pahjong-hurricane/id304932775,304932775,PahJong Hurricane,,https://is2-ssl.mzstatic.com/image/thumb/Purple62/v4/c1/5e/4f/c15e4f1e-47d7-d3b4-9dcd-e713d7e94027/source/512x512bb.jpg,3,6,0.99,,"""A single game combining facets of three classic games to exercise your brain: MahJong, Picket, and Tetris. Symbols are dropped (ie rain down). Pair the 15-different celestial symbols that can appear in 6 colors and 4 orientations. The game board allows for three layers of symbols to build up. Highest level is CAT-5. Enjoy the beginning level (Drizzle) to get proficient at tapping the symbols because it's going to get ugly.\n\n(visit the author's website for more information.)\n\nGood Luck.""",John Gregorek,4+,EN,3134464,Games,"Games, Entertainment, Casual, Strategy",16/02/2009,9/09/2016
-https://apps.apple.com/us/app/wedding-dash/id305123066,305123066,Wedding Dash,,https://is1-ssl.mzstatic.com/image/thumb/Purple4/v4/53/cc/a4/53cca45d-82d8-7e05-ae3d-4219e0cdb943/source/512x512bb.jpg,4,101209,0,"2.99, 2.99, 5.99, 0.99, 0.0, 0.99, 0.99, 0.99, 0.99, 0.99","***For a limited time, get the Niagara Falls venue FREE when you upgrade to Wedding Dash Deluxe!*** \n\n* Play the most romantic Dash game! With over 20 million downloads to date, Dash is one of the biggest gaming franchises ever on the iPhone and iPad.\n\nPlay Wedding Dash for FREE! Love it? Upgrade to the full version from within the game!\n\nPlan ultimate dream weddings for picky brides and grooms! Help Quinn launch her fledgling wedding planning business, starting with simple backyard weddings and advancing to elegant ballroom receptions. Choose all the details, manage comical disasters, and keep guests happy \u2013 or risk the wrath of Bridezilla!\n\nGame Features:\n* Plan dream weddings on your iPhone and iPad!\n* Choose the perfect details, from wedding cakes to gorgeous flowers, for unforgettable receptions\n* Manage comical disasters including pigeons, fires, and bees - or risk the wrath of Bridezilla!\n* Keep guests happy by organizing their seating requests\n\nFull version features: \n* Master many levels of wedding drama and chaos \n* Unlock additional destination weddings, including Rooftop Romance and Vows in the Clouds, through in-App purchase.\n\nLove Wedding Dash? Try our other addictive games, including Diner Dash, DinerTown Zoo, Hotel Dash and Cooking Dash. You\u2019re guaranteed to see familiar faces that you know and love.\n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/playfirstgames \n\nTwitter: @playfirst \n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com\n\n*******************",Glu Games Inc,4+,EN,58343424,Games,"Games, Strategy, Action, Entertainment",18/02/2009,2/07/2014
-https://apps.apple.com/us/app/pahjong-tsunami/id305260337,305260337,PahJong Tsunami,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/34/4e/41/344e41d0-8f96-90b2-9138-520ed4639e66/source/512x512bb.jpg,,,0.99,,"A very challenging combination of three classic games; MahJong, Picket and Tetris, into a single symbol matching game.\n\nTwelve zodiac symbols populate the game board in waves. An empty board will be populated quickly, each level increases in wave frequency and volume. CAT-5 defines the highest level, and it will be a very notable accomplishment to reach it.",John Gregorek,4+,EN,2974720,Games,"Games, Entertainment, Strategy, Casual",18/02/2009,9/09/2016
-https://apps.apple.com/us/app/slay/id305324342,305324342,Slay,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/08/fb/ab/08fbab78-3be8-dc73-0036-4e0b057cc5a8/source/512x512bb.jpg,3,4885,3.99,"9.99, 9.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","Slay is a simple to learn game of strategy and cunning set in medieval times. The island is divided up between the six players, and you must try to capture your enemies\' land and link up your own territories to create larger and stronger ones. You begin capturing land by attacking with your peasants. Once your territories become richer you can combine peasants to make stronger and stronger people (Spearmen, Knights and then Barons) who can kill weaker enemy troops, or knock down their castles. Just be careful that you don\'t create too many expensive men or the territory will go bankrupt! \n\n""This game is pure strategy! It\'s a work of genius. Brilliant AI. Engaging turn-based multiplayer strategy. Sid Meier, eat your heart out!"" - GameSpy.com \n\n""I love this game! I play it all the time, and when I\'m not, I think about wanting to play it."" - PocketNow.com\n\n""At first glance, Slay looks elementary, but hidden beneath are cunning strategy elements that must be finely balanced for success"" - PC Magazine\n\n""Deceptively delightful. The graphics are simple, but the strategy is complex."" - Download.com\n\nFor the latest news on all my games follow @SeansGames on Twitter!","""Sean O'Connor""",9+,EN,59016192,Games,"Games, Board, Strategy",27/02/2009,30/05/2019
-https://apps.apple.com/us/app/paintball-ii/id305462255,305462255,Paintball II,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/87/39/0e/87390eaa-c434-ca69-f017-9bf5396ba6b5/source/512x512bb.jpg,2,84,2.99,,"""The successor of our best seller paintball chroma game.\n\nPaintBall 2 is the successor of our best seller, original award winning game, developed in a way that we can guarantee it will keep you hours and hours on your phone.\nWhat is paintball? It's not about the war game or any other shooter games, its literally about painting the ball. There is a given pattern of colored balls and some pipes around them. You are given an amount of paint color to draw and change the color of any of the balls in the scene trying to match 3, 4 or 5 balls near a pipe, this way the pipes suck these matched balls and new paint is given to you. The gameplay is very different from the well known and cloned match 3 swapping candy fluffy games like candy crush soda and candy crush saga games. Try it and you'll get hooked.\n\n\u2022 Game Objective:\nYou have to make groups of 3 or more balls of the same color. These groups must be made next to a pipe. Paint balls by tapping on them. When you click on the ball you wish to paint, the ball changes color and the group gets sucked into the pipe.\n\n\u2022 Tips:\nUsing the same pipe makes it hot. If a pipe becomes extra hot the balls are transformed into multi-color which gives you extra points & life. Letters appear on some balls. When balls are grouped, the letter taken, complete the word 'PaintBall' on the bottom. When all word is completed a big bonus is earned!\n\n\u2022 Hard: The Hard game works exactly like the Easy game, but you have to play fast because your paint reserve is dripping! If it runs out, you lose.\n\u2022 Panic: In Panic mode you have 100 sec. to score as much as possible. This is not all! Your paint reserve is dripping & there are no black balls. This makes it easier to make groups.\n\u2022 Heat: In this mode, ball groups are taken only when they are next to a hot (red) pipe. Each time this happens active (red) pipes are moved. There are no black balls, which makes it easier to make groups. This mode needs planning!\n\u2022 Chroma: In the Chroma mode you will have to play using color combinations e.g.: if you have yellow paint & the ball you want to paint is blue. Blue and yellow will be: Green. Use the color wheel to keep track. If you mix opposite colors you get black.\n\nFEATURES\n* award winning gameplay\n* hours of gameplay craziness - mania guaranteed\n* many modes to play\n* fast playing ideal for waiting rooms/buses\n* Export Hi-Scores to internet\n* change ball styles\n\nPRESS:\n-----\nUIQ 2008 Open Winner for the games category! \n-----\ngamefreaks365: So, do you need Paintball 2? If you don't have Paintball yet, the answer is a definitive 'yes'. Paintball still is a fresh and amazingly addictive puzzle game. \n-----\nallaboutsymbian: PaintBall 2 is a solid puzzle game with enough variety in the game modes to suit a whole range of tastes and moods. It's been well implemented with clear graphics and distinct sound, and an intuitive control system. All in all, pretty good! \n-----\npocketgoddess: PaintBall 2 is one of those games to which you can quickly find yourself hopelessly addicted, but you\u2019ll also keep coming to it again and again, trying to improve upon your high score each time.""",CrazySoft Limited,4+,EN,6466560,Games,"Games, Puzzle, Entertainment, Strategy",25/02/2009,10/10/2018
-https://apps.apple.com/us/app/psarakia-ice-fishing/id305464559,305464559,Psarakia (Ice Fishing),,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/44/b1/0e/44b10e9a-3f61-fd47-0a12-5de902d9ba8a/source/512x512bb.jpg,3.5,13,2.99,,"""An iced 'fresh' idea of puzzle gaming from the creators of Paintball & Frutakia\n\nCrazySoft, the creators of PaintBall, Frutakia, Frutakia 2 and Snake Deluxe came along an iced 'fresh' idea of puzzle gaming that won't let you alone!\nPsarakia is a match 3 combo puzzler with iced fish. There is a square pattern of iced big fish. When tapping a fish it melts and if there are 3 or more same melted fish near by groups are made. Crush the ice and make groups of manny fish, your energy will raise consequence combo level up. The gameplay is not similar to other swapping match 3 games with jewel, smoothies and caramel, its unique and very addictive. So try this fish frenzy, iced fishing game and help diego the fisherman to make be No1.\n\n\u2022 Game Objective:\nMake horizontal or vertical pairs of two and more same fish. You can see the frozen fish ice cubes; defrost them by breaking the ice!\n\n\u2022 Gameplay:\nBreak the ice of each fish group, by holding the pen down on the screen and moving it on each fish without letting go. The ice will break and the fish will appear. After a while the pairs will be calculated and the points & life earned.\n\n\u2022 Meters:\nWhen the temperature meter on the left: 1) Empties: You lose. 2) Fills: Level Up!\n\nYou can fill the combo meter and gain more life only if additional pairs are made without any tapping just after pairs are done. There are three different modes: EASY, HARD and MEMORY mode.\n\nHARD MODE:\n1) You lose life every second.\n2) If defrost fish are not made pairs fast after a while they freeze and then become ice cubes as it was before.\n3) It is a lot more difficult.\n\nMEMORY MODE:\nThere are 12 different pairs of fish which are hidden. You can see 2 fish of your choice at a time. The idea is to find the pairs. Pair bonus: This item gives you life bonus, multiplied by the pairs of fish you have found at that time.\n\nFEATURES\n\u2022 Combo frenetic gameplay\n\u2022 Easy to lean game. Tap fish.\n\u2022 Extra memory game included.\n\u2022 Fishing for points! Many hours of play guaranteed.\n\u2022 Export Hi-Scores to internet""",CrazySoft Limited,4+,EN,4922368,Games,"Games, Entertainment, Puzzle, Strategy",25/02/2009,10/10/2018
-https://apps.apple.com/us/app/shogi-demon/id305620716,305620716,Shogi Demon,Japanese Chess,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/47/16/89/47168963-8e17-910e-cb90-6697acf3b075/source/512x512bb.jpg,3.5,27,2.99,,"Shogi is Japanese Chess.\nThe difference between this and regular Chess is that the player is allowed to reuse the pieces captured from the opponent for themselves.\nWith exceptions to the King and the Gold, any pieces that enter the zone of the opponent can be turned over to increase their range of movement. \nPositioning 2 or more Pawns on a vertical line is not permitted if the Pawns are not turned over.\nAlso, although it is possible to put a King in mate with your own Pawn, it is not permitted to put a King in mate with a Pawn captured from your opponent.\nThis is because such act is an insult to the King. \n\n- In the shogi board mode, it is possible to play man face to face.\n- Three computer levels.\n- 22 kinds of handicaps.\n- Position editor.\n- There is a guide that informs player of a possible movement of the pieces.",NUTRACTOR,17+,"EN, JA",20957184,Games,"Games, Strategy, Board",24/02/2009,13/07/2018
-https://apps.apple.com/us/app/tiki-towers-lite/id305929056,305929056,Tiki Towers LITE,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/70/fe/ac/70feac02-cb12-7088-0b11-dca3e45f3a2b/source/512x512bb.jpg,3.5,29495,0,,"WINNER ""Best Casual Game"" - 5th Annual International Mobile Game Awards (2009)\nBananatastic tower building puzzle action! Unleash the monkey within!\n\nGOLD AWARD - 9/10 \n""Tiki Towers builds a bridge between thoughtful puzzle play and casual cartoon antics. It\'s an utter delight, bearing the fruit of a great game."" - PocketGamer\n\n\u201cAs physic-based puzzlers go, Tiki Towers is one of the best. It\u2019s among my current favorites\u2026\u201d \u2013 AppCraver.com\n\n\u201c\u2026the gameplay proved both engaging and challenging from the start. The overall graphics and cute monkey animations give the game a nice feel of polish.\u201d \u2013 TouchArcade.com\n\n""...Tiki Towers stands out as one of the iPhone\'s most unique puzzlers. The fact that is has a bunch of crazy monkeys and bananas is a bonus."" - Modojo.com\n\nPlay the first 9 levels of Tiki Towers for FREE!\n\nThe monkeys need your help! It\'s up to you to build a way for the monkeys to safely clear each level. Using limited supplies, work with your monkey friends to build towers out of bamboo poles, coconuts, and vines.\n\nNavigate through levels filled with hazardous obstacles that threaten the safety of your monkey pals. Tiki Towers is action and puzzle gaming at its best!\n\n* 9 challenging levels\n* Build bridges and towers using bamboo, coconuts and vines\n* Realistic physics - bamboo structures will bend, break, and collide with the environment\n\nMonkeying around has never been more fun! Get more levels and game modes by downloading the full version of Tiki Towers.\n\nRecommended for fans of physics-based puzzle games such as: World of Goo, Enigmo, and Fantastic Contraption.\n\nFollow us on Facebook and Twitter!\n\nSupport for English, French, German, Italian and Spanish",GameHouse,9+,"EN, FR, DE, IT, ES",39453539,Games,"Games, Entertainment, Strategy, Puzzle",25/02/2009,29/01/2011
-https://apps.apple.com/us/app/gun-runner/id306165224,306165224,Gun Runner +,A trading game,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/53/00/e7/5300e7cb-eaa6-2586-5152-5f7e5eee91a7/source/512x512bb.jpg,2.5,5462,0,"0.99, 0.99, 0.99","""Gun Runner + is a lite & free version of Gun Runner. Gun Runner is a trading game inspired by classic trading games like Dope Wars & Drug Wars. \n \nThe basic rules of trading apply. Buy low, sell high. You must fund your operations by borrowing money. But be careful, the cost of borrowing is very high so you'll need to know the cost of goods to keep ahead of those interest charges\u2026\n\nTo make progress you'll need to aim high. Borrow as much as you can get but only when you know what you\u2019re going to buy and make sure you're getting a good price. The interest rates are non negotiable and the penalties are harsh. \n\nAnd by the way the Interpol is after you. There\u2019s nothing you can do, that\u2019s the cost of doing business.\n\n===========================\n\nBTW - your borrowing power is 200x your cash - debt on the 30 day level""",CUBIC digital,9+,EN,14125056,Games,"Games, Entertainment, Adventure, Strategy",25/02/2009,28/09/2017
-https://apps.apple.com/us/app/polycubes/id307013525,307013525,Polycubes,,https://is3-ssl.mzstatic.com/image/thumb/Purple4/v4/fc/4d/a5/fc4da581-194d-8d9f-f803-fd5226d69a54/source/512x512bb.jpg,3.5,19,0,,"""Create full layers from the falling polycube shapes to make them disappear! The gameplay is similar to that of the well-known Tetris\xae , only this time it's in 3D: rotate and move the falling pieces before they reach the bottom of the pit in a way that they create layers without gaps.\n\nDepending on the settings you choose the game can be a fast-paced reflex game or a slow brain teaser puzzle.""",Voxeloid Kft.,4+,EN,4472832,Games,"Games, Strategy, Entertainment, Puzzle",7/03/2009,2/07/2014
-https://apps.apple.com/us/app/port-defender-2d-field-defense/id307083604,307083604,Port Defender\xae - 2D Field Defense,,https://is2-ssl.mzstatic.com/image/thumb/Purple69/v4/77/06/72/77067212-bf6b-8e9b-203e-c57a9379d0f3/source/512x512bb.jpg,3.5,860,0,"0.99, 1.99, 0.99, 0.99","""Welcome to Port Defender, a fun area defense game. Your goal is to build expansive mazes in order to stop ever expanding waves of creeps from escaping. For players who seek a more guided approach story and fixed path levels are also available for a predefined and challenging experience.\n\nNotice: On first launch this application will need a few seconds to create its internal database, later it will load instantly. Please don't turn off your device while there is a spinning symbol or it says please wait.\n\nPlease leave a review, any rating will do, good or bad, just please leave one.\n\nDue to the low volume of purchases this app has been made free, enjoy ;)\n\nFeatures:\n+26 built in maps\n+Support for all device orientations\n+Retina support\n\n7 Towers\n+ Gun, Flak, Missile, Slow, Gas, Ray, Nuclear\n\nExtra features\n+Weapons (Fire, Slow, Gas & Nuclear)\n+Admin (Moving Tower)\n\nFor more images and videos please check out our website\n\nAlso please follow us on Twitter: @mgatelabs""",Michael Fuller,9+,EN,84364288,Games,"Games, Strategy, Action, Entertainment",27/03/2009,23/03/2016
-https://apps.apple.com/us/app/sallys-spa/id307132353,307132353,"""Sally's Spa""","Design Manage Build, have Fun!",https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/d8/6f/e7/d86fe774-ee77-ec70-ca33-0f251eb8024a/source/512x512bb.jpg,4.5,35199,2.99,,"\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 Sally\'s Spa\u2122 30% OFF! Limited Time \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \n\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 Get it now and don\u2019t miss out!! \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \n\nApple\u2019s Rewind 2009! Apple features Sally\u2019s Spa as one of the top games for 2009!\n\n\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 APP CRITIC REVIEWS! \u25a0 \u25a0 \u25a0 \u25a0 \u25a0\n\u201cSally\u2019s Spa is one of the best time management Games I have played by far.\u201d \u2013 touchmyapps.com\n\n""Sally\u2019s Spa - The Game Every Girl Needs! The graphics are amazing and the touch interface perfect. Honestly, I would pay $9.99 for this game."" \u2013 appleiphoneschool.com\n\n\u201cIt\u2019s surprising how addictive this game can become, and its original gameplay makes it a winner for me.\u201d \u2013 Appletell.com\n\n""Keep your finger busily dragging and dropping, poking and popping for hours of delightful fun."" \u2013 GameZebo.com \n\n\u201cthis game could literally keep players going for hours.\u201d \u2013 AppVee.com\n\n\u201cSally\'s Spa is uber-cute and strangely addictive! Even *guys* will have fun building a spa empire in this top-shelf casual game.\u201d \u2013 iPhoneAppReviews.net\n\n\u201clooking for a great time management game, you can\'t go wrong with Sally\'s Spa.\u201d \u2013 osxreality.com\n\n\u201cThis one definitely get\u2019s a thumbs up!\u201d \u2013 themomsreview.com\n\nFollow Sally\'s Spa on TWITTER!\nhttp://twitter.com/sallysgames\n\n\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \u25a0\nA P P L I C A T I O N - D E S C R I P T I O N:\nTreat yourself to some relaxation and fast paced fun in Sally\'s Spa and see why millions of players have made Sally\u2019s Spa the best selling casual game for PC/Mac and now it\u2019s available for your iPhone and iPod Touch!\n\nSally\'s back and ready for a relaxing rush in luxury spa locations around the world. Refresh your customers with saunas, manicures, bath bombs, massages, hot stones and more. Enhance the experience of your clients with upgrades for your rapidly growing business.\n\nMelt away the stress from a wide variety of customers and personalities including blushing brides, demanding fashionistas, calm couples, and many others! As you build your Spas, earn money to shop for over 65 items including employees to help your Spa business grow!\n\nSally\'s Spa features all of the fun of Sally\'s Salon, plus loads of new surprises! A wonderful escape for gamers of all ages, join Sally on her latest adventure today!\n\nF E A T U R E S:\n\u25a0 Use your finger to touch and drag your customers to your Spa stations such as Saunas, Massage Tables, Mani-Pedi stations and serve them Tea to help them relax and refresh.\n\n\u25a0 Many fun spa services to play as Mini Games like Mud Masks, Hot Stones, Bath Bombs, Massages, Manicures & much more!\n\n\u25a0 It\u2019s not just about massaging your customers, they need extra products like Body Butter and Calming Bath salts too! Maximize your product sales buy getting more soothing products for your shelf.\n\n\u25a0 Buy powerups to keep those clients happy! After all, how do you calm down a Fashionista? With a patience candle of course!\n\n\u25a0 As you travel from New York, Paris, Rome, Japan, Fiji and many more places you will meet many character personalities like Rock Stars, Heiresses, Male Models, Athletes and more!\n\n\u25a0 With 50 Levels and 10 beautiful locations around the world you get hours upon hours of fun!\n\nHighly recommended for fans of time management games such as Sally\u2019s Salon, Supermarket Mania, Diner Dash & Cake Mania.\n\nAt Games Cafe we worked hard to make Sally\u2019s Spa the best game possible. We really hope that you enjoy this game and tell your friends and family! :)",Games Cafe Inc.,4+,"EN, FR, DE, IT, ES",500501504,Games,"Games, Strategy, Entertainment, Action",8/04/2009,11/09/2017
-https://apps.apple.com/us/app/port-defender-lite-2d-field-defense/id307219373,307219373,Port Defender\xae Lite - 2D Field Defense,,https://is1-ssl.mzstatic.com/image/thumb/Purple49/v4/a2/40/b2/a240b272-1c60-039f-e719-78c8e4bdcf84/source/512x512bb.jpg,3,5013,0,,"""Welcome to Port Defender\xae Lite, a fun area defense game that has just received its biggest update ever. Your goal is to build expansive mazes in order to stop ever expanding waves of creeps from escaping. For players who seek a more guided approach story and fixed path levels are also available for a predefined and challenging experience.\n\nNotice: On first launch this application will need a few seconds to create its internal database, later it will load instantly. Please don't turn off your device while there is a spinning symbol or it says please wait.\n\nPlease leave a review, any rating will do, good or bad, just please leave one.\n\nFeatures:\n+10/24 built in maps\n+Support for all device orientations\n+Retina support\n\n7 Towers\n+ Gun, Flak, Missile, Slow, Gas, Ray, Nuclear\n\nExtra features\n+Weapons (Fire, Slow, Gas & Nuclear)\n+Admin (Moving Tower)\n\nFor more images and videos please check out our website\n\nAlso please follow us on Twitter: @mgatelabs""",Michael Fuller,9+,EN,54787072,Games,"Games, Strategy, Action, Entertainment",27/03/2009,23/03/2016
-https://apps.apple.com/us/app/tap-n-pop-classic-balloon-group-remove/id307538288,307538288,"""Tap 'n' Pop Classic: Balloon Group Remove""",,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/44/34/17/4434170c-aeee-dd9a-6d8a-896f955af9d5/source/512x512bb.jpg,3.5,1119,2.99,,"Tap \'n\' Pop is one of the most popular classics for the iPhone. Rotate, shake and tap your device, pop the balloons, use the power ups in this fun and challenging game.\n\nShake your iPhone/iPod/iPad to reset colours. Very useful when you are running out of moves! You only get a few at the beginning though.\n\nSome user comments\n-------------------------------------------\n""Poppit with a twist! ... well worth the price!""\n""Fun game played just like pop it on pogo ... a must have game""\n""Brilliant game!\n--------------------------------------------\n\nTap \u2019n\u2019 Pop is a fun balloon popping puzzle game for the iPhone\n\nREVEAL PACKAGES\nPop groups of colored balloons to clear and reveal packages containing various items. Reveal all items to reach the next level.\n\nHOW TO PLAY\nTap once to select the group of same colored balloons you want to pop (balloons will start pulsating) \u2013 tap again to pop the balloons. Balloons below the removed ones will move up to fill the empty space. Package will be revealed if no balloons are covering it.\n\nROTATE YOUR DEVICE\nRotate your iPhone and balloons will move up \u2013 re-arranging positions and helping you out when you think you are running out of moves.\n\nYou have limited number of \u201crotations\u201d, but you earn new one each time you complete a level. If you run out of rotations, but rotate your device anyway \u2013 balloons will simply be rotated along giving you the same layout as before the rotation. \n\nUSE THE PIN\nWhen you find yourself in a ""tight spot"" - use one of your pins to pierce any balloon that\'s in your way. Pins are hard to come by so use them wisely.","Software River Solutions, Inc",4+,EN,8881152,Games,"Games, Entertainment, Strategy, Puzzle",27/03/2009,16/08/2017
-https://apps.apple.com/us/app/conquest-all-maps/id307662507,307662507,Conquest (+ all maps),,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/3b/c5/a1/3bc5a113-44e3-7e8a-339b-bc558b1add4a/source/512x512bb.jpg,3.5,2606,4.99,,"The game now has 56 different maps to play on!\n\nConquest is a version of the classic board game where you combine risk and strategy to conquer the world. As well as the standard world map there are 35 other maps included in the game that you can choose to fight over.\n\nYou can play solo or multiple human games against the randomly selected computer controlled opponents, each with their own personality and strong artificial intelligence. Or play network games against your friends over a local WiFi network, or using Bluetooth.\n\n""I found myself playing this game constantly for a week; this game is super addictive"" - Pocket PC Life\n\n""5 out of 5 cows"" - TUCOWS.com\n\n""I challenge anyone to give this 30 minutes of his or her time and not become hooked. Kudos to Sean for providing a simple, clear and at times challenging game in such a small package. I\u2019m certainly having problems putting my Pocket PC down now!"" - www.ultimatepocket.com\n\n""Everybody should have at least one Risk clone tucked away on their hard drive. This one - Conquest - is the best I\'ve come across"" - EuroGamer.com\n\n\u2122RISK is a registered trademark of Hasbro Inc. Conquest is not associated with RISK or Hasbro in any way.\n\n------------------------------\n\nFor the latest news on all my games follow @SeansGames on Twitter!","""Sean O'Connor""",9+,EN,107105280,Games,"Games, Board, Strategy",27/03/2009,15/12/2017
-https://apps.apple.com/us/app/shredder-chess/id308032437,308032437,Shredder Chess,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/f6/ee/f3/f6eef33d-676b-cace-914c-259c681bb305/source/512x512bb.jpg,4.5,863,3.99,,"Shredder, the most successful chess program ever, is now also available for the iPhone. You can play against Shredder, analyze with him and solve chess puzzles. It offers the usual Shredder standard for your pocket.\n\nIn addition to the outstanding playing strength of the 12 times computer chess world champion, Shredder is also able to mimic the play of a human chess player with any playing strength. He even deliberately makes typical human mistakes in those levels.\n\nSolve 1000 built in chess puzzles. Shredder keeps track of your performance and offers advice if needed.\n\nYou can adjust Shredder\u2019s playing strength from beginner to master level. If you like, Shredder automatically adjusts his strength to yours. He even calculates an Elo rating for you. This is how the playing strength of chess players is typically measured.\n\nDuring the game a coach is watching your moves and warns you if you are about to make a mistake.\n\nSee how you are getting better and better the more games you play and the more chess puzzles you solve.\n\n\n* Adjustable playing strength\n* Intuitive and very easy to operate\n* 1000 built in chess puzzles\n* See your rating in a diagram\n* Outstanding playing strength on the iPhone\n* Analyse your games with Shredder, find your mistakes and improve your play\n* Coach shows your mistakes\n* Different playing styles from passive to aggressive\n* Great variety: opening book with more than one million moves\n* Enter and analyze any position you like\n* Load and save games (incl. names, date, etc.)\n* Send games via email\n* Different chess boards and pieces\n* Support for VoiceOver / Accessibility\n* Improve your play whenever and wherever you like\n\n\nSave 10 USD/EUR when buying Shredder or Deep Shredder (Mac, Windows or Linux). You will find your coupon code in the program info section.\n\nAlso check out our highly refined version for iPad.","Eiko Bleicher, Skizzix.com",4+,"EN, DE",33033216,Games,"Games, Board, Education, Strategy",27/03/2009,16/10/2016
-https://apps.apple.com/us/app/wordology-lite/id308608974,308608974,Wordology Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/ba/72/c7/ba72c7a8-4078-c6e6-10e5-feff77a0e308/source/512x512bb.jpg,3,1926,0,,"Word Game Enthusiasts Unite! Wordology 2.0 is the classic addictive word game re-designed for iOS 8! If you pride yourself as a word game expert and have been looking for a challenge, then this game is for you. \n\nTest your vocabulary in a game where size matters. Use layers of lettered tiles to create the longest words possible and earn hefty points. Strategy is key to achieving high scores and awards. One wrong move can cost you major points. Choose the game mode that suits your skill level and you are on your way to becoming a Wordologist. \n\nKey Features\n\nFour different game play modes to challenge your skill level\nAmp up your word scores with Special Tiles\n250,000+ word dictionary\nFully supports all devices with iOS 8 and up\n\nGame Center\n\nKeep track of stats for your current, and previous games as well as all-time records\nTrack your point total, longest word, tiles used, average word length and more\nComplete 16 challenges to earn your status as a Wordologist\n\nThis is the free, ad supported version of Wordology. If you enjoy playing, please upgrade to the full, ad-free version.",Cerebral Gardens,4+,EN,108253184,Games,"Games, Strategy, Entertainment, Word",27/03/2009,7/12/2017
-https://apps.apple.com/us/app/gomoku-free-%E4%BA%94%E5%AD%90%E6%A3%8B-%E4%BA%94%E7%9B%AE%E4%B8%A6%E3%81%B9-%EC%98%A4%EB%AA%A9/id308834118,308834118,"Gomoku Free (\u4e94\u5b50\u68cb, \u4e94\u76ee\u4e26\u3079, \uc624\ubaa9)",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/1a/cc/b1/1accb126-2974-ab7d-0523-b00ab938e053/source/512x512bb.jpg,2.5,1848,0,,"""A strategic board game that's simple to learn, fun to play, but difficult to master. The goal of the game is to connect 5 pieces in a row while stopping your opponent from achieving the same objective.\n\n\nFeatures:\n\u2605 Single player campaign.\n\u2605 2 Player battle.\n\u2605 7 Difficulty Settings.\n\u2605 Beautiful Graphics.\n\u2605 Free updates.\n\n\nThe game is sometimes referred to as five in a row, gomoku, or gobang. connect 5. (\u4e94\u5b50\u68cb, \u4e94\u76ee\u4e26\u3079, \uc624\ubaa9)\n\n\niPhone Games\nhttp://www.savysoda.com""",Savy Soda,4+,"ZH, EN",1326164,Games,"Games, Strategy, Board",27/03/2009,21/12/2010
-https://apps.apple.com/us/app/tap-n-pop-classic-lite-balloon-group-remove/id309225116,309225116,"""Tap 'n' Pop Classic (Lite): Balloon Group Remove""",The classic balloon pop game,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/cc/67/3a/cc673a39-8c33-1263-959d-24e0c52ce6dc/source/512x512bb.jpg,3,24821,0,,"Tap \'n\' Pop is one of the most popular classics for the iPhone. Rotate, shake and tap your device, pop the balloons, use the power ups in this fun and challenging game.\n\nShake your iPhone to reset colours. Very useful when you are running out of moves! You only get a few at the beginning though.\n\nSome user comments\n--------------------------------------------\n""Poppit with a twist! ... can\'t stop playing!""\n""Fun game played just like pop it on pogo ... a must have game""\n""Brilliant game!\n--------------------------------------------\n\nREVEAL PACKAGES\nPop groups of colored balloons to clear and reveal packages containing various items. Reveal all items to reach the next level.\n\nHOW TO PLAY\nTap once to select the group of same colored balloons you want to pop (balloons will start pulsating) \u2013 tap again to pop the balloons. Balloons below the removed ones will move up to fill the empty space. Package will be revealed if no balloons are covering it.\n\nROTATE YOUR DEVICE\nRotate your iPhone and balloons will move up \u2013 re-arranging positions and helping you out when you think you are getting close to not having any moves left. \nYou have limited number of \u201crotations\u201d, but you earn new one each time you complete a level. If you run out of rotations, but rotate your device anyway \u2013 balloons will simply be rotated along giving you the same layout as before rotation. \n\nUSE THE PIN\nWhen you find yourself in a ""tight spot"" - use one of your pins to pierce any balloon that\'s in your way. Pins are hard to come by so use them wisely.","Software River Solutions, Inc",4+,EN,14717952,Games,"Games, Entertainment, Puzzle, Strategy",28/03/2009,17/08/2017
-https://apps.apple.com/us/app/tournament-reversi-free/id309399343,309399343,Tournament Reversi Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/92/c1/1e/92c11e7c-d1c1-00a6-4d73-678a9b7d564e/source/512x512bb.jpg,3.5,2503,0,,"""Play the classic game Reversi over the internet, against a friend, or against your iPhone.\n\nChallenge players from all over the globe in Internet mode. Just set your display name, log in, and challenge a player from the list!\n\nChallenge your friends and family in Two Player mode by sharing the same device. \n\nChallenge your own abilities by playing against one of five difficulty levels in Single Player mode.\n\nFeatures\n\u2605 Play Online\n\u2605 Play Two Player\n\u2605 Play Single Player (5 difficulty levels)\n\u2605 Resume Game (auto-save)\n\u2605 No Ads or Restrictions!\n\nReversi, also known as Othello, is renowned for its easy to learn rules but difficult to master strategy. If you're a fan of Checkers, Chess, Go, Mancala, or other strategic board games, you'll love Reversi. So give it a shot, hey, it's free!""",Futrell Software,4+,EN,2582857,Games,"Games, Board, Strategy, Entertainment",27/03/2009,18/07/2010
-https://apps.apple.com/us/app/bloons/id310251116,310251116,Bloons,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/99/2d/3a/992d3af1-69d0-f4ca-3e31-26b9f3dd9d00/source/512x512bb.jpg,4,16693,0.99,,"NOW 150 EXCLUSIVE LEVELS! \n\n******************************************\n\nFollow Bloons on Twitter to receive the latest information at http://twitter.com/bloonsiphone\n\nWalkthrough for the first level pack:\n\nhttp://ninjakiwi.com/blog/bloons-iphone-walkthrough-part-1-of-5\n\nWalkthrough for the second level pack:\n\nhttp://ninjakiwi.com/blog/bloons-iphone-expansion-walkthrough-part-1-of-5\n\nRecommendations:\n\nPocketgamer 8/10 - Silver Award ""Bloons on iPhone is the definitive article""\n\nTheAppEra - ""Still flashy without flash""\n\n------------------------------------------\n\nBloons, the online flash sensation has finally landed on iPhone and iPod touch!\n\nPlay as the mischievous monkey as you set out to pop as many balloons as possible using an arsenal of darts and special power ups.\n\nBloons is a simple yet hugely addictive game in which players must pop a target number of balloons in each level in order to progress to the next. Requiring skill, determination and a little bit of monkey magic, Bloons is a puzzling skill game which will have you begging for just one more go!\n\nFans of the online game and those yet to experience the Bloons phenomenon are sure to enjoy this iPhone conversion.\n \nFeaturing:\n\n* All of the original Bloons favorites such as ice bloons, bomb bloons, tack bloons and helium bloons.\n\n* 150 brand new levels exclusive to iPhone and iPod touch. You simply cannot experience these new levels anywhere else!\n\n* Level Editor - allowing you to customise and store your own levels.\n\n* Unlimited Darts mode.\n\n* Simple pick up and play control system allowing players of all ages and skill levels to enjoy the game.\n\n* Bonus hidden content which can be unlocked.",Ninja Kiwi,4+,EN,5500291,Games,"Games, Strategy, Puzzle",14/04/2009,7/02/2012
-https://apps.apple.com/us/app/chess/id311395856,311395856,Chess \u2219,,https://is1-ssl.mzstatic.com/image/thumb/Purple115/v4/32/10/47/32104711-47e3-224b-9c65-7cae1a092c17/source/512x512bb.jpg,3.5,191081,0,,"""Are you tired of playing chess games that look like they were designed for a Commodore 64 instead of an iPhone? We've got the antidote for you. Chess Free is the best chess game for the iPhone and iPod Touch, and it's free! \n\nChess Free supports both 1 player and 2 player gameplay, so you can play against friends or test your skills against a challenging computer opponent. \n\nChess Free offers a host of exciting features, including:\n\n* Great graphics and exciting sound effects\n* Configurable player names and score tracking \n* Outstanding AI engine with configurable difficulty level\n* Board rotation for two player games \n* Undo function\n* Automatic save when you get a phone call or exit the application \n\nChess Free is supported by unobtrusive banner advertising. Chess Premium is the same great app without the ads.""",Optime Software LLC,4+,EN,65303552,Games,"Games, Strategy, Entertainment, Board",18/04/2009,27/06/2018
-https://apps.apple.com/us/app/chess-premium/id311395924,311395924,Chess Premium,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/8a/42/6f/8a426f16-d342-615a-19cd-9262c9aea5ed/source/512x512bb.jpg,4,2767,1.99,,"""Are you tired of playing chess games that look like they were designed for a Commodore 64 instead of an iPhone? We've got the antidote for you. Chess Premium is the best designed chess game for the iPhone and iPod Touch.\n\nChess Premium supports both 1 player and 2 player gameplay, so you can play against friends or test your skills against a challenging computer opponent.\n\nChess Premium includes a host of exciting features, including:\n\n* Great graphics and exciting sound effects\n* Configurable player names and score tracking \n* Outstanding AI engine with configurable difficulty level\n* Undo function if you accidentally hit the wrong square\n* Automatically saves your game when you get a phone call or exit the application \n\nIf you're looking for a killer chess application for your iPhone or iPod Touch, check out Chess Premium today!""",Optime Software LLC,4+,EN,30746624,Games,"Games, Entertainment, Board, Strategy",23/04/2009,28/09/2017
-https://apps.apple.com/us/app/uniwar-multiplayer-strategy/id311456818,311456818,UniWar: Multiplayer Strategy,Turn-Based Strategy game,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/5d/f0/10/5df01093-dc2e-ba8f-bed9-68ab1db58ed0/source/512x512bb.jpg,3.5,14073,0,"9.99, 2.99, 4.99, 19.99, 5.49, 23.49, 49.99, 36.99, 13.99, 99.99","Players take turns building their army and fighting against each other, terrain affects attack and mobility of units. \n7+ millions of games played and counting.\nThe BEST MULTIPLAYER TURN-BASED STRATEGY Game\n\nFEATURES:\n- 3 races, each with 10 varied units.\n- 50,000+ user created maps to choose from.\n- Play multiple games at once.\n- Team play allows 2v2, 3v3 and 4v4.\n- Campaign with 30 missions.\n- Play modes: Multiplayer online, Vs. AI, Vs. a friend on the same phone (hot seat).\n- Worldwide Global Ladder.\n- Email or push notifications when it is your turn.\n- In-game chat and main chat room.\n- 5 landscape themes with fog of war.\n- Select a fast or slow turn duration from 3 min to 3 days.\n\n""...it\u2019s impossible to pass up if you\u2019re even remotely interested in turn based strategy games."" - TouchArcade\n\n""...I\u2019m truly in awe of everything that has been captured and neatly packaged in UniWar..."" - AppCraver - 10/10\n\n""...It\u2019s probably the best strategy game on the iPhone right now..."" - PixelatedGeek\nIt is a blend between Advance Wars and StarCraft. Also in the same genre as Lux DLX on the iPhone but with a multiplayer mode and a vivid online community. Whether you are looking for an RTS or RPG, UniWar will satisfy your needs.\n\nYou enjoy multiplayer online games like Rogue Planet or Texas Hold\'em? Try UniWar\u2122 and prepare for endless fun...\n\nNote: The Free version may be subject to limitations (ex. number of game modes) and the limitations are subject to change.\n\nChoose from different subscription options. Our standard subscription options are:\n1-month Subscription \n3-month Subscription\n1-Year Subscription\n\n* Subscription payments will be charged to your iTunes account at confirmation of your purchase and upon commencement of each renewal term. Subscription with a free trial period will automatically renew to a paid subscription. You can cancel your subscription or free trial in the iTunes settings at least 24-hours before the end of the free trial period. The cancellation will take effect the day after the last day of the current subscription period and you will be downgraded to the free service. \n* Please note: any unused portion of a free trial period (if offered) will be forfeited when you purchase a premium subscription during the free trial period.\n\nPrivacy Policy: http://www.spookyhousestudios.com/privacy_policy/sh_limited.html\nTerms of use: http://www.spookyhousestudios.com/legal/sh_limited_subscriptions_terms_of_use.html",SH Limited,9+,"AR, ZH, CS, EN, FR, DE, IT, JA, PL, PT, RU, ES, TR",115074048,Games,"Games, Entertainment, Strategy, Role Playing",14/04/2009,24/07/2019
-https://apps.apple.com/us/app/pocket-tanks-deluxe/id311466554,311466554,Pocket Tanks Deluxe,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/bd/9c/37/bd9c37ae-3182-01bd-7d6f-dd3ef3f082bb/source/512x512bb.jpg,4.5,5543,4.99,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","""The Ultimate One-on-One Artillery Game"" \u2013 Now with cross-platform WiFi and Online Play!\n\nPocket Tanks is the fast-paced artillery game that is simple to learn, and fun to master. The perfect quick game for friends and family, you\'ll find yourself hooked for hours of play! Bury your opponent in a mound of dirt, or assail him with a barrage of bullets. Visit the Weapon Shop before battle to arm yourself for the struggle, or try the Target Practice mode to learn all the weapons and the best tactics to win.\n\nExperience the thrill of launching volley after volley of powerful and fun weapons across the battlefield, using very simple controls. Select your angle, power, and FIRE! Your arsenal of unique and useful weapons includes: Napalm, Firecracker, Skipper, Cruiser, Dirt Mover, and dozens more! This is the light-hearted game of heavy artillery for everyone.\n\n-----------------------------------\n\nFeatures:\n\n- Large scrolling battlefields\n- Universal app; looks great on iPhone or iPad\n- WiFi, real-time matches on a local network\n- Online, turn based play. Battle your friends around the world at your own pace.\n\nDeluxe Adds:\n\n- 100 exciting new weapons (140 total with all free packs)\n- Jump Jets for moving your tank around\n- Bouncy Dirt for creating reflective terrain\n- Digger for tunneling your tank underground\n- Support for weapon expansion packs, both paid and FREE!\n\nPlus...\n\nMud Pie\nCannon Ball\nFission Bomb\nPopcorn\nMega Cruiser\nPillow Fight\nHot Foot\nVolcano\nPedestal\nLightning Strike\nGravity Well\nFunnel\nSnowballs\nCollide-o-scope\nSide Kick\nNanobots\nWarp Gate\n\nAnd a whole lot more!\n\n\n-----------------------------------\n\nNote from the author: \n\nI have been writing artillery games since 1993. I created Pocket Tanks in 2001, and thanks to the many loyal fans, it is still in active development to this very day. Please join me in my quest to make Pocket Tanks a classic artillery game that stands the test of time. Thanks to all who have supported BlitWise over the years. \n\n-Michael P. Welch \nAuthor of DX-Ball & Scorched Tanks\n\nMillions of downloads, over a decade of fun!\n\nFor the PC/Mac versions visit:\nwww.blitwise.com","Blitwise Productions, LLC",9+,EN,39997440,Games,"Games, Family, Strategy, Entertainment",15/04/2009,31/08/2016
-https://apps.apple.com/us/app/castle-smasher/id311468972,311468972,Castle Smasher,,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/2c/cc/c8/2cccc839-0dd7-aa27-2c81-b1d34909bb74/source/512x512bb.jpg,3,12659,0.99,,"Ready, aim, fire!\n\nLoad your catapult and SLING BOULDERS at the enemies\' castles on a quest to CONQUER the kingdom.\n\nCastle Smasher v2 is the NEW and UPDATED version of the original web game that started a whole new sub-genre of catapult games back in 2007.\n\nTravel from castle to castle, challenge new tribes and rescue prisoners in this extended version packed with THREE game modes.\n\nCan you master the art of stone slinging?\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nFEATURES:\n\n- THREE game modes\n- 1: ""Challenges"" - new game mode with 50 LEVELS\n- 2: ""Arcade"" - the classic Castle Smasher game\n- 3: ""Target Practice"" - another new game mode with RANDOMLY GENERATED levels for maximum replay value\n- Upgradable boulders\n- Castles jam-packed with treasures and bonus items waiting to be plundered\n- Free prisoners and recruit to your army\n- Rock solid controls\n- Global High Score support\n- Donut Games\' Collectors Icon #02\n- And so much more...\n\nTECH STUFF:\n\n- Game Center support\n- Widescreen support\n- Universal App (iPhone, iPad, iPod Touch support)\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!",Donut Games,4+,EN,10308608,Games,"Games, Strategy, Action",14/04/2009,5/07/2017
-https://apps.apple.com/us/app/pocket-tanks/id311544087,311544087,Pocket Tanks,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/0f/21/bb/0f21bb72-e4e0-3173-fb08-c5c6ea6354fe/source/512x512bb.jpg,4,90386,0,"4.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","""The Ultimate One-on-One Artillery Game"" \u2013 Now with cross-platform WiFi and Online Play!\n\nPocket Tanks is the fast-paced artillery game that is simple to learn, and fun to master. The perfect quick game for friends and family, you\'ll find yourself hooked for hours of play! Bury your opponent in a mound of dirt, or assail him with a barrage of bullets. Visit the Weapon Shop before battle to arm yourself for the struggle, or try the Target Practice mode to learn all the weapons and the best tactics to win.\n\nExperience the thrill of launching volley after volley of powerful and fun weapons across the battlefield, using very simple controls. Select your angle, power, and FIRE! Your arsenal of unique and useful weapons includes: Napalm, Firecracker, Skipper, Cruiser, Dirt Mover, and dozens more! This is the light-hearted game of heavy artillery for everyone.\n\n-----------------------------------\nPocket Tanks - Free Version\n40 weapons\n\nFeatures:\n\n- Large scrolling battlefields\n- Universal app; looks great on iPhone or iPad\n- WiFi real-time matches on a local network\n- Online, turn based play. Battle your friends around the world at your own pace.\n\nDownload Pocket Tanks COMPLETELY FREE, and learn the ropes with 40 exciting weapons. The Free version also includes WiFi AND Online play, to challenge your friends!\n\n\nUpgrade in App to Deluxe and access:\n\n- 100 brand new weapons (140 total with all free packs)\n- Jump Jets for moving your tank around\n- Bouncy Dirt for creating reflective terrain\n- Digger for tunneling your tank underground\n- Support for weapon expansion packs, both paid and FREE!\n\n\n-----------------------------------\n\nNote from the author: \n\nI have been writing artillery games since 1993. I created Pocket Tanks in 2001, and thanks to the many loyal fans, it is still in active development to this very day. Please join me in my quest to make Pocket Tanks a classic artillery game that stands the test of time. Thanks to all who have supported BlitWise over the years. \n\n-Michael P. Welch \nAuthor of DX-Ball & Scorched Tanks\n\nMillions of downloads, over a decade of fun!\n\nFor the PC/Mac versions visit:\nwww.blitwise.com","Blitwise Productions, LLC",9+,EN,43073536,Games,"Games, Strategy, Family, Entertainment",15/04/2009,31/08/2016
-https://apps.apple.com/us/app/inverti/id312093430,312093430,Inverti,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/42/de/3e/42de3ee5-6fb8-4929-fce4-5e0d48ffbf1a/source/512x512bb.jpg,3,40,0,,"Inverti is an iOS version of the classic board game Reversi (also known as Othello). Tap one of the small green dots to place your white chip on the board. All the black chips that lie directly between the chip you placed and another white chip ""flip over"" to become white. But beware the brain of Inverti, which is gonna try to do the same thing right back to you.\n\nInverti features 3 skill levels, two starting positions, a Score Log graph, and works on any iOS 9+ device, including the iPhone X.",Frank LaRosa,4+,EN,2004992,Games,"Games, Board, Strategy",21/04/2009,5/10/2017
-https://apps.apple.com/us/app/crystal-mine/id313149078,313149078,Crystal Mine,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/16/99/23/1699232b-f854-e8ef-6692-b98ce57c3890/source/512x512bb.jpg,2,353,0,,"Crystal Mine is a classic digging game and involves levels for solving puzzles and collecting a set number of gemstones after which an exit door opens. The levels are filled with dirt which can be tunneled through simply by moving through it. This creates empty space. Emerald and diamonds can be collected by moving into them. Diamonds are with 3x as Emeralds. Rocks and gems can rest on dirt, walls (only indestructible and magic walls), or other rocks and gems, but once these are removed, they will fall down. This is sometimes useful, as you can drop things on top of monsters roaming the levels. Some destroyed monsters drop gems necessary to achieve the necessary number to complete the level. Or they may drop other pieces, such as explosives or keys to help you solve the puzzles. Or control the wind direction. There are dozens of creatures to interact with. Crystal Mine is a fun and challenging game and comes with many of the levels created by Emerald Mine Cub members over the past 20+ years.\n\nPlease note that this game is extremely challenging and some levels will take many attempts before they can be solved.",Modular Dreams Inc,4+,EN,2818386,Games,"Games, Casual, Strategy",3/05/2009,3/05/2009
-https://apps.apple.com/us/app/nerve/id313324870,313324870,Nerve,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/00/6f/e5/006fe562-3f01-d22b-05e4-277c0adfd03d/source/512x512bb.jpg,2.5,47,0,,Nerve is a game of chance and strategy. Are you more daring than your opponent? Are you smarter? Can you find a strategy that gains you points faster? Nerve is the game for you.,Mahboud Zabetian,4+,EN,6994639,Games,"Games, Strategy",28/04/2009,3/07/2009
-https://apps.apple.com/us/app/pebbles/id313365393,313365393,Pebbles,,https://is4-ssl.mzstatic.com/image/thumb/Purple69/v4/54/7c/25/547c2542-044d-41a5-1655-e763eabcbae9/source/512x512bb.jpg,3,866,0,,"Pebbles is ideal for a quick game!\nThe game is easy to get into as well as get out of again. There is no troublesome saving or loading \u2013 just end the game (by pressing the home button on the iPhone) and start exactly where you left off next time you turn it on.\n\nPebbles is flexible!\nPebbles has got everything: from a quick game here and there to tricky challenges.\n\nThe easier levels don\u2019t require too much sweat; however, they are not trivial and still a lot of fun. The higher levels of difficulty get pretty tricky, though. Just the right thing when you\u2019re in the mood to get that gray matter working. \n\nPebbles is pretty and sounds cute!\nWhat\u2019s more, Pebbles is supported by adorable visual effects (three pebble designs to choose from) and the cutest sounds.\n\n\nHow does Pebbles work?\n\nThe basic principle of the game is irresistibly easy: from the edge, you throw a pebble into a square playing field. When one stone lands on another of the same color, this stone as well as all bordering stones of the same color disappear. The goal is, of course, to empty the field \u2013 so far, so good. \n\nYet, this simple concept leads to surprisingly challenging functions, and the variety of strategic possibilities make Pebbles an absorbing game. \n\nA shelf above the playing field shows which stone is going to come next. Knowing which stone is going to follow is a deciding factor in the game\u2019s strategy. \n\nChoosing the sequence of the moves with care is also very important: a well positioned pebble can do more than just eliminate others; it can also be the basis for up coming moves, just as a badly positioned pebble can prove to be terribly obstructive. \n\nThe level of difficulty increases with the number of pebbles that are in the playing field at the start of a game as well as the number of different colors.",Objective Development,4+,"EN, DE",10136576,Games,"Games, Strategy, Board, Entertainment",28/04/2009,20/01/2016
-https://apps.apple.com/us/app/airtycoon-airline-management/id313478124,313478124,AirTycoon - Airline Management,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/aa/00/3f/aa003f64-410d-1ed5-1593-3de81d55e503/source/512x512bb.jpg,3.5,3416,0,,"""* Air Tycoon - Realistic management simulation game. It's a full version and free!\nManage your own airline company in the world.\n\n* New Game 'Air Tycoon Online' is also available now. - Compete with your friends.\n\n* Air Tycoon 2 - Fully upgraded from original one. Dedicated iPad version is also available.\n\n* Enjoy our new game 'Hotel Tycoon 2' - Fully upgraded from original Hotel Tycoon\n\n - Worldwide 67 destinations\n - 16 airplane models\n - 3 play modes and 4 difficulty levels\n - Play with 3~7 AI players\n - Precise and brilliant simulation modeling\n - Convenient & easy user interface\n - Game save and load (including auto save mode)\n\nAre you dreaming of becoming a CEO? Do you want to test your business sense? Do you want to be a tycoon in the blue sky? Here is the way make it come true. Air Tycoon is a genuine and highly addictive simulation game.\n\nYou can make your own company which can buy airplanes and build routes over the 62 world wide cities. When you make a route you can control the schedule, fare, service level to create more profit. After that, hiring more employees is needed. You can invest for advertisement to pull up company's name value and check the employee's productivity for satisfaction of customers. If you need more money for managing, you can get a loan and pay off from the bank.\n\n\n* Enjoy our other management simulation games. \n\n- Hotel Tycoon 2 (New Game - Fully upgraded and new features. iPad version is also available.) \n- Touch Traffic HD (Brilliant traffic control game) \n- Cruise Tycoon (Cruise company management game. iPad version is also available.)\n- Air Tycoon 2 (Airline company management simulation game. iPad version is also available.)\n- Hotel Tycoon (Hotel chain management simulation game.)\n \n________________________________________\n\n* When you have any question or opinion about our game, please contact us. Thank you. \n\n- E-mail : support@tradegamelab.com \n- Twitter : www.twitter.com/tradegamelab""",TRADEGAME Lab Inc.,4+,EN,8646161,Games,"Games, Strategy, Role Playing, Entertainment",29/04/2009,13/11/2012
-https://apps.apple.com/us/app/jungle-crash-land/id313734044,313734044,Jungle Crash Land,,https://is1-ssl.mzstatic.com/image/thumb/Purple127/v4/93/d4/0c/93d40c9b-0880-a112-6d3b-7f8ec366989e/source/512x512bb.jpg,3.5,67670,0.99,,"EMERGENCY! You\'re running out of fuel in the midst of the jungle!\n\nUse your rockets to CLEAR THE RUNWAY of obstacles before you touch ground.\n\nThis is the HEAVILY upgraded iDevice version of Donut Games\' classic web game. Bombing has never been this fun!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nGAME FEATURES:\n\n- Addicting Aim n\' Bomb action\n- Easy, rock solid controls\n- THREE game modes:\n- 1) ""CHALLENGES"" with 70 levels to beat one at a time, and unlimited number of attempts\n- 2) ""ARCADE"" with 8 unique levels that needs to be cleared with a single life, arcade style\n- 3) ""STAR PILOT"": The bonus game where you collect stars and perform loop stunts\n- Lots of varying landscapes to clear\n- Donut Games\' Collectors Icon #05\n- Trainer mode for kids\n- And much more...\n\nTECH FEATURES:\n\n- Game Center support\n- MFi controller support\n- ION Arcade controller support\n- Universal App (iPad, iPhone, iPod Touch)\n\nAWARDS:\n\n- Rated ""Highly Addictive Game"" by Apple\n- #3 Most Downloaded App in App Store US, January 2010\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!",Donut Games,4+,EN,7703552,Games,"Games, Strategy, Action",1/05/2009,21/06/2017
-https://apps.apple.com/us/app/portofcalll/id313835253,313835253,PortOfCallL,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/2a/7a/4d/2a7a4d07-1009-a0a7-658f-a011e4b350f7/source/512x512bb.jpg,2.5,634,0,"0.99, 0.99","PortOfCallL \nPorts of Call Lite \nThe Maritime Simulation Game\n\nthe lite version allows 30 min per gameplay ! You can purchase upgrade modules via in App Purchase.\n\n(C) 1986-2011,\nRolf-Dieter Klein, Martin Ulrich,\nMunich, Bremen, Germany\n\nPorts of Call has a long tradition \nthe first version was released\non the Amiga 1986 with other versions\nfollowing.\n\nNow the classic game is getting mobil.\nWe kept the classic interface and design by intention, as this was a user request since years - an update for full screen support will follow soon, also other versions are on our wish and todo list.\n\nA Background on Tramp Shipping:\n\nThe traffic of goods by sea is organized \nin accordance with international agreements and contracts between individual countries. \nAbout 80% of the goods (called ""cargo volume"") transported between two countries is handled by ships registered under the flags of the countries concerned. The remaining 20% are \nopen to the free competition of ships under other flags. These ships, called ""tramp"" ships, are usually prepared to transport all kinds of goods. This aspect of the shipping business is the focus of Ports of Call.\n\nThe Object of the Game\n\nEach player founds his own shipping \ncompany, with a starting capital of $4.6 million to buy ships. Freight and ports of call can be chosen continuously from offers on the market.\nThen the captain chooses an economic travelling speed and casts off to encounter many adventures on the high seas.\n\nAfter unloading his cargo, the captain \nis credited with the agreed payment.\nThen he may refuel, make necessary repairs, and so on. The next job is to find a new, lucrative cargo, buy further ships, and/or repay his mortgages; in other words, he must have a more productive company than his competitors.\n\nA player\'s chances of success improve \nthe more he knows about international \nshipping. All data for the game originated from actual developments in the maritime world: the fluctuation of freight rates, refueling costs, port charges, and ship operating costs.\n\nBut the game is not a pure economic game, \nalso a ship simulator is integrated, and\nthe captain can steer his ship manually,\neither if necessary, or to save money and\nget a good status.\n\nIn summary, Ports of Call has been developed with this motto in mind: \n""Software with Hard Facts.""\n\n\nlatest hints: start using preowned ships, and keep them in good condition to avoid disasters (like rats for example).\nTo avoid the burglar, visit your office in a regular interval. \n\n\nhomepage: www.portsofcall.de\nsupport: www.rdkleinforum.de",Dipl.-Ing. Rolf-Dieter Klein,4+,"DA, NL, EN, FI, FR, DE, IT, NO, PT, ES, SV",3396500,Games,"Games, Strategy, Simulation",1/05/2009,7/05/2011
-https://apps.apple.com/us/app/swap-n-drop/id314162908,314162908,"""Swap 'n Drop""",,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/0b/da/a9/0bdaa965-65ad-607b-c175-cb1fb5027b3a/source/512x512bb.jpg,3,282,2.99,,"""Swap 'n Drop is a simple yet addictive puzzle game. Swap pairs of tiles anywhere onscreen to get four or more in a horizontal row. Looking where tiles will drop you can form amazing combos to get huge bonuses!\n\nMain features:\n- swap any tiles, not just adjacent\n- receive bonuses from cleverly dropped tiles\n- play based on moves used, not time\n- earn points to gain bonus moves""",CH4 Productions,4+,EN,4225024,Games,"Games, Puzzle, Strategy",3/05/2009,17/11/2017
-https://apps.apple.com/us/app/boxed-in/id314464100,314464100,Boxed In,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/64/a9/24/64a92428-8cb1-4837-5997-a690987e46ab/source/512x512bb.jpg,3.5,93235,0.99,"0.99, 0.99, 0.99, 1.99, 0.99, 2.99, 4.99, 0.99, 0.99, 0.99","Ready to try one of the best puzzle games in the world? Boxed In is a logic based puzzle game in which you guide a box-pushing robot through each level. Sound simple? It gets tough. Real tough!\n\n""This game will improve the way your brain thinks. (5/5)"" - Becket\'s Guide to Phone Apps Magazine\n\n""I found Boxed In to have longevity as far as game play and entertainment. In fact, as I settled down to play, it definitely sucked me in."" - App Craver (Editor\'s Pick)\n\nFEATURES\n* 50 Increasingly Difficult Levels\n* Play Additional Levels Created by Other Players\n* Built In Level Editor & Community Level Browser\n* Optional Facebook Integration for Player Rankings\n* Original Music\n* Many Hours of Gameplay",Dennis Mengelt,4+,EN,259371008,Games,"Games, Strategy, Entertainment, Puzzle",6/05/2009,4/12/2017
-https://apps.apple.com/us/app/smartgo-player/id314506629,314506629,SmartGo Player,Learn to play the game of Go,https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/65/9d/2b/659d2b16-a76a-ad38-bc9d-8aaa65a21f7c/source/512x512bb.jpg,4,569,2.99,,"""Play the ancient game of Go against your iPhone or iPad. Starting with the empty board, your goal is to surround territory \u2014 the simple rules of Go lead to a complex and beautiful game. This 4000-year-old board game originating in China is also known as igo (\u56f2\u7881), w\xe9iq\xed (\u56f4\u68cb), or baduk (\ubc14\ub451).\n\nSmartGo Player includes a tutorial that teaches you the fundamentals of Go step-by-step. Each rule and tactic is followed by a number of problems that let you practice and fully grasp the concept.\n\nIf you enjoy strategy board games like chess or Othello, you'll love Go.\n\nSmartGo automatically adjusts the handicap to keep the game challenging, for beginners as well as seasoned players. Start with 9x9, and unlock 11x11 and 13x13 as your play improves. With a strong engine based on the latest research into Monte Carlo techniques, this is the game to beat.\n\nFeatures:\n- 9x9, 11x11, 13x13, and 19x19 boards\n- Strong game engine\n- Fast response (adjustable)\n- Automatic handicap adjustment on 9x9, 11x11, 13x13\n- Manual choice of handicap and board size up to 19x19\n- Track level per user\n- Computer resigns when too far behind (can be turned off)\n- Territory estimator\n- Hint\n- Undo\n- Replay\n- Tutorial with over 100 problems\n\nSmartGo Player is optimized for a quick and challenging game of Go against the computer. SmartGo Kifu is designed as a versatile tool for Go players who want to study professional games, practice Go problems, record their games, as well as play against the computer.\n\nEnjoy!""","Smart Go, Inc.",4+,"EN, FR, DE, JA, KO, RU, ZH, ES, ZH",23805952,Games,"Games, Entertainment, Board, Strategy",6/05/2009,4/05/2018
-https://apps.apple.com/us/app/big-2-classic/id314907526,314907526,Big 2 Classic,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/a7/7f/77/a77f778c-4cf5-9070-f824-64a605745cc0/source/512x512bb.jpg,3.5,127,2.99,,"Big 2 Classic brings the popular card game to the iPhone, iPad, and iPod touch, featuring fully-detailed cards, strong computer players, and easy swipe-to-play game control.\n\n\u9504\u5927D - Big 2 Classic \u5e26\u7ed9\u60a8\u7cbe\u7ec6\u7684\u6251\u514b\u724c\u3001\u5f3a\u52b2\u7684\u7535\u8111\u5bf9\u624b\u3001\u548c\u4fbf\u6377\u7684\u6ed1\u52a8\u63a7\u5236\u3002",38 Softworks Inc.,4+,"EN, ZH, ZH",3684352,Games,"Games, Strategy, Card, Entertainment",7/05/2009,14/10/2017
-https://apps.apple.com/us/app/sallys-spa-lite/id315733642,315733642,"""Sally's Spa Lite""","Design Manage Build, have Fun!",https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/39/69/03/39690358-d3ce-7985-9165-91fd23c463b2/source/512x512bb.jpg,4,193923,0,,"""It\u2019s time to Relax & Refresh is Sally\u2019s Spa! In this Lite Version you travel to Laguna Beach where you manage your virtual spa making customers relaxed and have them leaving with big smiles. Play a couple of mini games such as Saunas, Face Masks and Massage Tables. Brew some Tea and light some candles to help your customers feel relaxed. Try it today, after all everyone needs a free massage!\n\nCritic Reviews for the Full Version!\n\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 CRITIC REVIEWS! \u25a0 \u25a0 \u25a0 \u25a0 \u25a0\n\u201cSally\u2019s Spa is one of the best time management Games I have played by far.\u201d \u2013 touchmyapps.com\n\n\u201cIt\u2019s surprising how addictive this game can become, and its original gameplay makes it a winner for me.\u201d \u2013 Appletell.com\n\n\u201cthis game could literally keep players going for hours.\u201d \u2013 AppVee.com\n\n\u201cSally's Spa is uber-cute and strangely addictive! Even *guys* will have fun building a spa empire in this top-shelf casual game.\u201d \u2013 iPhoneAppReviews.net\n\n\u201clooking for a great time management game, you can't go wrong with Sally's Spa.\u201d \u2013 osxreality.com\n\n\u201cThis one definitely get\u2019s a thumbs up!\u201d \u2013 themomsreview.com\n\n--==--==--==--==--\nGet the Full Version!\nTreat yourself to some relaxation and fast paced fun in Sally's Spa and see why millions of players have made Sally\u2019s Spa the best selling casual game for PC/Mac and now it\u2019s available for your iPhone and iPod Touch!\n\nSally's back and ready for a relaxing rush in luxury spa locations around the world. Refresh your customers with saunas, manicures, bath bombs, massages, hot stones and more. Enhance the experience of your clients with upgrades for your rapidly growing business.\n\nMelt away the stress from a wide variety of customers and personalities including blushing brides, demanding fashionistas, calm couples, and many others! As you build your Spas, earn money to shop for over 65 items including employees to help your Spa business grow!\n\nSally's Spa features all of the fun of Sally's Salon, plus loads of new surprises! A wonderful escape for gamers of all ages, join Sally on her latest adventure today!\n\nF E A T U R E S:\n\u2022 Use your finger to touch and drag your customers to your Spa stations such as Saunas, Face Masks, Massage Tables and much more in the Full Version.\n\n, Mani-Pedi stations and serve them Tea to help them relax and refresh.\n\n\u2022 Many fun spa services to play as Mini Games like Mud Masks, Hot Stones, Bath Bombs, Massages, Manicures & much more!\n\n\u2022 It\u2019s not just about massaging your customers, they need extra products like Body Butter and Calming Bath salts too! Maximize your product sales buy getting more soothing products for your shelf.\n\n\u2022 Buy powerups to keep those clients happy! After all, how do you calm down a Fashionista? With a patience candle of course!\n\n \u2022 As you travel from New York, Paris, Rome, Japan, Fiji and many more places you will meet many character personalities like Rock Stars, Heiresses, Male Models, Athletes and more!\n\n \u2022 With 50 Levels and 10 beautiful locations around the world you get hours upon hours of fun!\n\nHighly recommended for fans of time management games such as Sally\u2019s Salon, Supermarket Mania, Diner Dash & Cake Mania.""",Games Cafe Inc.,4+,"EN, FR, DE, IT, ES",233482240,Games,"Games, Action, Entertainment, Strategy",28/05/2009,11/09/2017
-https://apps.apple.com/us/app/towermadness/id316491616,316491616,TowerMadness,Classic Defense Strategy,https://is5-ssl.mzstatic.com/image/thumb/Purple62/v4/4f/c6/62/4fc66235-c952-f650-c3c1-eb2ab20d869a/source/512x512bb.jpg,4,42389,2.99,"1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 5.99","Evil aliens are coming to turn your beloved sheep into intergalactic scarves! Protect the flock using only quick thinking and the arsenal of upgradeable weaponry at your disposal. \n\n""Addictive, time-sucking fun. There are plenty of tower defense strategy games out there, but TowerMadness brings the genre to a new level.""\n- Brian X Chen, Wired\n\n""If you\u2019re a fan of Tower Defense games, do yourself a huge favor and check out TowerMadness.""\n- Jon Phillips, MacLife\n\n""It would be madness to miss this game...it comes highly recommended.""\n- Spanner Spencer, PocketGamer\n\n\u2022 WINNER, Best App Ever Awards, Best Strategy Game\n\u2022 FINALIST, Pocket Gamer Awards, Best Strategy/Simulation Game\n\u2022 A Wired Favorite iPhone App\n\u2022 A MacLife App of the Year \n\nA UNIQUE 3D TOWER DEFENSE EXPERIENCE\nPlay from an aerial view or zoom down to first person and get close to the action.\n\nLOTS OF LEVELS\nOver 100 maps in diverse environments (35 available as expansion map packs). \n\nALIENS!\nThink fast to defeat the 17 different types of alien enemies intent on stealing your sheep.\n\nGUNS, LOTS OF GUNS\nOver 60 diverse weapons and upgrades.\n\nENDLESS FUN\nEndless mode lets you see how many waves you can withstand.\n\nCOMPETITION\nGlobal leaderboards, Game Center achievements, and Friend Scores so you can compare scores with your friends and the millions of players worldwide.\n\nLET\u2019S SEE THAT AGAIN!\nReplays let you learn new strategies or share your games with the world through Twitter, Facebook, or email.\n\niPad owners, check out ""TowerMadness HD"" for the Pocket Gamer Readers\' Choice iPad Game of the Year Award winning version of this game.\n\nSearch for our other award-winning games: Zombie Gunship and Nuts!",Limbic Software,9+,"EN, DE",56048640,Games,"Games, Strategy, Puzzle",24/05/2009,5/03/2018
-https://apps.apple.com/us/app/chinese-chess-master/id316540851,316540851,Chinese Chess Master,,https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/b1/68/aa/b168aaea-218c-e12b-5426-cbf9d334b3c1/source/512x512bb.jpg,3.5,207,3.99,,"BEST CHINESE CHESS ON APPSTORE\n\n\u2028\u2028Chinese Chess Master is the ultimate iPhone and iPod touch Chinese Chess board game.\u2028\n\nChinese Chess Master uses pieces similar to those of International Chess. However, the variations in the pieces, their movements, and the board layout make Xiangqi an exciting and challenging alternative to its cousin.\u2028\u2028\n\nChinese Chess Master is flexible for players at any level. From the avid Chinese Chess enthusiast to the humble beginner to the game, Chinese Chess Master will definitely bring hours of enjoyment for you on your iPhone!\u2028\u2028\u2028\n\nFeatures include:\n\u2022 5 play modes : Computer-Human, Human-Human, Human-Human via Wifi, Bluetooth and Human-Human online via Game Center.\u2028\n\u2028\u2028\u2022 The strongest Chinese Chess engine on the market at the moment\u2028\n\u2022 7 levels of difficulty\u2028\n\u2022 Hundreds problem to solve\n\u2022 Hundreds well-known game to review\n\u2022 Support Save/Load game\n\u2028\u2022 Posture and quick deal\n\u2028\u2022 Support chess timer\u2028\n\u2022 Full undo-redo function with unlimited moves.\u2028\n\u2022 Option to show legal moves\u2028\n\u2022 Option to show last move\u2028\n\u2022 Support Hint moves\u2028\u2028\n\nLanguages: \u2028\u2028\n\u2022Chinese \u2022Japanese \u2022Korean \u2022French\u2028\n\u2022Spanish \u2022German \u2022Italian \u2022Russian\n\n\nChinese Chess Master \u662f\u4e3a iPhone \u548c iPod touch \u8bbe\u8ba1\u7684\u9ad8\u7ea7\u4e2d\u56fd\u8c61\u68cb\u6e38\u620f\u3002\nChinese Chess Master \u4f7f\u7528\u7684\u68cb\u5b50\u7c7b\u4f3c\u4e8e\u56fd\u9645\u8c61\u68cb\u7684\u3002\u7136\u800c\uff0c\u5404\u4e2a\u68cb\u5b50\u7684\u6b65\u6cd5\u53d8\u5316\uff0c\u4ee5\u53ca\u68cb\u76d8\u7684\u8bbe\u8ba1\u4ee4\u8c61\u68cb\u6210\u4e3a\u5176\u540c\u7c7b\u4e00\u79cd\u65e2\u6709\u8da3\u53c8\u5145\u6ee1\u6311\u6218\u6027\u7684\u7684\u53d8\u4f53\u3002\nChinese Chess Master \u9002\u5408\u6240\u6709\u4e0d\u540c\u6c34\u5e73\u7684\u73a9\u5bb6\u3002\u4e0d\u7ba1\u4f60\u662f\u4e2d\u56fd\u8c61\u68cb\u7684\u5fe0\u5b9e\u7231\u597d\u8005\u8fd8\u662f\u521d\u5b66\u8005\uff0ciPhone \u7684 Chinese Chess Master \u65e0\u7591\u4f1a\u5e26\u7ed9\u4f60\u4eab\u4e0d\u5c3d\u7684\u4e50\u8da3\u3002\n\n2.0\u7248\u672c\u7684\u65b0\u529f\u80fd\n\n* \u6700\u5f3a\u7684\u8c61\u68cb\u5f15\u64ce\u5728\u5e02\u573a\u4e0a\u7684\u65f6\u523b\n\n\u652f\u6301\u7f51\u7edc\u5bf9\u6218\n\u65e0\u9650\u6b21\u6094\u68cb\u3001\u8fd8\u539f\u529f\u80fd\n\u652f\u6301\u6447iPhone\u6765\u8f6c\u5411\u68cb\u76d8\u5728\u4eba\u4eba\u5bf9\u6218\n\u663e\u793a\u5408\u6cd5\u8d70\u6b65\n\u663e\u793a\u6700\u8fd1\u8d70\u6b65\n\u663e\u793a\u6307\u70b9\u8d70\u6b65\n\u5df2\u4fee\u6b63\u64ad\u653e\u97f3\u4e50\u7684\u9519\u8bef\n\u652f\u6301\u65b0\u79cd\u8bed\u8a00\uff1a\u4e2d\u6587\uff0c\u65e5\u8bed\uff0c\u97e9\u56fd\u8bed\uff0c\u6cd5\u8bed\uff0c\u897f\u73ed\u7259\u8bed\uff0c\u5fb7\u8bed\uff0c\u610f\u5927\u5229\u8bed\uff0c\u4fc4\u8bed\u7b49\n\n\u4e3b\u8981\u529f\u80fd\n\n\u4ece\u521d\u7ea7\u5230\u4e13\u4e1a\u6c34\u5e73\u5206\u6210\u4e94\u7b49\u7ea7\n\u4e09\u7c7b\u5bf9\u6218\uff08\u7535\u8111\uff0d\u4eba\uff0c\u4eba\uff0d\u7535\u8111\u548c\u4eba\uff0d\u4eba\uff09\n\u652f\u6301\u4fdd\u5b58\u548c\u8f7d\u5165\u529f\u80fd\n\u652f\u6301\u5e03\u9635\u548c\u5feb\u901f\u6e38\u620f\n\u8fd8\u539f\u548c\u5386\u53f2\u663e\u793a\n\u652f\u6301\u8bb0\u65f6\u529f\u80fd\n\nDeveloped by PPCLINK Mobile Software",PPCLINK Software,4+,EN,23740416,Games,"Games, Entertainment, Strategy, Board",23/05/2009,19/10/2015
-https://apps.apple.com/us/app/block-off/id317154247,317154247,Block Off,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/bf/b4/28/bfb4285a-4a5e-bd57-400e-9332ea8d14da/source/512x512bb.jpg,3,16554,0,0.99,"Block-Off is a FREE addictive puzzle game for the iPhone, iPod Touch and iPad. The objective is to remove all the blocks from the board by clicking on groups of two or more blocks of the same color. There are 5 levels for the game.\n\n[INSIDER TRICKS]\n- You can now switch back to the old highscores in the settings app.\n- To turn off the sound effects, go to the preferences App, scroll down to Block-Off and turn it off.\n- Clear as many blocks at once as possible to score higher, but only through careful maneuvering can you clear the entire board.\n\n[NEWS]\n- Got an iPad or getting the new iPhone 4? Check out Spawn Illuminati HD!! This upgraded version lets you virtually control everything from size, speed, color and tail length, animation patterns and different render modes. Spawn HD even includes the option to have the light rays dance to the sound recorded from the microphone. It also features easier snapshot functionality. Last but not least, it is HD eye candy for both your new iPad and the iPhone 4!\n- Our new spawn-based game, Genesis, which adds puzzle solving to our experience, is now available in the app store! \n\n[STAY IN TOUCH]\nFollow us on http://twitter.com/eodsoft\n\n[ABOUT]\nWith nearly 20 years of computer graphics engineering under the belt and a passion for artistic expression, EODSoft, has launched an amazing series of interactive light show and game revolution for the device. Check them all out in the app store!",Elements of Design LLC,4+,EN,6338617,Games,"Games, Puzzle, Strategy, Entertainment",25/05/2009,19/03/2012
-https://apps.apple.com/us/app/uav-fighter-free/id317677424,317677424,UAV Fighter Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/26/12/e5/2612e578-4966-019b-943a-b4b205ae766c/source/512x512bb.jpg,3,6906,0,,"Free version of UAV Fighter - as seen on NBC, UPI, and the Chicago Sun-Times!\n\nTransLumen Technologies, a military defense contractor, and Entertaining Games join forces to bring you UAV Fighter.\n\nTake to the skies piloting the military\'s most powerful Unmanned Aerial Vehicles - the Grim Reaper Predator, Raven, and Proteus Prototype!\n\nOnce you master the controls and learn to control the UAVs, this game becomes AMAZING! Real arcade style action is alive and well on the iPhone and iPod Touch!\n\nYou haven\'t lived until you have launched a perfect volley of 4 laser guided air-to-surface missiles, 4 shots - 4 kills, while using ECM to deflect incoming surface-to-air missiles, and dodging incoming tank shells and air-to-air nose-cannon fire!\n\nYou\'ll think you\'ve died and gone to heaven once you experience the awesome firepower of the Raven with its Multi-Synchronized Sequential Cannon.\n\nEveryone will notice the look of evil glee that comes across your face as you unleash the terrifying power of the Plasma Laser equipped Proteus Prototype! No wonder our enemies want us to kill work on this recently declassified weapon!\n\nUAV Fighter Free:\n* Old school 2D top down shooter - re-imagined for the 21st century\n* Pilot 3 different UAVs with awesome weapons\n* Accu-Touch\u2122 Targeting System - touch an enemy and say ""bye-bye"".\n* Bombing and shooting in 1 game!\n* Includes 11 missions!\n* Multi-Synchronized Sequential Cannons, Plasma Laser, Laser guided bombs, Nose Cannon, ECM, tanks, SAMs, gunnery batteries, escort and air support missions, wind, terrain, IR/night vision, mission briefings, clouds, air-to-air combat, tactical displays, resupplies, on-screen displays, help systems, and more!\n* Intense sound effects featuring real weapons, airplane, and cockpit alarm sounds\n* RESPONSIVE tilt controls for speed and direction\n* 3D positional audio effects - best enjoyed with GREAT HEADPHONES\n* Uses patented v-INDICATOR technology\n\nA ""fun flight sim"" for the rest of us.\n\nThis is the real deal, from real arcade game developers! The people behind Entertaining Games have contributed to games like Golden Tee Golf, Mortal Kombat, Blitz, Centipede, Magic: The Gathering Online, Lemmings, Mad Dog McCree, Spectre VR, Silver Strike Bowling, and many more!\n\nGet HOURS of sweet arcade bliss right in your pocket! For more arcade style fun, be sure to check out Maze Craze Trucker, The Very Hungry Pumpkin, How To - Poker, Hold\'em Video Poker, Super 5 Poker, Ultra 31 Poker, and more, all from Entertaining Games!\n\nmil-spec games is a joint venture of TransLumen.net and Entertaining Games, Inc.\n\nUS Patents #6,433,839 and #6,580,466\n\nAll trademarks are the property of their respective owners.","Entertaining Games, Inc.",12+,EN,12120793,Games,"Games, Strategy, Simulation, Entertainment",5/06/2009,2/08/2012
-https://apps.apple.com/us/app/worp-next-gen-solitaire-puzzle/id318083567,318083567,WORP - Next Gen Solitaire Puzzle,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/d8/f2/53/d8f253f3-ae6e-211f-3e5c-b0f9a7b33a7b/source/512x512bb.jpg,3,9,1.99,,"""Want to stimulate your brain, have fun and relax, all at the same time? Welcome to the world of WORP. Your iPhone now becomes a gaming machine, full of challenge and excitement. Manipulate the colored bits correctly and you take the win. Click \u201c\u2026More\u201d to learn why you should download this App today!\n\n\nTop #8 Game for iPhone 4G (ezinearticles.com)\n\nThe ultimate mind exercise and amusement comes up in a single iPhone application \u2013 WORP (techpeck.com)\n\n\nA profitable gift of concentration for all that love challenge (Carsten Scheibe \u2013 allemeineapps.de)\n\nI hate Solitaire, but this game is really fun to play (bitsundso.de)\n\n\nThis is really fun\n\u201cThe current version runs without problems, the menu is easy to use and totally understandable. The rules are very well explained and the tutorial is short and easy to understand. The game offers both diverting relaxation for small pauses or for bridging a gap between appointments and real challenges for combination skills in the higher levels. Conclusion: real fun!\u201d\n\u2013 obstfreund\n\nGreat little Brain Burner\n\u201eIf you enjoy a good puzzler, WORP is for you. I think the instructions could be a bit clearer, but a game or two will make things click. Very groovy ambient techno soundtrack. Well worth the dough they are asking for it.\u201c\n\u2013 Ortho123\n\nYour brow is furrowed in concentration. So far, you\u2019ve only managed to turn some of the primary bits into combined bits. That\u2019s what they call the playing pieces in this game \u2013 bits. Yet you have already eliminated quite a few from the board , but you still have a ways to go to get down to just one bit and release the game\u2019s next memory.\n\nThis is more than a mere brain teaser, WORP requires you to really stretch your intellect. The funny thing is, you love every second of it.\n\nJust imagine training your brain and relaxing at the same time. The WORP app challenges you to intuitively learn the code for subtractive color synthesis while enjoying the electronic sounds of Konsorten\u2122. Don\u2019t let the fancy talk scare you off. You can definitely do this and have a ton of fun while you\u2019re at it.\n\nThe idea is to eliminate bits. You start the first game with primary bits. Select one and all possible moves are revealed to you. Okay, start jumping the neighboring bits until there is only one left. There are instances when combined bits will occur and that just adds a new, interesting dimension to the game. But pay attention that the bits don't get stuck.\n\nWhen you get down to one bit, WORP starts calculating and opens another memory for you to continue on with. Check out the screen shots to see what further challenges WORP has to offer.\n\nMade a mistake? Don\u2019t worry, just click the Undo button and try again. You might have to do that more than once. This application has three difficulty levels and nine different memories, which increase in difficulty as they go.\n\nIf you need to take a little break because your brain is overheating, WORP lets you save your game and come back to where you left off.\n\nWORP provides the atmospheric sounds that complete the experience for you. You are going to be totally immersed in this game.\n\nFeatures\n- 9 different memories of increasing difficulty\n- 3 difficulty levels \u2013 beginner, intermediate and advanced \u2013 for each of the 9 memories\n- Atmospheric sound design by Konsorten\u2122\n- Interrupt any time via the Home button \u2013 resume where you left off\n- Undo all moves even after resuming a game\n- Game center integration (Leaderboards + Achievements)\n\nShow yourself what you and your brain can do. Download WORP now and start exercising your grey matter. Within minutes, you\u2019ll be fully absorbed and having the time of your life.""",Maximilian Auer,4+,"EN, DE",20501504,Games,"Games, Board, Entertainment, Strategy",7/06/2009,24/10/2016
-https://apps.apple.com/us/app/bubble-buster/id318267805,318267805,Bubble Buster,,https://is2-ssl.mzstatic.com/image/thumb/Purple20/v4/35/f5/c3/35f5c378-fd14-ba90-49ff-5672723af60a/source/512x512bb.jpg,3.5,2110,0,"1.99, 9.99, 0.99, 9.99, 2.99, 0.99, 19.99, 0.99, 0.99, 9.99","Warning: Insanely Addictive!\n\nBlast bubbles to explode through algae, catch fish, and more throughout dozens of fun-filled levels! Burst big groups of bubbles to create crazy combo bubbles and beat your friends\u2019 high scores!\n\nSound easy? Give it a try!\n\nCOMBO BUBBLES:\nExplosive Bubble \u2013 Detonate nearby obstacles with ease\nStripe Bubble \u2013 Pop long rows and columns of bubbles and debris\nRainbow Bubble \u2013 Make fast progress by zapping all of one color\n\n__________________________________________\n\nCustomer Reviews: \n\n""Help! I can\'t stop playing this game!""\n\n""I really love this game. It is quite a challenge to score big points.""\n\n__________________________________________\n\nAwesome Features:\n\n- Addictive bubble popping action\n\n- Eye popping graphics\n\n- Fun and easy to play, but challenging to master\n\n- Be a bubble mercenary and earn all achievements\n\n- Compete with friends on leaderboards\n\n- Universal. Designed for iPhone and iPad\n\n- Absolutely positively FREE!\n\n__________________________________________\n\nFollow us online for news and sneak previews:\n\n- Facebook: http://www.facebook.com/NorthSkyGames",North Sky Games,4+,EN,76698624,Games,"Games, Board, Strategy, Entertainment",11/07/2009,13/07/2016
-https://apps.apple.com/us/app/age-of-conquest-europe/id318280645,318280645,Age of Conquest: Europe,European Conquest,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/14/64/78/146478e0-78ea-3078-cea1-bac4c467ba91/source/512x512bb.jpg,3.5,267,3.99,,"""European Conquest for iPad, iPhone and iPod Touch.\n\nAge of Conquest is a medieval risk-like turn-based strategy game where you take the reins of a budding empire and struggle against fellow empires for control of Europe. In one game, up to 30+ players vie for supremacy, but only one can be victorious. Every game you win pushes up your score, until you don't just dominate Europe, but also your fellow players. Then all will be in your shadow and not just peasants, but even kings will worship you! All this can be yours, but only if you triumph.\n\nThis full version contains the following game-play options:\n - multiple scenarios\n - over 50 empires to choose from\n - conquer the whole map\n - god mode option\n - random placement option\n - random fill option\n - mute sounds\n - improved AI\n\nWARNING: For strategy game enthusiasts only!""",Noble Master LLC,12+,EN,39074816,Entertainment,"Entertainment, Games, Board, Strategy",16/06/2009,12/10/2018
-https://apps.apple.com/us/app/backgammon/id318465515,318465515,Backgammon!,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/6c/e7/12/6ce712cd-f907-f862-f415-b9d36bc6fc7b/source/512x512bb.jpg,2,704,0,,"Welcome to a new Backgammon game for the iPhone and iPod Touch called Gammon. In this game, you use the unique touch interface to roll dice and move your pieces. Some features include:\n\n- Rich and vivid visuals and style\n- One or two players\n- Adaptive computer AI for all skill levels\n- Simple touch-based interface\n- Visual indicators make it easier to find where to drop your piece\n- Wide selection range for those of us with a larger finger\n- Fast and smooth animation",osnine,4+,EN,413902,Games,"Games, Entertainment, Strategy, Board",11/06/2009,11/06/2009
-https://apps.apple.com/us/app/crush-the-castle/id318639200,318639200,Crush the Castle,Legendary physics destruction,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/73/d2/01/73d201e9-466b-6af5-4b65-f3be564612a2/source/512x512bb.jpg,3.5,23854,0.99,,"When it comes to ruling a kingdom, you can sway people with kind words and generous deeds, or you can flatten them with a massive trebuchet. Just tap to launch your projectile of choice and aim for glory... or in this case, shattering intricately balanced castles and flattening their armies and royalty. With over 100 levels (plus a level editor), skins to unlock, ranks to attain, and ammo ranging from the humble bolder to the devastating black hole, Crush the Castle is tons of medieval castle crushing fun.\n\nLet the Crushing Begin!",Armor Games Inc,12+,EN,44707840,Games,"Games, Adventure, Strategy",18/09/2009,31/07/2017
-https://apps.apple.com/us/app/popgroup/id318974349,318974349,PopGroup,,https://is2-ssl.mzstatic.com/image/thumb/Purple127/v4/dd/9e/1f/dd9e1f6a-7e6b-f4c2-8fb4-0d489fa443e3/source/512x512bb.jpg,3,847,0.99,,"PopGroup is a polished version of the classic ""samegame"" concept invented in 1985 by Kuniaki Moribe.\n\nJust pop groups of bubbles that have the same color. Sound easy? It is, unless you want a high score! You have to pop groups in the right order to form bigger groups and get more points.\n\nCompare PopGroup to other games based on the same concept:\n- Crystal-clear graphics\n- Animations\n- Customizable width, height, and number of bubble colors\n- Online high scores\n- No in-app ads or in-app purchases!\n\nPopGroup is made by the developer of tChess (the popular iOS chess app), and Learn Chess (the Apple Staff Favorite e-book).",Tom Kerrigan,4+,EN,995328,Games,"Games, Board, Strategy, Entertainment",18/06/2009,3/07/2017
-https://apps.apple.com/us/app/popgroup-lite/id318975161,318975161,PopGroup Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple117/v4/56/6e/b7/566eb719-ffc8-6681-2d2c-9fe0a8a4ffa0/source/512x512bb.jpg,3,233,0,,"PopGroup is a polished version of the classic ""samegame"" concept invented in 1985 by Kuniaki Moribe.\n\nJust pop groups of bubbles that have the same color. Sound easy? It is, unless you want a high score! You have to pop groups in the right order to form bigger groups and get more points.\n\nCompare PopGroup to other games based on the same concept:\n- Crystal-clear graphics\n- Animations\n- Customizable width, height, and number of bubble colors\n- Online high scores\n- No in-app ads or in-app purchases!\n\nPopGroup is made by the developer of tChess (the popular iOS chess app), and Learn Chess (the Apple Staff Favorite e-book).",Tom Kerrigan,4+,EN,761856,Games,"Games, Entertainment, Board, Strategy",16/09/2009,3/07/2017
-https://apps.apple.com/us/app/tapsquares/id319009472,319009472,TapSquares,,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/d7/84/84/d784841e-b06c-a158-6146-831a97613962/source/512x512bb.jpg,3,5,0.99,,"""TapSquares is tile-based puzzle game for iOS. Tap a tile and it, along with up to four surrounding tiles, will flip. Keep flipping tiles until they're all the same color, and you win. Each tile can be one of three possible colors.\n\nWhen a new game is begun, colors are randomly chosen for the tiles. To change the tile colors without starting a new game, shake the iPhone or iPod touch.\n\nUsing the Settings screen, players can choose how many tiles are shown, and thereby increase the difficulty. Optionally, a photo can be used instead of one of the tile colors.""",Bubble Pop Software,4+,EN,2137088,Games,"Games, Strategy, Entertainment, Puzzle",10/06/2009,7/03/2019
-https://apps.apple.com/us/app/chess/id319305999,319305999,Chess,Play Chess and Solve Puzzles,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/d6/6c/18/d66c1889-39ee-f8dd-50e7-9df13db07a39/source/512x512bb.jpg,4.5,14864,0,"1.99, 7.99, 29.99, 19.99","Chess is #1 popular game in the world. According to FIDE, about 600 million people play chess and it is the most widespread game on the planet.\n\n""The Game of Chess is not merely an idle amusement; several very valuable qualities of the mind, useful in the course of human life, are to be acquired and strengthened by it, so as to become habits ready on all occasions...""\n(Benjamin Franklin, scientist)\n\nGame features:\n- HD graphics for iPhone 5 and the new iPad retina display\n- 5 levels of difficulty\n- hint option to find out the best next move\n- play either white or black\n- play against the computer or a friend\n- 2D and 3D themes for chess pieces\n- unlimited ability to undo moves\n- AI quick response time\n- time control (5, 15, 30 or 60 minutes)\n- animated moves\n- highlight legal moves\n- easy to use interface design\n- ability to go back to any previous position in the game\n- auto-save when exit or phone ring\n- view captured pieces\n- full game history with chess notation\n- change the appearance of the board\n- ability to listen music in background\n\nPlay one of the oldest and most enjoyable games in the world!",Vintolo Ltd,4+,EN,47129600,Games,"Games, Strategy, Board, Entertainment",13/06/2009,21/06/2019
-https://apps.apple.com/us/app/totl/id319519142,319519142,TOTL,,https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/6f/77/03/6f77038c-fa78-0737-ea00-e556a6d2b6dd/source/512x512bb.jpg,2.5,43,0,,TOTL is a simple logic game that requires the player to turn off a sequence of lamps. Different sounds can be selected by the user for feedback as the game progresses.,Robert Urschel,4+,EN,41591808,Games,"Games, Entertainment, Strategy, Puzzle",14/06/2009,21/06/2018
-https://apps.apple.com/us/app/tic-tac-toe-arena/id320166918,320166918,Tic-Tac-Toe Arena,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/91/11/57/911157e0-ff8a-46f4-6ef5-558825bc987f/source/512x512bb.jpg,1.5,8,1.99,,"""Tired of Tic-Tac-Toe? Think it's just a game for kids?\n\nNot any more!\n\nIntroducing Tic-Tac-Toe Arena!\n\nTic-Tac-Toe Arena adds a whole new level of excitement and fun to the game. With Tic-Tac-Toe Arena, you don't have to play against a boring computer. Nosirree, Bob! With Tic-Tac-Toe Arena, you can play against your siblings, best friend, best enemy, ex! Watch them bleed! Humiliate them! Beat the living daylights out of them! And mock them forever for being such a loser!\n\nThink Gladiator. Think of The Coleseum in Rome. Gladiator versus Lion. Bloodbath. That's Tic-Tac-Toe Arena - making use of the multiplayer gaming capability provided by Game Center. You can play against somebody in the same room, or you can play against an opponent on the other side of the world. Either way, you get pure multiplayer gameplay!\n\nTry it, you won't be sorry!""",RookSoft Ltd.,4+,EN,82583552,Games,"Games, Entertainment, Strategy, Board",24/06/2009,13/09/2016
-https://apps.apple.com/us/app/4-in-1-row-lite/id320469536,320469536,4_IN_1_ROW_Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/78/0f/ff/780ffff6-47ee-adc9-9dae-33d5c4cd1882/source/512x512bb.jpg,2.5,3593,0,,"This is a classic game redeveloped in iPhone for people who like challenge. Although it is set in the most EASY level, it is smart!\n\nTry your best to win it as more as possible! \n\nIn the application, we used the latest research result and mathematics engine provided by Mathematics in China to improve the iPhone/iPod touch thinking power, so that it is a good game to train brain, and it becomes more interesting to play with the device you hold.\n\nTHE BEST WAY TO WIN THE GAME: \n Move your step according to what your opposite has done,\n OR Buy the full version which can undo what you have done.\n\nFeatures:\n1, Sound, animation: you can set or unset them.\n2, After each play, the first player is exchanged automatically.\n3, Difficulty: EASY, can not be changed.\n\nIf you want remote two human play and other functions, please buy the full version,\n\nFeature of full version:\n\n1, Undo: you can undo all the steps.\n2, Difficulty: easy, medium, hard can be set.\n3, You can set or unset the background image. \n4, You can change table color to what you like.\n5, Each player can choose one ball from two.\n6, Support the playing mode: person to person, person to device and device to device.\n7, Remote two human playing through Bluetooth connection.\n\nIf you want to use more functions of this application, please buy the full version that support almost all the functions it should have, except playing through internet or Wi-Fi.\n\nSupported language: English, Japanese, Chinese","AOBO Co.,Ltd",4+,"EN, JA, ZH",7750656,Games,"Games, Board, Strategy, Entertainment",28/06/2009,3/02/2018
-https://apps.apple.com/us/app/tournament-checkers-free/id320667784,320667784,Tournament Checkers Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/a9/a4/23/a9a423ad-e08d-5ed6-79fd-5e1f4ec588f5/source/512x512bb.jpg,3,344,0,,"""Play Checkers against your iPhone, against a friend, or against an online opponent!\n\nTournament Checkers Free is ad free, restriction free software. If you enjoy it, you're simply encouraged to purchase Tournament Checkers.\n\nCheck out some of the features of Tournament Checkers Free!\n\nSingle Player:\n\u2605 5 difficulty levels\n\u2605 Suitable for novices to advanced players\n\u2605 Unlimited Undo\n\nTwo Player:\n\u2605 Play against friends and family on the same device\n\nOnline Play:\n\u2605 Instantly find and challenge any other online Tournament Checkers players\n\u2605 No registration required\n\nNote: Tournament Checkers uses forced jumps, which is an official rule of Checkers. Some players prefer to play without forced jumps, so future versions will have an option to turn this off.""",Futrell Software,4+,EN,4578541,Games,"Games, Entertainment, Strategy, Board",2/07/2009,2/07/2009
-https://apps.apple.com/us/app/checkers/id321026028,321026028,Checkers,Checkers (Draughts) & puzzles.,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/96/5e/06/965e06d3-ae84-190e-b500-5366e863e8a8/source/512x512bb.jpg,4.5,36581,0,,"Checkers (also called ""Draughts"") is challenging board game that is easy to learn but hard to master. The rules are simple: capture all enemy pieces and win the game! You can play with family and friends or against computer opponent with different difficulty levels.\n\nGame features: \n- 1 player or 2 player gameplay\n- 5 levels of the difficulty \n- HD graphics for iPhone X and iPad with retina display\n- ability to undo wrong move \n- option to enable or disable forced captures\n- quick response time \n- animated moves \n- easy to use interface design \n- auto-save when exit or phone ring \n- six themes for board and pieces \n- piece moving hint\n- compatible with iPod, iPhone and iPad\n- view captured pieces\n- ability to listen music in background",Vintolo Ltd,4+,EN,69393408,Games,"Games, Entertainment, Board, Strategy",4/07/2009,14/06/2019
-https://apps.apple.com/us/app/checkers/id321026028,321026028,Checkers,Checkers (Draughts) & puzzles.,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/96/5e/06/965e06d3-ae84-190e-b500-5366e863e8a8/source/512x512bb.jpg,4.5,36581,0,,"Checkers (also called ""Draughts"") is challenging board game that is easy to learn but hard to master. The rules are simple: capture all enemy pieces and win the game! You can play with family and friends or against computer opponent with different difficulty levels.\n\nGame features: \n- 1 player or 2 player gameplay\n- 5 levels of the difficulty \n- HD graphics for iPhone X and iPad with retina display\n- ability to undo wrong move \n- option to enable or disable forced captures\n- quick response time \n- animated moves \n- easy to use interface design \n- auto-save when exit or phone ring \n- six themes for board and pieces \n- piece moving hint\n- compatible with iPod, iPhone and iPad\n- view captured pieces\n- ability to listen music in background",Vintolo Ltd,4+,EN,69393408,Games,"Games, Entertainment, Board, Strategy",4/07/2009,14/06/2019
-https://apps.apple.com/us/app/pipe-mania/id321219952,321219952,Pipe Mania,,https://is5-ssl.mzstatic.com/image/thumb/Purple4/v4/a1/dd/77/a1dd77a2-faca-a0e6-49ef-28699f70796e/source/512x512bb.jpg,3,302,0,,"Reviews\n----------------- \n\u201cWhile there have been a number of Pipe Mania clones in the App Store, none seem to have the depth and finish of this official port of the original.\u201d \u2013 Touch Arcade\n\n\u201cThis game hasn\u2019t made me think so hard compared to any other game on the App Store.\u201d \u2013 The APPera\n\nAlbie Meter: 4 Stars (a deep pipe game with enough in it that you won\u2019t exhale too soon; recommended for puzzlers and pipe fitters alike with a lighthearted storyline)\n----------------- \n\nPuzzle fans of all ages will enjoy hours of brain-teasing fun as they race against time in the infectious series of quests and puzzles filled with quirky characters, a humorous storyline and engaging gameplay. The original version of Pipe Mania was released in 1989 and followed by Pipe Dreams in 1991. It has been ranked as one of the most popular and successful puzzle games in history, selling more than 4 million units worldwide on other game consoles\n\nThe simplicity of Pipe Mania makes it accessible to all ages. The player must lay down a pre-ordained set of pipes on a tiled grid in order to keep the constantly flowing Flooze moving for as long as possible without it spilling out. The game requires quick thinking, hand-eye co-ordination, forward thinking and keen spatial awareness.\n\nThe iPhone version of Pipe Mania brings in a social element to the game play. Challenge your friends to a game using Scoreloop Core Social Integration to find out who the Pipe Mania champ is!\n\nFeatures:\n\n- 4 Modes: World, Arcade, Bonus and Classic.\n- Navigate through 39 levels and 354 sub-levels that include Basic Pipes, Sewers, Railroad, Factory, Internet, Super Pipes, etc.\n- Multiple attacks and damages \n- Army of characters that help and hinder the players along the way\n- Challenge others players via Scoreloop system\n\nDid you ever think that a time would come when you would be begging for one little piece of pipe? With this game, you just might!\n\nSo, Gear up. The Mania is back!",Virtual Programming Ltd,4+,EN,85569536,Games,"Games, Strategy, Puzzle",8/07/2009,9/04/2014
-https://apps.apple.com/us/app/worms/id321369231,321369231,WORMS,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/0b/0c/ac/0b0cac5b-256a-c4c1-577f-22f79dbafe1c/source/512x512bb.jpg,4,5778,1.99,"0.99, 0.99","""Run for cover as the original, award-winning turn-based strategy game WORMS\u2122 hits the App Store! \n\nWith a selection of single player battles, up to 4 player multiplayer mode and plenty of ways to customise your team, Worms\u2122 is high on entertainment and replay value!\n\n\u2022Authentic Worms\u2122 gameplay.\n\u2022Honed iPhone control system.\n\u2022Cartoon-style visuals and comical audio. \n\u2022Plan your attacks with the Sheep, Holy Hand Grenade and the Banana Bomb! \n\u202250 challenges, with items to unlock.\n\u20226 environments, each one with random battlefields, no two games are the same! \n\u2022Personalise your team with names, voices and gravestones.\n\u2022Custom music support.\n\u2022Auto-saves game state on exit.\n\nFeatured in this 2.0 update:\n\n\u2022Play against your friends with Bluetooth multiplayer! Up to four players can join the mayhem in what is possibly the best multiplayer fun you can have on iPhone!\n\u2022Feel like showing off? No problem! Post your high scores and achievements to Twitter or Facebook from inside the game.\n\u2022Choose what music you want to listen to while you play, with in-game playlist browsing.\n\u2022Think you're a Worms\u2122 expert? Take on a true test of your skill and face the mighty challenge of the all-new Body Count mode.\n\u2022Watch your finest moments again and again with the return of action-replays.\n\u2022For 3GS users, enjoy the improved visuals, with animated 3D backgrounds, superior water effects and other graphical enhancements.\n\u2022And with Plus+ integration, you can create your own friends lists and write your name in the Worms\u2122 hall of fame on a selection of online leader-boards.\n\u2022Plus a variety of tweaks and improvements throughout!\n\n\nNew Game Alert **Worms Crazy Golf**\n\n\nDON\u2019T MISS OUR OTHER EXCITING WORMS GAMES! Worms Crazy Golf, Worms 2 Armageddon, Worms HD, Worms Crazy Golf HD & the Worms Sound board FREE!\n\n\nGIFT THIS APP: Click the \u201cBuy App\u201d arrow on ITunes\xae App Store.""",Team17 Software Ltd,12+,EN,253834240,Games,"Games, Action, Entertainment, Strategy",12/07/2009,9/12/2016
-https://apps.apple.com/us/app/pixel-starships/id321756558,321756558,Pixel Starships\u2122,Online 8Bit Star Ship Trek,https://is2-ssl.mzstatic.com/image/thumb/Purple113/v4/9f/34/4c/9f344cac-4afa-dcc1-47e7-7250602c7337/source/512x512bb.jpg,4.5,27739,0,"4.99, 9.99, 3.99, 4.99, 3.99, 9.99, 19.99, 49.99, 99.99","""Featured by Apple in Best New Games! From one of the most successful Mobile Game Kickstarter campaigns of the year comes Pixel Starships!\n\n\nAvailable exclusively for iPhone, iPad and Apple Watch.\n\n\nPixel Starships is the world\u2019s first total spaceship management game in an 8bit massive online universe. In Pixel Starships, you command every aspect of your ship from construction to battles in a single persistent world.\n\n\nFeatured Reviews -\n\nTouch Arcade - Pixel Starships tasks you with outfitting your very own ship with resource rooms, staff, and weapons. This looks Awesome!\n\nMMGN - The graphics in this 8Bit indie game is the best we've seen in a retro style game for a long time\n\nPocketTactics - I\u2019m intrigued by the cutaway side-view of the starship with turbolifts and transporters at the ready \n\nTechTimes - The World\u2019s First 8-Bit Total Starship Management Game Hits The Online Universe\n\nThe Discovery Channel - A fully immersive starship captain experience.\n\n\nKey Features -\n\n\u25cf Build Epic Starships of your own design.\n\u25cf Many races, aliens, factions to command and conquer.\n\u25cf Battle it out with other real players in a single massive online universe.\n\u25cf Manage diplomacy, recruitment, research, exploration!\n\u25cf Control ship's power and limited resources. Discover epic weapons.\n\u25cf Build and deploy support ships to support your Starfleet.\n\u25cf Cross section full ship control and battles.\n\u25cf Explore planets, discover secrets of space.\n\u25cf Form alliances and battle with your friends to achieve victory!\n\u25cf Program situational AI commands to systems and crew allowing automatic combats and offline play.\n\n\nIf you're a fan of Star Wars and Star Trek; if you enjoy games like EVE, Clash of Clans, FTL, or Homeworld, you'll love Pixel Starships!\n\nNote -\n\nPixel Starships is totally free to play and is designed for perfect balance for all players. However, there are in-app items that can be purchased for real money to help speed up progress or offer cosmetic improvements. If you don't want this feature, please disable in-app purchases in your device's settings. \n\nNote on Auto-Renewing Subscription - \n\nPixel Starships contains a optional Subscription Membership. Members receive extra missions, bonuses, and daily rewards. Membership content is regularly updated. \n\nThe Monthly Membership Subscription cost is USD $3.99 per month or a similarly adjusted currency price in your local region. Please refer to IAP menu or in app display for localised pricing. Payment will be charged to iTunes Account at confirmation of purchase. \n\nThe subscription is auto renewable and will renew monthly unless cancelled at least 24 hours prior to the end of the current period. Subscription can be cancelled via iTunes subscription manager. There is also a 7 day free trial for the membership; the free trial period is not transferrable and any remaining free time is cancelled if a paying subscription starts.\n\nSubscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase.\n\nEULA: http://www.pixelstarships.com/eula\nPrivacy Policy: http://www.pixelstarships.com/privacypolicy\n\nAs per Terms of Service and Privacy Policy, you must be at least 13 years of age to play or download Pixel Starships.""",Savy Soda,9+,"AR, CS, NL, EN, FR, DE, ID, IT, JA, KO, PL, PT, RU, ZH, ES, SV, TH, ZH, TR, VI",104436736,Games,"Games, Entertainment, Strategy, Role Playing",6/01/2016,22/07/2019
-https://apps.apple.com/us/app/pushy/id322110989,322110989,PUSHY,A LOGIC GAME & A LOT OF FUN,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/44/e1/31/44e131c2-43ea-3ff5-9625-be1012a6ca7d/source/512x512bb.jpg,4,163,1.99,0.99,"""BEST MOBILE APP FOR KIDS"" Award\n(Children Software Award ""TOMMI"")\n\n#1 TOP GAME in App Store Germany\n\nTHE PUSHY COMMUNITY IS GROWING\nNEVER ENDING GAME: NEW LEVELS AND UPDATES COMING...!\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\n\nNEW:\n\u2022 Landscape and split screen/multitasking on iPads\n\u2022 Control Pushy with your face on devices with Face ID\n\u2022 Fully supports iOS 12 and all new screen sizes on iPhones and iPads\n\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\n\nMeet Pushy, a small, friendly character who wants to be in his home. Before he can get there, however, there is a puzzle to solve. You move Pushy step by step and, through trial and error, determine how the different elements of the puzzle operate, and what tasks need to be done. For example, Pushy must move obstacles and dump a red ball into a red hole. After completing all relevant tasks, move Pushy to his home. If you solved everything correctly, you will advance to the next level!\n\nFeatures:\n\u2022 250 built-in levels\n\u2022 Genius-Pack (86 brand-new levels and graphics) available as in-app purchase\n\u2022 Collect all coins and become a ""Pushy Meister""!\n\u2022 Skip levels (using your coins)\n\u2022 Game Center Leaderboards\n\u2022 LEVEL EDITOR: create your own levels!\n\u2022 Send/receive levels via Airdrop, Bluetooth or by email!\n\u2022 Unlock all editor elements by solving all built-in levels\n\u2022 8 Pushy songs\n\u2022 Easy touch control (tap, drag or swipe)\n\u2022 Undo moves\n\u2022 Save game on exit and resume later\n\u2022 Up to 5 player accounts\n\u2022 Online backup and restore of your player accounts \n\u2022 Fast access to the last played level\n\u2022 Listen to your favorite music or podcasts while playing\n\u2022 Post to Facebook & send tweets\n\u2022 Handoff: Start a level on one device and finish it on another [*]\n\u2022 Record and save your game play: make your own Let\'s Play videos [**]\n\u2022 3D Touch on Pushy for options\n\u2022 Apple Watch App\n\u2022 iPad/iPhone/iPod universal!\n\u2022 Supports all new devices and iOS versions\n\nThe first few levels can be solved very quickly. However, as new elements are added, you will encounter very demanding puzzles that may take many attempts to figure out. There are more than 200 different built-in levels, with varying degrees of difficulty. The ""Genius-Level Pack"", a separate set of more than 80 levels available as an in-app purchase, provides even more challenges. Each level must be solved in order to advance to the next one. After only a few levels you\'ll come to appreciate what Pushy really is: a logic game that is a lot of fun! Each level will create new challenges to your intelligence. In advanced levels, Pushy will be able to move heavy stone blocks out of the way, cleverly bypass electrical spots to get through the sliding doors and free up a path through offices littered with bullets. But, watch out for trap doors and other alarms you may trigger!\n\nThere are loads more things to do than in classic sokoban!\n\nHave fun!\n\n(EVERY level is solvable!)\n\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\n\nNEED HELP? \n\nVisit us at\n\u2022 YouTube:\n www.youtube.com/pushymeister\n\n\u2022 Facebook\n www.facebook.com/pushymeister\n\nfollow @pushymeister on Twitter\n\nor send an e-mail to: \n pushy@support.medienwerkstatt.de\n\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\n\n[*] only on devices and iOS versions supporting Handoff\n[**] requires iOS 9 and an A7, A8 or A9 powered device",medienwerkstatt,4+,"EN, FR, DE",83070976,Games,"Games, Puzzle, Strategy, Education",11/07/2009,8/04/2019
-https://apps.apple.com/us/app/traffic-rush/id322423174,322423174,Traffic Rush,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/d8/ba/7b/d8ba7b78-eaab-ae29-3555-392c0286d576/source/512x512bb.jpg,3.5,212763,0.99,,"## Top 10 paid iPhone app 2011 ##\n## Now also with an additional train mode ##\n\nRUSH HOUR is approaching and traffic intensity is rising!\n\nDirect the rushing vehicles strategically across the intersection with your fingers.\nThe rules are really easy, but keeping the roads and tracks CRASH FREE isn\'t.\n\nGive it a spin and enjoy a fun session of TRAFFIC RUSH!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nTraffic Rush was featured in the TOP 10 ALL-TIME PAID IPHONE APPS by Apple in the 2011 celebration of the App Store reaching 10,000,000,000 app downloads.\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nGAME FEATURES:\n\n* Two full game modes:\n* #1: ""Traffic Rush"" featuring cars\n* #2: ""Rail Rush"" featuring trains\n* Game Center\n* Universal App\n* Widescreen support\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!",Donut Games,9+,EN,9466880,Games,"Games, Strategy, Action",12/07/2009,8/11/2018
-https://apps.apple.com/us/app/traffic-control/id322829337,322829337,Traffic Control!,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/b8/a7/7a/b8a77ac1-81f8-bbab-768f-631d3d717230/source/512x512bb.jpg,3,24,0,,"Fun fact: Playing this game one hour makes you a better person.\n\n\nThe stop signs in your neighborhood have been stolen! Now its up to you to direct traffic to prevent accidents. Watch out for the ambulance! If it crashes you lose 2 lives. If the ambulance makes it across the street, you receive an extra life.",Jon Davis,4+,EN,4474837,Games,"Games, Entertainment, Puzzle, Strategy",19/07/2009,21/08/2009
-https://apps.apple.com/us/app/sudoku-infinite/id323122770,323122770,Sudoku Infinite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/d9/69/85/d96985fd-ebf3-0b5f-475b-ce0fbdbd2396/source/512x512bb.jpg,3.5,166,0,,"""Sudoku Infinite is an awesome Sudoku app that allows you to play on an unlimited amount of grids! There's no risk to get twice the same grid since they are randomly generated. It's virtually infinite, and you'll never get tired of this game. The application isn't provided with a limited amount of grids, for one reason: it can create them from scratch whenever you want to play.\n\nThree levels of difficulty are at your disposal. Whenever you need it, you can check the game to be sure you didn't make any mistake. And if you can't find a solution to our hardest grids, no worries: our solver will show you the completed grid! You won't be frustrated anymore.\n\nEasy to use, fast to launch and load, fast to save and quit, this is THE Sudoku application you want to have.\n\nFeatures:\n\n- Improved random generation of grids\n- Three levels of difficulty\n- Play without Internet connection\n- Save scores on device\n- GAME CENTER (online achivements and leaderboards)\n- Save and resume automatically the game in progress (you won't lose your game because of a phone call, for instance)\n- Grid solver for current game or magazines\n- Pause and resume game\n- Grid check : you will know in a click if you're on the right track or if you made a mistake earlier in the game\n- Compatible iOS 3 and 4, iPod, iPhone and iPad universal, RETINA DISPLAY for iPhone 4\n- Rapid picker for numbers on iPad\n- Note function""",Ludovic Landry,4+,"EN, FR, JA, ES",10318615,Games,"Games, Strategy, Education, Casual",8/08/2009,17/11/2011
-https://apps.apple.com/us/app/cartoon-wars/id323242790,323242790,Cartoon Wars,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/63/db/f1/63dbf195-b2de-db4a-e442-bd180281c3d7/source/512x512bb.jpg,3.5,35905,0.99,"0.99, 5.99, 2.99","""Cartoon Wars is an arcade war game which combines the formulas of defense and real-time strategy games.\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nSCENARIO\n\nTwo tribes existed in the Cartoon World; the vicious, Color Tribe and the slaves, Black and White Cartoon Tribe.\nFor generations, the Color Tribe were treated as properties and forced to work under a slavery system.\nFortunately...good existed amongst the evil Black and White Cartoon Tribe.\nThey gathered and began a revolt to free the slaves.\n\nThe inevitable war begins...become the hero of the Black and White Cartoon and set them free.\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nFEATURES \n\nALL OUT ACTION STICK FIGURE GAME\nProduce your unit, aim your bow and destroy the enemy's castle\n\nUPGRADE AND CUSTOMIZE YOUR TROOPS\n30 types of units and 16 different upgrades for units, castle, bow and productivity items\n\nCOMPETE AGAINST MILITANTS FROM AROUND THE WORLD\nKeep track of your ranking and see how you compare against the rest of world\n\nSTRATEGIZE PERFECTLY COORDINATED ATTACKS\nDetermine the dispatchment of your troops and help them to become veteran units\n\nUNLIMITED NUMBER OF STAGES\nPlay through an infinite number of stages slaughtering endless number of enemies\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nOTHER GAMEVIL GAMES \n\nAir Penguin\nBaseball Superstars\xae 2010 HD \nBaseball Superstars\xae II\nBoom It Up! \nChalk n' Talk\nHYBRID: Eternal Whisper \nHYBRID 2: Saga of Nostalgia \nILLUSIA \nKAMI RETRO\nKAMI RETRO HD\nNOM: Billion Year Timequest \nSoccer Superstars\xae 2011 Pro\nVANQUISH: The Oath of Brothers \nZENONIA\xae 3\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nNEWS & EVENTS \n\nWebsite http://www.gamevil.com \nFacebook http://facebook.com/gamevil \nTwitter http://twitter.com/gamevil \nYouTube http://youtube.com/gamevil""",BLUE,12+,EN,13216994,Games,"Games, Role Playing, Strategy",25/07/2009,15/10/2012
-https://apps.apple.com/us/app/hexxagon/id323249918,323249918,Hexxagon,,https://is3-ssl.mzstatic.com/image/thumb/Purple127/v4/dc/89/ff/dc89ffb7-948a-343c-188c-36b8acd136a3/source/512x512bb.jpg,2.5,268,0.99,,"*** The new version is featured in What\'s Hot for United Kingdom and more 30 places over the world!\n\nStunning strategic game that challenges you to dominate over the imaginary universe that is presented by the hexagon field. Master your skills from beginner to professional and further to expert, choosing different tactics for each level. \nThe more you play the more strategies you learn, the more interesting the gameplay is. You can move your crystal to cell near it, and new crystal will be born. Or you can make a jump over one cell leaving empty place. When you place your crystal next to opponent\u2019s it will transform them into your own and you can use them to make your next moves. You win if by the end of the game you have more crystals than your opponent. You can play against the computer or against your mate. \nGraphics are elaborated, featuring different effects. And sound will intensify your impression of this breathtaking game.\n\nYou could check my twitter for new apps:\nhttps://twitter.com/avolovik\n\nWatch gameplay on YouTube!\n\nWe just hit top 100 board games in USA, best result 33 place yet.\n\n""Nice graphics with visual effects, good control and good AI, if you are playing against computer, will not let you think about something else during the play.""\n- www.appreview.com\n\n""The game is very challenging, especially at a higher difficulty.""\n- www.appjacks.com",Aleksejs Voloviks,4+,EN,5334016,Games,"Games, Strategy, Board, Entertainment",23/07/2009,17/04/2017
-https://apps.apple.com/us/app/big-deuce-big-2-classic/id323375748,323375748,Big Deuce - Big 2 Classic,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/3d/94/b8/3d94b804-65fe-8c8e-ab22-5dee168bbec1/source/512x512bb.jpg,3,942,0,2.99,"Big 2 Classic brings the popular card game to the iPhone, iPad, and iPod touch, featuring fully-detailed cards, strong computer players, and easy swipe-to-play game control.\n\n\u9504\u5927D - Big 2 Classic \u5e26\u7ed9\u60a8\u7cbe\u7ec6\u7684\u6251\u514b\u724c\u3001\u5f3a\u52b2\u7684\u7535\u8111\u5bf9\u624b\u3001\u548c\u4fbf\u6377\u7684\u6ed1\u52a8\u63a7\u5236\u3002",38 Softworks Inc.,4+,"EN, ZH, ZH",18093056,Games,"Games, Strategy, Card, Entertainment",24/07/2009,11/01/2018
-https://apps.apple.com/us/app/archmage-defense-lite/id323833695,323833695,Archmage Defense Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple18/v4/ea/61/6f/ea616f90-654a-7ffb-4357-e27c81ad7aee/source/512x512bb.jpg,3.5,3135,0,,"Archmage Defense is a castle defense game with three game modes - easy, normal and hard. \n\nYou control a skeleton wizard who is in charge of protecting the skull tower from human invasion. With each human kill of enemy warriors, you gain soul points which can be used to research for new spells or repair your tower.\n\nTo send your enemies to their deaths, touch the skull tower and drag a line towards the enemies to send a lightning towards them so that they will be electrified before they reach the skull tower.\n\nYour mana bar will increase similarly like your soul points when the number of enemies you killed increases. However,if more enemies hit on the skull tower, the health bar of the tower will decrease to a point it will be destroyed to ground. Your mission is to prevent that from happening!\n\nAfter you killed all the enemies on the level, you are given a resting time where you can either upgrade your existing spells or research new spells. You can also exchange all your soul points to repair your skull tower. \n\n\nSpells to research or upgrade:\n\n- Mana capacity - this is the ability to cast your spells. If you run out of mana, you cannot cast any more spells and your tower will be in danger. \n\n- Chain lightning damage - you can increase your damage of this spell to greater heights.\n\n- Hellfire - a fire from the hell that will burn your enemies to ashes. It works by drawing a circle over the affected area on the screen. The hellfire will ignite and set enemies within the chosen area on fire.\n\n- Frozen Touch - this spell will freeze your enemies and you can increase the duration for which they are frozen to delay time.\n\nIt works by double tapping the enemies to freeze them. After being frozen, the enemies cannot move or attack the skull tower.\n\nAddition character to summon:\n\n- Skeleton Archer - He will attack enemies automatically without you touching the screen. You can increase his level in the game to make him stronger by redeeming your soul points to upgrade his level.\n\nFeatures:\n\n- Lightning, Fire and Ice 3 different school of spells\n- fully support touchscreen control\n- easy and simple gameplay\n- 3 different difficulty to choose from\n- brilliant spell effects and sounds.\n- In App Access to iPod Library\n\nFor technical support or any inquiries about the game, please email iphone-support@cdegame.com\n\n================\nSupport and Feedback\n\nOur iPhone/iPod Touch Forum is now live, please visit our web site and provide your comments and feedback so that we can improve.\n\n================",Nerv Technology,9+,EN,9205022,Games,"Games, Strategy, Action, Entertainment",30/07/2009,26/07/2010
-https://apps.apple.com/us/app/orbital/id324012853,324012853,Orbital,,https://is2-ssl.mzstatic.com/image/thumb/Purple7/v4/a5/f4/b0/a5f4b0e0-bfef-3f2b-b6ae-6383596f2949/source/512x512bb.jpg,4,1435,2.99,,"""Free today with App of the Day\n\nGet the Game of the Year** now! ORBITAL is a 1-thumb experience with a simple goal: score points by destroying orbs. A simple puzzle game for all with beautiful visual effects, it can be played in short sessions and is highly addictive.\n\nHOW FAR CAN YOU GO?\n-----------------------------------------\n\n-----------------------------------------\nAwards and Prizes:\n**Game of the Year denki.co.uk\n*Winner DiscoveryBeats Apps Contest\n*Silver Award pocketGamer.co.uk\n-----------------------------------------\n\nVIDEO TRAILER\n1) www.tinyurl.com/orbitaliphone\n\n-----------------------------------------\n\nAWARDS\n\nTOP RATED\n- jayisgames.com\n\nSILVER AWARD\n- pocketgamer.co.uk\n\n-----------------------------------------\n\nWHAT THE CRITICS SAY\n\n\xabORBITAL is a game of skill, it's a game of strategy, it's a game of reflexes, and it's a game you will keep front and center of your iPhone for weeks on end.\xbb\n- John Bardinelli (jayisgames.com)\n\n\xabA picnic to understand, but a marathon to get beyond the first few minutes, Orbital's simple style is perfect for those looking for fill the odd spare moment.\xbb 8/10 \t\n- Keith Andrew (pocketgamer.co.uk)\n\n\xabOrbital is the most visually appealing brick breaker type game that I have ever laid eyes on and had the chance to play.\xbb 5/5\n- Mike (iphoneincanada.ca)\n\n\xabWhile there are already a few iPhone games that share the same gameplay mechanics as Orbital, none of them look anywhere near as cool.\xbb\n- Eli Hodapp (toucharcade.com)\n\n\xabBitForge has managed to combine the addictive gameplay of Peggle and the beauty of Geometry Wars, two digital forms of crack, into one easy to use package.\xbb\n- Chad George (thatvideogameblog.com)\n\n\xabOrbital takes simple gameplay and dresses it up with a unique \u201cgravity\u201d feature and enhanced graphics. The game can be very frustrating at times, but that won\u2019t keep you from coming back for another try.\xbb 4/5\n- Will Raskin (148apps.com)\n\n\xabOrbital has got fantastic graphics and unfussy features. Come to think of it, there are really no negative points about the game. Good going, Bitforge!\xbb 5/5\n- Yoyo (iphonefootprint.com)\n\n-----------------------------------------\n\nGAMEPLAY\n\nYou must shoot orbs into a grid with your cannon. The orb you fired will expand until it touches a wall or another orb. Each orb contains the number \u20183\u2019, which decreases by one every time it is hit. After 3 hits they explode and you earn a point. The game could be endless\u2026 There is just one condition: a shot orb must not touch the death line above the cannon! If it does, the game is over.\n\nA simple concept to rack your brains and nerves.\n\n-----------------------------------------\n\nFEATURES\n\n- Single & Two player mode\n- 3 game modes: Gravity, Pure & Supernova\n- Beautiful particle effects\n- All-time & 24 Hours online Leader board\n- Facebook connection: Compare with your friends on Facebook\n\n-----------------------------------------\n\nORBITAL is based on Gimme Friction Baby by Wouter Visser.""",bitforge Ltd,4+,"EN, FR, DE, IT, ES",22335488,Games,"Games, Puzzle, Strategy, Entertainment",13/08/2009,29/05/2015
-https://apps.apple.com/us/app/tic-tac-toe-world-challenge/id324018225,324018225,Tic Tac Toe: World Challenge,,https://is5-ssl.mzstatic.com/image/thumb/Purple111/v4/1c/d4/8f/1cd48f91-ba6a-bcae-5469-a63f39414292/source/512x512bb.jpg,3,680,0,,"A simple but irresistibly funny game!\nThe game of Tic Tac Toe for iPhone and iPod Touch to always bring with you and challenge your friends or the computer! Win games to get points and become part of the worldwide online ranking!\n\nChallenge your friends in exciting games or test your skills and your strategy playing against the computer, provided of an advanced artificial intelligence. Enriched by elegant and colorful graphics, Tic Tac Toe: World Challenge is destined to become an instant classic on iPhone, a fun pastime to enjoy alone or with friends.\n\nGamed modes:\n> 2 Players on the same iPhone\n> 1 Player against the computer",DigitalFun,4+,"EN, IT, ES",4481024,Games,"Games, Entertainment, Board, Strategy",6/08/2009,13/05/2014
-https://apps.apple.com/us/app/stock-wars-virtual-investing/id324331173,324331173,Stock Wars - Virtual Investing,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/8a/da/82/8ada82b7-70f8-dfaf-5dc5-155e87d5b25e/source/512x512bb.jpg,3.5,3015,0,1.99,"""Stock Wars puts you in the fast paced world of traders and big money. Take your shot and beat the markets! Set up your portfolio and watch how your stocks would perform in the real world. Analyze companies, place your orders and watch your portfolio grow. Stock Wars will make you a top trader in no time!\n\nFeatures:\n\n- Create and manage your portfolio\n- Learn about real-world investing and test practical stock trading strategies\n- Create trader groups to compete with your friends\n- Watch your performance against other traders\n- Monitor other traders' investment strategy\n- Add tag-based watch lists of stocks\n- Place real-time orders and track your positions of stocks, mutual funds, ETFs, and currencies trading on the NYSE, AMEX, NASDAQ, FOREX, and other OTC exchanges\n- View real-time quote data with automatic refresh.\n- Export your portfolio to applications that support OFX format. \n- View company's stock intraday performance with historical trending and charts\n- Research stocks with real-time consolidated company's news & Twitter feeds\n- Link your profile to Facebook and post news feeds to your wall\n- Tweet about stocks\n- Social Networking with other traders via Twitter\n- Analyze your positions with purchase history, average pricing, cost basis, gain/loss, dividends and corporate actions\n- View distribution and historical performance of your holdings\n- Intraday updates on market gainers, losers, active and high yielding stocks\n- Compare US indices, world markets and currencies""",Continuous Integration Inc.,4+,EN,10139648,Finance,"Finance, Simulation, Games, Strategy",29/10/2009,28/11/2017
-https://apps.apple.com/us/app/sudoku-deluxe/id324335340,324335340,Sudoku Deluxe\xae,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/f5/17/61/f51761af-74b8-5d8a-5c16-cef7ab05344c/source/512x512bb.jpg,4.5,688,0,"2.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99","""Not just Sudoku\u2026 Sudoku Deluxe\xae! Hundreds of Sudoku books with thousands of puzzles each, all in one premium Sudoku app.\n\n***** \u201cIf you enjoy Sudoku\u2026 This is the best sudoku game I've played.\u201d -Stevie B.\n\n***** \u201cBest Sudoku I have ever played.\u201d -Chrissyaz \n\n***** \u201cI have a couple of other sudoku games but this one is the best by far.\u201d -Peps1945\n\n***** \u201cBEST APP, GREAT SOUND AND FEATURES!\u201d -Schoollady61\n\n***** \u201cReally easy to use.\u201d -Tes63\n\n***** \u201cI love this game.\u201d -RickyGhotra\n\nFrom the most trusted brand in Sudoku, Sudoku Deluxe Social is the new, premium Sudoku experience handcrafted for your iPad and iPhone.\n\nSudoku Deluxe Social is the most feature-rich Sudoku game in the App Store, with tutorials, tools, and tips to enhance your experience.\n\nThe exclusive Currents Stream in Sudoku Deluxe Social even lets you check Facebook while you play on your iPad. See updates on news, TV, entertainment, technology, movies and more\u2026 all while playing one of four difficulties of Sudoku.\n\nSudoku Deluxe Social lets you prove that your team is the smartest in the country with the exclusive Team Tournament. Add your Sudoku scores to those of your teammates to show the rest of the country who has the highest I.Q.\n\nAnd it\u2019s brought to you by Mobile Deluxe, the company that has specialized in mobile Sudoku since 2003.\n\nPREMIUM FEATURES\n\n-The world\u2019s first Currents Stream lets you check Facebook while you play.\n\n-Team Tournament weekly competition for the highest I.Q.\n\n-Beautiful HD Graphics. \n\n-Play with friends on Facebook and GameCenter, or play solo.\n\n-Dozens of themes to grow your brain including the exclusive EmojiDoku.\n\n-Smart tools to customize and enhance play.\n\n-Exercise your brain: Best-in-class tutorial for players of all skill levels.\n\n-Best-in-class customer care for any questions.\n\n\nSudoku Deluxe Social is the only leading Sudoku game to offer thousands of puzzles, unique themes, and a suite of tools and features to make your Sudoku experience as pleasant as possible.\n\nAnd now it\u2019s social: Have fun playing with friends, or play solo. Use Currents, Facebook and GameCenter to keep up with your friends, work together to win the State Showdown, or just stay abreast of the latest news.\n\nYour mobile device has advanced\u2026 isn\u2019t it time your Sudoku did, too?""",Mobile Deluxe,4+,EN,70557696,Games,"Games, Travel, Strategy, Word",23/09/2009,16/08/2017
-https://apps.apple.com/us/app/block-drop/id324355661,324355661,Block Drop\xae,,https://is5-ssl.mzstatic.com/image/thumb/Purple111/v4/f1/99/33/f1993335-6577-83bb-4190-57a0a02dd80b/source/512x512bb.jpg,4,113,0.99,,Block Drop\xae is an addicting strategy/puzzle game that sharpens your mind and features 3D graphics and dynamically generated music. Sink all the blocks and finish on the checkered flag to complete each level. Try not to land in the water!\n\nBecome lost in the serene atmosphere as you experience 999 levels that will challenge your mind and survival levels that will test your reflexes.\n\nBlock Drop\xae features 6 different game worlds:\n\u25b8 Classic: The original Block Drop\n\u25b8 Transportation: New blocks that move and teleport you\n\u25b8 Destruction: New blocks that can destroy other blocks\n\u25b8 Split Personality: Control multiple men on each level\n\u25b8 Optical Illusion: Blocks float in the air creating optical illusions\n\u25b8 Madness: All of the new block types in one world!\n\n\nFEATURES:\n\u25b8 6 different worlds with 999 levels each\n\u25b8 Show solution feature\n\u25b8\xa0Universal app -- works on both iPhone and iPad\n\u25b8 Dynamically generated levels\n\u25b8 Computer generated music that adjusts to your gameplay\n\u25b8 Fast-paced survival levels\n\u25b8 In-game tutorial\n\u25b8 Hours and hours of gameplay!\n\nEach level of Block Drop\xae is dynamically created (and so is the music) so no two games will ever be the same.\n\n\nPRIVACY DISCLOSURE:\nBlock Drop\xae:\n- Does not contain ads.\n- Does not contain in-app purchases.\n- Does not contain integration with social networks.\n- Does not use analytics / data collection tools.\n- Does include links to apps by Dan Russell-Pinson in the iTunes.\n\nFor more information on our privacy policy please visit:\nhttp://dan-russell-pinson.com/privacy/,"Freecloud Design, Inc.",4+,EN,48675840,Games,"Games, Strategy, Entertainment, Puzzle",6/08/2009,8/05/2017
-https://apps.apple.com/us/app/all-american-girls-concentration-memory-game/id324530319,324530319,All American Girls Concentration Memory Game,,https://is4-ssl.mzstatic.com/image/thumb/Purple18/v4/6d/52/a8/6d52a80f-a472-1252-e77e-f4c6b9ff765e/source/512x512bb.jpg,2,291,0.99,,"""17+ ONLY PLEASE! ADULTS ONLY! Play this Memory Game to see what makes America great and what our boys are fightin' for! Match the images to win, and in HARD-TO-GET levels you can unlock more photos ! 17+ ONLY PLEASE!""","No Tie, LLC",17+,EN,9900032,Games,"Games, Entertainment, Strategy, Board",18/09/2009,26/07/2016
-https://apps.apple.com/us/app/phoenix-emperor-50-marks/id324538716,324538716,Phoenix Emperor 50 Marks,,https://is5-ssl.mzstatic.com/image/thumb/Purple42/v4/21/1a/f5/211af50d-9fc7-8fa1-332d-d646ba32353e/source/512x512bb.jpg,4.5,62,0,"19.99, 4.99, 9.99, 49.99, 99.99","Phoenix Emperor | Choose your destiny\n\n=== 50 Phoenix Marks ===\nOpen the application to receive your Phoenix Marks\n==================\n\nQuest and battle your way through the realm of the Phoenix Emperor while gaining power, land, and prestige. Your empire awaits - build your legion!\n\n***Free for a limited time only! Join the battle and become a force to be reckoned with! Challenge yourself with unique quests and battles against other players, while profiting from your success.\n\n=== FEATURES ===\n\n- Introducing a new MMO game for the iPhone and iPod Touch where you can battle other players online in real-time.\n- Embark on quests with a unique storyline.\n- Raise an army of real players and outfit them with armor, weapons, and spells.\n- Build wealth buying land and developing property.\n- Instant message other players or broadcast to your army.\n- Get revenge by placing a bounty on players that attack you!\n- Hoard your gold in a personal vault to protect it from thieves.\n- Gain public recognition for your exploits on the game Leaderboard.\n- In-game personal profile showcases your victories, power, and wealth.\n- Unlock special FREE bonus features as you quest and level.\n- Attack elite NPCs for a chance to gain extraordinarily unique loots.\n- Choose from 100s of equipments, lands, and properties.\n- Continually updated game play and graphics for improved user experience.\n- The list is endless! Join the realm of the Phoenix Emperor and see for yourself!\n\n*** Internet connection required for use.","Codxp, Inc",12+,EN,22518784,Games,"Games, Adventure, Strategy",21/08/2009,10/10/2015
-https://apps.apple.com/us/app/cleopatra/id324561305,324561305,Cleopatra\xae,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/3f/34/54/3f345442-ac49-4756-8930-7304dd174046/source/512x512bb.jpg,3.5,1054,0,,"Cleopatra\xae has arrived!!\n\nIGT, the world\u2019s premier slot games provider, now brings Cleopatra\xae to life exclusively for your iPhone and iPod Touch! \n\nCleopatra\xae is one of the most popular \u2018real life\u2019 slot games ever, enjoyed in casinos around the world. This 5-reel, 20-line game is authentic and has been developed by the original creators of the land-based version. It boasts unparalleled graphics and an unbeatable range of unique features that sets it apart from any other slot games out there.\n\n\u2018Instant Win\u2019 mode gives you 3000 credits to wager when you spin the reels.\n\nThe innovative and exciting \u2018Tournament\u2019 mode lets you challenge yourself and other Cleopatra\xae players around the world to achieve the best scores and earn a place on the global leader board!\n\nFeatures of Cleopatra\xae:\n\n- Line wins completed with the Wild Cleopatra\u2122 double the award value!\n\n- 3 or more Sphinx symbols appearing anywhere on the reels start the Cleopatra Bonus\u2122. Not only do you earn 15 free spins but all wins are 3 times their normal value! If during a free spin, Sphinx symbols appear on three or more reels, an additional 15 free spins will be added to your current free spin bonus!\n\n- Have fun by shaking the device to spin the reels! \n\n- Experience exotic sounds plus the voice of Cleopatra herself! \n\n- Competitive gamers can apply a winning strategy by changing the number of lines and credit stake on each spin! \n\nThis game is for amusement only and does not replicate the odds of winning or the payouts of similar IGT casino games.\n\nYou must be 21 to gamble.\n\nFor more information on responsible gambling go to www.ncpgambling.org\n \n\u201cCleopatra\u201d and \u201cIGT\u201d are trademarks owned and/or registered by IGT in the U.S. and/or other countries.",IGT,12+,EN,5085584,Games,"Games, Strategy, Entertainment, Casino",4/08/2009,15/12/2009
-https://apps.apple.com/us/app/bored/id324715902,324715902,Bored,,https://is2-ssl.mzstatic.com/image/thumb/Purple69/v4/7a/93/4a/7a934abb-4ffe-d9ef-c3b7-5c32c5324275/source/512x512bb.jpg,3.5,9,0,"0.99, 0.99, 0.99","Bored is a simple puzzle game.\nThe object is to stop your piece on the center space.\n\nThe Rules:\n1. You win if your piece STOPS on the center space.\n2. Once any piece begins moving, it keeps moving until it is blocked by another piece.\n3. If any piece is not blocked, it will move off the board.\n4. You lose if any piece moves off the board.\n5. No diagonal moves are allowed.\n\nEach of the available puzzle packs increase in difficulty level and number of puzzles.\n\nEach puzzle will randomize its orientation (8 possibilities) each time you play it.\n\nAll of the puzzles have solutions.",Patrick Q. Kelly,4+,EN,16440320,Games,"Games, Puzzle, Strategy, Entertainment",4/08/2009,9/01/2016
-https://apps.apple.com/us/app/orient-express-the-train-simulator/id326148795,326148795,Orient Express: The Train Simulator,,https://is2-ssl.mzstatic.com/image/thumb/Purple18/v4/f4/64/8b/f4648b40-a278-15c0-4343-a7b1c5599071/source/512x512bb.jpg,3,657,0,0.99,"Control the trains, build the railroads connecting the stations and developing your railway empire!\n\nWith every successful move, you receive money that you spend on the network development and accident recovery. The cities are waiting for your help!\n\nA great logic puzzle game, more than 100 hours of gameplay, admirable pixel art graphics.\n\nConnect the railway tracks and launch the trains using your logic. Choo-choo!",AppMania,4+,"EN, FR, DE, IT, RU",25035776,Games,"Games, Entertainment, Simulation, Strategy",11/08/2009,19/06/2016
-https://apps.apple.com/us/app/icy-escort/id326162486,326162486,Icy Escort,,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/ee/cc/02/eecc027f-11db-fe76-7e22-58a89f93ac47/source/512x512bb.jpg,3,47338,0.99,,"Oh no! A great snowstorm has scattered the penguins all across ANTARCTICA!\n\nJoin Mother Penguin in this frosty PLATFORM ADVENTURE as she trots around the icy continent, regathering all her lost baby penguins.\n\nEnjoy levels packed with bonus items, puzzles, ice cream cones and ""cool"" power-ups!\n\nUPDATED: Now includes ""Penguin In A Bathtub"" bonus game!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\n#1 Downloaded App in 21 Countries, App Store March 2010\n\nWHAT PEOPLE SAY:\n\n- ""A sense of humor, light whimsical depth and plenty of character.""\n- ""Ding ding. We have a winner here.""\n- ""Both fun to play, and fun to win!""\n- ""You will enjoy this game, it\'s a steal for the asking price""\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nGAME FEATURES:\n\n- 40 frosty levels\n- BONUS GAME: Penguin In A Bathtub\n- Easy, super-responsive controls\n- Power-ups to increase your abilities\n- Star ranks on all levels for increased REPLAY VALUE\n- Achievements to unlock\n- Fun stats\n- And much more...\n\nTECH FEATURES:\n\n- Game Center support\n- MFi controller support\n- ION Arcade controller support\n- Universal App (iPad, iPhone, iPod Touch)\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!",Donut Games,4+,EN,9214976,Games,"Games, Family, Strategy",11/08/2009,12/07/2017
-https://apps.apple.com/us/app/alice-greenfingers/id327098920,327098920,Alice Greenfingers,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/2c/20/37/2c203746-486e-08e2-9252-99efbce0af35/source/512x512bb.jpg,3.5,1979,0.99,,"""*** The ORIGINAL CASUAL FARM GAME is here! ***\n\nAlice took the casual games market by storm when she introduced a whole new genre of CASUAL FARM GAMES back in 2007, creating a long tail of similar games after her.\n\nHere's your chance to get the original fun again! Tag along as Alice now takes the leap into the mobile garden, flexing her green thumb like never before.\n\nTHE PLOT\n\nPlay with your creativity, and build your own garden of flowers, decorations, animals and vegetables.\n\nFollow the market trends, learn to know your customers and sell ripe crops down at the town market to expand and get your business rolling.\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nBIG SAVINGS\n\nHaven't tried the Alice series before?\nGet Alice Greenfingers for your iPhone today and save a WHOPPING 95% compared to the Mac & PC versions!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nFEATURES:\n\n- Unique gameplay where you can either choose to play STRATEGICALLY to win the big bucks, or DECORATIVELY for a beautiful garden\n- 15 Types of seed to sow, water and harvest\n- Design the garden the way YOU like it\n- Up-to-date statistics to follow\n- 12 AWARDS to win\n- Enrich your land with animals\n- Graceful ornaments to decorate your garden with\n- A local shop jam-packed with goodies\n- No stressing timers to watch! Play the game at your own pace!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!""",Donut Games,4+,EN,9659320,Games,"Games, Strategy, Simulation, Entertainment",22/08/2009,16/10/2010
-https://apps.apple.com/us/app/space-control/id327244757,327244757,Space Control,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/4f/af/6e/4faf6e00-349a-08fe-e951-cf1b6d1a36ca/source/512x512bb.jpg,2.5,654,0.99,,Age 2140. Humanity live among the stars. Spacetravel is a part of any human`s life. You was pomoted to the new position in your company. And now You are in charge of planetary spaceship docking control center of one of the systems. You show the way to every spaceship in your system where and when to land. One docking station can accept certain type of spaceship. People`s safety is in your hands. Good luck.,Aleksejs Voloviks,4+,EN,13483008,Games,"Games, Entertainment, Strategy, Casual",24/08/2009,21/08/2018
-https://apps.apple.com/us/app/hiarcs-chess/id327708154,327708154,HIARCS Chess,Play Chess and analyse games,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/f2/7a/d5/f27ad5b7-abed-7a66-991a-854f6dba1adf/source/512x512bb.jpg,4,213,9.99,,"HIARCS is a multiple World Championship winning chess program and the only handheld chess program in the world which has won matches and tournaments with Grandmasters. It twice won the Mercusor Cup in Buenos Aires, Argentina ahead of Grandmasters with a performance of 2900 Elo, the best chess performance rating for any handheld device in history.\n\nIn 1997 the World\'s strongest ever human chess player, Garry Kasparov, said ""HIARCS is much better positionally than Deep Blue"" and even the current World champion, Vishy Anand, in a recent interview when asked what chess program he uses to analyse with said ""generally I use HIARCS"".\n\nThis power enables your iPhone to play chess like a super Grandmaster, analyse games and chess problems with you, or play at whatever weakened chess strength you want from beginner to GM strength while offering numerous features to help you learn and improve as you play with HIARCS. An advanced set of coaching features helps players of all strengths improve their chess play.\n\nHIARCS Chess has a full range of realistic weaker opponent strengths and playing styles catering for players of all abilities from absolute beginners to Grandmasters. On the weaker playing levels HIARCS will make human-like mistakes appropriate to the level of play and this together with the integrated coach advice, assessments and alerts allow you to learn and improve quickly. HIARCS also monitors your chess performance and provides you with an Elo chess rating which tracks your chess ability in every game. It can continuously adjust its playing strength to give you challenging but beatable opponents as you improve.\n\nHIARCS Chess will save battery life by using much less energy on the weaker levels, allowing more playing time on long journeys etc.\n\nHIARCS Chess supports PGN chess game databases and has all the games between Fischer & Spassky and Kasparov & Karpov for you to play through and enjoy.\n\nHIARCS has a large tournament book which is up to date with chess theory with over 235,000 variations. The book moves are displayed on screen with chess symbols and the opening variations are named and ECO coded.\n\nKey features:\n+ Strongest chess program on iPhone and iPod Touch, genuine strong GM-level performance\n+ Suitable for all players from absolute beginners to strong Grandmasters with many handicap levels and opponents styles and advanced coaching\n+ Intuitive and friendly user interface with multiple high quality pieces set, colour schemes and icons including high res support for iPhone 4 and 5 retina displays\n+ Multiple playing modes: play white, black, both sides in two player mode, continuous analysis and interactive replay\n+ Fully adjustable Elo strengths, adaptive levels and multiple playing levels and opponents\n+ All levels below maximum are low energy to increase battery life\n+ Rates your chess play and gives you an Elo rating which is updated after each game\n+ Advanced coach can provide move options, give hints, indicate move safety and quality highlights and watch your play and warn about mistakes\n+ Transfer PGN databases to/from HIARCS chess via iTunes file sharing, email games and PGN DBs from HIARCS\n+ Launch HIARCS from PGN email attachments\n+ Load, save or delete games to/from PGN databases\n+ Set up or edit a position to analyse or play from\n+ Advanced game navigation with game move slider and VCR buttons for rapid and precise game navigation\n+ Many selectable preset blitz, incremental and average time clock settings for timed play\n+ Large HIARCS tournament opening book as used by the professionals!\n+ Permanent brain for enhanced playing strength\n+ Numerous chess display functions for showing chess moves, analysis, book moves, coach advice, move quality even legal moves, offer draws or resign\n+ 8 Piece sets and 9 colour schemes\n+ Integrated Html manual and help screens\n\nA discount coupon is included with a $10 USD discount on other HIARCS products on Mac and PC from www.hiarcs.com.",Applied Computer Concepts Ltd.,4+,"EN, DE",22864896,Games,"Games, Board, Education, Strategy",28/08/2009,28/08/2018
-https://apps.apple.com/us/app/mobile-aquarium/id327755335,327755335,Mobile Aquarium,,https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/1f/56/18/1f56186d-4a21-24d7-ce16-7635e2f80e28/source/512x512bb.jpg,3,15277,0,0.99,"Addictive aquarium simulation that will keep you hooked for a long time! Let your fish prosper or die---it\'s all up to you.\n\n\nRead what users say:\n\n""I just love it, it\'s simple but yet fun....""\n\n""This is such a cute app. I love that I can choose the color of my fishies."" \n\n""I really enjoy this app everyday!!!""\n\n""Everytime I go to school my fish die!!!""\n\n\nThe aim of the game is to grow up cute little fish in your virtual aquarium. It takes about two weeks real time to bring a fish from a baby to an adult. Of course, the app does not need to be running all the time, you only should look after the aquarium once or several times a day.\n\nAt the start you have 200$ which you spend on buying baby fish. You can choose their names and colors. If you feed your little friends regularly and keep the aquarium clean the fish will be happy, gain weight, and grow up quickly. If not, well, your pets will starve, get sick, or even start to eat each other. \n\nFeatures:\n- Stunning 2D pencil graphics\n- Hyper-realistic fish simulation, including occasional eye-flapping\n- You can protect your fish from a bad flu with woolen caps\n- Funny messages keep you informed about the weal and woe of your little friends \n\n\nThis program version is free for you, but it\'s ad-sponsored. You can remove the ads for a low price via an in-app purchase.\n\n\n*********\n\nThanks for all the reviews and the many creative ideas for improvement. I will continuously add more features as time permits.",TLogic.de,4+,EN,8482816,Games,"Games, Simulation, Entertainment, Strategy",9/09/2009,29/03/2015
-https://apps.apple.com/us/app/pushy-lite/id327771130,327771130,PUSHY lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/af/e2/dd/afe2ddd5-5b6b-e7d4-96a4-e61a1b49a5ee/source/512x512bb.jpg,3.5,776,0,,"""#1 TOP GAME in App Store Germany (free Apps)\n#1 TOP GAME in App Store Germany (paid Apps)\n\nPUSHY Lite is the free 18 level version of our popular game PUSHY. The full version comes with more than 300 different levels that give you many hours brain challenging and fun gameplay! \n\nNEW:\n\u2022 Landscape and split screen/multitasking on iPads\n\u2022 Fully supports iOS 12 and all new screen sizes on iPhones and iPads\n\nand still new from previous updates:\n\u2022 Triple-tap on Game Board to throw the bullet (swipe control only)\n\u2022 Level switcher: Tap on the level number and select another level.\n\u2022 Handoff: move between your devices and continue solving a level [*]\n\u2022 3D Touch on Pushy for options\n\u2022 Control Pushy using arrow keys on external keyboard\n\n=============================\n\nMeet PUSHY, a small, friendly character who wants to be in his home. Before he can get there, however, there is a puzzle to solve. You move PUSHY step by step and, through trial and error, determine how the different elements of the puzzle operate, and what tasks need to be done. For example, PUSHY must move obstacles and dump a red ball into a red hole. After completing all relevant tasks, move PUSHY to his home. If you solved everything correctly, you will advance to the next level!\n\nFeatures:\n- 18 levels with with varying degrees of difficulty \n- Full version comes with more than 300 levels\n- Easy touch control\n- Collect coins\n- Skip levels (using your coins)\n- Undo moves\n- Save game on exit and resume later\n- Triple-tap on Game Board to throw the bullet (swipe control only)\n- Level switcher: Tap on the level number and select another level.\n- Handoff: move between your devices and continue solving a level\n- 3D Touch on Pushy for options\n- Control Pushy using arrow keys on external keyboard support\n- Level chooser\n- Up to 5 player accounts\n- Cute animations und sound effects\n- Hi-res graphics for Retina displays\n- iPad/iPhone/iPod universal\n- Supports the latest iPhones and iPads\n- Support for iOS 12\n\n- No internet connection needed while playing\n\nAfter only a few levels you'll come to appreciate what PUSHY really is: a logic game that is a lot of fun! Each level will create new challenges to your intelligence. \n\nIn advanced levels of the full version, PUSHY will be able to move heavy stone blocks out of the way, cleverly bypass electrical spots to get through the sliding doors and free up a path through offices littered with bullets. But, watch out for trap doors and other alarms you may trigger!\n\nThere are loads more things to do than in classic sokoban!\n \nHave fun!\n\nNeed help? \nSend us an e-mail:\npushy@support.medienwerkstatt.de""",medienwerkstatt,4+,"EN, FR, DE",64505856,Games,"Games, Education, Puzzle, Strategy",29/08/2009,4/04/2019
-https://apps.apple.com/us/app/ancient-war/id328034857,328034857,Ancient War,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/9c/11/f2/9c11f2df-0d58-cbf1-4923-d40f48932e3a/source/512x512bb.jpg,3.5,5378,0,0.99,"*NOW FREE for a LIMITED TIME!*\nLEAD your WARRIORS to VICTORY in this EPIC CASTLE DEFENSE, and do it MULTIPLAYER ONLINE!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u201c... a much better looking version of cartoon wars...""\n-itunes user review \n\n""...the world map of knights onrush, the difficulty/star rating of defender chronicles, the gameplay of cartoon wars..."" \n-toucharcade user review \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nAs the god of an ancient tribe, you must lead your followers to conquer their world. Now, command wardens, infantry, hunters, cavalry, wizards, catapults, and even trained dinosaurs to crush enemy tribes\' defenses and destroy their totems! \n\nUpgrade your units to take advantage of advances in technology! Unlock new troops and upgrade their attributes! Watch your units transform as they level up!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 ONLINE MULTIPLAYER\n\u2022 INTENSE COMBAT with FANTASTIC ANIMATION \n\u2022 EPIC CAMPAIGN against 8 ENEMY TRIBES \n\u2022 10 UPGRADEABLE TECHNOLOGIES \n\u2022 8 unique UNITS\n\u2022 TONS of TACTICAL COMBOS \n\u2022 SUMMON MIRACLES as GOD\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,12+,EN,15120306,Games,"Games, Strategy, Entertainment, Action",19/09/2009,9/01/2013
-https://apps.apple.com/us/app/backgammon-nj/id328168559,328168559,Backgammon NJ,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/01/da/9e/01da9e77-bdb0-f753-2ed4-a1bc482a8dd4/source/512x512bb.jpg,4,2567,4.99,"4.99, 2.99, 2.99","\u25cf GAME CENTER -- Play online, chat, invite friends, auto-match with random players\n { Real-time } Play online in real-time\n { Turn-based } Play online at your own pace\n\u25cf VERSATILE -- Play offline vs. computer or against another person in 2-player mode\n\u25cf CUSTOMIZABLE -- More options than any other backgammon app\n\nPlay & learn backgammon at skill levels ranging from beginner to world-class!\n\nBackgammon NJ is a full-featured game which uses an advanced, neural network-based, artificial intelligence. Play against a computer AI, another person in 2-player mode on one device, or online against friends & other players. Using Tutor Mode & Hints, Backgammon NJ can show you how to improve your game!\n\nDiscriminating players will appreciate how well the AI plays. It uses a neural network trained on millions of positions, a bearoff database, & a match equity table to achieve strong gameplay that will challenge even expert players.\n\nREVIEWS\n\n""[I] know strong bg play when I see it. This app is the strongest iPhone bg app I\'ve played with by far. It does not cheat period. ...Analyzing these matches with eXtreme Gammon confirms a world class level of play with normal luck factors. If you are losing, get over it. So would 99.9% of the other backgammon players in the world. It is just that good. Learn from it."" -Richard Munitz, Giant of Backgammon, #21 world ranking in 2009\n\n""Backgammon NJ plays at an extremely high level with an excellent interface, and I often use it to practice on my iPhone when I am traveling. I recommend it highly to my students and friends."" -Phil Simborg, Professional Backgammon Teacher and Player, www.mindgamescenter.com\n\n""I\'ve played over 500 games now; I\'ve checked about 5% of these against World Class Desktop programs (GNU, BGBlitz); and I\'ve actually used some of the competition. NJ has the best interface and has more useful functions than any other backgammon apps out there.""\n\n""For serious backgammon players, Backgammon NJ is the way to go."" -Macworld.com, May 2012\n\nIS THIS GAME RIGHT FOR YOU?\n\nThis game is best for people:\n\n\u2022 Who recognize the strength of neural network backgammon bots\n\u2022 Who want to improve their game by playing against a world-class level AI\n\u2022 Who will use the in-depth, technical features included in the app to prove that it is honest (http://www.njsoftware.com/note.html)\n\u2022 Who won\'t expect to win consistently on the higher skill levels\n\nFEATURES\n\n\u2022 Neural network-based AI\n\u2022 2 game types: Standard Backgammon or Nackgammon\n\u2022 4 skill levels: Easy, Medium, Hard, Expert\n\u2022 Customizable board design & checker colors\n\u2022 Mersenne Twister algorithm for random number generation\n\u2022 Doubling cube\n\u2022 Single games or match play up to 25 points\n\u2022 Crawford rule for match play\n\u2022 1-player mode vs. computer\n\u2022 2-player mode on one device\n\u2022 Game Center: Play real-time or turn-based online matches with friends & other players\n\u2022 Chat with your online opponent\n\u2022 Online Elo & Experience leaderboards\n\u2022 Block list for auto-match\n\u2022 User-friendly, tap-to-move interface\n\u2022 Highlighted checker movement options\n\u2022 Hint & Undo\n\u2022 Learn with Status Meter & Tutor Mode\n\u2022 Game & dice stats, including Elo rating & ER\n\u2022 Match info: GnuBG ID, win chances, equity, top 10 moves, & cube decisions\n\u2022 Email match files\n\u2022 Practice mode with unlimited undo (1-player vs. computer)\n\u2022 Manual match recording mode with unlimited undo & speed mode option\n\u2022 Options to reverse board direction, resign, use one-tap moves, auto bearoff, auto finish, use Jacoby rule, & much more\n\u2022 Match analysis (in-app purchase): Analyze past match files, view moves & errors for match, step through match, jump to position, play from position, save match files permanently\n\nIMPORTANT\n\n\u2022 If an online match ends for any reason, you\'ll receive the Elo pts you deserve. FAQ: http://gamecenter.njsoftware.com\n\u2022 Contact us for help: http://contact.njsoftware.com",Jimmy Hu,4+,EN,21422080,Games,"Games, Board, Entertainment, Strategy",1/09/2009,16/01/2018
-https://apps.apple.com/us/app/pebble-command/id328330651,328330651,Pebble Command,,https://is5-ssl.mzstatic.com/image/thumb/Purple69/v4/de/64/48/de644886-ea88-4aa5-3f04-06bcc2eb3c1e/source/512x512bb.jpg,2.5,29,0,,"Pebble Command is a deeply addictive game of real-time tactics.\n\n\u2022 Extremely Addictive, you have been warned.\n\n\u2022 12 progressively harder stages to get through, playable over 3 difficulty levels: Each stage requires unique tactics to be beaten.\n\n\u2022 Original & Intuitive Control: Pebble Command is designed for the iOS touch screen.\n\n\u2022 Multiplayer: Play the entire game solo or co-op with a friend over local Wi-Fi. Compare scores and challenge friends on Game Center.\n\n\u2022 Each stage features a unique musical score designed to aid your focus, so headphones are recommended.\n\n\u2022 It\'s free as in ACTUALLY free - no ads / in-app purchase / ""other great games"" / etc, I work on Pebble Command because I like to play it.\n\nVisit the blog at pebblecommand.wordpress.com for the latest news.",Pavlos Tsochantaris,4+,EN,35214336,Games,"Games, Entertainment, Strategy, Action",1/09/2009,28/02/2017
-https://apps.apple.com/us/app/yahoo-fantasy-football-more/id328415391,328415391,Yahoo Fantasy Football & more,Fantasy games for everyone,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/f2/17/85/f2178546-629f-41bd-f9aa-c7076f48fd8f/source/512x512bb.jpg,3.5,199585,0,,"""The best in Fantasy Football, Baseball, Basketball, Hockey, Tourney Pick'em and Daily Fantasy. Yahoo Fantasy has you covered every day, year-round.\n\nVoted the Best Fantasy Sports Mobile App and Best Commissioner Mobile App by the Fantasy Sports Trade Association 5 years in a row!\n\nEasily switch between games and focus on what really matters: drafting your team, setting your lineup, and winning!\n\nFavorite features:\nManage your roster - pick up players and make trades in the app.\nDraft anywhere - you never need to miss a draft again now that you can draft your team from your phone\nInstant updates - be at the top of your game with instant scoring updates and breaking player news.\nExpert Analysis - edge out the competition with Yahoo Fantasy and Rotoworld experts, now accessible in the app.\nFantasy Messenger - trash talk your leaguemates right from the app with gifs and other rich media\nDaily Fantasy Sports - draft a new roster every day for a chance to win money. Enter free contests or put cash on the line.\n\nPro tips:\n- Use the bottom menu to move between fantasy home, your season-long teams, daily fantasy, and messenger.\n- The top menu allows you to move to different screens within home, season-long teams and daily fantasy.\n- Play in a free daily fantasy sports contest to learn the ropes at no cost.\n\nPlease send feedback to fantasy-mobile-ios-feedback@oath.com""",Yahoo,17+,"AR, BN, BG, CA, HR, CS, DA, NL, EN, ET, FI, FR, DE, EL, GU, HE, HI, HU, ID, GA, IT, JA, KN, KO, LV, LT, MS, ML, MR, NB, PL, PT, RO, RU, SR, ZH, SK, SL, ES, SV, TA, TE, TH, ZH, TR, UK, UR, VI",145777664,Sports,"Sports, Games, Sports, Strategy",8/09/2009,27/07/2019
-https://apps.apple.com/us/app/chess-play-learn/id329218549,329218549,Chess - Play & Learn,Play chess online with friends,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6a/7f/7e/6a7f7e0d-3cec-b3fe-fd04-64e35f7d6144/source/512x512bb.jpg,4.5,143719,0,"99.99, 6.99, 14.99, 29.99, 49.99, 4.99","""Play chess online with millions of players around the world! Enjoy free unlimited games and improve your chess rating with 50,000+ tactics puzzles, interactive lessons and videos, and a powerful computer opponent. Unlock your inner chess master today!\n\nPLAY CHESS ONLINE\n- Challenge your friends and chat with opponents\n- Play real-time blitz or daily correspondence chess\n\nTACTICS PUZZLES\n- Solve more than 65,000 puzzles \n- Adjusts to your skill level to help you improve\n\nLESSONS\n- Thousands of videos and interactive lessons from top Grandmasters\n- Interactive tutorials with helpful tips and highlights\n\nCOMPUTER\n- Adjust the computer's strength \n- Analyze your game to learn what went wrong\n\n\u2026 AND MORE\n- Daily articles by top authors and coaches like IM Jeremy Silman\n- Opening explorer helps you learn and play the right openings\n- Make friends & send messages\n- 20+ gorgeous themes for boards, pieces, and backgrounds\n- Detailed performance stats and ratings\n- Active community forum\n\n-----------------------------------------------------\nAlso available in the app:\n\nGold Membership\nMore Puzzles, Lessons and Tournaments! No ads.\n1 month: $4.99 USD \n1 year: $29.99 USD\n\nPlatinum Membership\nFull access to Tactics, Tournaments, and more! No ads.\n1 month: $6.99 USD\n1 year: $49.99 USD\n\nDiamond Membership\nUnlimited access to all features for playing, training and learning. No ads.\n1 month: $14.99 USD\n1 year: $99.99 USD\n\n** TERMS & DETAILS **\n\nPayment will be charged to your iTunes account at confirmation of purchase.\n\nSubscription automatically renews unless auto-renew is turned off at least 24 hours before the end of the current period.\n\nAccount will be charged the same amount for renewal within 24 hours prior to the end of the current period.\n\nYou can manage your subscription and turn off auto-renewal by going to your Account Settings after purchase.\n\nAny unused portion of a Free Trial, if offered, is forfeited when you buy a subscription.\n\n* Prices may vary by location.\n\nTerms of Use: https://www.chess.com/legal#termsofservice\n\n-----------------------------------------------------\n\nABOUT CHESS.COM\nChess.com is built by chess players and enthusiasts who really love chess!\nTeam: http://www.chess.com/about\nFacebook: http://www.facebook.com/chess\nTwitter: http://twitter.com/chesscom\nYouTube: http://www.youtube.com/wwwchesscom\nTwitchTV: http://www.twitch.com/chess""",Chess.com,4+,"AF, SQ, AR, HY, AZ, EU, BE, BN, BS, BG, CA, HR, CS, DA, NL, EN, ET, FI, FR, GL, KA, DE, EL, HE, HI, HU, IS, ID, GA, IT, JA, KN, KK, KO, LV, LT, MK, MS, NE, NB, PS, FA, PL, PT, PA, RO, RU, SR, ZH, SI, SK, SL, ES, SW, SV, TG, TA, TE, TH, ZH, TR, TK, UK, UR, UZ, VI",109671424,Games,"Games, Strategy, Board, Entertainment",29/10/2009,24/07/2019
-https://apps.apple.com/us/app/dodgedot/id329466722,329466722,DodgeDot,Addictive game for all ages!,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/ef/55/24/ef5524f8-8367-299e-3c52-e7c3ced59852/source/512x512bb.jpg,3,4289,0,,"Ask yourself how many games have enthusiastic players who are still playing and competing weekly for five years, six years, seven years, or nearly eight years?! Very few, unless you\u2019re talking about DodgeDot\u2122! What on earth can make a game so simple, yet so compelling and addictive? Why is the DodgeDot\u2122 player community so fanatic and dedicated?\n\nDodgeDot\u2122 is truly a game for everybody with players around the world from 2 years old to in their nineties. With over 22 miliion games played to date, it\u2019s incredibly simple to play. DodgeDot\u2122\u2019s basic rules can be described in less than a minute and many players learn the basics just by jumping in and quickly discovering them by trial and error. It\'s a game that can be played at a gentle and relaxing pace and yet also provides plenty of challenges for players that want to develop their dexterity, playing strategy, and overall game skills for competition. \nDodgeDot\u2122 is elegantly simple, yet produces infinitely rich gameplay:\n\n- Drag the moving colored dots to matching goals to score points\n- Clear all moving dots from field to advance to the next level\n- Avoid colliding with dots of different colors\n- Avoid contacting unmatched goals of different colors\n- Join dots of the same color to earn bonus points\n\nThe nature of the game\'s dynamics are infinitely variable, with its dots moving in different directions and speeds, and with time and every player interaction affecting the subsequent dot movement patterns and point values.\n\nDodgeDot\u2122 is also a visually pleasing game of colors. Choose your favorite four-color schemes to play with, from a large selection of palettes.\n\n- New Game Rounds with fresh starting patterns for Levels automatically start every Monday!\n\n- Built in leaderboard network where you can have your own profile, see rank listings for players, friend other players,etc.\n\n- All registered Jampaq Network players have an opportunity to compete for fresh rankings every week!\n\n- Supports Apple\'s Game Center for high score leaderboard!\n \n- This is a universal application, so buy it for iPhone/iPod Touch and you can also install it on your iPad!\n\n*** WAS FEATURED ON Apple\'s ""WHAT\'S HOT"" LIST! ***\n\nDON\'T FORGET TO JOIN THE JAMPAQ NETWORK!\nREGISTRATION\'S FREE & SIMPLE IN-APP!\n. . . . . . . . . . . . . . . . . . . \nWatch videos at: \nhttp://www.youtube.com/dodgedot \n\nHere\u2019s what DodgeDot\u2122 players have to say:\n\n\u201cTotal Addiction!!!! It\u2019s hard to put it down.... The game is mesmerizing\u2026. I have come to the conclusion that the best games in the App Store are those that concentrate more on the gameplay and concept, and less on having the fanciest, largest game around. My favorite games are the simplest and most elegant \u2026 and DodgeDot\u2122 tops the list\u201d\n\n\u201cI\u2019ve been playing DodgeDot\u2122 for over 3 years and still enjoy it as much as I did then. If people would only try it, they would be pleasantly surprised why it\u2019s such a great game that\u2019s hard to put down\u201d\n\n\u201cThis is truly one of the few games I absolutely cannot bring myself to delete, no matter how low I become on memory. This is a definite must buy!!!\u201d\n\n\u201cThis is great for all ages (at age 63, I should know) and the video instructions are beautifully done. \u2026worth way more than you\u2019re payin\u2019. As a retired teacher, I view this as a fantastic opportunity to both develop... and retain thinking skills. These folks put a lot of thought into development and execution! Don\u2019t pass it up!\u201d\n\n\u201cThis game has all the makings of a timeless classic. I find myself always coming back to DodgeDot\u2122.\u201d\n\n""Soooooooo Addicting. Seems easy till it blows your mind and you throw your iPod/iPhone at the ground. Either way great game I simply can\'t stop playing. ""\n\n""Excellent game. Entire family from 3 to 83 loves it""\n\n""This may be the winner on my list of \'Most addictive games for the iPad.\' My daughter is addicted, I\'m addicted and my mother is addicted! Love it, love it love it""\n\n""Deceivingly simple at first, and gets challenging pretty soon. Reminds me of Tetris.""","Jampaq, Inc.",4+,EN,24214528,Games,"Games, Entertainment, Strategy, Casual",2/10/2009,4/09/2017
-https://apps.apple.com/us/app/mummy-tomb-of-the-lost-souls-free/id329629837,329629837,Mummy: Tomb of the Lost Souls FREE,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/9d/4a/7a/9d4a7a03-9132-cce2-f1e0-fdc28bda1f05/source/512x512bb.jpg,3,178,0,,"Once upon a time, the evil pharaoh of Ancient Egypt imprisoned his loyal subordinates between the walls of the pyramid. \n\nYour mission is to rescue their souls. \n\nClick on groups of two or more adjacent blocks of the same color to destroy them.\n\nAs blocks are destroyed, the souls move closer to the ground and are able to walk free. \n\nWhen you are unable to find any matching blocks, click on the scroll icon and then an arbitrary block to destroy. You have initially 5 scrolls available, but you can earn more if you clear the level by destroying all the blocks.\n\nDifferent souls can jump to the ground at different altitude.\n\nCompare your score with other players around the world.\n\nShake the device to get hint.",Richard Nguyen,4+,EN,11965728,Games,"Games, Entertainment, Strategy, Puzzle",18/11/2009,12/07/2011
-https://apps.apple.com/us/app/cannon-siege/id329707508,329707508,Cannon Siege,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/73/7a/49/737a49c4-485c-c8e8-14ce-27f9a897e503/source/512x512bb.jpg,3,694,0,,"""*** WARNING the app is not yet compatible with iOS8. We are working on an update and will released it as soon as possible.\n\nYou are the Kingdom's last hope to survive the siege of evil pirate marauders. Take aim with your array of cannons and defend your land. Expand your kingdom to new shores and blast the enemy to the briny deep!\n\n Cannon Siege\u2122 is a retro style castle defense game combining action, strategy and puzzle elements with a mixture of turn-based and real-time gameplay. \n\n Builds armories and towers then defend yourself by shooting the attacking ships and repairing damaged units. Connecting the armories and towers are roads made up of small sections. Towers connected to an armory will be activated for firing. Gold is earned by destroying ships which can then be used to purchase upgrades or special weapons.\n\nVersion 1.1 features:\n-10 Campaign Stages\n-Survival Mode\n-Tutorial\n-Auto Save\n-Profiles \n\nEmail us with your suggestions!\nSupport email: iphoneglobs@gmail.com""",Chad Towns,12+,EN,7587880,Games,"Games, Casual, Strategy, Entertainment",28/09/2009,21/03/2012
-https://apps.apple.com/us/app/slideswipe/id329911028,329911028,Slideswipe,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/0e/23/3d/0e233ddc-23ed-d36b-85c1-a76821372a90/source/512x512bb.jpg,5,6,0.99,,"Slideswipe is the ultimate slide puzzle! Master the classic 15 Puzzle and more with numeric, alphabet, and photo puzzles in a variety of board sizes. Challenge yourself with infinite puzzle possibilities while improving your skill level.\n\nEase of Play:\n\u2022 Slide or tap a tile to move it\n\u2022 Move multiple tiles at one time\n\u2022 Rotate your device for immersive gaming\n\u2022 Every puzzle is solvable\n\nNumeric Sequence Puzzles:\n\u2022 Decimal Numbers\n\u2022 Roman Numerals\n\u2022 Multiplication Tables\n\u2022 Prime Numbers\n\u2022 Hexadecimal Numbers\n\nNumeric Value Puzzles:\n\u2022 \u03c0 (Pi)\n\u2022 Number \u201ce\u201d (Natural Logarithm)\n\nAlphabet Puzzles:\n\u2022 Arabic\n\u2022 Armenian\n\u2022 Croatian\n\u2022 Czech\n\u2022 Danish\n\u2022 Finnish\n\u2022 Greek\n\u2022 Hebrew\n\u2022 Italian\n\u2022 Latin\n\u2022 Norwegian\n\u2022 Polish\n\u2022 Romanian\n\u2022 Russian\n\u2022 Slovak\n\u2022 Spanish\n\u2022 Swedish\n\u2022 Thai\n\u2022 Turkish\n\u2022 Ukrainian\n\nPhoto Puzzles:\n\u2022 Game Albums (96 photos)\n\u2022 Photo Albums\n\u2022 Saved Photos\n\u2022 Camera\n\u2022 Album Artwork\n\nBoard Sizes:\n\u2022 3 x 3 Beginner\n\u2022 4 x 4 Intermediate\n\u2022 5 x 5 Advanced\n\u2022 6 x 6 Expert\n\u2022 7 x 7 Genius\n\nTiles:\n\u2022 Classic\n\u2022 Wood\n\u2022 Stone\n\u2022 Candy\n\u2022 Hearts\n\u2022 Alphabet Blocks\n\nHints:\n\u2022 Highlight possible moves\n\u2022 Show numbers on photo tiles\n\u2022 Tap the empty space for a suggestion\n\u2022 Hold the empty space to view the goal\n\nWant to try before you buy? Check out Slideswipe Lite.",Plannerhead,4+,"EN, FR, DE, IT, ES",19798016,Games,"Games, Education, Strategy",1/04/2010,4/10/2016
-https://apps.apple.com/us/app/cows-in-space/id330159662,330159662,Cows In Space,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/69/17/cd/6917cd57-fd72-61c9-744e-448fcdbb22b7/source/512x512bb.jpg,3,46861,0.99,,"In a failed galactic operation, the cows of earth have ended up FLOATING AROUND IN SPACE -- encapsulated in air bubbles.\n\nBrave space pilot, it\'s time to charge your jelly beam and get ready for an intergalactic mission to TELEPORT THE COWS back to earth!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nFeatured by APPLE, Sept 2009, as:\n\n- ""New and Noteworthy""\n- ""Hot New Games""\n\nGAME FEATURES:\n\n- 70 Challenges: From easy starting levels to trickier puzzles as your journey progress\n- A galactic mess: Tons of lost cows throughout the galaxy, waiting to be saved\n- Zero gravity environment: Use your beams to set things in motion\n- Improve your jelly shooting skills and aim for 3 STARS on all levels\n- Achievements\n- Spectacular, spacey soundtrack\n- Strange floating items: What are bouncers and toxic skulls doing in space?\n- Totally innovative, never-before-seen gameplay\n- And much more...\n\nTECH FEATURES:\n\n- Game Center support\n- MFi controller support\n- ION Arcade controller support\n- Universal App (iPad, iPhone, iPod Touch)\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!",Donut Games,4+,EN,8752128,Games,"Games, Strategy, Family",16/09/2009,12/07/2017
-https://apps.apple.com/us/app/fare-city-taxi-mania/id330222186,330222186,Fare City: Taxi Mania,,https://is3-ssl.mzstatic.com/image/thumb/Purple69/v4/7b/1e/30/7b1e3015-61c3-526c-d265-0c1a16507298/source/512x512bb.jpg,3.5,1639,0.99,,"Fare City is an awesomely addictive game of chaos management. Do you have what it takes to keep your fleet of taxis running smoothly? Are you quick enough to earn those big bonuses? Can you stand the pace when one uninsured accident can ruin your day?\n\nWelcome to Fare City: where the city never sleeps and the taxis rule the streets!\n\n----------------------------------------\nFEATURES\n----------------------------------------\n\n- Smooth and intuitive touch and drag controls\n\n- Rich gameplay: two-ways streets; proper u-turns; wrap-around routes; emergency brakes; sophisticated bonus system; accident insurance\n\n- 6 beautiful maps, each offering its own challenges:\n* Downtown - the original urban grid\n* Metrotown - the suburban district, complete with train\n* The Maze - twisting roads and lanes to get lost in\n* Harborside - escape to the country on the ferry\n* Springfield - small town, nuclear power plant - for now it\'s just smoking\u2026\n* Townsend - a river, a ferry, and a bus - what more do you need?\n\n- 4 great game modes allow for different styles of play and difficulty:\n* Rookie - for those who like to kick back and relax\n* Classic - the original Fare City in all its glory\n* Time Trial - a race against the clock to collect those fares before time runs out\n* Crazy Cabs - an awesome new game that is simple to play but lives up to its name!\n\n- 3 game speeds\n\n- Game Center enabled:\n* Online leaderboards\n* Unlockable achievements\n\n- Great jazzy style and soundtrack\n\n----------------------------------------\nREVIEWS\n----------------------------------------\n\nAppversity.com 5 stars EDITORS CHOICE\n""The game looks beautiful and runs just as smooth""\n\nAppVee.com: 5 stars\n""If you enjoy line drawing games, this is by far my most favorite ... Check it out""\n\nTUAW\'s Daily App\n""excellent little line drawing game""\n\nTouchReviews.net: 5 stars\n""A terrific, fast and entertaining game""",Finkly Interactive,4+,EN,35438592,Games,"Games, Strategy, Family",17/09/2009,11/01/2016
-https://apps.apple.com/us/app/cartoon-wars-lite/id330511928,330511928,Cartoon Wars Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/9c/c4/1f/9cc41f77-ace4-1121-ede6-3789d8d3e856/source/512x512bb.jpg,4,148144,0,,"""Cartoon Wars is an arcade war game which combines the formulas of defense and real-time strategy games.\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nSCENARIO\n\nTwo tribes existed in the Cartoon World; the vicious, Color Tribe and the slaves, Black and White Cartoon Tribe.\nFor generations, the Color Tribe were treated as properties and forced to work under a slavery system.\nFortunately...good existed amongst the evil Black and White Cartoon Tribe.\nThey gathered and began a revolt to free the slaves.\n\nThe inevitable war begins...become the hero of the Black and White Cartoon and set them free.\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nFEATURES \n\nALL OUT ACTION STICK FIGURE GAME\nProduce your unit, aim your bow and destroy the enemy's castle\n\nUPGRADE AND CUSTOMIZE YOUR TROOPS\n30 types of units and 16 different upgrades for units, castle, bow and productivity items\n\nCOMPETE AGAINST MILITANTS FROM AROUND THE WORLD\nKeep track of your ranking and see how you compare against the rest of world\n\nSTRATEGIZE PERFECTLY COORDINATED ATTACKS\nDetermine the dispatchment of your troops and help them to become veteran units\n\nUNLIMITED NUMBER OF STAGES\nPlay through an infinite number of stages slaughtering endless number of enemies\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nOTHER GAMEVIL GAMES \n\nAir Penguin\nBaseball Superstars\xae 2010 HD \nBaseball Superstars\xae II\nBoom It Up! \nChalk n' Talk\nHYBRID: Eternal Whisper \nHYBRID 2: Saga of Nostalgia \nILLUSIA \nKAMI RETRO\nKAMI RETRO HD\nNOM: Billion Year Timequest \nSoccer Superstars\xae 2011 Pro\nVANQUISH: The Oath of Brothers \nZENONIA\xae 3\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nNEWS & EVENTS \n\nWebsite http://www.gamevil.com \nFacebook http://facebook.com/gamevil \nTwitter http://twitter.com/gamevil \nYouTube http://youtube.com/gamevil""",BLUE,12+,EN,12429966,Games,"Games, Adventure, Strategy",18/09/2009,9/07/2011
-https://apps.apple.com/us/app/bloons-td/id331271904,331271904,Bloons TD,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/2e/c8/3b/2ec83bc7-14ec-5112-b0c7-18f6f47b5f12/source/512x512bb.jpg,4,7950,2.99,,"Play the classic Bloons TD mobile version that started one of the most popular strategy game franchises ever!\n\nAchieve total Bloon popping satisfaction in this signature monkey-infused tower defense game. With an army of dart monkeys and a multitude of towers and weapons at your disposal can you pop all the bloons before they escape? \n\nBloons\xae TD for iPhone / iPod touch features all of your favorite towers and upgrades, including the almighty Super Monkey.\n\nCan you battle your way through 50 challenging levels over 15 exciting tracks and unlock all the gold medals to become the TD master?\n\nFeatures:\n\n* All of the Bloons\xae TD favorites including dart monkeys, tack towers, blade shooters, bomb cannons and super monkeys.\n\n* 5 differently themed map packs with 6 classic online levels and 9 brand new exclusive iPhone tracks!\n\n* 3 difficulty levels on each track with bronze, silver and gold medals to unlock.\n\n* Continue with the madness in freeplay mode once you have mastered a track.\n\n* Intuitive touch interface with two different control systems.\n\n*Updated control system making selection of towers easier. Spikes, Pineapples and Glue can now be placed quickly by dragging a set on and tapping anywhere on the path to continue placing.\n\nIf you want the latest and greatest version of Bloons TD, including co-op multiplayer, check out Bloons TD 5!",Ninja Kiwi,4+,EN,8432232,Games,"Games, Strategy, Casual",3/10/2009,29/11/2012
-https://apps.apple.com/us/app/ipickmega/id331513453,331513453,IpickMega,,https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/be/04/99/be049946-5e6f-beb2-bcad-5926b2a44e87/source/512x512bb.jpg,,,0.99,,"IpickMega delivers four separate random numbers generators\nin one application package for these lottery games:\n\n1. Pick 3 - generates 3 numbers from 3 separate pools 0-9\n\n2. Pick 4 - generates 4 numbers from 4 separate pools 0-9\n\n3. PowerBall - generates 5 different numbers from a pool of 69 numbers and one red number from a pool of 26 numbers.\n\n4. MegaMillions - generates 5 different numbers from a pool of 75 numbers and one red number from a pool of 15 numbers.\n\nEach generator has own database where generated numbers can be saved, retrieved and deleted.\n\nApplication provides About pages with some details how to play, where to play, prizes and odd and how to play responsibly.\n\nHave fun, good luck with your numbers from IpickMega.","Avruk, LLC",4+,EN,1612800,Entertainment,"Entertainment, Casino, Games, Strategy",23/09/2009,16/02/2017
-https://apps.apple.com/us/app/igowin-tutor/id331538702,331538702,Igowin Tutor,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/d1/43/09/d14309f3-6c83-c6be-47e3-dd11566cf5db/source/512x512bb.jpg,3.5,517,0,,"Play the ancient strategy game of Go on your iPhone or iPod touch! Igowin Tutor includes a complete, easy to use tutorial that will teach new players the basics of the game. Play real games in minutes! The rules are simple but the subtleties of play can be studied over a lifetime. If you\u2019ve never played or need a review, Igowin Tutor is the perfect computer opponent. Try it for free! \n\nThe program adjusts to your strength as you learn the game and tracks your progress. It has a realistic board and sound.\n\nIgowin Tutor contains the Go engine from The Many Faces of Go, three time World Computer Go champion, also found in Igowin. When you become strong enough to master the Tutor, come back to the App Store to purchase the full Igowin app. Igowin will adjust its playing strength automatically to give new players or experts a challenging game.",Smart Games,4+,EN,22585344,Games,"Games, Strategy, Board",23/09/2009,22/03/2014
-https://apps.apple.com/us/app/millionaire-tycoon/id332424440,332424440,MILLIONAIRE TYCOON\u2122,,https://is5-ssl.mzstatic.com/image/thumb/Purple41/v4/f5/16/c9/f516c9df-b4dd-b006-56ff-9592afe5f840/source/512x512bb.jpg,3.5,4049,0.99,"0.99, 0.99","""\u2022\u2022\u2022 #1 ITUNES BOARD GAME \u2022\u2022\u2022\n\u2022\u2022\u2022 IN 3 COUNTRIES & TOP 10 \u2022\u2022\u2022\n+ BOARD GAME IN UK, Singapore, Australia, \n+ China, Mexico, Belgium, Turkey, \n+ Hong Kong, New Zealand, Taiwan, \n+ Thailand, Sweden, Norway, & 7 more.\n\n\n$$$$$$$$$$$$$$$$$$$$$$\nFROM TODAY ONLY 99c SUPER SALE - 82% OFF\nWAS US $5.99 \n$$$$$$$$$$$$$$$$$$$$$$\n\n\nThe Real Estate Trading Game Designed Just for iPod & iPhone.\n\n\nDo you dream about getting rich? Practice first on your iPod or iPhone! \n\n\nStart with a limited budget and be on your way to build a million dollar empire. A Monopoly style game unlike anything you've EVER experienced on your iPod/iPhone. Buy and sell property, trade on the stock market, purchase vehicles, attend game shows, construct skyscrapers, and challenge your friends!\n\n\nThis game is designed to be more addictive and fun than ANY traditional real estate board game you might be used to!\n\n\nWARNING: This game is very challenging, and difficulty increases dramatically with each level. This is by design, and there will be no way to turn down difficulty. The AI has the same resources as you; it doesn't get any special treatments or handicaps. The AI is designed to simulate real players so that you can practice for your multiplayer challenge.\n\n\nDYNAMIC\n- Richer gameplay than Monopoly.\n- Use items to upgrade your properties, or destroy opponents.\n- Place traps, block roads, steal from other players.\n- Fun minigames to show your skill.\n- Build a variety of structures with many upgrades.\n- Monopolize entire streets to deal ultimate rent.\n- Trade on the stock exchange.\n- Purchase vehicles.\n\n\nCOMPETE\n- Up to 6 player multiplayer\n- Intelligent AI\n- Challenging Campaign\n- Quick Skirmish Mode\n\n\nBEAUTIFUL\n- Visit 4 unique cities and their streets. \n- San Francisco\n- Paris\n- Melbourne\n- Hong Kong\n- High quality scores to go with each level\n\n\nDESIGNED FOR IPOD & IPHONE\n- Smooth touch control \n- Shake the Dice\n- Tilt MiniGames\n\n\nUPDATES\n- More levels, more items, more challenges\n\n\nNOW AVAILABLE\n- Massive expansion pack with New mini-games and new cities: New York, Dubai, Singapore, Beijing, Kyoto, London!\n\n\nIf you like games such as Monopoly, Game of Life, Civilization, or Sim City. \nIf you love TV shows like The Apprentice or The Amazing Race. \nYou will LOVE Millionaire Tycoon!\n\n\nEXCLUSIVE TO IPOD and IPHONE.\n\n\nmore games and apps:\nhttp://www.savysoda.com\n\n\nNOTE: To unlock levels you must play in CAMPAIGN MODE.""",Savy Soda,4+,"ZH, EN, FR, IT, JA, KO, PT, RU",49016832,Games,"Games, Board, Business, Strategy",28/09/2009,17/11/2015
-https://apps.apple.com/us/app/tic-tac-toe-3-in-a-row/id333178201,333178201,Tic Tac Toe 3-in-a-row,A two player game for all ages,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/61/a3/b5/61a3b562-214e-a438-12ef-5810cc5e9d93/source/512x512bb.jpg,3,345,0,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","""The classic tic tac toe game with a fresh new look that goes beyond X's and O's. Select from a variety of alternate playing icons. Game play is simple and easy first player to get 3 in a row wins. Apple watch interface for playing on the go. \n\nFeatures:\n* Two player gameplay\n* Change which player gets the first move\n* Selectable player icons\n* Wins tracker\n* Easy to play \n* Quick loading\n* Apple Watch compatible \n* Game play in notifications panel \n\nDownload today and play on any device.""",Courtney & Company,4+,EN,5614592,Games,"Games, Board, Strategy, Entertainment",1/10/2009,18/04/2018
-https://apps.apple.com/us/app/chain-rxn-free/id333208117,333208117,Chain Rxn Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/94/8b/ce/948bceef-e209-b667-88ed-0595bdfb6df5/source/512x512bb.jpg,3.5,7499,0,,"""Chain Rxn is finally available for the iPhone and iPod Touch!\n\nChain Rxn is a simple but addictive game where you try to create the longest chain of explosions with just one tap!\n\nTouch the iPhone screen to start an explosion that causes a chain reaction when it comes into contact with other balls.\n\nThere are 12 levels to complete. \n8 million users and 300,000 fans on Facebook can't be wrong!\n\nPlay Chain Rxn online at:\nhttp://chainrxn.zwigglers.com""",Zwigglers Mobile,4+,EN,1978912,Games,"Games, Strategy",10/11/2009,27/08/2010
-https://apps.apple.com/us/app/trump-it/id333277750,333277750,Trump It,Fun Top Trumps Card Game,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/f2/06/d3/f206d384-7757-ca2f-d619-52e2884add29/source/512x512bb.jpg,1.5,18,0,,"Trump It is played with a pack of 32 cards, the aim of the game is to trump your opponent by getting the top trump and take all his cards. The cards have categories featuring data about classic computers, compete against your opponent by selecting the best category from the following categories:\n\nRelease Date, \nCoolness,\nCPU,\nRam,\nHard Disk Size,\nCost New.\n\nThe release date category wins (Trumps) when it is the oldest, all other categories win (Trumps) when they are the highest value.\n\nThe player with the winning value (The Top Trump) for the category selected wins the 2 cards and places them at the bottom off their pile of cards. In the event of a draw both the cards of the player and opponent are added into the draw-pot. The winner of the next round wins all of the cards in the draw-pot as well as the top card from each player. \n\nThe following games are available to play:\n\nOne Player - The player plays against the computer, winning when he trumps the computer and takes all the cards.\n\nTwo Player - Two people play passing the device between each other. The winner must take all the other players cards.\n\nPoints Game - The Player plays against the computer and is awarded points for winning dependent on the category selected. Points are displayed in the red circles next to each category button. The higher the chance of winning the lower the points. To get a high score you must risk gambling on a category with a small chance of winning. Try playing for a draw as both players points are added into a draw-pot, whoever wins the next hand is awarded all the points in the draw-pot. Winning 5 consecutive hands will result in the points available being doubled (the points in the red circle are doubled). Losing a hand will return all points values back to their original values. The game ends when all the computers cards have been taken.\n\nThe pack of Cards can be viewed Via the View Cards Menu option.\n\nIf you have any problems please contact us at:\nsupport@addedentertainment.com",Added Entertainment Ltd,4+,EN,75976704,Entertainment,"Entertainment, Card, Games, Strategy",19/11/2009,28/11/2018
-https://apps.apple.com/us/app/titanic-rescue/id333279031,333279031,Titanic Rescue,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/dc/8d/77/dc8d7746-5309-71b8-a90c-65444d8dcbf5/source/512x512bb.jpg,3,38008,0.99,,"SOS! Take part of a hilarious MARINE RESCUE OPERATION as you FLING crazy cartoon gentlemen out of the cabins aboard the sinking ship.\n\nSlide forth empty vessels below to safely catch the passengers, but make sure they don\'t bounce off an edge, a pile of sacks, a boat full of jazz musicians or any other crazy obstacle that might come floating.\n\nDo you have what it takes to stop those bubble-headed buggers from plunging into the sea?\n\nCome join the rescue squad in TITANIC RESCUE!\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nFeatured by APPLE, Oct 2009, as:\n\n- ""New and Noteworthy""\n- ""Hot New Games""\n\n* * * * * * * * * * * * * * * * * * * * * * * *\n\nEnjoy another Donut Games release!",Donut Games,4+,EN,7494656,Games,"Games, Family, Strategy",7/10/2009,19/07/2017
-https://apps.apple.com/us/app/ninja-td-lite/id333453221,333453221,Ninja TD Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple114/v4/28/63/0f/28630ff9-320c-9664-cea8-c78f7bcfccdf/source/512x512bb.jpg,3.5,3650,0,,"Ninja TD Lite is a Defense game. \nThere are five types of ninja and five types of ninja magic\nyou can use. \n\nNINJA:\n-Green Ninja: Inflict medium damage at medium range.\n-Purple Ninja: Slow the enemy but do little damage.\n-Blue Ninja: Special attack causes collateral damage to \n nearby enemies.\n-Red Ninja: Red ninjas will attack all enemies along its \n route.\n-Yellow Ninja: Yellow ninjas collect coins from dead enemies \n within range. Grade 3 ninjas can collect magic \n coins from enemy killed by other ninjas.\n\nNINJA MAGIC:\n-Green Ninja Magic: Whirls the enemy back to the beginning.\n-Purple Ninja Magic: This thunderbolt numbs enemies \n causing them to stop momentarily.\n-Blue Ninja Magic: Reveals the location of invisible enemies.\n-Red Ninja Magic: Bomb Ninjas explode at designated \n areas hurting nearby enemies.\n-Yellow Ninja Magic:Collects extra gold from nearby dead \n enemies.\n\nIn full version, there are 30 stages in five villages you can \nchallenge!!",Crazy Carpenter,4+,EN,16141677,Games,"Games, Strategy, Action",9/10/2009,17/03/2010
-https://apps.apple.com/us/app/naval-fight/id334183810,334183810,Naval Fight,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/36/32/d5/3632d537-4bbe-f0af-2788-4262880f3a4c/source/512x512bb.jpg,2.5,1604,0,,"""Naval Fight is a battleship game where you attempt to sink your opponent's ships. \n* OpenFeint & GameCenter Achievements *\n* Bluetooth Multiplayer *\n\nYou must view stats and tap on a GameCenter icon for Achievements or Leaderboard in order to submit report them to Apple. \n* Internet Connection required\n\nComing Soon\n- Improvements to make multiplayer more robust \n- Turn-based multiplayer over internet \n- Improved Graphics""",Steve Tranby,4+,,7075285,Games,"Games, Board, Strategy, Entertainment",14/10/2009,18/12/2010
-https://apps.apple.com/us/app/millionaire-tycoon-free-realestate-trading-strategy/id334187594,334187594,MILLIONAIRE TYCOON\u2122 : Free Realestate Trading Strategy Board Game,,https://is2-ssl.mzstatic.com/image/thumb/Purple18/v4/13/9b/6b/139b6b05-5864-6d18-3476-904e2aad0439/source/512x512bb.jpg,3,17680,0,,"""The Real Estate Trading Game Designed Just for iPod & iPhone.\n\n\nDo you dream about getting rich? Practice first on your iPod or iPhone! \n\n\nStart with a limited budget and be on your way to build a million dollar empire. A Monopoly style game unlike anything you've EVER experienced on your iPod/iPhone. Buy and sell property, trade on the stock market, purchase vehicles, attend game shows, construct skyscrapers, and challenge your friends!\n\n\nThis game is designed to be more addictive and fun than ANY traditional real estate board game you might be used to!\n\n\nDYNAMIC\n- Richer gameplay than Monopoly.\n- Use items to upgrade your properties, or destroy opponents.\n- Place traps, block roads, steal from other players.\n- Fun minigames to show your skill.\n- Build a variety of structures with many upgrades.\n- Monopolize entire streets to deal ultimate rent.\n- Trade on the stock exchange.\n- Purchase vehicles.\n\n\nCOMPETE\n- Up to 6 player multiplayer\n- Intelligent AI\n- Challenging Campaign\n- Quick Skirmish Mode\n\n\nBEAUTIFUL\n- Visit 4 unique cities and their streets. \n- San Francisco\n- Paris\n- Melbourne\n- Hong Kong\n- High quality scores to go with each level\n\n\nDESIGNED FOR IPOD & IPHONE\n- Smooth touch control \n- Shake the Dice\n- Tilt MiniGames\n\n\nUPDATES\n- More levels, more items, more challenges\n\n\nIf you like games such as Monopoly, Game of Life, Civilization, or Sim City. \nIf you love TV shows like The Apprentice or The Amazing Race. \nYou will LOVE Millionaire Tycoon!\n\n\nEXCLUSIVE TO IPOD and IPHONE.\n\n\ndetails:\nhttp://www.savysoda.com/MillionaireTycoon""",Savy Soda,4+,"ZH, EN, FR, IT, JA, KO, PT, RU",52412416,Games,"Games, Entertainment, Strategy, Board",24/11/2009,8/07/2016
-https://apps.apple.com/us/app/chicken-chess/id334436243,334436243,Chicken Chess,A fast variation of Chess,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/05/a3/60/05a3606f-ad04-3804-c3d4-fc00e2091734/source/512x512bb.jpg,3.5,7,0,,Chicken Chess is based on a fast and exciting version of chess known as Reverse or Anti-Chess. The rules and movements of pieces are identical to those in conventional chess but with an added twist \u2013 it is mandatory to capture an opponent piece during a move if possible. The winner is the player who gets all their pieces captured first or is unable to move during their turn (i.e. conditions of stalemate).\n\nThe average game lasts around 10 minutes and you\u2019ll be surprised how quickly the advantage moves from one player to the other. Be careful \u2013 one false move and the whole game can slip away from you before you even realize it. Remember \u2013 pieces that are useful in conventional chess may not be so in this version and vice versa.\n\nGo ahead and discover the unique strategies of Chicken Chess!,Vaibhav Electronics Pvt Ltd,4+,EN,9431040,Games,"Games, Strategy, Board, Entertainment",30/10/2009,5/11/2018
-https://apps.apple.com/us/app/earth-alliance-earth-defense/id334546669,334546669,Earth Alliance: Earth Defense,Save the galaxy from invaders,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/f2/97/e5/f297e5ad-bf1d-53ad-957a-88f2c97fb592/source/512x512bb.jpg,,,0,0.99,"""Take command of the E.A.S. Excalibur to explore the galaxy and defend Earth Space from the invading alien forces of the Cezien Empire.\n\nFor centuries, man has stared at the stars and wondered if anyone else was out there... Now we know.\n\nHumankind's first experience with an alien species isn't going too well. The aliens want nothing, but to completely wipe us out.\n\n--\n\nThe question of humanity\u2019s solidarity in the universe has finally been answered. Late in the twenty-third century an exploration ship traveled further in to the galaxy then any human has ever been. The ship was destroyed and all hands aboard were lost. The ship\u2019s destroyer was a patrol ship of the Cezien Empire.\n\nFollowing the exploration ship\u2019s destruction, the Cezien Empire launched a full scale invasion of the Earth Alliance space. With requests for peace talks completely ignored, Earth Alliance was left with no choice but to fight back.""",Nebula Softworlds,9+,EN,67878912,Games,"Games, Entertainment, Strategy, Simulation",31/10/2009,21/08/2017
-https://apps.apple.com/us/app/gypsy-cards/id334616790,334616790,Gypsy Cards,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/9c/d1/44/9cd1445a-ded0-3748-13fa-a88840c678c3/source/512x512bb.jpg,3,166,0,,"""It's a WAR! Defeat the machine by winning at least 2 of 3 duels.\nIf solitaire games ceased to be a challenge for you, try this version of Briscas!\n\nNever played Briscas before? No problem, the game has a 'Learn' button, that, when activated, will explain the reason you lose or win on each move and offers a few tips.\n\nThis interesting game is a version of Briscas, a trick-taking card game from italian origins, but this version refers mostly to the Spanish pack.\n\nGypsy Cards is an updated version of the original 1994 game released on the internet, featuring medieval themes, the 'learn-while-you-play' mode and visual cues to help introduce new gamers to this exciting card game.\n\n============= FEATURING ==============\n * 3D gameplay\n * You vs. 'The Machine' mode\n * Match is based on 3 duels.\n * Learn-While-You-Play\n * English/Spanish languages\n * Instructions on How to Play\n\nGive it a try! Its FREE!\n\nVisit our YouTube Channel at; http://youtube.com/TheGypsycards\nWe explain some of the game features.\n\nBecome a fan of Gypsy Cards on Facebook and participate in our weekly give-a-way. A real-life, genuine Briscas card deck is the prize!\nhttp://www.facebook.com/pages/Gypsy-Cards/159398769742\n\nVisit Gypsy-Cards.com for more info.""",Evermagica,9+,EN,16702740,Games,"Games, Entertainment, Card, Strategy",15/10/2009,18/08/2010
-https://apps.apple.com/us/app/missile-pod-launcher/id334828574,334828574,Missile Pod Launcher,,https://is2-ssl.mzstatic.com/image/thumb/Purple49/v4/9c/79/02/9c790253-98b3-285e-29d7-12d726820a96/source/512x512bb.jpg,2,868,0,,"""*** For entertainment purpose only! ***\n\nFire virtual rocket missiles with your device and defeat the enemy. Fun for recon firefight games between friends or whether you're just looking to pass the time in line and want to have fun with your device.\n\nGet a few friends together each with their own missile launcher and see who wins the epic battle!""",Belprog Belprog,12+,EN,15370240,Entertainment,"Entertainment, Games, Strategy, Casual",22/10/2009,16/04/2016
-https://apps.apple.com/us/app/stone-wars/id335019557,335019557,Stone Wars,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/ab/76/06/ab760614-31d3-526b-e60a-fbeaf178af30/source/512x512bb.jpg,3.5,10785,0,1.99,"Long long time ago in the Stone Age, the only way to survive is to fight with other tribes for the limited land and resources. You have to master your weapons and win the epic battles to secure your leadership among the tribes!\n\nStone Wars is a turned-based strategy game with a twist. It offers a unique gaming experience that combines strategy, platform elements and puzzle solving all-in-one. \n\nFeatures:\n- Many different game modes to suit everyone.\n- Arcade mode: turn-based missions with challenging objectives.\n- vs Mode (Internet): play with people over the Internet.\n- vs Mode (WIFI/Bluetooth): play with your friend over WIFI network or Bluetooth.\n- vs Mode (1P vs CPU): have fun with an computer controlled team.\n- vs Mode (1P vs 2P): play with your friends on the same device.\n- Training mode: physics puzzles with 5 different weapons. Each weapon has its set of puzzle levels.\n- Realistic physics (powered by Box2D).\n- 3D pre-rendered fluid character animations.\n- Beautiful original soundtracks.\n- Game Center leaderboards and achievements.",EpicForce Entertainment Ltd.,12+,"EN, FR, DE, JA, ES",52757132,Games,"Games, Action, Entertainment, Strategy",10/12/2009,2/11/2012
-https://apps.apple.com/us/app/catan-classic/id335029050,335029050,Catan Classic,"Trade, Build, Settle",https://is3-ssl.mzstatic.com/image/thumb/Purple114/v4/60/11/71/6011719d-5a6d-5685-d5c1-23c6b9ffb517/source/512x512bb.jpg,4,17440,4.99,"4.99, 9.99, 4.99, 1.99, 1.99","""Catan"", the legendary strategy game provides gaming fun anytime, anywhere.\n\nTrue to the original game, you can compete with up to four players for the most settlements, the longest roads and the largest army. You can trade with each other and claim the precious land with all its resources.\n\nThe game allows you to challenge other Catan fans online via cross-platform multiplayer to prove your strategy skills or play against the AI:\nVarious computer opponents, each with their own individual characteristics, will prove themselves worthy competitors: the pirate Jean, who knows no compromise, Vincent the merchant, who never allows himself to be cheated, Sean the knight, who takes what is rightfully his...\n\nThe popular Catan expansions ""Seafarers"", ""Cities and Knights"" and two new special scenarios are available as In-App purchases.\n\nThe complete Seafarers expansion includes more than 10 additional scenarios with an extensive campaign. Become Harbormaster, discover new islands and extra game elements like ships, gold fields, treasures and pirates. Ahoy!\n\nThe Cities and Knights expansion introduces various new gameplay mechanics that add even more variety to Catan. Invest new trade goods in city improvements to build one of the three metropolises of Catan \u2013 but beware of the barbarians attracted by Catan\u2019s new wealth! You\u2019ll need your best knights to fend them off! C&K contains a short campaign and 7 challenging maps.\n\nExciting adventures await you in the two new scenarios ""Enchanted Land"" and ""The Great Canal"". Vanquish dragons and bag their treasures or build a canal to help barren grain fields bloom once more.\n\nFeatures:\n\n- Available languages: English, German, French, Dutch, Spanish, Portuguese, Japanese\n- Original ""Settlers of Catan"" rule set\n- Update 4.0+: Synchronous online multiplayer games\n- Smart computer opponents with individual strategies\n- Scrollable game board including zoom option \n- Freely combinable game settings \n- Game statistics\n- Comprehensive tutorial\n- Seafarers LITE: New scenario ""The 4 Islands"" and two additional game variants\n- Cities and Knights LITE: Test the new expansion in the scenario \u201cThe first Island\u201d\n- 3 different graphic sets to choose from\n\n\n***** \nCatan FAQ: \n\nQuestion: An expansion seems gone after an update or reinstallation of Catan or after restoring the device? \nAnswer: Don\u2019t worry! Your initial purchase is already saved in your iTunes account. You can restore your InApp purchases by selecting the restore-option in the Catan IAP menu. \n\nQuestion: I lost my campaign progress after reinstalling, updating or restoring my device. Is there any way to restore it? \nAnswer: When saved games can\u2019t be automatically restored, we\u2019ve integrated a cheat code: In the campaign mode go to select player and enter \u201eCatanWarp*\u201c (* = 1\u201315) as your player name and confirm. Exit the game via the home button and restart it. The campaign can now be continued from the specified level number (1\u201315). Levels up to the specified number will be unlocked in the custom game mode as well. \n\nQuestion: Are dice rolls really random? \nAnswer: Of course! All dice rolls are 100% random and not modified in any way. We\u2019re avid Catan players ourselves. We\u2019ve played the iOS version hundreds of times while developing the program. There have been times when we won and lost a few games in a row because of the dice - just like when playing the board game! \n\n*****\nQuestions or suggestions for improvements: \nMail to ios@usm.de \nWe are looking forward to your feedback! \n\nFor more information on news and updates: www.usmgames.com \nor visit us on www.facebook.com/UnitedSoftMedia and twitter.com/USM_News \n\n*****",USM,4+,"NL, EN, FR, DE, PT, ES",888494080,Games,"Games, Board, Strategy, Entertainment",25/10/2009,11/01/2019
-https://apps.apple.com/us/app/solve-sudoku-free/id335049342,335049342,Solve Sudoku FREE,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/b9/c2/55/b9c2551a-ae37-2c40-9ac4-ab5859e73e7a/source/512x512bb.jpg,2.5,234,0,,"""Now you can solve the toughest sudoku puzzles instantly on your iPhone and iPod touch for FREE!\n\nDo you enjoy playing those challenging sudoku puzzles you find online and in our daily newspapers, but after you've given it your best and still can't find the solution don't you wish you had a little help? \n\nSolve Sudoku is FAST and EASY to use, just enter the sudoku puzzle values into the grid and press solve! That's it... within seconds the solution is presented to you! \n\nGreat application for kids, the family, students, puzzle and game enthusiasts everywhere!""",Procypher Software Co.,4+,EN,1098368,Games,"Games, Puzzle, Strategy",5/11/2009,4/12/2009
-https://apps.apple.com/us/app/towermadness-zero/id335249553,335249553,TowerMadness Zero,Classic Defense Strategy,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/19/c4/a0/19c4a07a-00c6-b776-8000-86021f4b3df2/source/512x512bb.jpg,4,95466,0,"1.99, 1.99, 1.99, 2.99, 1.99, 1.99, 1.99, 1.99, 1.99, 5.99","""Addictive, time-sucking fun. There are plenty of tower defense strategy games out there, but TowerMadness brings the genre to a new level.""\n- Brian X Chen, Wired\n\n""If you\u2019re a fan of Tower Defense games, do yourself a huge favor and check out TowerMadness.""\n- Jon Phillips, MacLife\n\n""It would be madness to miss this game...it comes highly recommended.""\n- Spanner Spencer, PocketGamer\n\nTowerMadness is the original hit game from the makers of Zombie Gunship and Nuts! Evil aliens are coming to turn your beloved sheep into intergalactic scarves! Protect the flock using only quick thinking and the arsenal of upgradeable weaponry at your disposal. \n\nTowerMadness Zero is a FULLY FEATURED, ad-supported version of TowerMadness. Prefer to play without ads? Download the paid version or upgrade from within the game!\n \n\u2022 WINNER, Best App Ever Awards, Best Strategy Game\n\u2022 FINALIST, Pocket Gamer Awards, Best Strategy/Simulation Game\n\u2022 A Wired Favorite iPhone App\n\u2022 A MacLife App of the Year \n\u2022 Gizmodo Top 10 Free App of the Week!\n\nA UNIQUE 3D TOWER DEFENSE EXPERIENCE\nPlay from an aerial view or zoom down to first person and get close to the action.\n\nLOTS OF LEVELS\nOver 100 maps in diverse environments (35 available as expansion map packs). \n\nALIENS!\nThink fast to defeat the 17 different types of alien enemies intent on stealing your sheep.\n\nGUNS, LOTS OF GUNS\nOver 60 diverse weapons and upgrades.\n\nENDLESS FUN\nEndless mode lets you see how many waves you can withstand.\n\nCOMPETITION\nGlobal leaderboards, Game Center achievements, and Friend Scores so you can compare scores with your friends and the millions of players worldwide.\n\nLET\u2019S SEE THAT AGAIN!\nReplays let you learn new strategies or share your games with the world through Twitter, Facebook, or email.\n\niPad owners, check out ""TowerMadness HD"" for the Pocket Gamer Readers\' Choice iPad Game of the Year Award winning version of this game.\n\nSearch for our other award-winning games: Zombie Gunship and Nuts!",Limbic Software,9+,"EN, DE",58547200,Games,"Games, Puzzle, Strategy",25/10/2009,5/03/2018
-https://apps.apple.com/us/app/vikings-free/id335498819,335498819,Vikings\u2122 Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/a9/09/eb/a909ebef-9241-4e45-fd71-e3767ddc7050/source/512x512bb.jpg,2.5,295,0,,"Vikings\u2122 and Kingdoms\u2122 of Germany\u2122 are BOTH included in the special FREE edition.\n\nUnmatched depth of play:\n\n* 2 huge scrolling maps (England w/surrounding areas AND Germany)\n* Nearly 200 territories on each map\n* Different terrain types\n* Multiple zoom levels\n* Pop-up, quick navigation mini-map\n* Build and manage multiple armies from 7 different troop types\n* Multiple types of troop ""orders""\n* Food management (Crops, transfers, stockpiles, marketplace)\n* Land management (Iron, Gold, and Silver mining)\n* Resource management (treasury, taxes, timber, stone)\n* Build and command flotillas\n* Create castles and strongholds\n* Buy and attack with catapults\n* 7 AI opponents\n* Population models with ""morale""\n* Built-in context help and a tutorial\n* Manual save and resume\n* Adjustable difficulty\n* Adjustable number of territories needed to win\n* Reported bugs fixed\n\nSo much game play, all in the palm of your hand!\n\nReviews from the original Vikings...\n\n""... Quality strategy war game that is well worth looting and pillaging to get."" - Computer Gaming World, July \'92\n\n""... Vikings\u2122 has some kind of magical addictive ingredient... GREAT GAME!"" - Amiga Power\n\n""... a challenging strategy game, ideal for those who would be King."" - Computer Gaming World, Sept. \'92\n\n""... excellent strategy game that should appeal to strategists of all levels of experience."" - Amazing Computing, Nov. \'92\n\n""Depth of play places this game at the top of the strategy market... HIGHLY recommended."" - Buried Treasure, May/June \'92\n\n""REAL WINNER! ... superb gameplay."" - Chicago Tribune, Sept. \'92\n\n""... Unlike so many of the lackluster wargames out there, Vikings\u2122 has a difference - It\'s actually good."" - Computer Trading Watch, June, \'92\n\n""... The intuitive control system is so straightforward that you can get hooked immediately... addictive and highly enjoyable."" ""Screenstar"" - CU Amiga\n\nGet Vikings\u2122 today, and test your mettle!","Entertaining Games, Inc.",9+,EN,5336201,Games,"Games, Entertainment, Strategy, Role Playing",1/02/2010,1/02/2010
-https://apps.apple.com/us/app/galaxy-trek/id335523128,335523128,Galaxy Trek,,https://is5-ssl.mzstatic.com/image/thumb/Purple5/v4/85/81/88/858188e6-c856-7292-ff37-b39aa24615bb/source/512x512bb.jpg,4,178,0.99,,"Also check out Galaxy Trek for iPad - now available in the App Store. The galaxy is being overrun by an invading horde of enemies know as Swarmers. The swarmers are fast and ferocious and attacks in swarms, hence their name. The swarmers have decimated the entire fleet of warships leaving the inhabited planets and remaining spaces stations defenseless. \n\nHaving been on an extensive intelligence mission, your ship is the last of the fleet. You have been ordered back to defend what is left and drive the swarmers back. \n\nYour ship, the first of its kind, is faster and more powerful that those in the destroyed fleet and so you stand a chance of victory if you can master the swarmer\'s tactics. You ship is equipped with three weapons; a laser bank, torpedos and the ""Extirpator"" and a protective energy shield. Fully automated, you ship is ready for battle. It\'s up to you to save the galaxy.\n\nTo successfully complete you mission you must destroy all swarmers and protect at least two (2) space stations and two (2) planets from destruction without yourself being destroyed. Your ship is destroyed if the energy level or life support levels reach zero. \n\n-----------------------------------------\n\nGalaxy Trek is a turn-based strategy game, similar in concept to the old mainframe trek game. The galaxy is broken into 64 quadrants arranged in an 8x8 grid. Each quadrant is broken down into 64 sectors arranged in an 8x8 grid. You maneuver your ship across the galaxy, destroying swarmers before they can destroy inhabited planets and space stations. \n\nThe game is played turn-by-turn. That is, you play your turn in which you can complete a set of actions, then the swarmers have their turn in which their ships will perform a countering set of actions. This continues until one side is victorious.\n\nYou will be ranked on your performance throughout the mission.\n\nFeatures:\n--------------------\n- Three levels of difficulty.\n\n- Your game is saved when you exit so you can pick up where you left off.\n\n- Highest score is kept.\n\n- Can turn on/off features in the Settings console.\n\n- iPod music can play in the background.\n\n- Complete instructions with illustrations are available in the game - no need for a wireless connection to access them. You can also view the full instructions by visiting the website links below.",George Dimidik,4+,EN,9961472,Games,"Games, Strategy, Role Playing",2/11/2009,29/01/2015
-https://apps.apple.com/us/app/king-of-dragon-pass/id335545504,335545504,King of Dragon Pass,Mythic storybook strategy,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/e5/32/59/e53259dc-ccf1-a279-53a8-070e731d63ac/source/512x512bb.jpg,5,960,9.99,,"""Create your own epic saga of conflict, mythology, and community! This acclaimed game of magical storytelling blends interactive stories and resource management. It\u2019s set in Glorantha (the world of RuneQuest, HeroQuest, and 13th Age). \n\nIt\u2019s immensely replayable, thanks to over 575 interactive scenes and two objectives. Short episodes and automatic saving mean you can play even when you only have a minute or two. The built-in saga writes down the story for you. And advisors with distinctive personalities help you track your cows.\n\nThe gorgeous hand-painted artwork won Best Visual Arts at the second Independent Games Festival.\n\n\u2022 Everything in the game is utterly convincing and even years after release, the possibilities seem endless. (One of the 5 best strategy games ever made) [Rock, Paper, Shotgun]\n\u2022 It's like they took the best parts of Civilization games and combined them with the best part of Choose Your Own Adventure style game books. \u2026 What I like most about King of Dragon Pass is the seemingly infinite possibilities that the game has. \u2026\xa0I can't get enough of King of Dragon Pass. [Touch Arcade]\n\u2022 A wholly unique adventure that has no equal on the iPhone. [Pocket Gamer]\n\u2022 An interactive story with a level of complexity and brilliance that's rarely seen in video games. [Gamezebo]\n\nPlayers say:\n\u2022 I am really happy to have found this game. It scratches so many itches: simulator, rpg, adventure book...Great work! I find myself playing it on both my iPad and iPhone. Very addictive!\n\u2022 I got this game at 6pm tonight. It's now 4am, and I've hardly scratched the surface of the depth of this game. \n\u2022 I now have a fun, engaging, thought provoking RPG on my iPhone, an RPG that fits in my purse and that I can play any time I want, not having to have my computer or Xbox 360 near me to do so. \n\u2022 If Bioware remade Civilization they'd be lucky to end up half as good as King of Dragon Pass.\n\u2022 It's impossible to describe the emotional tug you feel when an old and trusted advisor, who you've watched grow from a young upstart, dies of old age. Or when an exploration team disappears into the wilds, never to be heard from again. Or when a cursed clansman, shunned by his peers, sacrifices himself to stop a raid. This game will never leave my iPhone. That's the only accolade possible.\n\nThe game is completely accessible via VoiceOver.\n\nBe sure to check out Six Ages: Ride Like the Wind, the spiritual successor!""","A Sharp, LLC",12+,EN,364954624,Games,"Games, Entertainment, Strategy, Role Playing",14/02/2011,18/10/2018
-https://apps.apple.com/us/app/bad-apples/id335789094,335789094,Bad Apples,,https://is5-ssl.mzstatic.com/image/thumb/Purple6/v4/8f/f4/1d/8ff41de9-2af3-dbb4-5bd5-7cd2b6de173c/source/512x512bb.jpg,3,3284,0,0.99,"Bad Apples is a puzzle game that puts a juicy spin on the popular and classic match-3 genre. Match good fruit, but watch out for bad apples!\n\n\u201cRotten fruit has never tasted so good!\u201d ~AppStruck review\n\nBad Apples includes a never-ending arcade mode with four difficulty levels as well as 100 challenging puzzles. This game will entertain even the pickiest puzzle player! Bad Apples offers hours of strategic gameplay for everyone from puzzle masters to casual gamers.\n\nFeatures:\n\n-Match-3 gameplay with a juicy twist!\n-Colorful characters, both good and evil\n-Unique shake-to-drop iOS mechanics\n-Universal app \u2013 optimized graphics for every iOS device\n-Leaderboards and achievements through OpenFeint and GameCenter",Metaversal Studios,4+,EN,34713600,Games,"Games, Puzzle, Strategy",18/01/2010,20/11/2013
-https://apps.apple.com/us/app/sudoku-scrapbook/id335929820,335929820,Sudoku Scrapbook,,https://is3-ssl.mzstatic.com/image/thumb/Purple127/v4/56/61/e1/5661e114-a056-5768-72be-7584632d8191/source/512x512bb.jpg,4,63,2.99,,"Do you like puzzle games but not numbers? Tickle the right side of your brain playing Sudoku Scrapbook.\n\nMore picture sets than any other Sudoku game for iPhone or iPod Touch, including: the beach, marbles, dice, paper dolls, country flags, animals and more. Super nice graphics and the same great features as our other Sudoku games to make your puzzles fun to play.\n\nEvery picture tells a story.\n\nJoin over 21,000,000 of our fans and download one of our Sudoku games today!\n\nMakers of the Best Sudoku Game of the Year 2008, Sudoku (Free), we offer you the same great features in Sudoku Scrapbook.",Mighty Mighty Good Games,4+,"DA, NL, EN, FI, FR, DE, IT, JA, KO, NB, PL, PT, RU, ZH, ES, SV, ZH",27623424,Games,"Games, Strategy, Puzzle",19/11/2009,30/05/2017
-https://apps.apple.com/us/app/handgun-free/id335941858,335941858,Handgun FREE,,https://is5-ssl.mzstatic.com/image/thumb/Purple49/v4/e9/1d/f5/e91df579-70d3-a433-6dfe-8433a2fd0baf/source/512x512bb.jpg,2,849,0,,"""DOWNLOAD FOR FREE TODAY!\n\nLoad bullets by touching the screen and pull back like pulling a trigger to fire your virtual handgun. Experience the virtual sensation of shooting bullets whether you're hitting soda cans or zombies. \n\nFun for tactical combat training while you pass the time.\n\nPlay now for free while it lasts!""",Belprog Belprog,17+,EN,16375808,Entertainment,"Entertainment, Action, Strategy, Games",30/10/2009,2/04/2016
-https://apps.apple.com/us/app/fare-city-taxi-mania-free/id336106741,336106741,Fare City: Taxi Mania FREE,,https://is2-ssl.mzstatic.com/image/thumb/Purple49/v4/56/0e/24/560e2464-dff2-fdf5-e29c-690a5987c82b/source/512x512bb.jpg,3.5,532,0,,"Fare City is an awesomely addictive game of chaos management. Do you have what it takes to keep your fleet of taxis running smoothly? Are you quick enough to earn those big bonuses? Can you stand the pace when one uninsured accident can ruin your day?\n\nWelcome to Fare City: where the city never sleeps and the taxis rule the streets!\n\n----------------------------------------\nFEATURES\n----------------------------------------\n\n- Smooth and intuitive touch and drag controls\n\n- Rich gameplay: two-ways streets; proper u-turns; wrap-around routes; emergency brakes; sophisticated bonus system; accident insurance\n\n- 2 great game modes allow for different styles of play and difficulty:\n* Rookie - for those who like to kick back and relax\n* Classic - the original Fare City in all its glory\n\n- 3 game speeds\n\n- Game Center enabled\n\n- Great jazzy style and soundtrack\n\n----------------------------------------\nADDITIONAL FEATURES OF THE FULL VERSION\n----------------------------------------\n\n- 5 extra maps, each offering its own challenges:\n* Metrotown - the suburban district, complete with train\n* The Maze - twisting roads and lanes to get lost in\n* Harborside - escape to the country on the ferry\n* Springfield - small town, nuclear power plant - for now it\'s just smoking\u2026\n* Townsend - a river, a ferry, and a bus - what more do you need?\n\n- 2 extra game modes that bring many hours of new game play:\n* Time Trial - a race against the clock to collect those fares before time runs out\n* Crazy Cabs - an awesome new game that is simple to play but lives up to its name!\n\n- Unlockable achievements\n\n----------------------------------------\nREVIEWS FOR FULL VERSION\n----------------------------------------\n\nAppversity.com: 5 stars EDITORS CHOICE\n""The game looks beautiful and runs just as smooth""\n\nAppVee.com: 5 stars\n""If you enjoy line drawing games, this is by far my most favorite ... Check it out""\n\nTUAW\'s Daily App\n""excellent little line drawing game \u2026 just as addictive as Flight Control""\n\nTouchReviews.net: 5 stars\n""A terrific, fast and entertaining game""\n\n148apps.com: 4 stars\n""If you\u2019re looking for a fun taxi twist on the ever-popular Flight Control, be sure to check out Fare City. It\u2019s a very comprehensive game, and a lot of fun to boot""",Finkly Interactive,4+,EN,30134272,Games,"Games, Strategy, Family",30/10/2009,11/01/2016
-https://apps.apple.com/us/app/art-of-war-2-global-confederation/id336302082,336302082,Art Of War 2: Global Confederation,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/a9/0f/aa/a90faa35-03bc-ce77-edac-5a43acbdd258/source/512x512bb.jpg,3,746,0,,"""The year 2038. For 20 years, the Earth has been under the rule of the Global Confederation that united and brought under its control all the countries and continents. The mankind entered a new era. Global territory wars that had been waged for a century subsided. The world economy no longer supported the military machine to be ready for action and turned towards the progress. The new scientific horizons on the Earth and in outer space were open. \n\nBut peace and quite in the Confederation is being increasingly disturbed by the outbreaks of rebellions of those who oppose the Senat's policies. The resistance movement is gaining momentum all over the world. The Senate throws the whole reserve of Condederation's scarce peace-keeping forces to suppress the rebellion.\n\nIn the east of Peru, near the city of Pucallpa, some signs of rebellious activity have been observed. Prior to that moment, South America was the calmest of regions. Your mission is to crush the revolt in Peru and to capture the leader of the rebellion.\n\nYou are charged with a mission on which the future of mankind depends. As a general of Confederation you are to suppress a revolt in Peru.\n\nTo attain the goal you must complete 7 missions of the campaign on diverse terrains from the Amazonian jungle to the mountain ranges of the Andes. The game features a variety of machinery, facilities and upgrades. Each side has unique equipment with its features and fighting qualities and so its own tactics. Dynamism of this game won't leave you bored through the campaign. And if you feel that campaign missions are not enough, there are many additional custom maps as well.\n\nGame features:\n- beautiful modern 3D-rendered graphics;\n- 7 campaign missions in different locations from the Amazonian jungles to the highlands of the Andes;\n- Big variety of units and upgrades;\n- Each party has its own weapons and equipment with special characteristics;\n- Each party has its own battle tactics;\n- High dynamics of game;\n- 15 additional custom missions.\n\n________________________\n Your reviews and starts are very important for us! Thank you very much!""",Gear Games,9+,"EN, RU",12349649,Games,"Games, Strategy, Board",11/11/2009,21/03/2011
-https://apps.apple.com/us/app/orbital-free/id336305171,336305171,Orbital Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/db/07/65/db07651d-e655-a0b1-a8fd-de4e717c04b1/source/512x512bb.jpg,4,3910,0,,"""FREE DIGITAL CRACK!\n\nORBITAL has been designed and developed exclusively for the iPhone and is probably the game with the highest addiction potential. Brilliant graphics and simple 1-thumb-controls guarantee intensive game moments at any time - of which you just can\u2019t get enough. Convince yourself of the simplicity and beauty of the bitforge hit game and check out the free version now.\n\nYou don\u2019t believe it? Read what the critics say:\n\xabThe App Store description calls Orbital 'highly addictive'. What an understatement! Orbital should come with a warning: 'May cause sleeplessness and increased Facebook updates'. I had serious one-more-game syndrome for about three days.\xbb 9/10\n- Barbara Holbrook (appcraver.com)\n\n\xabBitForge has managed to combine the addictive gameplay of 'Peggle' and the beauty of 'Geometry Wars', two digital forms of crack, into one easy to use package.\xbb\n- Chad George (thatvideogameblog.com)\n\n\xabAn astonishing Physics Puzzler. Orbital is a 5-Dimple gotta-have-it game that has earned a permanent place on our iPhone.\xbb \n- appsmile.com\n\n\xabThe beauty of Orbital is really in its simplicity of play. And despite its simplicity, it\u2019s incredibly addictive and very challenging. I find myself continually saying 'just one more time\u2026'\xbb 9/10\n- theiphoneappreview.com\n\n\xabThe game provides a solid challenge and is highly addicting.\xbb 5/5\n- iphoneincanada.ca\n\n\xabThis is one game that you will want to play again and again\u2026and then again. [...] Come to think of it, there are really no negative points about the game. Good going, Bitforge!\xbb 5/5\n- iphonefootprint.com\n\n\xabOrbital is a rare gem on the iPhone. [...] By the time we got the hang of it, we were hooked.\xbb 3/4\n- slidetoplay.com\n\n\xabORBITAL is a unique and challenging game of strategy that will keep you coming back for more.\xbb \n- appchatter.com""",bitforge Ltd,4+,"EN, FR, DE, IT, ES",22872064,Games,"Games, Strategy, Puzzle, Entertainment",1/12/2009,20/04/2015
-https://apps.apple.com/us/app/arctopia-a-puzzle-game/id336472524,336472524,Arctopia: A Puzzle Game,No Ads / Full Game / 100% Free,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/96/15/05/96150553-fbe7-08ab-c9f4-d6fb3ac5e810/source/512x512bb.jpg,4,118,0,,"""Completely free. No ads. No in-app purchases.\n\nArctopia is a classic turn-based puzzle game.\n\nSolve 147 levels across 14 chapters of varying difficulty.\n\nIn each level of Arctopia, your goal is to strategically use blocks of ice to extinguish all of the sinister eyebrowed flames that menace the level. Unfortunately, this is rarely straightforward, as fires may be inconveniently placed, blocked by burning oil barrels, or defended by blockades of ice.\n\nYou can create and destroy ice, but only below your current position, so thinking ahead is mandatory. . . and there are many traps for the unwary!\n\n(Note that if you find early levels too easy (or you find a particular level too frustrating!), you can always skip to a different level and come back later.)\n\nThe number of moves taken for your best solution is saved for each level, so you can strive for maximum efficiency if you so desire.\n\nThe intro levels are (skippable) tutorial stages, so don't worry about learning the basics of the game.\n\nGood luck!\n\nSummary:\n- Completely free. No ads. No in-app purchases.\n- Designed for both iPad & iPhone.\n- Arctopia is a turn-based strategic puzzle game\n- 147 levels, across 14 chapters.\n- No time limits or requirements for fast reflexes.\n- Skippable tutorial section to introduce the game mechanics.\n- High scores and progress are saved automatically after every level.\n- Levels can be completed in any order.""",Alexander Williams,4+,"EN, FR",11697152,Games,"Games, Entertainment, Puzzle, Strategy",2/11/2009,1/03/2018
-https://apps.apple.com/us/app/travelers-quest/id337209160,337209160,"""Traveler's Quest""","""GPS Treasure Hunt! Let's Go!""",https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/1a/c9/ab/1ac9ab5f-001b-f1a1-0eda-f31390e5c8b1/source/512x512bb.jpg,4,486,0,"4.99, 2.99, 34.99, 2.99, 0.99, 0.99, 1.99, 24.99, 1.99, 2.99","With over 35,000 players addicted to Traveler\'s Quest with over 650 unique, and nearly 4 million total treasures to find world wide, what are you waiting for?\n\nTraveler\'s Quest is an original GPS Game, and a must-have iPhone classic. It\'s the incredibly simple, yet insanely addictive virtual treasure hunt where the world is your game board, and your iPhone\'s GPS is the key! Travel around town, or around the world playing this new and innovative combination of a real world treasure hunt, with virtual treasures right on your iPhone!\n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\nLIMITED EDITION AND RARE COLLECTIONS \n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\n\xbb 2009-2018 Christmas\n\xbb 2016-2019 Time Capsule\n\xbb 2010-2019 Easter\n\xbb 2010-2018 Halloween\n\xbb 2010-2011, 2013, 2019 Valentines Day\n\xbb 2012, 2014 Mount Olympus\n\xbb 2010 First Anniversary\n\xbb 2010 Fourth of July\n\xbb 2014 5th Anniversary\n\xbb 2017 8th Anniversary\n\xbb 2018 9th Anniversary\n\xbb 73 World Wide Collections \n\xbb 20 Collections with Localized Treasures\n\xbb 93 Collections and growing!\n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\n\n\xbb Here Ye, Here Ye! Treasure hunters detect and track down virtual treasure in the real world to complete your virtual collections. The treasure maps you receive are not just part of the game, they belong to other real world players! That\'s right, when you bury your treasures, they can be dug up by other players in the game who can then choose to rebury them or hold on to them in their treasure room! Don\'t worry though, you can pilfer their treasure stash as well!\n\nLive the pirates life without the stress of dragging around a metal detector, or crawling around to find that cleverly hidden geocache. \n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\n\xbb Incredibly easy to learn! Just detect treasure, and follow the map to dig it up!\n\n\xbb Incredibly addictive - you\'ll be detecting treasures and buying up available treasure maps everywhere you go!\n\n\xbb The world is your game board - Play against other players around the world, and around the corner\n\n\xbb Game Center Integration - Compare your leaderboard scores and achievements with your friends!\n\n\xbb Aim for a new personal accuracy best, or compete against other pirates in the in game leaderboards.\n\n\xbb In game store - Buy maps, treasures and upgrades in the in game store using your gold earnings; in-app purchases NOT required.\n\n\xbb Game Trailer Video\nhttp://bit.ly/travelersquest-trailer\n\n\xbb Facebook - Chat with other pirates and the development team, exchange stories, hints, tips and tricks\nhttp://facebook.com/TravelersQuest\n\n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\nTraveler\'s Quest will get you off the couch and out of the house, hunting for treasures near by and far away. It\'s the perfect game to play while you\'re on the go! Around town or around the world, Traveler\u2019s Quest is sure to be a game you come back to play!\n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\n\n\u24d8 Please report issues using our support site so we can assist you - visit http://kittycode.com/support/travelersquest for details.\n\n\u24d8 Traveler\'s Quest requires the built in GPS of the iPhone or iPad 3G/LTE+WiFi and WILL NOT install on an iPod Touch or WiFi only iPad.\n\n\u24d8 Continued use of GPS running in the background can dramatically decrease battery life.\n\n\u24d8 Due to the nature of Traveler\'s Quest, we highly discourage your use of this app while driving as it could be a distraction. We encourage your use of a ""co-pilot"" or ""navigator"" to help you find the treasures you seek while on the go. You are fully responsible for your actions while playing this game and by playing the game hold Kitty Code, LLC and all subsidiaries harmless for any and all subsequent consequences of your actions.\n\n\u24d8 This game uses your GPS location to find and bury virtual treasures in real world locations, as well as mapping the treasure\'s history. Creation of accounts by or for children under the age of 13 is therefore prohibited.",Kitty Code,12+,EN,283385856,Games,"Games, Family, Travel, Strategy",25/11/2009,30/07/2019
-https://apps.apple.com/us/app/2012-tumble/id338117897,338117897,2012 Tumble,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/62/32/ee/6232ee30-1500-9977-4d22-43355e902e66/source/512x512bb.jpg,3.5,884,0,0.99,"In the year 2012 the planet Earth finds itself mysteriously balanced upon strange structures made from ancient Mayan stones.\n\nShoot the Mayan stones with asteroids - so the planet can land safely on the platform below.\n\nMake the wrong shot - and the 2012 apocalypse prophecy becomes fulfilled!\n\nUse as few shots as possible to get the best score.\n\n2012 Tumble offers a unique game play experience requiring a combination of strategy, coordination and luck.\n\nEach level offers countless different solutions - and even more ways to fail. This gives 2012 Tumble a high replay value - assuring hours of entertainment.\n\nFeatures:\n- 18 free mind-boggling levels\n- Intuitive control system\n- 3d physics and graphics engine by SIO2 Interactive",Rich Olson,9+,EN,1250034,Games,"Games, Entertainment, Strategy, Puzzle",12/11/2009,12/11/2009
-https://apps.apple.com/us/app/runway-free/id338348877,338348877,Runway Free,,https://is1-ssl.mzstatic.com/image/thumb/Purple6/v4/17/a0/bb/17a0bbdc-b374-b6e0-12d2-c845e778b7bc/source/512x512bb.jpg,3,80790,0,,"""Enter the fast paced and exciting world of Runway on your iPhone, iPod Touch, and iPad. You start the game as the lead Air Traffic Controller at Honolulu International Airport. Help Gulfstream G650 aircraft land at your airport before they run out of fuel. Direct them to the gate to unload passengers and to the fuel depot to prepare for their outbound journey. Then it is time for more passengers and a timely takeoff. \n\nThe fun is just beginning. Move on to the rolling hills of San Francisco and say hello to the Boeing 737. The challenge continues in the mountains of Geneva, Switzerland with hungry passengers and a special food service. If you master that, be the first to fly the Airbus A380 in the bustling port of Dubai, United Arab Emirates. If you can handle that double decker, continue east to the tricky landings and urban life of Hong Kong and repair planes flying in from far away. Prove your mettle at busy and crowded JFK International in New York City and at London's Heathrow Airport in the United Kingdom. Then head down under to Sydney\u2019s Kingsford Smith Airport where FedEx planes load up parcels before they head out. Complete your adventure at Tokyo Narita where yummy sushi awaits your hungry passengers!""",Rahul Biswas,4+,EN,36204544,Games,"Games, Strategy, Navigation, Role Playing",11/11/2009,31/10/2013
-https://apps.apple.com/us/app/dropzap/id338490375,338490375,DropZap,,https://is4-ssl.mzstatic.com/image/thumb/Purple7/v4/36/a9/9c/36a99c10-7666-ddf8-263c-c755c202965a/source/512x512bb.jpg,3,1419,0.99,,"""It\u2019s easy to call DropZap one of the best puzzle games in the App Store... It\u2019s fun, addictive, and puts a fresh spin on dropping blocks to clear other blocks..."" - The iPhone App Review\n\n===\n\nDropZap is a NOT a color matching game! Rather, you SHRINK pieces until they disappear!\n\nIf you are a fan of Tetris, Drop7, etc., then you will definitely want to check out DropZap!\n\nGAME TYPES\n\n\u2022 Fallers\n\u2022 Flyers 1\n\u2022 Followers 1\n\u2022 Flyers 2\n\u2022 Followers 2\n\nGAME MODES\n\nEach of the game types has these game modes:\n\u2022 Learn\n\u2022 Standard\n\u2022 Relentless\n\u2022 Cooperative (on same device)\n\u2026\u2022 Standard\n\u2026\u2022 Relentless\n\u2022 Competitive (on same device)\n\u2026\u2022 Standard\n\u2026\u2022 Relentless\n\nCONTROLS\n\n\u2022 Tap a column to make a move.\n\u2022 Hold/drag to see how chain reactions for various columns start.\n\nFEATURES\n\n\u2022 Game Center leaderboards for standard and relentless modes\n\u2022 universal app\n\u2022 support for iPhone 5 display\n\u2022 falling debris\n\nACKNOWLEDGMENTS\n\nBackground image credit in order by level (after which background images repeat in the same order for subsequent levels): (1) NASA Ames/JPL-Caltech; (2) NASA/JPL-Caltech; (3) NASA/JPL-Caltech; (4) NASA; (5) NASA/JPL-Caltech; (6) ESA, NASA, and L. Calcada (ESO for STScI); (7) NASA, ESA, and G. Bacon (STScI); (8) NASA/JPL-Caltech; (9) NASA\'s Exoplanet Exploration Program; (10) NASA/JPL-Caltech/SST/T. Pyle (SSC).\n\nUses Cocos2d v3.\n\n\u2022 Cocos2d Copyright (c) 2008-2011 - Ricardo Quesada and contributors\nCopyright (c) 2011-2014 - Zynga Inc. and contributors\n\n\u2022 Kazmath Copyright (c) 2008, Luke Benstead.\nAll rights reserved.; license: https://github.com/Kazade/kazmath/blob/master/LICENSE.md\n\n\u2022 CocosBuilder Reader Copyright (c) 2010-2011 - Viktor Lidholt\nCopyright (c) 2011-2012 - Zynga Inc. and contributors\n\n\u2022 Chipmunk Copyright (c) 2007-2014 Scott Lembcke and Howling Moon Software\n\n\u2022 ObjectAL Copyright (c) 2009 Karl Stenerud. All rights reserved.\n\n===\n\n""...it\u2019s a fun game and I found it to be pretty hard to put down."" - iPhone Application List\n\n""...the game play is interesting and keeps the player gripped. It is one of those games that we keep on playing saying \u201cJust one more game\u201d for a long, long time."" - iPhone Footprint\n\n""DropZap excels in what it attempts to do: offer a quick action-puzzle game with a unique gameplay mechanic that has varying modes of difficulty that will satiate the hardest of the hardcore block elimination fanatics."" - Dallas iPhone Games Examiner",Amir Michail,4+,EN,29578240,Games,"Games, Strategy, Entertainment, Puzzle",12/11/2009,1/12/2015
-https://apps.apple.com/us/app/furballs/id338729908,338729908,Furballs!,,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/55/ad/0d/55ad0d40-35e4-d5d1-2e03-02984fe2c370/source/512x512bb.jpg,3.5,30,0.99,,"Furballs is an addictive iPhone game that combines the two popular game genres of path-drawing and match three into one package. Using the familiar ""tap and draw"" control system made popular by Flight Control, you must guide the colorful furballs through space to make matches. As you progress, special objects appear such as meteors which can burn furballs, comets which freeze them, wildcard furballs and satellites too.\n\nFurballs features original music, sound effects and over 150 levels of ever increasing difficulty. The level selection menu allows you to continue playing where you left off or to load already completed levels. Every five levels, you can take a quick break from the action and watch a short furball cartoon.\n\nFurballs is a ""hard to put down"" game which offers hours of entertainment.\n\n****************************************************\nFEATURES:\n****************************************************\n\u25b8 Over 150 levels of ever increasing difficulty\n\u25b8 Original sound effects\n\u25b8 Level selection menu\n\u25b8 In-game tutorial\n\u25b8 High score submission\n\u25b8 Play your own music\n\u25b8 Hours and hours of gameplay!\n\n\n\nPRIVACY DISCLOSURE:\nFurballs!:\n- Does not contain ads.\n- Does not contain in-app purchases.\n- Does not contain integration with social networks.\n- Does not use analytics / data collection tools.\n- Does include links to apps by Dan Russell-Pinson in the iTunes App Store.\n\nFor more information on our privacy policy please visit:\nhttp://dan-russell-pinson.com/privacy/","Freecloud Design, Inc.",9+,EN,63169536,Games,"Games, Casual, Entertainment, Strategy",12/11/2009,12/05/2017
-https://apps.apple.com/us/app/tap-n-pop-arcade-group-remove/id338740447,338740447,"""Tap 'n' Pop Arcade: Group Remove""",,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/02/b6/94/02b69415-60b2-cbe9-9cc5-95da5eb3356d/source/512x512bb.jpg,3,297,1.99,,"Introducing Tap \'n\' Pop Arcade, Group Remove edition. After a great success of our Tap \'n\' Pop Classic - we bring you the arcade edition for even more popping fun!.\nRemove the balls of same color by tapping on them. The board will fill up with new balls if you remove all balls below the red ""refill"" line.\nThe challenge is to remove as many balls as possible with one move. This gives you more points and more level progress.\n\nTwo game modes are available - with and without a time limit. \n - In the no time limit version - you simply have to make sure you don\'t run out of moves\n - In the time limited version you also have to watch the level progress which goes down with time.\n\nSome comments\n\n""Wow - this is bejeweled and removem in one!""\n""What a unique gameplay""\n\n\nTap \'n\' Pop Arcade, Group Remove Edition allows you to rotate your iPhone/iPod touch to re-arrange ball positions and help you out when you think you are getting close to running out of moves.","Software River Solutions, Inc",4+,EN,3898368,Games,"Games, Entertainment, Strategy, Puzzle",13/11/2009,19/09/2016
-https://apps.apple.com/us/app/pinochle-plus/id339224754,339224754,Pinochle Plus,Contains no advertising,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/2e/d2/f4/2ed2f455-61a9-c81e-bc23-b9b40e1b20df/source/512x512bb.jpg,4,893,3.99,,"""This is a no-ads version of the first and most popular pinochle app for iPhone, iPad and Mac. Play single- or double-deck with configurable options including meld bids and shoot the moon. Pinochle Plus is updated frequently with user-suggested features and AI improvements. To try before you buy, see our free, ad-supported Pinochle app. If you prefer, our other pinochle app with no advertising, Pinochle Gold, has more card backs and tabletops to choose from, and adds support for several languages.\n\nPinochle is a card game played with a 48- or 80-card deck of 9s, 10s, jacks, queens, kings and aces. The game consists of a repeating sequence of bidding (for the right to name the trump suit and optionally to pass cards), melding, and trick-taking. Players score points by melding various card combinations and by taking tricks.\n\nIn this version, one human player (South) plays with a computer partner (North) and two computer opponents (West and East).\n\nBIDDING: Each player bids the number of points she thinks she can make with her hand. Player to the dealer's left is required to bid, and bidding proceeds to the left. Players who pass are out of the bidding for that hand. A typical high bid is 35 points (for 48 cards) or 60 (for 80 cards). High bidder names the trump suit for the hand and optionally exchanges cards with her partner.\n\nMELDING: Players get points by showing various card combinations. A run (or straight) in the trump suit is worth 15 points. Aces in all four suits is 10 points. Pinochle (queen of spades and jack of diamonds) is 4 points, or 30 points for double pinochle (two of each).\n\nTRICKS: Play begins with the high bidder, and proceeds around the table to the left, 4 cards per trick. Each trick has a winner, who gets 1 point per ace, ten or king.\n\nSCORING: If the high bidder fails to make the bid (his team's total meld plus trick points is less than the bid), the bid amount is subtracted from the team score. Play continues until one team goes out.""",fishdog.net,4+,"EN, DE",43512832,Games,"Games, Card, Entertainment, Strategy",20/12/2009,2/08/2019
-https://apps.apple.com/us/app/solo-noble-peg-solitaire-free/id339348074,339348074,Solo Noble - Peg Solitaire - Free,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/5d/67/59/5d6759f6-4970-0fc1-e2a4-d7e19b738a17/source/512x512bb.jpg,2.5,240,0,0.99,"""Now play the game played by the European nobles in the court of Louis XIV back in 17th century on your iPhone or iPod Touch. It was a highly fashionable and popular board game among the European nobles back in the 17th century and was popular throughout Europe in the 18th and 19th century. Believe to be invented by a French aristocrat in the 17th century, when incarcerated in the Bastille, explaining the game's ancient name \u201cSolo Noble\u201d. \n\nAccording to the game brochure (Milton Bradley Co., 1986), whoever succeeds in leaving the last peg in the center is a genius. Anyone who leaves a single peg elsewhere is an outstanding player. So why wait, test your self today to see if you are a genius or an outstanding player.\n\nThe game is traditional played in two different boards namely \u201cEnglish board\u201d and \u201cEuropean / French Board\u201d. With English board having 32 pegs and French Board having 36 pegs.\n\nThe objective of the game is, making valid moves, to empty the entire board except for a solitary peg. A valid move is to jump over adjacent (vertically or horizontally) pegs. The peg that has been jumped over is removed. So jumps are like captures in Checkers.\n\nFeatures:\n-\tAbility to reset/restart game\n-\tPolished and professional graphics\n-\tSmooth game play and moments\n\n**********************************************************\nCheck out Solo Noble introduction video on Youtube.\nhttp://www.youtube.com/watch?v=7Vx6THCllRY\n\nFor more videos please visit our Youtube channel.\nhttp://www.youtube.com/lakmalfdo\n**********************************************************""",iKreeda Games,4+,EN,6322647,Games,"Games, Board, Strategy",17/11/2009,4/10/2010
-https://apps.apple.com/us/app/pok%C3%A9-dexter-generation-i-to-vi/id339451567,339451567,Pok\xe9 Dexter - Generation I to VI,,https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/3f/08/47/3f084795-fe60-3f3c-d847-1417bf870679/source/512x512bb.jpg,3,1471,0.99,,"Novices and experts Pok\xe9mon, this new Pok\xe9dex is make for you.\nDiscover the six generations with 719 Pok\xe9mon and Mega Evolutions, all animated in 3D!\n\n\u25cf The description of each Pok\xe9mon includes :\n\n\xb7 The animated image\n\xb7 Weaknesses\n\xb7 Talents\n\xb7 Mega Evolutions\n\xb7 Forms (attack, defense... )\n\xb7 All statistics\n\xb7 The evolution curve\n\xb7 Egg Groups\n\xb7 EV points\n\xb7 His cry\n\xb7 The catch rates\n\xb7 His number\n\xb7 Evolutions\n\xb7 His locations\n\xb7 His description\n\xb7 Its weight\n\xb7 Its size\n\xb7 Types\n\xb7 Footprints\n\nAnd many other things...\n\n\u25cf All to be a good trainer\n\nOne more thing :\n\n\xb7 All Items Game\n\xb7 All attacks\n\xb7 Marking Pok\xe9mon to know which you captured\n\nPS: Dexter can read a description of a pokemon if you touch its description.\n\n*************************************************************\n\nThis unique Pok\xe9dex with nice graphics and easy to use will plunge you into the magical world of Pokemon. It may also accompany the players of video games to facilitate their quests. \n\n**************************************************************\n\nDo not wait, download this application and immerse yourself in the fantasy world of Pok\xe9mon!\n\n*************************************************************\n\nThis application is unofficial ; the characters and the ""Pok\xe9mon"" theme are copyright \xa9 Nintendo, The Pok\xe9mon Company , Gamefreak , Creatures .",iVenus,4+,"EN, FR",331237376,Reference,"Reference, Games, Strategy, Adventure",25/11/2009,21/09/2015
-https://apps.apple.com/us/app/age-of-conquest-north-america/id339473599,339473599,Age of Conquest: North America,American Conquest,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/9d/a5/c7/9da5c7bd-411d-d07a-ae47-77001517c406/source/512x512bb.jpg,3.5,123,3.99,,"""North American Conquest for iPad, iPhone and iPod Touch.\n\nAge of Conquest is a medieval risk-like turn-based strategy game where you take the reins of a budding empire and struggle against fellow empires for control of North America. In one game, up to 20+ players vie for supremacy, but only one can be victorious. Every game you win pushes up your score, until you don't just dominate North America, but also your fellow players. Then all will be in your shadow and not just peasants, but even kings will worship you! All this can be yours, but only if you triumph.\n\nThis full version contains the following game-play options:\n - multiple scenarios\n - over 30 empires to choose from\n - conquer the whole map\n - god mode option\n - random placement option\n - random fill option\n - mute sounds\n - improved AI\n\nWARNING: For strategy game enthusiasts only!""",Noble Master LLC,12+,EN,36946944,Games,"Games, Board, Entertainment, Strategy",18/11/2009,12/10/2018
-https://apps.apple.com/us/app/jewel-lines-lite/id339597241,339597241,Jewel Lines Lite,"The classic ""lines"" puzzle",https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/f5/86/a4/f586a409-70e7-dc1d-d2a3-e371a5135bff/source/512x512bb.jpg,2.5,6630,0,,"Build a line of five or more jewels of the same colour to remove them from the board. If the board fills up \u2013 the game is over.\n\n=========================\n\u201cBrilliant and relaxing! \u201d\n\u201cGreat fun! What an awesome app!\u201d\n""Fast and accurate gameplay, gorgeous graphics - you have to try this one - A+""\u2028=========================\n\nThree game variations: \n- Classic. There is no time limit and you get three new pieces after each move that did not produce a line\n- Time Limited. New jewels will drop down after a time period. The higher the level \u2013 the faster they come. You can also speed up the timer by taping on it.\n- Classic + time Limited variant is the combination of two and is most likely the hardest one.","Software River Solutions, Inc",4+,EN,8592384,Games,"Games, Puzzle, Entertainment, Strategy",18/11/2009,5/09/2017
-https://apps.apple.com/us/app/termite/id339720335,339720335,Termite,The ultimate RT strategy!,https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/91/c5/79/91c579c0-009e-4c6c-e51f-e6bfa7ff6c43/source/512x512bb.jpg,3.5,158,0,0.99,"Termite is the ultimate psychedelic real-time action strategy experience. You are the leader of a termite hive with three objectives :\n\ncollect food\nproduce ants\ndestroy alien colonies\nSelect groups of termits, order them to collect food or attack aliens, use the speed slider to slow down/speed up time to have more control over your ants.\n\nWith Termite you get :\n\n31 levels of intense action and mass destruction\nRandom scene generator\nTons of particles\nVoxel system based minimal design\n\nTermite is open-source, feel free to learn how to write muti-platform C games at https://github.com/milgra/termite",Milan Toth,4+,EN,1202176,Games,"Games, Action, Strategy",18/11/2009,10/01/2019
-https://apps.apple.com/us/app/tap-n-pop-arcade-group-remove-free/id340524558,340524558,"""Tap 'n' Pop Arcade: Group Remove (FREE)""",,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/ae/65/bf/ae65bf13-8370-0e60-3cde-f75ee49e7a59/source/512x512bb.jpg,2.5,3183,0,,"Introducing Tap \'n\' Pop Arcade, Group Remove edition. After a great success of our Tap \'n\' Pop Classic - we bring you the arcade edition for even more popping fun!.\nRemove the balls of same color by tapping on them. The board will fill up with new balls if you remove all balls below the red ""refill"" line.\nThe challenge is to remove as many balls as possible with one move. This gives you more points and more level progress.\n\nTwo game modes are available - with and without a time limit. \n - In the no time limit version - you simply have to make sure you don\'t run out of moves\n - In the time limited version you also have to watch the level progress which goes down with time.\n\nSome comments\n\n""Wow - this is bejeweled and removem in one!""\n""What a unique gameplay""\n\n\nTap \'n\' Pop Arcade, Group Remove Edition allows you to rotate your iPhone/iPod touch to re-arrange ball positions and help you out when you think you are getting close to running out of moves. \n\nIf you like games like Tap \'n\' Pop Classic, Bejeweled, Tetris, Trism, Removem and other puzzle games you will absolutely LOVE Tap \u2018n\u2019 Pop Arcade, Group Remove Edition. It is challenging, fun and never boring.","Software River Solutions, Inc",4+,EN,6794240,Games,"Games, Strategy, Entertainment, Puzzle",24/11/2009,21/09/2016
-https://apps.apple.com/us/app/t-bomb/id340590296,340590296,T-Bomb,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/ee/c0/c1/eec0c134-9521-4c1c-83b6-c8489f08b5bc/source/512x512bb.jpg,,,1.99,,"Do you have the skills to disarm the Time Bomb before it goes off? T-Bomb is a fun and exciting game that challenges your mind and your coordination. \n\nDisarm the T-Bomb by entering the correct code before it explodes. The challenge is you have to figure out the code! \n\nT-Bomb can explode by triggering the motion detector, the timer running out or your exceeding the number of attempts allowed. Beware, if you move T-Bomb too much, it may explode!\n\nYou can customize T-Bomb to make the game more fun and challenging.\n\nT-Bomb is Fun for the whole family!\n\nUse your hints wisely, only get 3!\n\nCan you beat T-Bomb or will you be blown up? You have to play to find out :)\n\nGood Luck!\n\n\n** If you like this app, please write a review and also share this app with your friends and associates on Facebook and Twitter. Thank you for your support. \n\n** We work very hard to make our apps the best they can be and want our users to have a great user experience. If you have ideas on how to make this app better, or If you are experiencing technical problems with this app, please contact us by pressing the ""App Support"" button located in the Information screen. \n\nThank you.","JS Digital Productions, Inc.",9+,EN,12795904,Games,"Games, Puzzle, Entertainment, Strategy",22/12/2009,26/04/2018
-https://apps.apple.com/us/app/trenches/id340769953,340769953,Trenches,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/08/56/52/08565250-a5f5-d2a0-c1c7-247921624a91/source/512x512bb.jpg,4,26674,0.99,,"*****************************\nThe original Trenches makes its return this holiday season! Stay tuned for a large helping of new Trenches games coming soon! Happy Holidays and slay on, mates!\n*****************************\n\n\nIt\'s Europe 1914 and the world powers have descended into world war. Your troops need a leader at this their most desperate hour. Could you be that leader? Put on your boots and take to the mud and trenches of Western Europe during World War I. \n\n********* \n\n-=- GameCenter Global Multiplayer with VoiceChat and Friend Invites -=-\n\nThe wait is over. Trenches v1.9 is now out and is our most ambitious FREE update thus far ... GameCenter global multiplayer with VoiceChat. Now, you can coordinate attacks with your friends or listen to your enemy shriek with panic. Flip on WiFi ... jump on Trenches ... and let the mayhem begin!\n\n********* \n\n(Read Below To Find Out What is Coming in the Updates) \n\n\u2022 Trenches was one of the HOTTEST games of 2010 and a Top 10 seller. Buy it now while it\'s on sale to find out why! \n\nCommand the battlefield, inspire heroism, illustrate your superiority and crush the enemy. \n\n- - - - - - - - - - - - - - - - - - - - \n\n\u2022Press Reviews\u2022 \n\n""Impressive. A tight iPhone Experience."" \n- MTV Network \n\n""... fantastic ... an amazing game ..."" \n- Kotaku \n\nSlideToPlay calls Trenches ""a Must Have ... 4 out of 4"" \n\n""A clever strategy game. Trenches accomplishes the difficult task of making real-time strategy accessible."" \n- PocketGamer.co.uk \n\n""Fun and addicting with great developer support. See you on the battlefield!"" \n- AppVee.com \n\n""Trenches sets a new standard for new and original thinking. Overall 5/5"" \n- TouchAholics.com \n\n""This game is chock-full of charm, fun, and replayability, which altogether makes a very attractive package. A hybrid of line-drawing, shooting, strategy, and action, Trenches is a game that will definitely not disappoint."" \n- NoDPad.com \n\n""Well done, polished and addicting. 5/5 stars"" \n-IndieAppolis \n\n""really not much else you can ask for 5/5 stars"" \n-App-reciation Reviews \n\n""Best"" award for high quality and player interest. \n- iPhoneAppsPlus \n\nFeatured in the AppStore\'s ""What\'s Hot"" list and ""What We\'re Playing"" \n\nAw ... *blush* ... thanks guys ... and those reviews were BEFORE we did half of the updates in the current version.\n\n- - - - - - - - - - - - - - - - - - - - \n\nTrenches delivers hours upon hours of pitched battle and mayhem filled fun. The ever-deepening Campaign sports three levels of difficulty. Add to that, Skirmish mode where you can create custom battles and even random ones for endless replayability. Then a dash of global multiplayer and you\u2019re going to be late for class/work/anniversary/surgery/etc.\n\nSECRET UNLOCKABLE MODE REVEALED! Finish the Campaign and unlock Zombie Horde in Skirmish! The hordes of the undead have risen and it is up to you to try to defeat them. How long can you last? \n\n\u221a Over 20 achievements through OpenFeint and nearly 30 GameCenter achievements\n\u221a Bluetooth, Local WiFi and GameCenter global multiplayer with VoiceChat\n\u221a Zombie Horde ... who doesn\'t love Zombies? \n\u221a Original Voice Talent \n\u221a Original Musical Scores \n\u221a Adaptive Difficulty \n\u221a World Class Art \n\u221a Captivating Gameplay \n\u221a Mini-game as good as some stand-alone games \n\u221a Tons and Tons of Cowbell \n\u221a Listen to your own music \n\n\nGermans got you stuck? Got a beef? Found a bug? Tell us about it. Remember we can\'t respond to your reviews, but we do read every email we get and respond to 95% of them. If you\u2019ve got an issue with any of our games, we want to solve it. support@thundergameworks.com\n\nAs always your five star reviews encourage us and allow us to keep the updates coming.\n\nFollow us on Twitter to receive new information about Trenches and future projects at http://twitter.com/thundergamewrks (@thundergamewrks) \n\nSupport and cake available online at http://www.thundergameworks.com","Catapult Consulting, LLC",17+,EN,37340259,Games,"Games, Strategy, Entertainment, Action",24/12/2009,6/12/2012
-https://apps.apple.com/us/app/solitaire-classic/id341089820,341089820,Solitaire Classic,Like the original PC game!,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/07/71/f2/0771f211-d431-3fbb-3830-ca8e2f9c2067/source/512x512bb.jpg,3.5,17409,0,"3.99, 1.99, 1.99","Gotta love a classic.\n\nBringing back the days when you played Solitaire on PC. Iversoft Solutions presents Solitaire Classic, making it easy to play Solitaire on your phone and tablet. Despite its portability, Solitaire Classic still brings all the fun and challenge that you would hope to find in a Solitaire game. Just like the original, Solitaire is a game that rewards patience, strategy, and skill. Take your time and you will be a Solitaire master before long.\n\nNo wallet required, enjoy Iversoft\u2019s Solitaire Classic for as long as you like. Now get playing!\n\nFeatures:\n \u2022 1 and 3 card draw\n \u2022 Easy to use drag, drop and tap controls\n \u2022 Left and right handed play\n \u2022 Unlimited undo\n \u2022 Statistics\n \u2022 Customized Card backs\n \u2022 Tutorial\n \u2022 Portrait and Landscape Modes\n \u2022 Autoplay\n\nFor game lovers and fans of Solitaire, check out our other fun and relaxing iPhone and iPad games:\n\n \u2022 Free Cell Classic\n \u2022 Spider Solitaire Classic\n \u2022 BearBlitz\n \u2022 Pocket Sudoku\n \u2022 Multiplayer War\n \u2022 Three Peaks Solitaire\n\nIversoft is your source for all things fun and entertainment. Be sure to visit our web site to learn more about our leading iPhone and iPad apps.\n\nFOLLOW us on Twitter:\n@IversoftGames\n\nLIKE US on Facebook:\nhttps://www.facebook.com/Iversoft\n\nSolitaire Classic is ad supported.",Iversoft Solutions,4+,"EN, FR, DE, RU",211776512,Games,"Games, Card, Strategy",28/11/2009,5/07/2019
-https://apps.apple.com/us/app/fragmental-3d-build-lines-with-falling-blocks/id341239927,341239927,Fragmental 3D - Build Lines with Falling Blocks!,,https://is4-ssl.mzstatic.com/image/thumb/Purple69/v4/50/3a/df/503adfdd-bf40-87f4-bf59-1db876da25dd/source/512x512bb.jpg,4,84,0.99,,"Leave Tetris\xae in the two-dimensional dust. Slide, spin, and force-drop falling blocks in full 3D! Build rows across the grid to clear lines, make combos, and score points.\n\nFragmental 3D is a Universal/HD app \u2013 the best \u201c3D Tetris\u201d game for your iPhone/iPad devices!\n\nTry several gameplay modes, new Fragment collections, six beautiful environments, and more! Play it on all your iOS devices. GameCenter enabled.\n\nSee Fragmental 3D in action: http://youtu.be/NeGtcuuAI6M",Aesthetic Interactive,4+,EN,7619584,Games,"Games, Entertainment, Puzzle, Strategy",4/12/2009,4/11/2015
-https://apps.apple.com/us/app/shottactoe/id341288790,341288790,ShotTacToe,,https://is2-ssl.mzstatic.com/image/thumb/Purple62/v4/51/b0/a3/51b0a307-6726-1b93-bc13-e3f235bba8fa/source/512x512bb.jpg,5,7,0.99,,"ShotTacToe is a twist on the classic game of Tic-Tac-Toe that makes for a great start to a night out. You can play with your best drinking buddies and even make some new ones while playing! \n\nThe idea of the game is very simple ""You want the square? You do the shot!"" You start with a Tic-Tac-Toe board filled with randomly picked shots. Pick the square that will help you win. After picking a square the shot recipe will be displayed. You can then choose to take the shot or go back and choose another. If the selection of shots is not to your liking, just restart for a list of new shots.\n\nShotTacToe Features:\n * Over a hundred shots with recipes\n * Simple and clean interface\n * A great way to start the night!\n\nSo for those up to the challenge, you must play ShotTacToe!",Phone Bros,17+,EN,13151232,Entertainment,"Entertainment, Board, Strategy, Games",1/12/2009,22/09/2016
-https://apps.apple.com/us/app/european-war/id342097431,342097431,European War,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/e3/92/de/e392de69-3e31-23f3-9664-f7cf03762b3f/source/512x512bb.jpg,3.5,286,0.99,,"European War (musket & artillery) is a new style strategy game for iPhone & iPod. It takes you to battleground Europe during the eighteenth century and nineteenth century. In this game many tactics been used in order to defeat the other forces. You can select six empires: British, French, Ottoman, Russia, Germany and Austro-Hungary in this age. If your army conquest enemy\u2019s territory your total tax revenue will be improved. You would get all of the empire\u2019s Territories and improve yourself total tax revenue after your army conquered enemy\u2019s Capital. Tax can be used to purchase cards (Draft Card, General Card, Marshal Card, Ship Card, Fortress Card, Cannon Fire Card.)\n\nFEATURES:\n-Include five difficulty levels.\n-Include 6 common cards and 6 empire\u2018s special cards.\n-Include two mode: CONQUEST MODE and BATTLE MODE.\n-CONQUEST MODE: select one of the six empires to defeat other empires.\n-BATTLE MODE: select six campaigns (Battle of Toulon (1793), Battle of Marengo (1800), Battle of Austerlitz (1805), Battle of Tannenberg (1914), Battle of Galicia (1914), Battle of Gallipoli (1914)) . \n-72 Territories (include sea and capital) every territory has its taxation.\n-Extend risk style battle mode (easy, various and interesting).\n\nComfortable operation makes you play this game easier and have more fun.",EASY Inc.,9+,EN,14863724,Games,"Games, Entertainment, Strategy, Board",7/12/2009,18/01/2011
-https://apps.apple.com/us/app/catch-21/id342254531,342254531,Catch-21,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/69/19/37/691937f1-dba8-1078-4726-e0e284f7a6e6/source/512x512bb.jpg,3,1620,0,,"Catch-21 is an amped up, skill-based spin on Blackjack (aka \u201c21\u201d) brought to you by GSN (Game Show Network). Based on the hit game show hosted by Alfonso Ribeiro, this fast-paced game will really get your adrenaline pumping! You\u2019re guaranteed to win Oodles when you play (see below if you said, \u201cwhat\u2019s an Oodle?\u201d). Sharpen your skills and redeem your Oodles for gift cards, merchandise, and special sweepstakes entries at www.gsn.com!\n\nHow to Play:\n- First, do some mental stretches and get pumped up!\n- You start with 5 minutes on the clock and 4 open columns\n- Speed through the deck to make as many 21\u2019s as you can...the earlier you finish, the bigger the bonus that you get... \n- Extra points for a \u201cFive Card Charlie\u201d \u2013 play any 5 cards that add up to 21 or less in a column and get extra points! \n- The 2 Blackjacks (Spades/Clubs) will clear a column automatically\n- Can\u2019t play a card...discard it to keep moving through the deck\n\nScoreboard, Oodles, and Prizes: \n- Register to start earning Oodles!\n- You\u2019ll win Oodles for your first 100 games every day\n- We\u2019ll keep track of your personal high score, and you can see other top scores on the Leaderboard\n- Win extra Oodles every day if you place in the top 50!\n\nThink you\u2019ve got this down? Give it a shot \u2013 it\u2019s free!\n\nOr hop in our GSN Casino app. Also free! Start winning in our pocket-sized casino with games like Wheel of Fortune\xae Slots, Undersea Treasure Slots, Outlaw Video Poker, Video Bingo, and Tiki Island Slots. Plus, we\u2019ll give you 12,500 tokens to get started\u2026just log in using your GSN.com credentials or social media account. On top of that, every day that you use the GSN Casino app, you\u2019ll receive a login bonus. The more you play, the more bonus Tokens you get!\n\nOnline Play:\nWhen you register and login with your GSN.com credentials, the Oodles that you win on the mobile game can be used to play on GSN.com games as well. Play wherever you are\u2026at home, at work, or on-the-go! \n\nThe World Needs More Winners! Are you ready to play?\nThere\u2019s more from GSN! Mobile games, Facebook games, WorldWinner.com, and GSN.com games! Plus, GSN TV.\nMobile Games: GSN Casino, Catch-21\nFacebook Games: Games app, Wheel of Fortune\xae, JEOPARDY!\xae\nWorldwinner.com & GSN.com: tournament play, card games, arcade games, strategy games, and word games galore!\n\nAlready a fan of the game?\nFollow us on Twitter: http://twitter.com/GSNGames \nLike us on Facebook: http://www.facebook.com/GSNOodles\nPlay more games on Facebook: http://apps.facebook.com/mesmogames/\n\nAbout GSN\nGSN is a multimedia entertainment company that offers original and classic game programming and competitive entertainment via its 75-million subscriber television network and online game sites. GSN\u2019s cross-platform content gives game lovers the opportunity to win cash and prizes, whether through GSN\u2019s popular TV game shows or through GSN Digital\u2019s free casual games, mobile and social games, and cash competitions. GSN is distributed throughout the U.S., Caribbean and Canada by all major cable operators, satellite providers and telcos. GSN and its subsidiary, WorldWinner.com, Inc., are owned by DIRECTV and Sony Pictures Entertainment. For further information, visit GSN at www.gsn.com.\nCopyright Info: \xa9 2012 GSN All Rights Reserved. \nThis software is copyrighted by GSN and is protected by worldwide copyright laws and treaty provisions. You may not use, copy, reproduce, modify, publish, upload, post, transmit, or otherwise distribute this software without the express written permission of GSN.",Game Show Network,4+,EN,11439792,Games,"Games, Strategy, Card",18/12/2009,5/06/2012
-https://apps.apple.com/us/app/tapout-by-tapjoy/id342648612,342648612,TapOut by Tapjoy,,https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/3b/03/d9/3b03d9af-9af0-d9d5-3941-8a189844dfb0/source/512x512bb.jpg,3.5,37435,0,,"Guide the ship out of the port. Similar to the board game Rush Hour, your goal is to move the ships up and down and left and right to create a path for your ship to escape.\n\nWhat separates TapOut from other similar games?\n\n- A world class musical score\n- 100 challenging levels\n- Downloadable level packs\n- Bigger boards with bigger ships\n- Buoys (unmovable objects that add to the challenge)\n\nBrought to you by Tapjoy, creators of TapDefense, TapWord, TapSudoku, and Jigsu.",TapJoy,4+,EN,11333632,Games,"Games, Entertainment, Puzzle, Strategy",10/12/2009,22/12/2014
-https://apps.apple.com/us/app/red-conquest-episodes-1-2/id342960702,342960702,Red Conquest! (Episodes 1 & 2!),,https://is3-ssl.mzstatic.com/image/thumb/Purple69/v4/86/48/8d/86488d2a-4994-a107-21d0-2e6e7e447153/source/512x512bb.jpg,4,532,0.99,,"Twice the gameplay originally released!\nInternet Multiplayer | Episode 2 missions | More Challenge missions | Difficulty settings\n\nCommand the Red forces!\n\nRed Conquest is a real-time strategy (RTS) game, set in open space. Experience the intergalactic war between the Blue and Red forces like never before!\n\nTake command of your fleet with a user interface designed specifically for the mobile platform! Casual players of RTS games will appreciate the ease of managing their units with simple multi-touch controls, while RTS veterans will love the variety of advanced macro- and micromanagement options for tactical warfare.\n\nConquer the Blue forces in this epic prequel AND sequel to the events in Blue Defense and Blue Attack!\n\n\nFeatures:\n-Save state and auto save\n-Campaign Mode - Shows the beginning of the war\n-Challenge Mode - 4 types, 16 more levels\n-Local Multiplayer - up to 8 players over WiFi or Bluetooth\n\n\nReviews:\n\n""A Hardcore RTS App with Incredible Depth""\n-AppVersity\n\n""Red Conquest could be a genre-defining RTS for the system!""\n-Slide To Play\n\n""A complex, exciting RTS that takes full advantage of Apple\u2019s hardware.""\n-Cult of Mac\n\n""Get ready to plunge into the battle between Red and Blue forces once again!""\n-pocketfullofapps.com\n\n""This is a must buy for fans...""\n-RazorianFly.com\n\n""OH MY GOD. OH MY GOD!""\n-wegmans, Touch Arcade Forums (yeah, you deserve a little love here, wegmans!)\n\n""A highly original RTS that is designed to work with the iPhone... not just a clone of real time strategy games on the PC.""\n-iPhone Strategy Games\n\n""Prepare for another serving of Kooistra-awesomeness!""\n-The Appera\n\n""For those who stick with it and master the controls, one of the most complete, well-made RTS experiences on the iPhone await...""\n-Touch Arcade",Cat in a Box Games,12+,EN,19387392,Games,"Games, Simulation, Entertainment, Strategy",12/12/2009,2/03/2016
-https://apps.apple.com/us/app/alien-antigens-lite/id343751704,343751704,Alien Antigens Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/db/1a/87/db1a8735-1ef5-0d3c-e381-5e4ae8ea60e7/source/512x512bb.jpg,2,18,0,,"Fun, fantastic, and furious. Aliens attempt to overrun your spacecraft by laying their eggs. You must shoot antigens into the alien hive. To complete your mission, make matches of three or more to remove eggs and antigens. Earn power-ups to protect your ship. Work quickly before the piston pushes alien eggs and antigens onto the control deck of your ship. Four levels of unlimited challenge increase in speed, difficulty, and intensity. Accuracy and speed multipliers are recorded and increase your score. \n\nUse game sound effects or enjoy your own playlist, changing songs during play.\n\nThe lite version allows you to play up to 15 levels in each difficulty.\n\nMultiplayer gameplay and global leader boards just added.",Twisted Noodle llc,4+,EN,6556139,Games,"Games, Strategy, Puzzle, Entertainment",15/12/2009,16/02/2010
-https://apps.apple.com/us/app/shredder-chess-lite/id343795703,343795703,Shredder Chess Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/e1/70/0d/e1700de8-f81d-fdb8-c9e7-77cd50bb3020/source/512x512bb.jpg,4,836,0,,"""Shredder, the most successful chess program ever, is now also available for the iPhone. You can play against Shredder and solve chess puzzles. It offers the usual Shredder standard for your pocket.\n\nThe 12 times computer chess world champion Shredder is able to mimic the play of a human chess player with any playing strength. He even deliberately makes typical human mistakes in those levels.\n\nSolve 100 built in chess puzzles. Shredder keeps track of your performance and offers advice if needed.\n\nYou can adjust Shredder\u2019s playing strength and, if you like, Shredder automatically adjusts his strength to yours. He even calculates an Elo rating for you. This is how the playing strength of chess players is typically measured.\n\nDuring the game a coach is watching your moves and warns you if you are about to make a mistake.\n\nSee how you are getting better and better the more games you play and the more chess puzzles you solve.\n\nShredder Chess Lite features:\n\n* Adjustable playing strength\n* Intuitive and very easy to operate\n* 100 built in chess puzzles\n* See your rating in a diagram\n* Coach shows your mistakes\n* Great variety: opening book with more than one million moves\n* Load and save games (incl. names, date, etc.)\n* Different chess boards and pieces\n* two player mode / enter moves\n* Learn the name of the opening you are playing\n* Accessibility / VoiceOver support\n* Improve your play whenever and wherever you like\n\n\n'Shredder Chess Lite' is a fully-functional version of 'Shredder Chess' for casual chess players. If you are an active player, need more features or simply want the best you should take a look at our pro version 'Shredder Chess'.\n\nHere is what you will additionally get in our pro version:\n\n* The strongest chess engine for the iPhone\n* Can be set to outstanding playing strength\n* 1000 built in chess puzzles\n* Send games via email\n* Different playing styles from passive to aggressive\n* Enter and analyze any position you like\n* Analyse your games with Shredder, find your mistakes and improve your play\n* 10 USD discount coupon for Shredder 13 Mac/Win on shredderchess.com""","Eiko Bleicher, Skizzix.com",4+,"EN, DE",24859648,Games,"Games, Education, Board, Strategy",18/12/2009,20/09/2017
-https://apps.apple.com/us/app/home-sweet-home-lite/id343816134,343816134,Home Sweet Home LITE,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/3a/7a/7b/3a7a7b33-1e83-3d84-7219-a32fbfd990c9/source/512x512bb.jpg,3.5,13618,0,2.99,"*The game that spawned the whole new genre and already reached more than 10 million players is finally available on iPhone.\n\n*Need a room designed? You\u2019d better call the Home Sweet Home team!\n\n*Home Sweet Home will give you the chance to unleash your hidden talents as an Interior Designer. You choose the furniture, patterns, and colors to create a masterpiece that will blow your client away.\n\nWith simple controls, a fun graphical style, and an easy to use interface, Home Sweet Home allows you to nurture your creative side. Remember, a house is not a home until it is a Home Sweet Home!\n________________________________________\nHere is what critics are saying:\n\n""The seamless combination of time management, puzzle-solving, and strategy creates an endlessly entertaining game that\'s both easy enough to be manageable but hard enough to present a challenge."" - 5/5 Stars *App-Reciation Reviews*\n\n""...a beautiful game that challenges our designing and strategy skills."" - *iPhone Footprint*\n\n\u201cThe sort of title that you just know is destined for great things, and makes you proud to be a casual gamer.\u201d \u2013 *Gamezebo.com*\n\n\u201cHome Sweet Home is an original game to make your life, crazier, funnier, and brighter. The game features an attractive idea and combines different game styles.\u201d \u2013 *GameMile.com*\n\n\u201cAn original, eye-catching blend of puzzle-solving and real-time strategy mechanics based on an innovative concept\u201d 4.5 stars *gamezebo.com*\n\n*Winner of Shockwave\u2019s Best Downloadable Game 2008.",Big Blue Bubble,4+,EN,25593921,Games,"Games, Lifestyle, Simulation, Strategy",10/12/2009,9/11/2012
-https://apps.apple.com/us/app/six-logic-use-your-brain/id344058289,344058289,Six Logic: Use your Brain!,,https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/f2/04/06/f20406e9-2e97-8cad-92a3-562f68399864/source/512x512bb.jpg,4,64,0.99,,"Do you like logic games and puzzles? Then, Six Logic is what you have been looking for :)\n\nInfinite different puzzles with three levels of increase difficulty!\n\nSix Logic is a puzzle game based on a famous riddle which will make you use your brain like never before!\n\nSix Logic will challenge your logic skills to solve a 6x6 matrix of cells. Each cell can have six possible values. In order to win, you will have to find which figure is hidden in each cell.\n\nEach row contains some unique figures in a certain order. To help you solve the puzzle, some hints will be shown on the screen. Each hint can be used to discard one or more figures in one or more cells.\n\nNOTE: There is an in-game option to send bug reports, which will send the full state of the game. To send a bug report, just pause the game and hit the bug report icon. It will prompt you to send an email with some internal game data along with a game screenshot.",Horacio Jimenez,4+,"EN, ES",53878784,Games,"Games, Puzzle, Strategy, Entertainment",14/12/2009,25/09/2014
-https://apps.apple.com/us/app/zen-wars/id344115274,344115274,Zen Wars,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/32/60/7f/32607f16-8505-a4f2-bca4-6ee7402aef4d/source/512x512bb.jpg,4,184,0.99,"0.99, 0.99","Build your base, place your cannons and attack! Zen Wars is a fast paced strategy-puzzle defense game that challenges players to build, repair and destroy the enemy! Defeat Lord Evilz\' army in single player mode, compete in intense 2 and 3 player online battles and become the ultimate Zen Master!\n\nNew and Noteworthy in the US, Austrian, German and Swiss App Store! Recommended by Touch Arcade, iFanzine, Adrenaline Vault, Nine over Ten and 148apps!\n\n\nBUILD YOUR FORTRESS\nSurround your base and fortify your walls. The more bases you acquire, the more cannons you will have at your disposal. Repair and fortify the base walls after each round to build up your defense.\n\nPLACE YOUR CANNONS\nOnce you surround your fortress, place regular cannons, super cannons and powerful laser cannons. Be careful - place too many cannons and you will run out building space!\n\nDESTROY!\nUse your cannons to destroy Lord Evilz\u2019 army. You\u2019ll be facing angry huns, crazy warriors, giant war pandas, and eventually Lord Evilz himself! Every shot counts! Fortify your fort and destroy Evilz in Zen Wars!\n\nONLINE MULTIPLAYER\nTake on 2 or 3 \u201cfriends\u201d in Game Center multiplayer mode and blow holes in their fortifications to ensure their demise. Earn 17 challenging Achievements and climb the leaderboard ranks and become the #1 Zen Wars Master!\n\n\n\u2028Key Features:\n\n\u2022 Silky smooth touch screen control that let you build your fortress, place cannons and destroy the enemy with pin-point accuracy.\n\n\u2022 Multiple modes of play including: Campaign, Survival and Multiplayer!\n\n\u2022 Full Game Center support with 17 challenging achievements, multiple leaderboards and voice chat supported online multiplayer.\n\n\u2022 Fun. The most important key feature.\n\n\nPRESS QUOTES\n\u2022\u2022\u2022\u2022\u2022\n\u2028\u2028""You\u2019ll need to think on your toes in order to make the correct preparations for multiple attacks, adding an extra layer of strategy and planning over other similar games."" \u2028- Touch Arcade\u2028\n\n""Zen Wars\u2018 markedly different style will come as a real breath of fresh air to genre fans."" 4.5/5 \u2028- iFanzine\n\n""Zen Wars should be a game that every mobile gamer purchases."" 5/5 - Adrenalin Vault\n\n""The ability to find other players through Game Center makes it a must-have for fans of castle defense games."" - AppAdvice.com\n\n""This game should be in any Tower Defense aficionado\u2019s iOS library. HIGHLY RECOMMENDED!"" 4.5 / 5 - Nine Over Ten\n\u2022\u2022\u2022\u2022\u2022",subzero.eu,9+,"EN, FR, DE, JA, ZH",56263680,Games,"Games, Strategy, Entertainment, Casual",11/08/2011,23/10/2017
-https://apps.apple.com/us/app/3-boxes/id344942625,344942625,3 Boxes,,https://is5-ssl.mzstatic.com/image/thumb/Purple127/v4/7a/ea/a0/7aeaa0cb-7d49-6632-afc7-ef502747e1f9/source/512x512bb.jpg,2.5,310,0,0.99,"""1998 unique levels. First 100-150 are relaxing and after that it will become harder and harder and finally you will be challenged with mastermind puzzle you won't even see where to start.\n\nIf you like sudoku and 'unblock' kind of games, you will be delighted playing 3 Boxes.\n\nYour objective is to remove all boxes from the field to the last one.\n\nEach move can block you from resolving puzzle at final step.\nSo plan your strategy carefully.\nNo worries though, you can undo every move without limits.\n\nPuzzles are procedurally generated and sorted from the easiest to the mind blowing. The latest are what make this game the hardest game to finish.\n\nI hope you enjoy it!""",Jan Mazurczak,4+,EN,26754048,Games,"Games, Entertainment, Strategy, Puzzle",17/12/2009,2/05/2017
-https://apps.apple.com/us/app/age-of-conquest-asia/id345015452,345015452,Age of Conquest: Asia,Asian Conquest,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/71/29/81/7129816e-3c31-da0b-030a-0bb93dd3b729/source/512x512bb.jpg,3.5,92,2.99,,"""Asian Conquest for iPad, iPhone and iPod Touch.\n\nAge of Conquest ASIA is a medieval risk-like turn-based strategy game where you take the reins of a budding empire and struggle against fellow empires for control of Asia. In one game, up to 20 players vie for supremacy, but only one can be victorious. Every game you win pushes up your score, until you don't just dominate the world, but also your fellow players. Then all will be in your shadow and not just peasants, but even kings will worship you! All this can be yours, but only if you triumph.\n\nThis full version contains the following game-play options:\n - multiple scenarios\n - over 45 empires to choose from\n - conquer the whole map\n - god mode option\n - random placement option\n - random fill option\n - mute sounds\n - improved AI\n\nWARNING: For strategy game enthusiasts only!""",Noble Master LLC,12+,EN,37567488,Games,"Games, Entertainment, Board, Strategy",15/12/2009,12/10/2018
-https://apps.apple.com/us/app/strimko-lite/id345748786,345748786,Strimko Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/71/29/bb/7129bbcd-bd1c-5532-3bbf-e53a430bbb44/source/512x512bb.jpg,3.5,324,0,,"STRIMKO\u2122, the popular web-based logical puzzle game, comes to the iPhone / iPod touch, so you can play on the move. Strimko is a number puzzle that introduces a new twist on the classic Latin Squares concept described by the famous Swiss mathematician Leonhard Euler (1707 - 1783) and popularised in forms such as Sudoku and similar number puzzles. \n\nStrimko puzzles are all hand-crafted, tested and difficulty graded by experienced puzzle composers to provide a continuing challenge and attractive puzzle designs. Once you\'ve played hand-crafted puzzles, you\'ll never want to play mass-produced computer-generated puzzles again.\n\nRules: Each row, column and stream (connected groups of circles) must contain only unique numbers (1 through to the puzzle dimension).\n\nThe rules are simple, but they give rise to a uniquely appealing logic for solving puzzles, and the possibilities for challenging puzzles are endless.\n\nFEATURES:\n\n* 9 never before published puzzles, different from those in the full version\n* 3 difficulty levels: Easy, Medium, and Hard\n* Puzzles in three sizes 4 x 4 through 6 x 6\n* Choose between Original, Classic, Grayscale or Random skins to change the look of puzzles\n* All puzzles are hand-crafted by humans for humans\n* Each puzzle is solvable logically and has a unique solution\n* Intelligent hinting system hints a space that can be logically deduced from the current position- no random hints that spoil the challenge\n* Additional puzzle packs available\n* Access to play and control music from your library from within the app (requires OS3.0 or above)\n* OpenFeint support- achievements, forums/chats and more\n\nCHECK OUT THE FULL VERSION:\n\n* 120 never before published, hand-crafted puzzles including 20 available to unlock\n* Master puzzles - new difficulty level introduced for the first time\n* Puzzles in four sizes 4 x 4 through 7 x 7\n* At least 20 hours of challenging gameplay for all but the most skilled players\n\nSTRIMKO GOLD ALSO NOW AVAILABLE: \n\nGet all the content from the full version and downloadable packs- over 300 puzzles in total. Plus you\'ll receive all puzzle packs that are released in the future as free updates. Strimko Gold is the best value way to access a ton of Strimko content.\n\n****\n\nWHAT REVIEWERS ARE SAYING:\n\n""If you want a good quick pick-up-and-play puzzle game for your iDevice, Strimko is a great app""\n--- TouchMyApps\n\n""If you like sudoku but looking for a new challenge, Strimko is a good bet""\n--- iCasual, The Portable Gamer\n\n""Beats Sudoku at its own game""\n-- AppChap.blogspot.com \n\n""With the possibility of more and more unique puzzles coming on board through in-app purchases, this is truly a great game that will live on your iPhone/iPod Touch for a really long time.""\n--- AppsDoiPhone.com\n\n""There\'s a lot of gameplay here and I think you\'re going to enjoy it, like I said, especially if you\'re a puzzle lover like myself""\n--- App Calendar\n\nMORE:\n\nDiscover more Strimko online at www.strimko.com\nFollow Strimko on Twitter at twitter.com/strimko\nBecome a Strimko fan at facebook.com/pages/strimko/137397689322\n\nCREATORS:\n\nThe Grabarchuk Family: www.grabarchukpuzzles.com\nQuokka Studios: www.quokkastudios.com\n\nStrimko is a trademark of The Grabarchuk Family.","Puzzlium, Inc.",4+,"EN, JA, ES",13945969,Games,"Games, Strategy, Puzzle",17/12/2009,21/10/2011
-https://apps.apple.com/us/app/rogue-planet-free/id346622193,346622193,Rogue Planet - FREE,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/74/51/f7/7451f716-a952-1334-a519-5fedd7c318e6/source/512x512bb.jpg,3.5,1736,0,,"Plunge into this unique turn-based strategy game set in a futurist world.\n\n- Realistic environments and animations: Sci-fi visuals and 3D backgrounds provide maximum immersion in the game.\n\n- Optimized gameplay: Touch the screen to select your units, zoom-in or rotate the game field.\n\n- A lively soundtrack for a unique feeling of intensity: Epic themes, shouting soldiers and mechanical sound effects give life to your army!\n\nFULL GAME FEATURES:\nTake command of unbelievable battles in Solo and Multiplayer modes!\n\n- A breathtaking story mode: Discover the story through numerous cutscenes. Complete 19 campaign missions to defeat the machines and take back Earth!\n\n- Get ready for endless fun! Quick Play mode features 34 maps: 19 from Story mode, and 15 new ones playable with 2 different armies and 3 difficulty levels.\n\n- Multiplayer mode: Face your friend\u2019s army via local Wi-Fi or Bluetooth connection (online multiplayer via Wi-Fi or 3G coming soon in a next update).\n\nCertain apps allow you to purchase virtual items within the app and may contain third party advertisements that may redirect you to a third party site.",Agharta Studio,9+,"EN, FR, DE, IT, JA, ES",80186242,Games,"Games, Action, Strategy",18/12/2009,18/12/2009
-https://apps.apple.com/us/app/fragmental-3d-lite-build-lines-with-falling-blocks/id346656942,346656942,Fragmental 3D Lite - Build Lines with Falling Blocks!,,https://is4-ssl.mzstatic.com/image/thumb/Purple6/v4/e3/e8/36/e3e836bb-9e2f-3967-f105-4657a9c17027/source/512x512bb.jpg,2.5,1377,0,,"Leave Tetris\xae in the two-dimensional dust. Slide, spin, and force-drop falling blocks in full 3D! Build rows across the grid to clear lines, make combos, and score points.\n\nFragmental 3D is a Universal/HD app \u2013 the best \u201c3D Tetris\u201d game for your iPhone/iPad devices!\n\n***This is the LITE version of Fragmental 3D.*** With the FULL version, access several gameplay modes, new Fragment collections, six beautiful environments, and more! Play it on all your iOS devices. GameCenter enabled.\n\nSee Fragmental 3D in action: http://youtu.be/NeGtcuuAI6M",Aesthetic Interactive,4+,EN,7988224,Games,"Games, Puzzle, Entertainment, Strategy",23/12/2009,4/11/2015
-https://apps.apple.com/us/app/gerrys-pegs/id346728338,346728338,"""Gerry's Pegs""",,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/d3/9e/5d/d39e5d5d-882e-e65e-921d-6664e73a7093/source/512x512bb.jpg,2,6,0.99,,"""Gerry's Pegs is a simple game to challenge your wits.\n\nThe goal of the game is to end up with as few pieces as possible.\nTo acheive a \u201cPerfect Game\u201d, the game must finish with a single piece on the board in the position of the initial empty position.\n\nVisit my web page for a video demonstration of the game.\n\nThe rules of Gerry's Pegs are simple:\n- Remove the initial piece from any position on the board\n- Choose a piece and jump either horizontally or diagonally over an occupied position into an empty position.\n- The piece that you jump will be removed from the board\n\nFeatures Include:\n- Ability to generate the moves for Best Possible and Worst Possible games for you\n- Allows you to undo your moves\n- Keeps track of game statistics\n- The colour of the sky reflects the time of day (black = night, blue = day)""",Gerry Beggs,4+,"EN, FR",13468672,Games,"Games, Strategy, Board",20/12/2009,12/11/2016
-https://apps.apple.com/us/app/merchant/id347024989,347024989,Merchant,,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/6b/ff/84/6bff84e1-ad9f-f19f-d8a5-9eaba9bef37e/source/512x512bb.jpg,3.5,96,0,"2.99, 3.99, 0.99, 0.99, 9.99, 3.99, 6.99, 3.99, 0.99, 0.99","Explore the world, build settlements, trade goods and steal in Merchant, the real location based massive multiplayer game.\n\nIn Merchant the real world is your playing field. You can build a lumberjack cabin at your home address and a stone quarry where you work - then go for an iron mine in your favorite bar.\n\nFeatures:\n\n* The real world is the playing field of Merchant. Claim locations you visit often and build settlements that produce the commodities you want to trade in.\n* Upgrade your settlements: choose from over 50 different buildings each with their own special abilities.\n* Expand your caravan as you get richer. Buy more wagons and hire specialists like a thief or a carrier.\n* Explore the world and discover over 40 different kind of land types, from thick jungles, to deserts, to extinct volcanoes.\n* Find rare commodities on your trips, bring them home and sell them for a profit.\n* Connect with your friends who play Merchant using Game Center.\n* Attack or conquer by culture to become more powerful.\n* Become Knight, Count, Duke or Prince and rule the city you live in, or even the state or the country.",Oberon Interactive,4+,EN,52686848,Games,"Games, Social Networking, Simulation, Strategy",12/06/2014,15/01/2015
-https://apps.apple.com/us/app/european-war-lite/id347872059,347872059,European War Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/2d/23/71/2d237194-2c2a-3d6b-67b2-68e2e1665b1c/source/512x512bb.jpg,3.5,1739,0,,"European War (musket & artillery) is a new style strategy game for iPhone & iPod. It takes you to battleground Europe during the eighteenth century and nineteenth century. In this game many tactics been used in order to defeat the other forces. You can select six empires: British, French, Ottoman, Russia, Germany and Austro-Hungary in this age. If your army conquest enemy\u2019s territory your total tax revenue will be improved. You would get all of the empire\u2019s Territories and improve yourself total tax revenue after your army conquered enemy\u2019s Capital. Tax can be used to purchase cards (Draft Card, General Card, Marshal Card, Ship Card, Fortress Card, Cannon Fire Card.)\n\nFEATURES:\n-Include five difficulty levels.\n-Include 6 common cards and 6 empire\u2018s special cards.\n-Include two mode: CONQUEST MODE and BATTLE MODE.\n-CONQUEST MODE: select one of the six empires to defeat other empires.\n-BATTLE MODE: select three campaigns (Battle of Toulon (1793), Battle of Marengo (1800), Battle of Austerlitz (1805)) .\n-72 Territories (include sea and capital) every territory has its taxation.\n-Extend risk style battle mode (easy, various and interesting).",EASY Inc.,9+,"EN, JA, ZH, ZH",14912432,Games,"Games, Strategy, Simulation",31/12/2009,18/01/2011
-https://apps.apple.com/us/app/instant-chess/id347920086,347920086,Instant Chess,Play chess online,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/4d/23/2d/4d232d59-83b4-17fb-4163-19c9fec64b6d/source/512x512bb.jpg,4,1009,0,"1.99, 1.99, 8.49, 3.99, 0.99, 1.99, 7.99","""InstantChess is a truly multinational community of chess players. Our players are well distributed across chess playing continents \u2013 Middle East (30%), Europe (25%) and North America (20%), which makes InstantChess a perfect battlefield for a clash of minds and the best way to relieve any tensions. Get on now! Play chess, not war!\n\n\u2014 Instant matching with people from all over the world\n\u2014 Any game clock (for paid subscribers only)\n\u2014 Live chess tournaments (please, first sign in on our website)\n\u2014 Challenge your Facebook friends\n\n+ PLAY OFFLINE\nIf you are missing Internet connection you can still enjoy playing chess with computer opponent (Coach) using standard or Legendary Chessmen.\n\n+ LEGENDARY CHESSMEN\n36 sets of elaborate chessmen from different corners of the world and 19 chess boards were reproduced from real objects and are now available for the game. It is very likely you will find chess set that is popular in your country!\n\nBEST RIVALS\nCreate your own 'collection' of the best matching opponents. Send them game invitations, accept their offers or watch their live games \u2013 you will never miss a good game of chess!\n\nUnlimited ad-free play for InstantChess website subscribers.\n\nPLAY LIVE CHESS AND KEEP YOUR BRAIN FIT!\n\nSUBSCRIPTION OPTIONS\n\nUnlimited Play \u2013 unlimited number of games to play with no ads, any prefered game clock and opponent level for the following 7 or 30 days.\n\nPayment will be taken from your iTunes account as soon as the purchase is validated. Your subscription renews itself automatically provided you do not disable auto-review during the 24-hour period before the current period expires. The renewal charge will be applied to your account within the 24-hour period before the current subscription expires. You remain in control of your subscription and you can disable the auto-renewal feature at any time through your account settings.\n\nTerms and Conditions: https://www.InstantChess.com/useragreement\nPrivacy Policy: https://www.InstantChess.com/privacypolicy\n\nFor any questions please contact our support team at www.InstantChess.com/support""",InstantChess Ltd,4+,"EN, RU",123698176,Games,"Games, Board, Lifestyle, Strategy",29/12/2009,18/01/2019
-https://apps.apple.com/us/app/solve-my-sudoku-penultimate/id347990652,347990652,Solve My Sudoku Penultimate,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/fd/3e/fc/fd3efcbd-68b0-e490-9d79-edcc6fc9a0f5/source/512x512bb.jpg,2,602,0,,"Solves sudoku puzzles for you, either hint by hint or all at once.\n\nSecond fastest sudoku solver on the iPhone today.",Bata Construction,4+,"EN, FR, DE, IT, JA, ES",215840,Entertainment,"Entertainment, Strategy, Games, Puzzle",29/12/2009,3/02/2011
-https://apps.apple.com/us/app/optia/id347996243,347996243,Optia,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/e5/36/fe/e536feda-b6c4-d7ee-c848-b58411543519/source/512x512bb.jpg,4,1335,2.99,,"""NOTE: Optia syncs progress across devices! Please see below for directions.\n\nOptia is a beautiful, immersive physics game about reflected light. You must activate all targets in each level with a laser beam, powering the transition to the next.\n\nFortunately, your puzzle-solving instincts come in handy here! Using a clever assortment of mirrors, you can reflect a beam in any direction, split it into two separate beams (or four, or eight, or sixteen...), and if you must, sacrifice your own laser to clear a path to that last target.\n\nAnd Optia doesn't end there! After cutting your teeth on the main campaign, you can create your own levels and upload them for others to play.\n\nWith 100 main levels, more than one thousand user-created levels, and a polished ecosystem for creating, playing, and rating new levels, you never really need to stop playing Optia. And you can decide if that's a good thing.\n\n- Featured in Apple's New & Noteworthy\n- Winner of Applied Arts Magazine Award for Game Design\n\n----------------\n\nTIPS & TRICKS\n\n- To sync levels across devices, unlock the level editor by completing 30 levels. Then, in the Editor level menu (the wrench icon), create an alias and a password. Finally, load Optia on your second device, go to the Editor menu, and log in.\n\n- Load a previously solved level with its solution by tapping the level's colored dot in the level menu.\n\n- When scrolling through the level menu, tap the Optia logo to jump back to the level you're currently playing.""",Beder Studios,4+,EN,32712704,Games,"Games, Entertainment, Strategy, Puzzle",29/12/2009,11/02/2018
-https://apps.apple.com/us/app/hipercubo/id348056335,348056335,Hipercubo,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/8c/2a/b9/8c2ab92b-d7bd-17ba-ebc4-03ccc2c16c8a/source/512x512bb.jpg,3,86,0,,"Did you ever wondered how it feels to be trapped inside a higher-dimensional room? There is no way out, anywhere you run, any door you open will get you back to the original place.\n\nWhen a cube is stretched into the 4th dimension, it becomes a Hypercube, composed of 8 interconnected cubes. Hipercubo is a puzzle game inside a Hypercube.\n\nYou will need to turn, twist and fold it inside out to bring the desired cubes, avoiding obstacles, searching for powers and ways to get in locked cubes.\n\nHipercubo makes us think about higher dimensions discovered by physicists and how our universe is structured, being finite in space, but unbounded. You can run trough the 8 cubes forever and will never reach the end, like an ant running on the surface of a balloon...\n\nIncludes an exhilarating off-game full-screen mode. Tilt and twist the Hypercube with the accelerometer while listening to the amazing sci-fi soundtrack provided by Cromo.s\xf4nica.\n\nPlay it Freestyle or take the Challenge in 56 puzzles!\n\nHeadphones highly recommended!",StudioAvante,4+,"EN, PT",13109248,Games,"Games, Strategy, Entertainment, Puzzle",11/01/2010,17/01/2017
-https://apps.apple.com/us/app/2012-zombies-vs-aliens-warfare/id348308731,348308731,2012 Zombies vs Aliens Warfare,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/4b/8b/81/4b8b816c-ad6f-8702-1934-4706b7a4dbbd/source/512x512bb.jpg,3.5,37350,0,,"OMG, READ CAREFULLY!!!!\n""Shoot down Aliens!..."" - ABC News Television Broadcast.\n\nOver Half a MILLION Players with 4 stars rating! - You gotta check ZvsA out.\n\nNote: If you need multiplayer tell all your friends to download this game! \n\nWARNING:\nIf you have tests, exams or busy at school/college -\nPLAY WITH CAUTION! \nHere is why:\n""This game is so good I failed my science exam"" - PlayHaven User\n""So Good... I missed school yesterday"" - iTunes Reviewer\n\nOver quarter of a MILLION Players with 4 stars rating! - You Gotta check this game out! \n\nTHE Reviews:\n""""2012 Zombies vs Aliens... is a really cool tower defense... I have been playing ...for past few days and its been offering a lot of game play... If you like tower defense apps then check it out..."" -appmodo.com\n\n""2012 ZvsA is a no brainer. It will give you countless hours of gameplay and hits that perfect sweet spot between individual level play time and strategy."" - 148Apps.com\n\n""With three difficulty settings, as well as the Alien campaign mode, you could conceivably play this game for a very long time...."" - SlideToPlay.com \n\nABOUT 2012ZVSA:\nThis is a unique version of the game. The game gets progressively challenging and the AI is tuned to be really smart... XD\n\nYou Gotta Try this, and yeah don\'t forget to tell all your friends about it!!!\n\nTHE Mess:\nIn 2012, Aliens in search of new habitats, wiped out the human race, mistaking them for just another pest on Earth. Their massive alpha particle weapons laid waste the planet, leaving them room to sow the seeds that would make the planet livable for them.\nUpon returning years later, expecting a new haven, they found that those same alpha particles would over time turn dead human flesh alive. Dead humans were not what the aliens expected, and a new power struggle to claim lordship over the planet began\u2026 You are the commander! A Zombie Commander. Beat the aliens out and save Zombianity.\xa0\xa0After that you can unlock and become the Alien Commander and rule over earth. What would you like to be?\n\nFEATURING:\n* Literally DAY\'S of Gameplay!\n* Amazing Sound-effects with insanely cool graphics! \n* Particle effects!\n* Dynamic Artificial Intelligence System\n* Two Unique Civilization options (Zombies and Aliens) \n* 56 Zombie Levels - 8 Cities to conquer with 7 sub-levles in each! \n* 56 Alien Levels - 8 Cities to conquer with 7 sub-levles in each! \n* 112 Levels in Total!\n* 7 Zombie Soldiers with 3 unique bombing options \n* 7 Alien Soldiers with 3 unique bombing options \n* AND MORE...\n\nAWESOME OpenFeint integration:\n* Over 40 Open-Feint Achievements to be DISCOVERED! \n* 1000 OpenFeint points to be LOOTED!\n* 6 Unique Open-Feint Leader Boards... wow",Infinidy Corp,12+,EN,14556326,Games,"Games, Strategy, Role Playing, Entertainment",10/01/2010,11/07/2011
-https://apps.apple.com/us/app/crazy-chess-random-ba-net/id348639431,348639431,Crazy Chess Random - BA.net,Many Fun Variations no IAP,https://is1-ssl.mzstatic.com/image/thumb/Purple114/v4/f1/34/87/f1348718-e353-9c87-9a5d-c7e0ca5d2833/source/512x512bb.jpg,2,119,0,,"The game is based on the game of chess but contains rearranged chess pieces. Free game, no IAP. \n\nCrazy Chess is played using a normal chess board. The moves and pieces are the same as the original game. Because of the rearranged pieces, players cannot use typical chess opening moves.\n\nThe game is good for helping newer and more experienced chess players learn how the game works. It helps understand chess, and eventually become better at the game through learning how to ""read the board"".\n\nCrazy Chess is a derivative of Fischer Random Chess and Really Bad Chess. On the BA.net Crazy Chess version the second line of pieces is generated at random. With more chances of higher weight pieces.\n\nYou can get a new board every time you reload the app! Also the computer player is a bit unluckier when getting chess pieces. Have fun!\n\nGame Design\nThe game is fast and exciting as you start right into the middle game.\n\nCastling is done by moving the king, rook moves automatically.\n\nWhen swapping sides the computer makes its move instantly (since it\'s its turn) so you may be disoriented at first and not notice it.\n\nAI Design:The computer recursively explores the tree of possible moves, keeping score along the way. It tries to take as many pieces as possible and get into the center early. That\'s about all. It\'s endgame strategy is to win before the endgame. \n\nNew. Simulate Chess Games. Play Chess without Moving Pieces. Guess AI Game Result. Stockfish AI.\n\nFree Chess App with various skill levels, and fun style of play. New Basic game, and PRO game, including 2 player board option. \n\nAlso included on-line chess library, with hundreds of classic games for replay. Chess Clock, Chess Puzzles, Remote Multi Player Chess and more.\n\nMany hours of fun in a small app footprint.\n\nBA.net/juegos/crazychess",Jaime Garcia Ghirelli,4+,EN,46803968,Games,"Games, Board, Education, Strategy",30/12/2009,30/01/2019
-https://apps.apple.com/us/app/bungee-stickmen-australian-landmarks-lite/id348741265,348741265,Bungee Stickmen - Australian Landmarks {LITE +},,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/3d/fe/c6/3dfec6d8-7e40-91b9-5368-ff8a64e5baa7/source/512x512bb.jpg,3,1229,0,"37.99, 199.99, 0.99","\u2588 Have hours of fun doing 180 jumps in this physics based app! Calculate the length of rope and watch the stickmen dive. The stickmen are extreme sportsmen, get them close to the ground to give them a thrill, but be careful or they will splat!!! Each level is more difficult than the last. Can you complete all 180?\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nBungee Stickmen - Australian Landmarks {LITE+} uses actual physics parameters to let the stickman dive, bounce and splat in a very realistic way. You are the bungee master! Use Newton\u2019s laws of physics to work out what rope length you need. Then let gravity do the rest.\n\nAdjust the settings to either imperial or metric measurements!\n\nCalculate the best length of unstretched rope based on the following:\n\nBungee Tower Height\nStickman Height\nStickman Weight\nRope Flexibility\n\nGive the stickmen a thrill! You gain points as he nears the ground. But hit the ground and you lose points. You need a certain number of points to progress to the next level.\n\nYou get 3 jumps to meet the level points target. There are 5 levels each higher than the last. There are 12 Stages with increasing difficultly.\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nWebtopia iPhone Apps is the trading name for Poulet Maison Pty Ltd",Poulet Maison Ptd Ltd,12+,"ZH, EN, FR, DE, IT, JA, ES",10781853,Medical,"Medical, Adventure, Strategy, Games",13/01/2010,27/02/2010
-https://apps.apple.com/us/app/bungee-stickmen-australian-landmarks-lite/id348741265,348741265,Bungee Stickmen - Australian Landmarks {LITE +},,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/3d/fe/c6/3dfec6d8-7e40-91b9-5368-ff8a64e5baa7/source/512x512bb.jpg,3,1229,0,"37.99, 199.99, 0.99","\u2588 Have hours of fun doing 180 jumps in this physics based app! Calculate the length of rope and watch the stickmen dive. The stickmen are extreme sportsmen, get them close to the ground to give them a thrill, but be careful or they will splat!!! Each level is more difficult than the last. Can you complete all 180?\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nBungee Stickmen - Australian Landmarks {LITE+} uses actual physics parameters to let the stickman dive, bounce and splat in a very realistic way. You are the bungee master! Use Newton\u2019s laws of physics to work out what rope length you need. Then let gravity do the rest.\n\nAdjust the settings to either imperial or metric measurements!\n\nCalculate the best length of unstretched rope based on the following:\n\nBungee Tower Height\nStickman Height\nStickman Weight\nRope Flexibility\n\nGive the stickmen a thrill! You gain points as he nears the ground. But hit the ground and you lose points. You need a certain number of points to progress to the next level.\n\nYou get 3 jumps to meet the level points target. There are 5 levels each higher than the last. There are 12 Stages with increasing difficultly.\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\nWebtopia iPhone Apps is the trading name for Poulet Maison Pty Ltd",Poulet Maison Ptd Ltd,12+,"ZH, EN, FR, DE, IT, JA, ES",10781853,Medical,"Medical, Adventure, Strategy, Games",13/01/2010,27/02/2010
-https://apps.apple.com/us/app/tic-tac-toe-countdown/id348792842,348792842,Tic Tac Toe Countdown,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/60/c9/4f/60c94fad-dc7e-ec21-3ded-74a98a452e57/source/512x512bb.jpg,3.5,14,0,,"The typical time killer game "" tic tac toe"" will come out with new functions, makes you keep going for hours. \n\nBasic rule is same as usual, Players alternate placing Xs and Os on the board until \neither one player has three in a row, horizontally, vertically or diagonally.\n\nBut what this game is special is that the symbol you placed first will disappear when your forth turns come, so players will never result in tie. \n\nCountdown until disappear will be shown upper right of each symbol.\nYou can choose whether or not to show the countdown number from the top page.",Mikito Yoshiya,4+,EN,9549824,Games,"Games, Board, Strategy",7/01/2010,1/04/2018
-https://apps.apple.com/us/app/space-harvest/id348795059,348795059,Space Harvest,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/8c/da/6a/8cda6a93-21ea-0485-f05c-c7bb255c1a60/source/512x512bb.jpg,4,342,0,,"Crazy retro real-time strategy, now updated for modern devices!\n\nFrom the App Store reviews:\n\n""Best RTS on iPod - After being disappointed with many rts games on the iPod, this game finally did things right.""\n""One of the most awesome RTS games""\n""Fun RTS...Don\'t think about buying it - BUY IT! Its Excellent!""\n""Fantastic RTS Game...They really packed a full RTS with a cool style into a little app""\n""If you like RTS games and you\'re looking for visual candy, this game satisfies both.""\n\n--\n\n""...packs a hell of a punch with its solid mechanics and beautiful design"" - AppSpy 4/5\n\nPocketGamer - 7 / 10\n\n--\n\nThe year is 2314. When a tiny asteroid falls to earth in the middle of the Pacific Ocean, it brings with it a MYSTERIOUS ALIEN VIRUS. Over the next few months, farmers and scientists around the world begin to notice a curious phenomenon - mushrooms are turning black, and dying!\n\nAs world mushroom stocks run low, stock markets plummet, and governments appeal for calm as protests become riots.\n\nNow, a cabal of the world\'s most powerful restaurateurs meet in secret. Their goal - to create a private space programme to seek out new supplies of mushrooms, wherever they may be found!\n\nFeatures:\n* Make your fortune at the edge of the galaxy!\n* Explore uncharted asteroids with oddly geometric shapes!\n* Investigate strange volcanic activity and harness the power of huge mutant mushrooms!\n* Invest in the latest space-age technology, including Energy Saving Lightbulbs and the GIANT SPACE DEATH LASER!\n* Compete against 5 bonkers opponents!\n* Fun retro graphics!\n* Awesome positional sound effects!\n* 9 fun (but challenging) maps!",All-Seeing Interactive,9+,EN,19326976,Games,"Games, Action, Strategy",26/01/2010,22/12/2017
-https://apps.apple.com/us/app/shark-attack-lite/id349841578,349841578,Shark Attack Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/d3/5e/a0/d35ea03e-f8ea-6cde-0a00-1ff22587925a/source/512x512bb.jpg,3,254,0,,"*** Download the NEW Shark Attack 2 game from here: https://itunes.apple.com/us/app/shark-attack-2/id624026184?l=en&mt=8 \n\n====\nThis is the LITE / FREE version of Shark Attack.\n\n=================\n\nThe Clash Soft brings you SHARK ATTACK! The most sensational and entertaining game like ""tower defense"" that exists for your iPhone or iPod Touch.\n\nYour mission is to protect your little fishes of large marine predators. In order to win and pass levels you will have to combine mental agility, strategy, tactics and speed.\n\nIn this unlimited adventure, with over 40 levels where each level will be different every time you play you need to buy different fishes or algae to defend yourself, get coins, be the best strategist and faster than the predators.\n\nIn addition to spending hours and hours of maximum entertainment you will compete in the top of the best world players through the online ranking and your 3G connection or Wi-Fi.\n\nDo you dare to enter the world of Shark Attack? Will you be faster than the shark, swordfish, whales and many more fish enemies?\n\nDo not hesitate and download Shark Attack now for your iPhone or iPod Touch!",The Clash Soft,4+,EN,8296134,Games,"Games, Casual, Strategy",3/02/2010,26/05/2011
-https://apps.apple.com/us/app/pinochle/id351086172,351086172,Pinochle,,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/88/99/e2/8899e2d7-4c16-c26b-6f6b-734608f20b5c/source/512x512bb.jpg,4.5,10311,0,,"""Full-featured, ad-supported pinochle app for iPhone and iPad. Play single- or double-deck with configurable options including meld bids and shoot the moon. Pinochle is updated frequently with user-suggested features and AI improvements. Also available in the App Store is a paid version with NO advertising: Pinochle Gold.\n\nPinochle is a card game played with a 48- or 80-card deck of 9s, 10s, jacks, queens, kings and aces. The game consists of a repeating sequence of bidding (for the right to name the trump suit and optionally to pass cards), melding, and trick-taking. Players score points by melding various card combinations and by taking tricks.\n\nIn this version, one human player (South) plays with a computer partner (North) and two computer opponents (West and East).\n\nBIDDING: Each player bids the number of points she thinks she can make with her hand. Player to the dealer's left is required to bid, and bidding proceeds to the left. Players who pass are out of the bidding for that hand. A typical high bid is 35 points (for 48 cards) or 60 (for 80 cards). High bidder names the trump suit for the hand and optionally exchanges cards with her partner.\n\nMELDING: Players get points by showing various card combinations. A run (or straight) in the trump suit is worth 15 points. Aces in all four suits is 10 points. Pinochle (queen of spades and jack of diamonds) is 4 points, or 30 points for double pinochle (two of each).\n\nTRICKS: Play begins with the high bidder, and proceeds around the table to the left, 4 cards per trick. Each trick has a winner, who gets 1 point per ace, ten or king.\n\nSCORING: If the high bidder fails to make the bid (his team's total meld plus trick points is less than the bid), the bid amount is subtracted from the team score. Play continues until one team goes out.""",fishdog.net,4+,"DA, NL, EN, FR, DE, NO, SV, TR",50140160,Games,"Games, Strategy, Card, Entertainment",11/02/2010,20/06/2019
-https://apps.apple.com/us/app/space-adventure/id351214816,351214816,Space Adventure,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/59/4c/40/594c400d-7ed0-58cf-a246-e0ddb58a3fd1/source/512x512bb.jpg,2.5,319,0.99,,"Travelling in space might be dangerous, as you can encounter aggressive forms of life that seek to destroy you. Unfortunately for humans, that\u2019s exactly what has happened: alien race called Devaurers invaded our galaxy and penetrated Solar system. These nasty creatures hate everything living, and their aim is to destroy life on Earth. The only hope to defend humans is unpiloted space warship Storm-1.\n\nIn this strategic game you are to protect the space ship while it is on a mission on different planets. Build towers to destroy the enemy on their way to attack the ship. Fly from one planet to another completing missions to save humanity, and use various strategies depending on enemy\u2019s behavior and planet\u2019s terrain. Pause the game to upgrade your weapons and resources and regroup your positions. \nEnjoy a thrilling and tense space-scale battle for the future of our kind.",Aleksejs Voloviks,4+,EN,47455232,Games,"Games, Simulation, Entertainment, Strategy",20/01/2010,27/08/2018
-https://apps.apple.com/us/app/m%C3%BC/id351448383,351448383,M\xfc,,https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/a6/2f/b7/a62fb749-a04e-b3f9-0b79-fd97ca5338a0/source/512x512bb.jpg,4,98,2.99,,"""Rated 5 dimples by AppSmiles.com and 9/10 on The iPhone App Review!\n\nPLAY ONE OF THE WORLD'S BEST CARD GAMES!\nM\xfc is a real thinking-man's trick-taking game. It offers the strategy of Bridge without all of the hassle of having to learn any bidding conventions. Find out for yourself why this game is beloved by gamers the world over.\n\nHOURS OF REPLAYABILITY AND VARIETY\nPartnerships and trump suits change with every hand. Sometimes trump is long, sometimes it's short, and sometimes there isn't any trump at all! It all depends on the bidding.\n\nLET THE GAME TEACH YOU HOW TO PLAY\nA quick-start tutorial and in-game tool-tips can help you quickly learn the basics of the game. You can also learn by reading the full rules complete with examples right from within the game.\n\nPLAY AGAINST CHALLENGING AI OPPONNENTS\nM\xfc boasts challenging and lifelike Artificial Intelligence opponents, each of which can be configured to match various skill levels.\n\nPLAY AGAINST YOUR FRIENDS OVER BLUETOOTH\nWant to play with a friend? Link your games over Bluetooth! Use the AI opponents to fill any empty seats around your virtual table.\n\nENDORSED BY M\xdc CREATOR FRANK NESTEL \nFrank Nestel has been involved from the beginning of development to ensure that the game would live up to his high standards of excellence. \n\nPLAY IN ENGLISH, GERMAN, SPANISH OR PORTUGUESE\nGerman Translation provided by Frank Nestel himself!\n\nFind out for yourself why the community at www.boardgamegeek.com rate M\xfc so highly, many of whom will tell you that M\xfc is their favorite card game of all time!\n\nFollow M\xfc on Facebook at http://facebook.com/MuGame.\nSee the demo video at http://www.youtube.com/watch?v=eNEYVF2i4hQ.""",House Full of Games,4+,"EN, DE, PT, ES",11632640,Games,"Games, Strategy, Entertainment, Card",21/01/2010,11/11/2014
-https://apps.apple.com/us/app/two-hearts/id351683087,351683087,Two Hearts,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/d5/ca/96/d5ca9642-ba31-16ed-6467-90251c2e7855/source/512x512bb.jpg,3,49,0,,"""Still wish it was Valentine's Day? Why celebrate love just once a year? Play Two Hearts every day of the year when Cupid strikes!\n\nThis fun, addicting game allows you to match candy hearts in order to reveal your secret Valentine! The lower the score, the more you win! Just make sure to do it fast enough or you will get a Valentine\u2019s surprise you won\u2019t forget!\n\nInstructions:\n- Two Hearts tests your ability to match two identical images.\n- Tap the hearts one at a time to find and match the images.\n- Match all hearts until your Valentine's image is revealed.\n- Lowest score wins!\n\nPlay this with your special someone throughout the year to make is seem like Valentine's Day...every day!\n \nTwo Hearts is a product of Abbacore LLC. Copyright \xa9 2010. All Rights Reserved.""",Abbacore LLC,9+,EN,5049774,Games,"Games, Entertainment, Strategy, Puzzle",15/02/2010,15/02/2010
-https://apps.apple.com/us/app/tanktigerses/id352292715,352292715,TankTigersES,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/8c/8b/b6/8c8bb6c7-bcfa-c6e8-67e7-2211c371e160/source/512x512bb.jpg,3.5,307,0,,"FREE Internet Matching! Fight with players around the world!!\nThis is the essential version of our app TankTigers.\nFeatures are limited to one tank, internet-matching and only one map.\nIf you love it, upgrade paths are also available.\n\n!!! INTERNET-MATCHING REQUIRES INTERNET CONNECTION VIA WiFi !!! \n\nThird person shooter 3D tank action game.\nThe stage is World War II. Fight in tanks in fierce battlefield.\n\n- You can play with players around the world through the Internet!!\n- High quality 3D graphics to the max performance of iPhone (iPod Touch 1st-).\n\nLet\'s play Internet-Matching battle royal!\nAll world players are waiting for you!\nThere are two ways to get a score: destruction of enemies and occupying the base.\nWatch out for situation messages!\nThe hint to victory is concealed there.\n\nYou can select only one tank --Chi-ha--, and the battlefield of Internet-Matching is limited in Berlin.\n\nAdditional features are available at ""in application purchase"".\n\n- Tank Pack 1 -- M4A3, T34-85, MatildaII --\n- Tank Pack 2 -- TigerI, StugIII, B1bis --\n- Single Player Mode -- Inc. 3 single player mode maps --\n- Multi Player Mode -- Inc. 3 multi player mode maps --",RustyRaven,9+,EN,16819162,Games,"Games, Action, Strategy",5/02/2010,25/05/2010
-https://apps.apple.com/us/app/admiral-battle-for-uranium/id353864056,353864056,ADMIRAL : Battle for Uranium,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/c2/a2/d3/c2a2d312-5924-2225-a2d4-83b5479351d6/source/512x512bb.jpg,3,41,2.99,,"""There\'s no security on this earth, only opportunity."" \n- General Douglas Mac Arthur\n\nPrepare your nukes, and obliterate your opponents with an apocalyptic thermonuclear barrage, but get it wrong and their devastating counter attack will bring you to your knees!\n\nS.M presents its second title, ADMIRAL, a stunning simulation of global thermonuclear war.\nYou play the role of a military general hidden deep within an Underwater bunker. Your mission - to successfully exterminate your enemy\'s civilian population whilst disabling their ability to attack your own. Start by launching your subs and bombers in order to control the last nuclear ressources of the world and increase your credits...\nStark and foreboding, it feels like you\u2019re at the centre of the Cold War even before a nuke has been fired.Refreshingly simple yet bursting with depth, ADMIRAL is enjoyable as both a quick blast as well as subtle strategic epic.\n\nGameplay:\n- real time strategy game\n- zoom on satellite view\n- choose among 6 territories, with their own features:\n\tNorth America (Zone 0) : \n -bombers\n\tEurope (Zone 1) : \n -persuadotron\n\tAfrica (Zone 2) : \n -scrambler (paralyser)\n\tAsia (Zone 3) : \n -stealth subs\n\tSouth America (Zone 4) : \n -electric field\n\tRussia (Zone 5) : \n -mines\n\n- upgrade your units\n- build shields to protect your cities from nuclear threat\n- carefully select the opponent you want to nuke (bombs are expensive!)\n- nuke other cities and protect yours to increase your score and ranking (keep an eye on the 6 color bars, up of the screen: the higher your bar is, the better!):\n - 1 000 000 enemy victims = + 1 000 000 points\n - 1 000 000 allies victims = - 500 000 points\n- 111 trophies to win\n- 3 difficulty levels: rookie, captain, admiral\n- autosave\n\nMail me if you need assistance: marsaults@@yahoo.fr",S.MARSAULT,12+,EN,47454208,Games,"Games, Simulation, Entertainment, Strategy",19/02/2010,29/09/2016
-https://apps.apple.com/us/app/vile-haberdashery/id353941606,353941606,Vile Haberdashery,,https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/49/d2/ee/49d2eed9-baac-30ec-9ad5-1e683d50fe07/source/512x512bb.jpg,3,11,0,,"The storm is raging outside the old Victorian mansion where the would-be heirs to the Vile Haberdashery estate have gathered. The matriarch is dying, and murder is in the air - whoever survives this night will walk away with a fortune!\n\nIn this nasty, conniving, and thoroughly awful multiplayer strategy game, players take on the role of one of the four nobles trying to kill off the others. Each noble is surrounded by a retinue of leeches, hangers-ons, and sycophants who can be bent to your will through the use of blackmail, flattery, or intimidation.\n\nYour goal is to gain influence over these subordinates, give one of them a weapon, and send them over amidst your opponents. If you have enough influence over the subordinates, and they have a weapon, they\'ll kill that noble for you, and you\'re one corpse closer to winning the game!\n\nThe game is played in a turn-based fashion, using an innovative ""pass the phone"" style. Each player takes a turn on the device, and then hands it to the next player to take their turn. The device is handed around between players until one of them wins. Audio cues triggered during play give other players clues as to what the current player might be doing, which adds to the intrigue.\n\nThis game may be played by 2 to 4 players, however, because it\'s all played on the same device, you only need one copy of the game to play with your friends. The casual nature of the game makes it an excellent diversion to play while doing other things - hanging out, watching television, on road trips, waiting for the movie to start, etc. It\'s a fun game to just pull out and run when you want something casual that engages your friends.\n\nThe original version of this game was created for the 2010 Global Game Jam by a team of 4 people. This version is a cleaned-up and improved version with new features.\n\nFEATURES:\n\n * Multiplayer casual strategy for 2-4 players.\n * Blackmail, flatter, and intimidate your subordinates to murder your rivals.\n * Fun, innovative gameplay that evokes Machiavellian intrigue.\n * Casual gameplay makes it ideal for parties, lunch breaks, or just when hanging out.",Barking Dog Interactive,12+,EN,19125248,Games,"Games, Role Playing, Strategy, Entertainment",10/02/2010,10/12/2015
-https://apps.apple.com/us/app/laser-chess/id355022891,355022891,Laser Chess,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/8a/2c/2f/8a2c2ffb-e0c6-060d-0f33-bc7158e21aed/source/512x512bb.jpg,1.5,200,0,,"Laser Chess is a classic chess game with lasers and mirrored pieces. This game is an implementation of the Advanced Laser Chess with custom boards (including classic laser chess) coming soon.\n\nDirections for using the game:\n\nMove by selecting a piece and choosing where it moves. Cancel move by deselecting.\n\nChange direction by dragging in any given direction. Cancel by changing direction back to original direction.\n\nTouch & hold down a laser or a stunner to fire. (Hold as long as necessary to observe beam bounces)\n\nFind out more at www.laserchess.org\n\nWe tried to make the game as quick as it can be, without english words (with the exception of the sounds), and based on the reference Laser Chess implementation. Please look for updates and custom levels once it is out and played by expert players. www.laserchess.org. 23 years of fun.\n \nNote: Laser Chass is for two player game to play on the iPad device.",Modular Dreams Inc,4+,EN,2651122,Games,"Games, Board, Strategy, Entertainment",1/04/2010,6/04/2010
-https://apps.apple.com/us/app/worms-2-armageddon/id355524910,355524910,Worms 2: Armageddon,,https://is1-ssl.mzstatic.com/image/thumb/Purple111/v4/6a/a8/04/6aa804f5-cfef-19ad-b4e8-542c638dd7de/source/512x512bb.jpg,4.5,9908,4.99,"0.99, 0.99","#1 Turn-Based Game in 135 countries - #1 Strategy Game in 100+ countries\n#1 Game overall 35+ countries - #Top 5 Game overall 80+ countries\n\nAsynchronous play - Worms\u21222: Armageddon\u2019s most requested feature is here!\n\nPlay up to 16 simultaneous games with your friends or use Game Center\u2019s auto-match facility to find new opponents.\n\nGrab your grenades and prepare for battle, as the worms are back, bigger and better than ever in Worms\u21222: Armageddon! The best-selling turn-based-strategy blast-a-thon is back on the App Store for iPhone and iPad with new weapons, brand new customization options and of course, more explosions! Get ready for the ultimate installment! With many games modes available, there is something for everyone. Battle against 3 other friends in high-octane multi-player action or take on the solo campaign in a bid to become the ultimate mercenary worm!\n\nTHE WORMS ARE BACK!\nAuthentic Worms\u2122 gameplay with cartoon-style visuals, comical audio and a refined control system using the innovative touch screen user interface.\n\nNEW WORMS\u2122 WEAPONRY!\nDefend and attack with new weapons and utilities, including the Sentry Gun, Electromagnet, Napalm Strike, Super Sheep, Petrol Bomb, Armageddon, Drill, Earthquake and Poison Strike.\n\nCLASSIC WORMS\u2122 WEAPONRY:\nThe return of the Sheep, Holy Hand Grenade, Concrete Donkey, Parachute, Baseball Bat and enhanced Ninja Rope.\n\nSINGLE-PLAYER WORMS\u2122 ACTION:\nCampaign Mode: 30 single-player missions across 5 new themes including Manhattan, Medieval, Sports, Construction and Cheese.\nBody Count Mode: The player takes on endless waves of increasingly tough enemies across 5 different themes or a random landscape.\nPractice Mode: A mode where the player can practice with every weapon against A.I. dummy worms.\n\nMULTI-PLAYER WORMS\u2122 COMBAT:\nBattle against your friends with offline Bluetooth multi-player action for 1-4 players.\nTake on all-comers from around the globe with online Wi-Fi multi-player action for 1-2 players.\nMaster the new game styles \u2013 Fort Mode, Crazy Crates and Custom Game Style\nThe return of the favourite game styles - \u2018Bazooka and Grenade\u2019, Melee, Gun Show, Heads Up, Lightside, Darkside and Sudden Death.\nMaster the variety of difficulty settings \u2013 Beginner, Intermediate and Pro.\n\nNEW CUSTOMIZATION OPTIONS:\nNEW \u2013 in-depth ability to make custom game styles so players can create whichever game style they want to and play with online or offline.\nNEW - create the team you want with new personalization features \u2013 hats, forts, skins and victory dances. \nNEW - spend gold earned by completing the Campaign missions in the Worms\u2122 shop on new hats, forts, and gravestones or unlock weapons for multi-player games.\nNEW - customize even further with one of the iPhone exclusive bonus hats.\nFurther personalization of worm and team names, speech-banks and gravestones.\n\nOTHER FEATURES:\nFor 3GS and iPhone 4 users \u2013 improved visuals with animated 3D backgrounds, water effects and other graphical enhancements.\n28 Achievements to unlock.\nLeaderboards.\nSave game status on quit \u2013 automatic save to the last turn if you exit - great for longer battles and for saving your single-player progress.\nWatch your finest victories again with action-replays.\n\niPad SPECIFIC FEATURES:\nCrisp high definition visuals, graphical enhancements and special effects.\nFlip the screen! Great for \u2018coffee-table\u2019 style play given the support of the screen orientation feature.\n\n\n\n**DON\u2019T MISS THE OTHER TEAM17 TITLES NOW AVAILABLE!** \nWorms\u2122 for iPhone and Worms\u2122 HD for iPad.\n\nGet even more Team17 information, including the latest game updates and more\u2026\n\nLIKE US: www.facebook.com/WormsTeam17\nFOLLOW US: www.twitter.com/Team17Ltd \nWATCH US: www.youtube.com/Team17SoftwareLtd\nVISIT US: www.team.17.com",Team17 Software Ltd,12+,EN,529755136,Games,"Games, Entertainment, Action, Strategy",27/10/2010,27/01/2017
-https://apps.apple.com/us/app/1-2-25/id356086906,356086906,1 2 25,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/0a/f7/1a/0af71ae8-7875-e5bd-3d2d-b9d8bca4a8f7/source/512x512bb.jpg,3,124,0,,"1 2 25\xa9 allows you to quickly analyse which side of your brain is in charge? 1 2 25 is a new way to exercise your brain, the formation of a chain of continuous numbers will tickle parts of your brain that hardly get used. In this fiendish puzzle, you move the numbers from the outer ring onto the board in the direction of the chevrons. As you place them they must snake together vertically, horizontally or diagonally so they link in sequence from 1 2 25.\n\nTOO MUCH INFORMATION?\n1 2 25\xa9 has every piece of information you will need to solve the puzzle. Everything is in plain sight. Reorganizing the abundance of information is the real challenge. Every single number has to find its perfect location to make up the unique solution.\n\nWATCH OUT FOR THE SNAKE!\nSequencing all 25 numbers using a growing snake will really challenge your spatial and visual thinking. Remember snakes don\u2019t like to bite their own tails. But they sure do like to coil their bodies to confuse predators.\n\nLOCATION, LOCATION, LOCATION\nA 5 x 5 grid with 25 numbers and only one correct location for each number. Each number has five possible locations. Finding the right one is 1 2 25\xa9 .\n\nDIRECTION, DIRECTION, DIRECTION\nChevrons also described as fat arrows, indicate exactly where a number can be placed. Follow the direction of the chevrons as they are your best set of clues to help you solve the puzzle.\n\nSIMPLICITY AT ITS BEST!\n1 2 25\xa9 has a purge button. This is a simple and effective way to correct all your mistakes. Purge will remove all incorrectly placed numbers. One simple button makes 1 2 25\xa9 flawless to play.\n\nCOOL CONTROLS\nThe sliding and placing of numbers couldn\u2019t be easier. Numbers can be placed or dragged very quickly and precise. Follow the beam of light, it will show you the way.\n\nA TRACK RECORD OF QUALITY\nAll the puzzles created for this game were made by Andrew Stuart, who has published puzzles in The Daily Telegraph, The Los Angeles Times, the Beijing Times and in hundreds of other newspapers.",Scanraid Ltd,4+,EN,1224994,Entertainment,"Entertainment, Games, Puzzle, Strategy",19/02/2010,19/02/2010
-https://apps.apple.com/us/app/akira-watanabes-tsumeshogi-intermediate-course/id356153459,356153459,"""Akira Watanabe's TsumeShogi, intermediate course""",,https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/88/cb/1b/88cb1b7c-ac6a-bf84-ab5d-0bf2584381be/source/512x512bb.jpg,,,1.99,,"""Akira Watanabe\'s TsumeShogi for iPhone, intermediate course"" is an application to enjoy solving the shogi problems.\nMainichi Communications Inc., the leading company for shogi applications, and Kakinoki shogi, that has the distinguished operability, have collaborated on this software.\nAkira Watanabe, the first Honorary Ryuo, is the supervisor and has cooperated with sounds.\nUsing Kakinoki shogi for the engine, which has good reputation.\nFor beginners, there are easy explanations on help file about the rules of shogi and how to move the shogi pieces.\nA hundred selected shogi problems, from ""Weekly Shogi"", and all problems are mate in three.\nComputer will make the best move against your move. Please enjoy the ""real"" shogi battle.\nYou can choose the questions form, numerically, appointing a number, at random, or choosing from panels.\nYou can check the record of each problem about the date and time, results, and time required.",Mynavi Publishing Corporation,4+,"EN, JA",5771264,Games,"Games, Strategy, Board, Entertainment",18/02/2010,23/09/2015
-https://apps.apple.com/us/app/taxi-gone-crazy/id356161101,356161101,Taxi Gone Crazy,,https://is3-ssl.mzstatic.com/image/thumb/Purple124/v4/0a/20/0a/0a200a7e-63a4-4e86-0a3d-71377c27f91c/source/512x512bb.jpg,3.5,6381,0,,"\u201cTaxi Gone Crazy\u201d is not made by or associated with SEGA or SEGA\u2019s game ""Crazy Taxi"".\n\nWarning! Taxy Gone Crazy requires mental focus and lighting-fast reactions.\n\nHow-to Win:\n Drive as quickly as possible while dodging other cars. Post your scores to Facebook. Highest score wins.\n\nControls:\n- Left and Right arrows move the cab left and right.\n- To accelerate, drag your thumb up the power bar on the left side. To jump, press the power bar.\n- Or use standard keyboard controls.\n\nMonkeyBananaRaffle",Social Mobile Designs LLC,4+,EN,6678875,Games,"Games, Entertainment, Action, Strategy",20/02/2010,22/03/2013
-https://apps.apple.com/us/app/sync-ball/id356277312,356277312,Sync-Ball,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/82/ff/bb/82ffbb24-69f6-ca06-61c2-f08aa5107cc4/source/512x512bb.jpg,5,37,0.99,,"""Greetings 21st Century Earthlings!\n\nTransport your mind beyond earthly concerns with the engaging puzzle experience of Sync-Ball.\n\nGently swipe your finger on the screen to move the synchronized balls up, down, left and right. Your goal is to align the balls and drop them into the holes on the same swipe. \n\u2022\tUse maze walls to block movement and align the balls to achieve your goal.\n\u2022\tWatch-out for the edges! If you roll a ball off the platform, you'll have to start over.\n\u2022\tBegin with two-ball puzzles and simple mazes that teach the game's elegant mechanics and strategies.\n\u2022\tAdvance to more complex puzzles with up to four synchronized balls in play at one time. And you thought rocket science was tough!\n\u2022\tExperience 80 levels of stellar satisfaction.\n\nDo you long to escape the frenzied pace of modern life? Sync-Ball was designed to provide the perfect balance of tranquility and cerebral stimulation for a quick escape wherever and whenever you need one.\n\u2022\tNo time limits mean you can ponder a puzzle for as long as you like without incurring a penalty.\n\u2022\tNo scores artificially inflate your sense of panic.\n\u2022\tProgress at your own pace. \n\u2022\tReset a stage as often as you like.\n\u2022\tConcentration, memory and problem-solving skills are all you need.\n\nHave fun!""","Tozai, Inc.",4+,EN,8821760,Games,"Games, Strategy, Puzzle, Education",8/03/2010,4/11/2017
-https://apps.apple.com/us/app/musket-artillery-american-revolutionary-war-lite/id356578890,356578890,Musket & Artillery: American Revolutionary War Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/8c/85/62/8c85624b-2f50-4cfb-8ea7-c344122b65f3/source/512x512bb.jpg,3.5,1456,0,,"Musket & Artillery (American Revolutionary War) is a strategic style game specially developed for iPhone & iPod touch users. It takes you back to the days of the American Revolutionary War, where you can use military tactics to defeat your enemies (economic mode and war mode are available). You can select to join any of the forces from British, France, United States, Hessen, Germany and Spain which are divided into 2 alliances opposite to each other. You may increase your tax revenues by occupying the territory of your enemy, or you may occupy the enemy\u2019s HQ to get his entire territory. Absolutely, you can construct your territory to receive more taxes. \nFEATURES: \n-12 cards (Construction Card, Draft Card, General Card, Marshal Card, Ship Card, Fortress Card, Cannon Fire Card, etc.) \n- 5 challenge levels. \n- 5 battles (3 real-happened battles and 2 fictional battles) \n- Enhanced risk style combat system (easy, direct and interesting) providing comfortable experience and easing your operation.",EASY Inc.,9+,"EN, FR, DE, JA, ZH, ES, ZH",27736030,Games,"Games, Board, Entertainment, Strategy",20/02/2010,3/02/2011
-https://apps.apple.com/us/app/64andwomen/id357039281,357039281,64andWomen,,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/36/01/2d/36012d78-13a3-1b56-f534-8ea17f0e880f/source/512x512bb.jpg,,,1.99,,"""This 64andWomen app targets the college women's basketball draw for 64 teams known as The Big Dance or March Madness. It provides two random generators/eliminators and one manual picker.\nThe first generator is the Straight Eliminator - any team has the same probability to be selected (it does not matter if team has a seed #1 or #16). \nThe second generator is the Weighted Eliminator - a team gets a weight according it's seed. As an example - team A with a seed #1 plays team B with a seed #16 in the first round. In this case the team A is entered into the picker drum 16 times and team B only once. Similarly, team C seed #5 plays team #12 - thus team C is entered 12 times and opponent team D 5 times.\n\nBoth these generators runs in the automatic mode - teams are fed into the picker drum according the draw (Round1, Round2, Sweet16, Elite8, Final4, Final). Results are kept in the database and prior the next run those results are cleared automatically.\n\nThe manual picker feeds teams according the draw but selection of the winner is up to you.\n\nPlease note the following:\n1. The real draw will be available a day after Monday Selection (for 2017 it is March 13) and will be automatically downloaded when you open the App.\n2. This App is not for 2017 draw only. It can be reuse in the coming years 2018, 2019,\u2026 but only for current size of 64 teams.\n3. Team names in App pictures are for demo purposes only and will the replaced with real college names after real draw is downloaded.""","Avruk, LLC",4+,EN,8813568,Sports,"Sports, Games, Strategy, Sports",25/02/2010,27/01/2017
-https://apps.apple.com/us/app/bubble-shooter-classic/id357708798,357708798,Bubble Shooter Classic,Blow up bubbles and get points,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/4a/55/7f/4a557f26-5938-0148-4366-f21993d84ea3/source/512x512bb.jpg,2.5,272,0.99,0.99,"""Bubble Shooter is an extremely addictive match three game. You'll spend hours exploding bubbles on your device. Playing the game is really easy: shoot at like-colored bubbles to make them pop. When you miss to burst bubbles a number of times the row moves down. It means that you get double amount of bubbles and, of course, more fun! Bounce marbles with similar colors line-by-line until anything is left. Explode all of them and collect the most high score. And be sure, this is totally fun and addictive. \n\nGame features:\n\n- Collector and Sniper game modes\n- Easy to play for all ages, from 5 to 95\n- 4 difficulty levels, from Novice to Master\n- Show your skills at online tournaments \n- Customizable bubble skins\n\nCustomizable bubble skins. Be a designer of your interface and playing board. You can customize the appearance of every single ball: change its colors, engravings, set your backgrounds.\nChoose your type of the game: Sniper and Collector. Sniper mode obliges you to consider every single tap. Improve your shooting and targeting abilities: the fewer shots you make, the higher score you get. Collector mode is a double bubble adventure and its aim is to get the most possible score. Four levels of difficulty won't make you bore. The full version allows you to save your progress and score whenever you want. \n\nDiscover 60+ great games and apps for kids from Absolutist, including:\n\n\u25ca Bon Voyage: Hidden Object\n\u25ca ABC Mysteriez: Hidden Letters \n\u25ca Mysteriez: Hidden Numbers \n\u25ca Jewel Slider: Match 3 Puzzle \n\u25ca Greatest Artists: Free Jigsaw Puzzle \n\u25ca and many more...\n\nBecome our fan on Facebook: http://facebook.com/Absolutist.games\nFollow us on Twitter: https://twitter.com/absolutistgame\nVisit our site: http://absolutist.com\nWatch video on YouTube: http://www.youtube.com/watch?v=tVkcVaK5F8U""",Absolutist Ltd,4+,EN,10806272,Games,"Games, Strategy, Entertainment, Puzzle",25/02/2010,28/11/2017
-https://apps.apple.com/us/app/chess-more/id358060284,358060284,Chess+More,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/97/42/6e/97426e77-37ce-1ac6-4716-b9a38ef962b7/source/512x512bb.jpg,3,157,1.99,,Chess+More lets you play 18 variants of chess both classic and modern. Your choice of variable difficulty computer AI or pass-and-play. Unique visualization modes - and more!\n\nPlease use the contact page at http://pixelverse.org/contact/ to let me know about any issues you find. Thanks for all the feedback!,Joshua Minor,4+,EN,12133376,Games,"Games, Strategy",23/03/2010,3/01/2018
-https://apps.apple.com/us/app/chicks/id358348579,358348579,Chicks,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/8e/6b/43/8e6b43d7-f1ca-cbe6-94a6-ff8f2c915759/source/512x512bb.jpg,3,13433,0,0.99,"*NOW FREE for a LIMITED TIME!*\n\n>>>\n\nnow w/ OVER 5 MILLION DOWNLOADS!\n""the best lemmings clone I have played."" - jyhjyh @ toucharcade.com\n\n>>>\n\n""this game will keep me busy for a while.""\n-lonebear @ pocketgamer.co.uk\n\n""so cute! only problem is, i don\'t want any of them to die!""\n-clover2012 @ itunes\n\n>>>\n \none day, a group of chicks was exploring a meadow when they discovered a mysterious hole in the ground. being curious and innocent little creatures, they decided to poke their heads in for a look.\n\nlittle did they know it was a portal to another dimension!\n\nnow the chicks have fallen into a strange world of obstacles, deserts, and glaciers, and they need your help to escape!\n\nuse the tools at the bottom of the screen to guide these chicks back to the meadow before time runs out and the portal closes!\n\n>>>\n\n\u2022 delightful animation\n\u2022 32 unique levels\n\u2022 4 whimsical environments\n\u2022 8 different tools\n\u2022 fast-forward button\n\u2022 double tap zooming\n\u2022 tap & drag panning\n\u2022 nuclear dust-buster\n\n>>>\n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,4+,EN,29326612,Games,"Games, Entertainment, Puzzle, Strategy",28/03/2010,20/11/2012
-https://apps.apple.com/us/app/shogi-lv-100-japanese-chess/id358617686,358617686,Shogi Lv.100 (Japanese Chess),,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/79/20/19/79201955-d6a6-c541-4436-edd94b67bc3a/source/512x512bb.jpg,4.5,28,2.99,"2.99, 11.99","Kanazawa Shogi Level 100 is the most popular Shogi (Japanese Chess) game in Japan.\n\u3010Version up!\u3011 Now you can play against a stronger computer engine in Engine Server Game.\n\n\n\n\u25a0What is ""Shogi Lv.100 (Japanese Chess)""?\n\nShogi, also known as Japanese chess, is the most popular\nthinking game in Japan. Unlike chess, the captured pieces could\nbe returned to the board to be used as a piece for the captured player.\nWhy don\'t you challenge this exciting Japanese game!\nThe Help feature within the game will help you understand the rules of Shogi. \n\n\n\u25cfOff-line Game \n""Shogi Lv.100"" has 100 different levels of play from beginner to expert.\nChallenge to win medals by defeating computer!\nYou will win medals by defeating computer in off-line game.\nIf you collect a certain number of medals, new types of board and pieces will be awarded.\n\n\n\u25cfEngine Server Game (Playing tickets are needed to be purchased)\nYou can play against a stronger engine in ""Lv.200 mode"" and ""Expert mode"" .\n\n ""Lv.200 mode""\nWe have added new 200 strength levels, which are all above the off-line 100 levels.\nYou can enjoy another higher level of game and challenge to complete all the medals.\n\n""Expert mode""\nWe have provided a special mode for further advanced players, in which you can select the playing style among 5 different strategies.\n (Fujii system, Rapid attack vs 4th-file rook, Gokigen central rook, Bear in the hole, None) \nThere are 5 levels of play for each playing strategy.\n\n\u30fbPrices of the ticket for playing the Engine Server Game are:\n 30 days ticket $2.99\n 90 days ticket $6.99\n180 days ticket $11.99 \n\n\n\n\u30fbOther Features:\n\n- Human vs Computer, Human vs Human(sharing a single device)\n- Game Center is supported for playing online\n- Let you know your turn by vibration\n- Automatic zooming for easy viewing and operations\n- Manual zooming by double-tapping and pinching-out\n- Save/Load game record\n- Hint feature\n- Enable to view full game history of the game record and restart game\n from the selected move\n- Transmit game record by e-mail\n- Beautiful graphics and realistic sound effects\n- Automatic reading out for each move in Japanese",UNBALANCE Corporation,4+,"EN, JA",23948288,Games,"Games, Strategy, Board, Entertainment",4/03/2010,2/08/2018
-https://apps.apple.com/us/app/mills-and-more-lite/id359033497,359033497,Mills And More Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/2f/56/eb/2f56eb36-f8d5-b235-5cf7-f1aa90e939f2/source/512x512bb.jpg,3,17,0,,"""\u2605\u2605\u2605 LITE VERSION NOW AVAILABLE \u2605\u2605\u2605\n\nMills and More Lite is a board game, built around the all time classic Nine Men's Morris. The Lite version comes only with the Nine Men's Morris classic table. You can choose to play against an Artificial Intelligence (on Lite versio only Easy level can be chosen) or you can play against your friends via bluetooth or on a shared screen (on the same device).\n\n\u2605 FEATURES:\n\u2713 Nine Men's Morris classic table.\n\u2713 Move pieces through easy sliding gestures.\n\u2713 Unlimited Undo actions.\n\u2713 Multiplayer mode on Shared screen and Bluetooth.\n\u2713 Disable/Enable Jump mode.\n\u2713 Sound effects can be easily switched on or off (during game play too).\n\u2713 Player's color choice\n\u2713 Tie game detection (3 times the same move, 50 moves without a mill)\n\n\u2605 IMPORTANT: Due to its long history, the game has several variations that may or may not be applied during the game. Mills And More implements the following variations (rules):\n\u2713 Consecutive Mill opening/closing is allowed.\n\u2713 The opponent's piece that is part of a mill may never be removed.\n\u2713 Jump mode may be enabled or disabled in the Settings menu.\n\nWe are open for new feature requests, don't hesitate to contact us with new tips and ideas.""",MeganetSoft,4+,"EN, HU",2708572,Games,"Games, Board, Strategy, Entertainment",5/03/2010,30/11/2010
-https://apps.apple.com/us/app/thebench/id359060159,359060159,TheBench,Fantasy Sports,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/17/1a/7c/171a7c5b-c49d-f0f4-30b4-e07f231d023d/source/512x512bb.jpg,2.5,11,1.99,,"""*** This app is for existing users of TheBench Fantasy Sports Site ***\n\nAustralia's biggest independent Fantasy Footy site is now available from your iPhone.\n\nManage your team, post banter, check the latest results and ladder all from your iPhone.\n\nYou need to be a registered user of TheBench to make any use of this app.\n\nCoaches can also now check other Club scores, head-to-head with their opposition and get predictions on the game result based on previous performance.""",Panacea Technologies,4+,EN,18437120,Games,"Games, Sports, Sports, Strategy",2/03/2010,25/03/2019
-https://apps.apple.com/us/app/chrome-8/id359081738,359081738,Chrome-8,,https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/81/38/d2/8138d295-0242-6371-7165-c3b34c99f503/source/512x512bb.jpg,4.5,8,0,,"""It is simple, interesting and as challenging as any puzzle game can get."" (iPhone Footprint)\n""In Chrome-8 you get what you see - a pure puzzle experience that plays perfectly and is free of almost all excess fat."" (App Spy)\nChrome-8 is a UNIQUE logic game that is really going to bake your noodle! Unlike many other games, Chrome-8 will offer you the sheer pleasure of concentration. Be it for a minute, or for hours on end.\n\nChrome-8\n* is available in English, French, Chinese, and Japanese\n* has an Apprentice and a Master mode\n* saves/restores the complete game state\n* provides benchmarking for each puzzle (minimum number of moves required)\n* provides hints in advanced mode\n* is Game Center connected\n* is unique!\n\nSite: http://www.chrome-8.com/",LMH S\xe4flund AB,4+,"EN, FR, JA, ZH",13504512,Games,"Games, Entertainment, Strategy, Puzzle",3/03/2010,17/04/2017
-https://apps.apple.com/us/app/espn-tournament-challenge/id359891723,359891723,ESPN Tournament Challenge,Basketball Bracket Game,https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/98/d5/35/98d5357e-6071-2218-a2a5-a417ce210135/source/512x512bb.jpg,4,45686,0,"4.99, 4.99, 49.99, 49.99","""The #1 bracket app is back and better than ever for the 2019 NCAA Men's College Basketball Tournament! Compete against friends, ESPN personalities and celebrities to see who finishes with the best bracket and hoops-bragging glory. Did we mention it's totally free and you have a chance to win prizes and a trip to Hawaii for the 2019 Maui Jim Maui Invitational basketball tournament?\n\n* Create up to 25 brackets and enter each bracket in up to 10 different groups to play against friends, celebrities, ESPN personalities, and fans across the nation. The more brackets you fill out, the greater your chances to win!\n* Fill out your bracket in seconds by auto-filling with top seeds, ESPN\u2019s Basketball Power Index (BPI) formula, or random teams. Or import your bracket, change the champion, and submit another bracket! \n* Easily sort your brackets by score to keep tabs on your best.. And to push those busted ones out of view!\n * View details on each matchup to make informed picks, including season and historical performance information for each team and video previews for each game of the tournament.\n* Need an extra edge? Subscribe to ESPN+ and get access to Bracket Predictor, Bracket Analyzer, and expert analysis for game-by-game insights to help you win. Additionally, get access to thousands of live streaming events and ESPN originals on ESPN.com, ESPN App, and connected TV devices. Start a free trial inside the app to check it out.\n* Once the games start, follow the action live in Bracketcast, ESPN's one-of-a-kind live scoring experience for brackets to track upsets and underdogs and see how they impact your performance.\n* Access Women's Tournament Challenge, Tournament Challenge Second Chance, and the ESPN Fantasy App from the \u2018More Games\u2019 tab to play all tournament long.\n \nDownload the ESPN Tournament Challenge app and start your quest for hoops glory!\n\nESPN+ Subscription Terms\n-Access ESPN+ for $4.99 monthly, or $49.99 annually. You will automatically be billed for the full amount of your subscription every 30 days if you purchase a monthly subscription, or every 365 days if you purchase an annual subscription.\n-Payment will be charged to your iTunes Account at confirmation of purchase, unless you are offered and are eligible for a free trial. If you receive a free trial, you will be charged when your free trial period ends. Your account will be automatically charged for renewal, at the above purchase price, within 24-hours prior to the end of the current period. If you cancel prior to such 24 hour period, you will not be charged for the following applicable subscription period.\n-Your subscription may be managed, and you can turn off auto-renewal, by going to your iTunes account settings after purchase.\n-No refunds for the current subscription period are granted. Cancellations of the current subscription take effect at the conclusion of the current subscription period.\n\nTerms of Use - https://disneytermsofuse.com/\nPrivacy Policy - http://www.disneyprivacycenter.com\nESPN+ Subscriber Agreement - https://es.pn/plus-terms\n\nBefore you download this app, please consider that it includes advertising, some of which may be targeted to your interests. You may choose to control targeted advertising within mobile applications by using your mobile device settings (for example, by re-setting your device's advertising identifier and/or opting out of interest based ads).\n\nPlease note: This app features Nielsen's proprietary measurement software which will allow you to contribute to market research, like Nielsen's TV Ratings. Please see www.nielsen.com/digitalprivacy for more information. You may also visit Settings in the app to opt out of Nielsen measurement.""",ESPN,4+,EN,92408832,Sports,"Sports, Strategy, Sports, Games",14/03/2010,12/03/2019
-https://apps.apple.com/us/app/river-tower-defence-free-tower-defense-games/id360918170,360918170,River Tower Defence - Free tower defense games,,https://is2-ssl.mzstatic.com/image/thumb/Purple62/v4/5a/4e/7d/5a4e7d7a-a039-2f09-fc00-f1549d3856d0/source/512x512bb.jpg,2.5,1096,0,,"""River Tower Defence is a fun TD game, you need build defense units to block both air and river enemies to go through your zone, Destorying your enemy gives you more golds, you can build more defense unit, you can also upgrade your defense unit to add damage. Let'g go! good luck.\n\nGame feature:\n- 8 different enemies;\n- 4 amazing tower types;""",MystoneGame Inc,4+,EN,70583296,Games,"Games, Action, Strategy, Entertainment",10/03/2010,23/09/2016
-https://apps.apple.com/us/app/mahjong/id361294339,361294339,Mahjong!,,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/0f/86/4a/0f864a9c-018c-a8d3-bbf9-fbc4960a563f/source/512x512bb.jpg,3,203,1.99,,"This is a traditional Mahjong game in which you play against 3 players. You may play against the computer, or play with one to three other friends or network players via Game Center. Seats that are not filled by friends or network players are played by the computer. With the multiplayer game, you may exchange group text messages and voice chats while in the game. \n\nEach player is dealt 13 tiles in a hand. The players take turns to draw a tile and discard one. The goal is to make 4 sets and 1 pair. You can win by drawing a new tile or claiming a discarded tile that completes the hand of 14 tiles. Hands formed must be of some minimum point value (0-3) in order to win the round. A zero base point would allow chicken hand. The default is 0 base point, but can be customized. \n\nIf the base point is set to greater than zero, an attempt to steal a discard that does not produce the minimum points to win will be preempted by another player\'s claim for pung, for example. Falsely declaring a win when the hand does not meet the base point will be penalized. The claim on a discard to form a hand with enough points to win has priority over other attempts to form kong, punt, or chow.\n\nRefer to wikipedia for a detailed description of the suite and scoring system of the game. \n\nAs few reviewers noted, this game offers realistic play. Drag the tile discarded by another player to your hand to claim it. Drag a tile out to discard it. If you draw a winning or kong tile, push multiple tiles forward to show your hand. \nYou can move and rearrange the tiles at will. To have them sorted automatically, do a hoizontal swipe above your hand.\n\nOn iPad, it supports layout on the larger screen in both portrait and landscape modes.\n\nA convenient feature, especially for single handheld play on the iPhone, is you can also click on the hand button to claim a tile or declare a win.\n\nYou can adjust the game speed and sound. You can also control that hands be of some minimum point value (0-3) in order to win the round. A zero base point would allow chicken hand.\n\nChoose ""Align discarded tiles"" to line discarded tiles neatly, else discarded tiles are spinned and placed randomly.\n\nYou can choose to play flower and season tiles.\n\nYou can change the the color of the background and tiles, or use a picture as the game background. \n\nMultitask switching on supported iOS. Game is paused when you switch away from the App and automatically resumed when you return. Resume button is still used to resume game saved if App is terminated (or for older iOS without multitask support).\n\nThe players bank will be shown at the start of the game. To see the bank during the game, tap on the player\'s name. \n\nYour name in the game is taken from the Game Center alias and can be customized in the Game Center app. If you did not login to Game Center, the name is determine from the following sources (if used) in order: your name used for iCloud, other email, the name on your iPad/iPhone/iTouch.\nYou may customize the names of the computer players.",POK,4+,"EN, ZH, ZH",8246272,Games,"Games, Strategy, Card",17/03/2010,16/05/2019
-https://apps.apple.com/us/app/nuclear-defence/id361967071,361967071,Nuclear Defence,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/3b/91/22/3b912236-e4d4-6ffa-d22c-4ebfb37f333b/source/512x512bb.jpg,,,0.99,,"In a world destroyed by greed and arrogance, evil men ""the destroyers"" using the nuclear energy and the cooperation of mysterious alien forces have taken the control of all the planets in the Alpha galaxy, populated by the human race. A group of brave men \u201cthe commanders"" united by their friendship and the dream of bringing peace in the Alpha system, have guided the last military forces in a desperate attempt to defend their galaxy from the alien fire and from the the violent nuclear attacks of the destroyers. The moment of truth has arrived. The final battle is about to begin\u2026\n\nCommander, the fate of your planet and of the the Alpha galaxy are in your hands!\n\nFeatures:\n- Nuclear war with realistic graphics and special effects\n- Strategic Command of the defense units\n- Energy management of combat units\n- Multiple and parallel fire for selected units\n- Bombs\n- Game pause\n- Automatic management of the score, of the number of shots and of the number of destroyed enemy units\n- Immersive sounds\n- Beautiful soundtracks\n- Multi-touch interface",Gianluca Natalini,4+,EN,34558976,Games,"Games, Strategy, Casual",17/03/2010,9/02/2017
-https://apps.apple.com/us/app/lonpos-lite/id362548659,362548659,Lonpos Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/ce/bb/36/cebb36f8-ab16-9a97-a143-a067d5de145e/source/512x512bb.jpg,2.5,39,0,,"""New release for iOS9 and tested with iPhone 6S in September 2015.\n\nMost brain-teasing games are designed with a certain level of difficulty \u2013 either it is too easy for adults, like the 10-piece jigsaw puzzles, or too difficult, like the Rubiks Cube that very few can solve. Most players either lose interest because it is too easy or feel frustrated because it is too difficult to solve. \n\nAre you looking for a puzzle game that anyone can play, but still offers plenty to master? Look no further than LONPOS, it is a fantastic award winning game that has received a huge amount of attention around the world. LONPOS is the result of many years of research and development to create a fun, enjoyable and challenging brain exercise game for all ages. \n\nBeware, LONPOS is a very addictive game, so it\u2019s the perfect game to return to again and again. Play it against yourself or have great fun when two or more players compete with each other to see who can finish a game first.\n\n\nLONPOS is an innovative game that enhances hand-eye coordination, improves cognitive logic skills, and trains short-term memory. Playing the LONPOS is like doing a Yoga exercise with your brain. It tickles your brain with an easy level puzzle that you can solve in a minute. But don\u2019t be fooled \u2013 it is just a warm up exercise to prepare you for more challenging puzzles ahead. When you play the more challenging level puzzles, it will give your brain a good stretch for hours, even days. But when you complete the puzzle, you will feel like a genius with a fantastic sense of achievement and you're ready to move onto the next puzzle.\n\n\nLONPOS consists of 12 building blocks (known as Pentominoes), each unique in shape and color. Each Pentomino can be rotated in 90\xb0 intervals or can be flipped in 180\xb0 to create a mirror image. Each puzzle revolves around a rectangular game board of 55 spaces. The goal is to place all Pentominoes into the game board to occupy all 55 spaces. That sounds easy doesn\u2019t it? Don\u2019t be fooled! Not every puzzle you set out will have a unique answer and each new puzzle will be a new challenges. Challenge yourself or others to see who can complete the most puzzle and within the shortest time.""",Lonpos USA,4+,EN,18537472,Games,"Games, Education, Puzzle, Strategy",20/03/2010,19/11/2018
-https://apps.apple.com/us/app/sudoku-tablet/id362562850,362562850,Sudoku Tablet,,https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/3d/cf/52/3dcf52f5-e7e1-8471-2aab-7fb839d1cb3e/source/512x512bb.jpg,2.5,2117,0,4.99,"""Sudoku Tablet is especially designed for the iPad and offers different Sudoku puzzles. It provides a great user experience by combining the overwhelming display size with an intuitive handling. \n\nPlay four different Sudoku types or play your favorite sudoku from the newspaper. Tap on the menu button to choose a new Sudoku. Double tap on a field to fill in your own pencil marks or let Sudoku Tablet automatically create the pencil marks for you. Use the hint system to get an advice once you're stuck. \n\nSudoku Tablet offers the following features:\n\n- play the traditional Sudoku , Sudoku X, Sudoku Plus, or Samurai Sudoku\n- choose from five difficulty levels (purchased app only)\n- save and load Sudokus (purchased app only)\n- mail a sudoku to your friend (purchased app only)\n- enter your own puzzle in the newspaper mode\n- unlimited amount of Sudokus generated on demand\n- tap on a predefined number to color all of them\n- automatic pencil marks that change according to your input\n- hint system shows a field or additionally the number\n- highlight row and column dependent on the current selection\n- can show wrong numbers in red\n- remembers your the favorite position of your Sudoku\n- beautiful animations\n- progress is automatically saved on exit\n\nIf you like Sudoku Tablet and don't want to be bothered by the Ads you can remove them via InApp Purchase.""",Heiko Hambrock,4+,"EN, FR, DE, ES",18915328,Games,"Games, Family, Strategy, Entertainment",2/04/2010,3/05/2017
-https://apps.apple.com/us/app/spider-solitaire-classic/id362890121,362890121,Spider Solitaire Classic,Like the original PC game!,https://is2-ssl.mzstatic.com/image/thumb/Purple113/v4/2a/42/34/2a423402-733b-2fa1-b1bb-3a3e845ec7da/source/512x512bb.jpg,3.5,12215,0,"3.99, 1.99, 1.99","The most addictive form of Solitaire!\n\nIversoft Solutions presents Spider Solitaire Classic, a more challenging take on traditional Solitaire, providing one of the most fun and rewarding Spider Solitaire experiences in the app store today!\n\nSpider Solitaire is one of the most popular versions of Solitaire, where you are tasked with placing all cards from each suit into descending sequences. In Spider Solitaire Classic you may play your way through 1 and 2 suit games, or when the time is right, up the difficulty to 4 suit games to truly challenge yourself. Play anywhere, any time, and for as long as you like. Spider Solitaire Classic is free, and will remain free.\n\nDon\u2019t wait any longer, get your Solitaire on!\n\nFeatures:\n\u2022\tBoth Landscape and Portrait modes.\n\u2022\t1, 2, and 4 suit game modes.\n\u2022\tUnlimited Undo\n\u2022\tCustomizable card backs\n\u2022\tTutorial\n\u2022\tStatistics\n\u2022\tPlay in both Portrait and Landscape modes\n\u2022\tGame saves, for quick pick-up and play\n\u2022\tPlay on both Tablet and Smartphone\n\u2022\tEasy drag and drop interface\n\nIf you liked Spider Solitaire Classic, try our other games:\n \u2022 Solitaire Classic\n \u2022 Spider Solitaire\n \u2022 BearBlitz\n \u2022 Sweep Those Mines!\n \u2022 Pocket Sudoku\n \u2022 Multiplayer War\n \u2022 Three Peaks Solitaire\n\n\nFOLLOW us on Twitter:\n@IversoftGames\n\nLIKE US on Facebook:\nhttps://www.facebook.com/Iversoft\n\nSpider Solitaire Classic is ad supported.",Iversoft Solutions,4+,"EN, FR, DE",50012160,Games,"Games, Strategy, Card, Entertainment",20/03/2010,25/07/2019
-https://apps.apple.com/us/app/warlords-call-to-arms/id363480718,363480718,Warlords: Call To Arms,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/f0/50/07/f0500717-de62-4942-c632-84c9953d5c24/source/512x512bb.jpg,3.5,6230,1.99,0.99,"FREE for the next few days. Like the game? Grab the HD version too!\n\nCall to Arms is a great purchase and is recommended for strategy buffs and amateurs alike\n-macworld.com\n\nAppolicious named Warlords one of the top 10 games of 2010!\n\n""Everything about Warlords: Call to Arms represents top notch game play, and is one of the best quality strategy games I\u2019ve seen for the iPhone/iTouch platform.""\n-iphoneappreviews.net\n\n""for (the price), Warlords: Call To Arms is a fantastic value""\n-appsafari.com\n\n""This is one of the best strategy iPhone apps on the market today.""\n-bestapps.me\n\n""It\'s kind of like Plants vs Zombies, except that your plants move--and look like Warcraft characters. Relentless, addicting fun.""\n-cnet.com\n___________________\nWe will be updating this continually with new stuff never seen before in Warlords.\n____________________\nDo you dream of leading legions of orcs, elves, humans and trolls into battle? Bring your dreams to life on your phone with Warlords: Call To Arms. Experience the insanely addicting game-play that is based on the hugely popular flash game. See what 10s of millions of gamers are raving about!\n\nFeatures include:\n-9 races including elves, orcs, trolls, undead and humans\n-19 different units including archers, swordsman, mages and the ferocious Giant Troll\n-Multiplayer(co-op+versus) on local wifi and bluetooth(net play may come later)\n-Survival mode\n-4 Difficulty levels to challenge beginners and experts\n-28 countries to conquer on the over-world campaign map\n-Visit the shop to purchase upgrades and add new units to your army\n-Open Feint integration includes a bundle of achievements to unlock and leaderboards\n-Watch the detailed animations as giant armies hack and slash it out on the battlefield\n-Hear the battlefield come to life with the clang of steel smashing and arrows flying\n\nYour armies await you and your rivals approach from all sides. Seize the throne!\n\n5 Star reviews keep the updates comming!",Greyhound Games,9+,EN,12067083,Games,"Games, Action, Strategy, Entertainment",5/04/2010,26/08/2010
-https://apps.apple.com/us/app/worms-hd/id363503154,363503154,Worms HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/2c/06/51/2c065165-eebc-4fd1-d4ae-b6b820f9cc81/source/512x512bb.jpg,3.5,579,1.99,"0.99, 0.99","""Run for cover as the original, award-winning turn-based strategy game WORMS\u2122 hits the iPad! Enjoy this enhanced visual edition of the top-selling AppStore title!\n \nWith a selection of single player battles, up to 4 player multiplayer mode and plenty of ways to customise your team, Worms\u2122 is high on entertainment and replay value!\n \n\u2022 Authentic Worms\u2122 gameplay.\n\u2022 Intuitive control system.\n\u2022 Cartoon-style visuals and comical audio. \n\u2022 Plan attacks with the infamous Sheep, Holy Hand Grenade and Banana Bomb! \n\u2022 50 challenges, with items to unlock.\n\u2022 6 environments, all with random battlefields, no two games are ever the same! \n\u2022 Personalise your team with names, voices and gravestones. \n\u2022 Auto-saves game state on exit.\n\u2022 Think you're a Worms\u2122 expert? Take on a true test of your skill and face the mighty challenge of the all-new Body Count mode.\n\u2022 Watch your finest moments again and again with the return of action-replays.\n\n\nNew Game Alert **Worms Crazy Golf HD**\n\n\nDON\u2019T MISS OUR OTHER EXCITING WORMS GAMES! Worms Crazy Golf, Worms 2 Armageddon, Worms, Worms Crazy Golf HD & the Worms Sound board FREE!\n\n\nGIFT THIS APP: Click the \u201cBuy App\u201d arrow on ITunes\xae App Store.""",Team17 Software Ltd,12+,EN,157129465,Games,"Games, Entertainment, Strategy, Action",1/04/2010,27/08/2012
-https://apps.apple.com/us/app/small-world-2/id364165557,364165557,Small World 2,,https://is5-ssl.mzstatic.com/image/thumb/Purple127/v4/76/4d/61/764d61cb-ebb7-eb2b-7420-aed8e4fbada7/source/512x512bb.jpg,4,1550,4.99,"0.99, 0.99, 0.99","*** HAPPY SUMMER! Download Small World 2 at a very special price from June 22 through 5 July***\n\n""One of the most compelling games for the iPad."" MacWorld Magazine, December 2013\n\n== THE MASSIVE SEQUEL TO THE STRATEGY BOARD GAME OF THE YEAR ===\u2028\n*** Games Magazine - Game of the Year !!! ***\u2028\n*** Pocket Gamer Awards - Best iPad Strategy/Simulation Game of the year! ***\u2028\n*** The first big Euro board game of the iPad era. Fans are in for a really wonderful ride *** TUAW.com\u2028\u2028\n\nBased on the phenomenally successful Small World fantasy board game with over 500,000 copies sold!\u2028\u2028 Take control of insanely fun fantasy race & special power combos, such as Berserk Halflings, Triton Merchants, Alchemist Ratmen and Dragon-master Amazons, to grab all the land you can in a world that is just too small to share with your opponents!\u2028\u2028\n\nA host of new features await you in this colossal update:\n\u2022 New 3, 4 and 5 player maps to conquer, in glorious full retina mode!\n\u2022 Play Online games in real-time or turn-by-turn, with friends & strangers from the world over; and Local games over Bluetooth or Wifi\n\u2022 Play Solo against up to 4 built-in AI; Pass\u2019n Play with up to 5 live opponents on a single iPad\n\u2022 20 new races & special powers to master through in-app purchases of Cursed!, Grand Dames and brand new to digital Be Not Afraid\u2026\n\u2022 Online, Solo & Face to Face scores with daily, weekly and forever rankings\n\u2022 Comprehensive Small World Encyclopedia detailing all rules, races, special powers, icons & more!\n\u2022 Extensive Game Center, Facebook and Days of Wonder Online Buddies integration\n\u2022 Brand new musical score, sound effects, graphics and animations\n\u2022 Video Tutorial by Master Glandulf himself\n\nTo find more information about Asmodee Digital, please go to https://www.daysofwonder.com/online/en/smallworld/\n\nHaving an issue? Looking for support? Please contact us: https://asmodee.helpshift.com/a/small-world-2/\n\nDiscover what reviewers have been raving about:\u2028\n\n*** The art is top notch, the gameplay is really fun. Perfect for a quick head to head! *** Games Uncovered\u2028\u2028\n\nMAJOR KUDOS TO THE 7,042 KICKSTARTER BACKERS WHO HELPED US MAKE SMALL WORLD 2 COME TO LIFE!\n\nYou can follow us on Facebook, Twitter and Instagram!\nFacebook: https://www.facebook.com/asmodeedigital/\nTwitter: https://twitter.com/asmodeedigital\nInstagram: https://www.instagram.com/asmodeedigital/\nYou Tube: https://www.youtube.com/asmodeedigital\n\nAlso, under our Terms of Service and Privacy Policy, you must be at least 13 years of age to play online games with Ticket to Ride or use the chat in the Online lobby.",Asmodee Digital,9+,"NL, EN, FR, DE, JA, ES",257059840,Games,"Games, Strategy, Board, Entertainment",1/04/2010,6/07/2017
-https://apps.apple.com/us/app/fieldrunners-for-ipad/id364204209,364204209,Fieldrunners for iPad,,https://is2-ssl.mzstatic.com/image/thumb/Purple127/v4/dd/47/b0/dd47b038-8faf-467d-7851-fa48df99e160/source/512x512bb.jpg,4,2303,3.99,,"OVERVIEW\n\nThe invasion begins! Pint sized soldiers are storming your country - do you have what it takes to defeat them? Customize your strategic defenses using a wide selection of powerful weapons. Control the battlefield with a vast array of tactics against countless waves of unique land and air invaders! Countless hours of entertainment and replayable challenges! \n\nDo you have what it takes to stop the fieldrunners and rise to the top as the ultimate tower defense champion? \n\nKEY FEATURES\n\n\u2022 Addictive gameplay for hours of action!\n\u2022 Multiplayer maps let you play with friends!\n\u2022 Over 800 waves across 8 unique battlefields!\n\u2022 All DLC maps from the iPhone version included free of charge in the iPad version!\n\u2022 11 devastating weapons for ultimate defenses!\n\u2022 Stunning visuals in a hyper detailed world!\n\u2022 Perfectly balanced challenges!\n\u2022 Epic amounts of achievements!\n\u2022 Full Game Center integration!\n\nExperience this award winning tower defense game like never before! Stop the invading fieldrunners by creating mazes out of powerful weapons in this classic strategy game. Control the battlefield using limitless strategies and a diverse selection of upgradeable towers!\n\nAWARDS\n\n\u2022 ""Best Mobile Game Award!"" 2009 IGF Mobile \n\u2022 ""Excellence in Art Award!"" 2009 IGF Mobile\n\u2022 #1 in \u201cTop 10 Must Have Games\u201d Gizmodo \n\nCRITICAL ACCLAIM\n\n\u2022 TIME Magazine - \u201cTop 10 Video Games of 2008\u201d \n\u2022 PC Magazine - ""Must-Have iPhone Games"" \n\u2022 EDGE Magazine - \u201cTop 30 of 2008\u201d\n\u2022 Boston Herald - \u201c#3 iPhone Game of 2008\u201d\n\nCONTACT SUBATOMIC STUDIOS\n\n\u2022 Twitter: @Fieldrunners\n\u2022 Facebook: facebook.com/fieldrunners\n\u2022 Web: subatomicstudios.com\n\u2022 Forums: subatomicstudios.com/forum\n\u2022 Email: info[at]subatomicstudios.com\n\nTHANK YOU\n\nEveryone here at Subatomic Studios thanks you for playing our first game! Please rate Fieldrunners to show your support.","Subatomic Studios, LLC",9+,EN,219693056,Games,"Games, Action, Strategy, Entertainment",1/04/2010,9/05/2017
-https://apps.apple.com/us/app/chinese-checkers-lite/id364478839,364478839,Chinese Checkers Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple4/v4/5b/a9/f6/5ba9f617-7e4f-7648-095c-037fffba78fd/source/512x512bb.jpg,4,1638,0,"0.99, 0.99","Transport yourself to the ultimate Zen experience with Chinese Checkers. A new take on the classic marble board game that is fun for the whole family. Be the first to guide your school of koi across the pond to win. Immerse yourself in a graphically rich environment with beautifully stunning visuals.\n\nFully universal, optimized for the iPad and iPhone. Challenge up to five computer opponents in single player mode with multiple levels of difficulty.\n\nNovice and advanced players alike will find their match with 3 levels of difficulty. A training mode highlight moves and helps players spot more complex jumps. \n\n\nCHINESE CHECKERS FEATURES:\n- Compete for Leaderboard ranking\n- Unlock All 15 Achievements\n- Track your performance with game statistics\n- Stunning visuals, music and sound effects\n- 3 levels of difficulty\n- Training mode gives you a helping hand\n- Addictive game play",WildCard Classics Inc,4+,EN,57462784,Games,"Games, Board, Entertainment, Strategy",2/05/2011,5/08/2014
-https://apps.apple.com/us/app/free-cell-classic/id364502845,364502845,Free Cell Classic,,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/ee/35/a2/ee35a2c3-8fb0-2198-fb5b-f1037a682b31/source/512x512bb.jpg,4,6839,0,3.99,"The Windows favourite, now in the palm of your hand.\n\nIversoft Games presents FreeCell Solitaire Classic, an addictive take on one of our more popular games, Classic Solitaire. Patience is a virtue in this game, as you test your strategy and skill by moving all cards onto Foundation Stacks while simultaneously choosing the right cards to store for later use. All cards are seen at the beginning of this game, allowing you to develop your strategy and really put your skill to the test.\n\nGame on! FreeCell is completely free to play!\n\nFeatures:\n \u2022 Unlimited undo\n \u2022 Scoreboards\n \u2022 Easy to learn gameplay tutorial\n \u2022 Autocomplete toggle on/off\n \u2022 Tablet support\n \u2022 Saved game state\n \u2022 Customizable look and feel\n\nDownload Now!\n\nIversoft puts the fun in your iPhone and iPad with games for you including:\n\n \u2022 Classic Solitaire\n \u2022 Spider Solitaire\n \u2022 Pocket Sudoku\n \u2022 War \u2013 The Card Game\n \u2022 Tri Peaks Solitaire\n \u2022 Pyramid\n \u2022 Alien Adventurer",Iversoft Solutions,4+,"EN, FR, DE, RU",214619136,Games,"Games, Card, Strategy",27/03/2010,5/07/2019
-https://apps.apple.com/us/app/adas-hospital/id364575127,364575127,"""Ada's Hospital""",,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/09/d8/60/09d8601c-c4d8-8034-1afd-76ff73150a30/source/512x512bb.jpg,3,2738,0,"0.99, 0.99","*ALL ADA\'s GAMES are NOW FREE for a LIMITED TIME!*\n*SEARCH for ADA on the APP STORE!*\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nAda just finished Med School, and now she\'s in charge of a hospital.\nFunds are tight and time is short! Help Ada save the day!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nAda just graduated from college and finished her residency with the city\'s biggest hospital.\n\nEver since she was little, her biggest dream was to make sure everyone in the world was healthy and happy. Now, her well-off family has given her the funds to start a private clinic. \n\nHowever, always mindful of the family finances, Ada\'s father is giving her pressure to forget the hospital and take over the family business. He threatens that if the clinic can\'t make a certain amount of money every day, he will withdraw funding and shut it down.\n\nConfident in her ability, Ada says to herself, ""I can do it! I\'ll make enough money and keep the hospital open!""\n\nCan you help her?\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 Classic time-management gameplay\n\u2022 30 unique levels\n\u2022 Beautiful artistry\n\u2022 Fascinating story\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,4+,EN,10511989,Games,"Games, Strategy, Entertainment, Simulation",2/04/2010,17/01/2012
-https://apps.apple.com/us/app/worp-hd-next-gen-solitaire-puzzle/id364741787,364741787,WORP HD - Next Gen Solitaire Puzzle,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/e1/ae/07/e1ae072b-5863-ab0d-fe4d-422fc3a5cbbd/source/512x512bb.jpg,5,5,1.99,,"""Want to stimulate your brain, have fun and relax, all at the same time? Welcome to the world of WORP HD. Your iPad now becomes a gaming machine, full of challenge and excitement. Manipulate the colored bits correctly and you take the win. Click \u201c\u2026More\u201d to learn why you should download this App today!\n\nTop #8 Game for iPhone 4G (ezinearticles.com)\n\nThe ultimate mind exercise and amusement comes up in a single iPhone application \u2013 WORP (techpeck.com)\n\nA profitable gift of concentration for all that love challenge (Carsten Scheibe \u2013 allemeineapps.de)\n\nI hate Solitaire, but this game is really fun to play (bitsundso.de)\n\nThis is really fun\n\u201cThe current version runs without problems, the menu is easy to use and totally understandable. The rules are very well explained and the tutorial is short and easy to understand. The game offers both diverting relaxation for small pauses or for bridging a gap between appointments and real challenges for combination skills in the higher levels. Conclusion: real fun!\u201d\n\u2013 obstfreund\n\n\n\nGreat little Brain Burner\n\n\u201eIf you enjoy a good puzzler, Worp is for you. I think the instructions could be a bit clearer, but a game or two will make things click. Very groovy ambient techno soundtrack. Well worth the dough they are asking for it.\u201c\n\u2013 Ortho123\n\nYour brow is furrowed in concentration. So far, you\u2019ve only managed to turn some of the primary bits into combined bits. That\u2019s what they call the playing pieces in this game \u2013 bits. Yet you have already eliminated quite a few from the board , but you still have a ways to go to get down to just one bit and release the game\u2019s next memory. \n\nThis is more than a mere brain teaser, WORP HD requires you to really stretch your intellect. The funny thing is, you love every second of it.\n\nJust imagine training your brain and relaxing at the same time. The WORP HD app challenges you to intuitively learn the code for subtractive color synthesis while enjoying the electronic sounds of Konsorten\u2122. Don\u2019t let the fancy talk scare you off. You can definitely do this and have a ton of fun while you\u2019re at it.\n\nThe idea is to eliminate bits. You start the first game with primary bits. Select one and all possible moves are revealed to you. Okay, start jumping the neighboring bits until there is only one left. There are instances when combined bits will occur and that just adds a new, interesting dimension to the game. But pay attention that the bits don't get stuck. \n\nWhen you get down to one bit, WORP HD starts calculating and opens another memory for you to continue on with. Check out the screen shots to see what further challenges WORP HD has to offer. \n\nMade a mistake? Don\u2019t worry, just click the Undo button and try again. You might have to do that more than once. This application has three difficulty levels and nine different memories, which increase in difficulty as they go.\n\nIf you need to take a little break because your brain is overheating, WORP HD lets you save your game and come back to where you left off.\n\nWORP HD provides the atmospheric sounds that complete the experience for you. You are going to be totally immersed in this game.\n\nFeatures\n- 9 different memories of increasing difficulty\n- 3 difficulty levels \u2013 beginner, intermediate and advanced \u2013 for each of the 9 memories\n- Atmospheric sound design by Konsorten\u2122\n- Interrupt any time via the Home button \u2013 resume where you left off\n- Undo all moves even after resuming a game\n\nShow yourself what you and your brain can do. Download WORP HD now and start exercising your grey matter. Within minutes, you\u2019ll be fully absorbed and having the time of your life.""",Maximilian Auer,4+,"EN, DE",22065152,Games,"Games, Board, Strategy, Entertainment",1/04/2010,25/10/2016
-https://apps.apple.com/us/app/smartgo-kifu/id364854741,364854741,SmartGo Kifu,The premier tool to study Go,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/a6/ee/30/a6ee3043-924e-650c-13f9-1ab1be5b1f63/source/512x512bb.jpg,4.5,227,19.99,,"""SmartGo Kifu transforms your iPad into a Go board with a library of over 100,000 professional game records and 2,000 problems. Study master games, solve problems, explore joseki, play against the computer, and record you own games.\n\nFeatures:\n- 102,000 professional games\n- 2,000 Go problems on the go\n- 30 annotated games (in English)\n- Joseki and fuseki analysis\n- Tree view for easy navigation\n- Record your own games\n- Import and export games\n- Use as a Go board for two human players\n- Replay games and explore alternate sequences\n- Annotate moves, edit game info\n- Guess Next Move\n- Tutorial with over 100 problems\n\nComputer Play:\n- Strong game engine\n- Fast response (adjustable)\n- Automatic handicap adjustment on 9x9, 11x11, 13x13\n- Manual choice of handicap and board size up to 19x19\n- Track level per user\n- Computer resigns when too far behind (can be turned off)\n- Territory estimator\n- Hint\n- Undo\n- Replay\n\nSmartGo Kifu is designed as a versatile tool for Go players who want to study professional games, practice Go problems, record their games, as well as play against the computer. If you're new to Go or just want a quick and challenging game against the computer, please check out our popular SmartGo Player app.\n\nGo is also known as igo (\u56f2\u7881), w\xe9iq\xed (\u56f4\u68cb), or baduk (\ubc14\ub451).""","Smart Go, Inc.",4+,"EN, FR, DE, JA, KO, RU, ZH, ES, ZH",64207872,Games,"Games, Strategy, Board, Entertainment",1/04/2010,17/04/2019
-https://apps.apple.com/us/app/touch-physics-hd/id364870866,364870866,Touch Physics HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/dc/f1/ec/dcf1ec0f-0eb3-bd44-1fc8-a9156db7a6fe/source/512x512bb.jpg,4,184,2.99,,"Touch Physics HD is a collection of 89 new and beautifully hand drawn levels devised by the professor in his lab. They are as progressively challenging as the original Touch Physics and Touch Physics 2. \n\nAre you up to this new challenge? Can you defy the laws of physics and control the wheel\'s destiny in order to complete all 89 levels? You can even change the laws of physics to suit your gameplay! \n\nDraw shapes that interact with the wheel, causing it to move according to physical laws. When it reaches the star, the level is complete.\n\nIt is not as simple as it sounds, some levels require devious thinking as they progress in difficulty. Do you dare to enter the world where you can control physical laws? Addictive fun and fury all in one brand new package.\n\nHere\'s what some of the professor\'s students have been saying about Touch Physics:\n\n""Game of the Year Award for iPhone"" - haz.de\n\n""As scientifically fascinating as the original"" Bronze Award (Touch Physics 2) - Pocket Gamer\n\n""Draw your way to victory"" - iPhone Games Directory\n\n""Top 100 iPhone Games 2009 Award"" - iLounge\n\n""Hottest Award"" - iPhone Apps Plus\n\n""Very very cool game, good mind teaser"" - Today in iPhone\n\n""Painfully addictive"" - MacBreak Weekly\n\n""Touch Physics is a fantastic game. Great value for the price"" - 148Apps\n\n""One more reason to keep touching my iPhone"" - TouchMyApps\n\n""One of the very best inexpensive games we\'ve seen on the iPhone to date"" - iLounge\n\nA video of Touch Physics in action can be seen at: http://www.gamez4touch.com/\n\n\nCUSTOMER COMMENTS:\n\n- Great job, this game is AMAZING !\n- Dare I say it, ADDICTIVE !!!\n- I love this game !\n- Light-hearted fun that is hard to put down\n- High production values, stylish\n- I can\'t put this down !\n- Challenging, but quite fun and entertaining !\n- Entertained for hours\n- Highly recommend buying this one\n- It\'s incredibly addictive and I love it !\n- Wow !\n\n\nFEATURES:\n\n- Simple and intuitive control\n- Real physics modeling\n- Realistic crayon drawing\n- Alter gravity, friction and elasticity\n- Create your own levels\n- Send your levels to friends \n- Level import/export via iTunes File Sharing \n- Left handed support (settings)\n- Automatic save and resume\n- Shake to reset\n- Relaxing music\n- Choose your own music\n\n\nLANGUAGES:\n\nEnglish",Gamez 4 Touch,4+,EN,17022757,Games,"Games, Strategy, Entertainment, Puzzle",2/04/2010,30/12/2010
-https://apps.apple.com/us/app/tank-ace-1944-hd/id364895370,364895370,Tank Ace 1944 HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple62/v4/07/56/37/075637e4-6d0b-da35-70c6-0a1df06d70d6/source/512x512bb.jpg,2.5,16,1.99,,"""Do you like to drive tanks over rugged terrain, lob artillery shells into the far hills, and blow up lethal opponents lurking around every bend? If so, then Tank Ace 1944 could be the game for you.\n\nIn Tank Ace 1944 you command a World War II tank charging to occupy the enemy capitol. Allied and Soviet Tank Aces advance on Berlin; German Aces advance on London and Moscow. At least that's what the orders from HQ say. But since you face overwhelming odds and are forced to scavenge supplies as you go, you might just find yourself retreating instead.\n\nThe goal of each round of play is to clear the enemy from a map sector and drive them off the far bank of a river so that your side can cross and advance. Skills you will need to accomplish this are a working trigger finger, the ability to navigate West or East (left and right on the overhead map), and driving ability sufficient to crash into other vehicles.\n\nA status panel shows the number of enemies left, rounds remaining, fuel, and armor strength. The last three can be replenished by ramming (not shooting) an enemy truck. If you run out of fuel or armor, or for some reason drive your tank into the water, in addition to an untimely death you will be forced to retreat one sector. If you wipe out the enemies you will advance one sector, retaining any excess supplies you have scavenged. The game ends when you take the enemy capitol, or they overrun yours. Either way the brass will want to have a talk with you\n\nFeatures:\n\n- Play one of three aces: Allied, German, or Soviet.\n- Three tanks: Sherman, Tiger, or T34, each with movable turret and cannon.\n- Destroyable 3D landscape.\n- Perspective or overhead view.\n- Three difficulty settings.\n- Enemy trucks carrying rounds, fuel, and armor.\n- Save / Resume game.\n\nNote: RESETgame does not condone invasion of other countries and cannot accept liability for such an event.""",RESETgame,12+,EN,16104448,Games,"Games, Action, Strategy",1/04/2010,30/09/2016
-https://apps.apple.com/us/app/shredder-chess-for-ipad/id364900027,364900027,Shredder Chess for iPad,,https://is5-ssl.mzstatic.com/image/thumb/Purple62/v4/e8/5d/c9/e85dc955-6fd1-6e94-adee-d519fa914f95/source/512x512bb.jpg,4.5,368,3.99,,"Shredder, the most successful chess program ever, is also available for the iPad. You can play against Shredder, analyze with him and solve chess puzzles. It offers the usual Shredder standard on your iPad.\n\nIn addition to the outstanding playing strength of the 12 times computer chess world champion, Shredder is also able to mimic the play of a human chess player with any playing strength. He even deliberately makes typical human mistakes in those levels.\n\nSolve 1000 built in chess puzzles. Shredder keeps track of your performance and offers advice if needed.\n\nYou can adjust Shredder\u2019s playing strength from beginner to master level. If you like, Shredder automatically adjusts his strength to yours. He even calculates an Elo rating for you. This is how the playing strength of chess players is typically measured.\n\nDuring the game a coach is watching your moves and warns you if you are about to make a mistake.\n\nSee how you are getting better and better the more games you play and the more chess puzzles you solve.\n\n\n* Adjustable playing strength\n* Intuitive and very easy to operate\n* 1000 built in chess puzzles\n* Watch your rating improve in a diagram\n* Outstanding playing strength on the iPad\n* Analyse your games with Shredder, find your mistakes and improve your play\n* Coach shows your mistakes\n* Different playing styles from passive to aggressive\n* Great variety: browsable opening book with more than one million moves\n* Access 1200 GB of endgame databases online\n* Enter and analyze any position you like\n* Load and save games (incl. names, date, etc.)\n* Send games via email\n* Different chess boards and pieces\n* VoiceOver / Accessibility support\n* Improve your play whenever and wherever you like\n\n\nSave 10 USD/EUR when buying Shredder or Deep Shredder (Mac, Windows or Linux). You will find your coupon code in the program info section.","Eiko Bleicher, Skizzix.com",4+,"EN, DE",34542592,Games,"Games, Strategy, Board, Education",1/04/2010,16/10/2016
-https://apps.apple.com/us/app/airport-one/id364902376,364902376,Airport One,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/ec/40/00/ec40000d-070d-e2c8-cab6-1031b739e523/source/512x512bb.jpg,2.5,420,2.99,,"Try out this awesome challenging game! Can you beat it? No in-app purchases, just good old arcade game. Challenge you friends and be the best flight dispatcher.\n\nAirport One doesn\xb4t have to be legendary to be better! Discover unique 3D world full of traps and new ideas. This is not just another \u201cline drawing\u201d game, with a heap of new ideas is incredibly original and funny. Try to control an air space over your airport, earn money and move on better and better airport!\n\n\u25c6 Game feature:\n\n\u25b6 Arcade 3D graphic\n\u25b6 4 worlds to play\n\u25b6 3 mods - Career mode, Arcade mode, Survival mode\n\u25b6 19 realistics 3D aircrafts and helicopters\xa0\n\u25b6 Much, much more!\n\n\u25c6 Player reviews:\n\nshang wu: ""Perfect in every way. This is my favorite game. Worth every penny.""\n\nRetirefree: ""Nice game. Plenty of challenges. Difficult to master. It really test your hand and eye coordination. Give it a try.""\n\nMartin Hlousek: ""Greatly update game! I enjoy playing it all day long! ;)""\n\nCowboyman381: ""...graphics look way better (more what we would expect from the iPad)...""\n\n\u25c6 We love 5-star rating. If you think that this game doesn\'t deserve it, write us an email (info@touchart.eu) with the reasons why and we will try to fix it all in future versions.","Touch Art, s.r.o.",4+,EN,62170112,Games,"Games, Strategy, Casual",1/04/2010,8/10/2016
-https://apps.apple.com/us/app/fish-farm/id364918873,364918873,Fish Farm,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/20/0a/10/200a107a-73eb-1f81-573e-23aceea4fcc2/source/512x512bb.jpg,3.5,24688,0,"2.99, 0.99, 1.99, 3.99, 7.99","Build your Aquarium Empire with Fish Farm on your iPhone, iPod Touch or iPad!\n\nFish Farm is an exciting 3D aquarium experience that gives you creative control - customize beautiful marine environments for saltwater or freshwater fish.\n\nWith 200+ exotic 3D fish and sharks along with 85+ decorations at your fingertips, the possibilities are limitless. Buy, breed, and sell exotic freshwater or saltwater fish. Reaching higher levels in the app earns coins and access to more fish, backgrounds and aquarium decorations.\n\nFeed your vibrantly colored fish, observe them as they play - even annoy them by tapping the glass! And with iTunes library integration, users can enjoy music from their collection while caring for their fish.\nWith Fish Farm, everything from the species of fish to the undersea home is yours to create!\nFeatures: \n- 200+ brilliantly colored, realistic 3D fish and sharks to choose from\n- Customize your aquariums with 85+ different decorative items \n- Feed your fish, watch them play, and tap the glass to annoy them!\n- Buy, raise, breed and sell fish to earn coins and gain experience \n- Care for up to 18 saltwater or freshwater aquariums \n- Enjoy offline play capability\n- Pay once, get the Exchange and access all game features",bitbros Inc.,4+,EN,39510016,Games,"Games, Strategy, Entertainment, Simulation",19/04/2010,6/11/2016
-https://apps.apple.com/us/app/g-blacksmith-lite/id365417902,365417902,G.Blacksmith Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple114/v4/e8/e3/96/e8e396f3-9afb-8a97-30a1-bb1fbea4beeb/source/512x512bb.jpg,3,107,0,,"""Not much has been known about the life of a goblin. Until now. Begin your own empire by helping the goblins build underground caves and dominate the world. To perfect your skills in the goblin's underground workshops, you must understand the system, be quick on your feet, and plan shrewdly. Only the most cunning will successfully construct the goblin empire.\n\nAlong your journey be prepared to fend off robbers, get brawny in the blacksmith shops and hone your engraving skills. You'll need strength, bravery, and determination to complete the journey ahead of you.\n\nEnjoy this new take on the time management genre. Help manage the goblin workshop efficiently and satisfy your customers before they get cranky! One miscalculation and you'll get stiffed big time. A few missteps and your dreams of running a goblin empire will be gone forever.\n\nMore content and medals will be included in the full version!!""",Crazy Carpenter,4+,"EN, ZH, ZH",23666919,Games,"Games, Puzzle, Strategy",3/04/2010,3/04/2010
-https://apps.apple.com/us/app/you-me-boxes-lite/id365445568,365445568,You & Me - Boxes Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/cf/77/bf/cf77bf33-8ddb-ae0d-dc3a-b8040214804e/source/512x512bb.jpg,2.5,15,0,,"You Me & boxes as the name suggests, is a simple yet interesting game played by 2 players. This is a virtual adaptation of the game played on a piece of paper normally. It is targeted at the young audience primarily. \n\nThe player who is able to complete maximum number of boxes is the winner. The game starts with an array of dots showing in a matrix. Players would take turn and tap the space between 2 dots to complete each side of a box but a box is named after the player who gets the chance to draw the last line and complete the box. \n\nYou can select to play the game either against the device or with another player but on the same device. The game works on 2 difficulty levels if you are playing it against the device.",Key Software Services Private Limited,4+,"DA, EN, FI, FR, DE, IT, JA, PT, ZH, ES",3866624,Games,"Games, Strategy, Entertainment, Puzzle",6/04/2010,5/10/2014
-https://apps.apple.com/us/app/succulent-expressions/id365520139,365520139,Succulent Expressions,,https://is3-ssl.mzstatic.com/image/thumb/Purple49/v4/1b/13/be/1b13be98-7eec-0761-e3ba-f03407027802/source/512x512bb.jpg,,,1.99,,"""Feeling frisky and naughty? Get your creative juices flowing with this erotically suggestive game of random words. Designed for two or more players, Succulent Expressions is a combination stripping, drinking and foreplay game all in one. Play as a couples game or as a party game in teams.\n\nEarn points by making up wild sentences using seemingly weird combinations of words. Say the sentence out loud and try to make it as funny, dirty, erotic or disgusting as you can. You'll be rolling on the floor in fits of laughter. If you come up with a sentence that you can perform and actually do it, you get bonus points. Stripping and Drinking are optional but add to the excitement especially for team play.\n\nCouples can also use it as a sex game. Devise creative foreplay ideas and perform them for bonus points. Stimulate your erotic imagination and whet your lover's sexual appetite with words. Hot erotic talk will get you both excited. You'll love talking dirty to each other all night long.""",Succulent Enterprises Inc.,17+,EN,26766336,Games,"Games, Lifestyle, Strategy, Word",5/04/2010,3/03/2016
-https://apps.apple.com/us/app/airport-madness-mobile/id365735712,365735712,Airport Madness Mobile,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/c4/aa/c4/c4aac42a-83eb-fe7c-84f4-e934430266ab/source/512x512bb.jpg,3.5,187,4.99,,"""You land a million planes safely. Then you have one little mid-air collision, and you never hear the end of it."" - Air Traffic Controller, New York TRACON\n\nDo you have what it takes to be an air traffic controller at a busy international airport?\n\nAs an air traffic controller it is your job to keep aircraft from colliding, while avoiding unnecessary delays. You are paid the big bucks for your visualization skills and guts. Just like the real job of an air traffic controller, you must pay attention and keep your eyes moving. There is always something that you could be doing! You must give takeoff clearances, landing clearances and taxi clearances in a strategic effort to maintain safety and efficiency where there would otherwise be total chaos. This is not a spectator\'s sport! After successful completion of all 14 levels of this simulation you will become an expert at visualization and managing priorities.\n\nThis simulation contains 7 different challenging airport layouts. You will be required to work at night, and occasionally in poor weather conditions. Knowledge of air traffic control is not required to be a top-notch air traffic controller in Airport Madness Mobile, but you do require nerves of steel.\n\nBe sure to check out Airport Madness Challenge and Will It Fly!",Fluik,9+,EN,34923520,Games,"Games, Strategy, Entertainment, Simulation",22/04/2010,9/12/2016
-https://apps.apple.com/us/app/erics-spider-solitaire-lite/id366158571,366158571,"""Eric's Spider Solitaire Lite""",Challenging and fun!,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/89/a2/df/89a2df5e-c89d-f0e0-2e23-c1ab608d6d47/source/512x512bb.jpg,2.5,6147,0,,"Eric\'s Spider Solitaire Lite includes four Spider Solitaire games with beautiful high resolution graphics and more! Play Spider Solitaire 1-suit, 2-suit, 4-suit and Spiderette on your iPhone or iPod. This top-rated free card game has a fantastic user interface, beautiful graphics and subtle sound effects.\n\nNote: This is *Spider* solitaire, a two deck challenging solitaire game. This is NOT Klondike solitaire. Check out my other games if you\'re looking for Klondike, Freecell or something else!\n\n ""Nice fresh UI and animations. Simple and fun!""\n ""Sweet and simple. 5 stars indeed""\n\nDrag, tap, or for the most fun, give cards a shove to send them on their way!\n\nIf you love solitaire try my other games. And if you\'re looking for Spider for your iPad check out the HD version.\n\nDESCRIPTION\n\nWritten by the same Eric that developed the Eric\'s Solitaire Sample that came on every Mac in the U.S. and Eric\'s Ultimate Solitaire for Mac OS. You can drag and drop or tap cards to move them. You can even throw the cards with a shove! Supports portrait and landscape orientations and has a fun user interface.\n\nSpider is one of the most popular variations of solitaire. It\'s Eric\'s favorite as it offers lots of room for skill and almost every deal can be won.\n\nYour game is saved when you quit or get a call and is quickly restored when you return.\n\nFEATURES\n\n\u2022 Four games \u2013\xa0Spider, Spider 2-Suit, Spider 1-Suit and the one deck game Spiderette\n\u2022 Beautiful art, cool particle effects and a fun user-interface\n\u2022 Subtle sound effects so you can enjoy your music\n\u2022 Drag and drop cards or throw them!\n\u2022 Playable cards wiggle or glow -- turn off for a bigger challenge. The more the cards wiggle the better the move.\n\u2022 Unlimited Undo\n\u2022 Portrait and Landscape support & orientation lock\n\u2022 Game state saved when interrupted \n\u2022 Detailed Statistics\n\nSend your feature requests and feedback to eric@sniderware.com\n\nFollow me on Facebook: http://facebook.com/sniderware",Eric Snider,4+,EN,54165504,Games,"Games, Entertainment, Card, Strategy",31/05/2010,16/09/2017
-https://apps.apple.com/us/app/erics-spider-solitaire-hd/id366159742,366159742,"""Eric's Spider Solitaire HD""",Challenging and fun!,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/70/cd/fa/70cdfa22-97f7-0eda-17af-8164b21d3c10/source/512x512bb.jpg,4.5,954,0.99,,"Play Spider in style on your iPad with a fantastic user interface, beautiful graphics and subtle sound effects. Show off how good your iPad can look!\n\nDrag, tap, or for the most fun, give cards a shove to send them on their way.\n\nTry my easy-to-play game ""Eric\'s Sudoku"" \u2013 It\'s fun and free! \n\nIf you love Klondike solitaire check out Eric Snider\'s Solitaire: Klondike for iPad (and iPhone).\n\nDESCRIPTION\n\nWritten by the same Eric that developed the Eric\'s Solitaire Sample and Eric\'s Ultimate Solitaire for Mac OS. You can drag and drop or tap cards to move them. You can even throw the cards with a shove! Supports portrait and landscape orientations and has a fantastic user interface.\n\nSpider is one of the most popular variations of solitaire. It\'s Eric\'s favorite as it offers lots of room for skill. This version is strictly for iPad.\n\nYour game is saved when you quit or get a call and is quickly restored when you return.\n\nFEATURES: \n- Four Spider variations -- 1-suit, 2-suit, 4-suit (traditional) and Spiderette\n- Subtle sound effects so you can enjoy your music\n- Drag and drop cards or throw them!\n- Playable cards wiggle or glow -- turn off for a bigger challenge\n- Unlimited Undo\n- Portrait and Landscape support\n- Game state saved when interrupted \n- Detailed Statistics\n- Beautiful art, cool particle effects and a fun user-interface\n\nFollow us on Twitter: http://twitter.com/sniderware\n\nPlease send your feature requests to support@sniderware.com",Eric Snider,4+,EN,44658688,Games,"Games, Card, Strategy, Entertainment",9/04/2010,27/09/2017
-https://apps.apple.com/us/app/erics-freecell-solitaire-pack-hd/id366161039,366161039,"""Eric's FreeCell Solitaire Pack HD""","Play FreeCell, 8 Off & Towers!",https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/f7/63/b0/f763b05e-f86d-5744-a7e0-f26b190a9202/source/512x512bb.jpg,5,1229,0.99,,"If you love solitaire and have an iPad you\'ll love Eric Snider\'s FreeCell HD with a fantastic user interface, beautiful graphics and subtle sound effects. Comes with two bonus solitaire games: ""Towers"" and ""Eight Off."" \n\nDrag, tap, or for the most fun, give cards a shove to send them on their way! \n\nDESCRIPTION \n\nWritten by the same Eric that developed the Eric\'s Solitaire Sample that came on every Mac in the U.S. and Eric\'s Ultimate Solitaire for Mac OS. You can drag and drop or tap cards to move them. You can even throw the cards with a shove! Supports portrait and landscape orientations and has a fun user interface. \n\nFreeCell is one of the most popular variations of solitaire. It offers lots of room for skill so players don\'t have to rely on luck as much as in other solitaire variations. This version is strictly for iPad. \n\nYour game is saved when you quit or get a call and is quickly restored when you return. \n\nFEATURES \n\n- Beautiful art, cool particle effects and a fun user-interface \n- Even nicer high resolution retina graphics for iPad 3\n- Subtle sound effects so you can enjoy your music \n- Drag and drop cards or throw them! \n- Playable cards wiggle or glow -- turn off for a bigger challenge. The more the cards wiggle the better the move. \n- Unlimited Undo \n- Portrait and Landscape support \n- Game state saved when interrupted \n- Detailed Statistics \n\nFollow us on Twitter: http://twitter.com/sniderware",Eric Snider,4+,EN,28633088,Games,"Games, Entertainment, Card, Strategy",10/12/2010,2/09/2017
-https://apps.apple.com/us/app/erics-spider-sol-hd-lite/id366161441,366161441,"""Eric's Spider Sol HD Lite""",Challenging and Fun!,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/10/41/09/10410966-4b09-ef0e-366c-89e292e0f0ff/source/512x512bb.jpg,3,1361,0,,"""I love the new format! I really enjoy playing this game....lots of fun!""\n\nWant a challenge? Play Spider Solitaire HD for FREE on your iPad. This iPad version has a fantastic user interface, beautiful graphics and subtle sound effects.\n\n""Nice fresh UI and animations. Simple and fun!""\n""Sweet and simple. 5 stars indeed""\n\nFeatures four games \u2013 Spider 1-Suit, 2-Suit, Spider and Spiderette.\n\nDrag, tap, or for the most fun, give cards a shove to send them on their way!\n\nDESCRIPTION\n\nWritten by the same Eric that developed the Eric\'s Solitaire Sample that came on every Mac in the U.S. and Eric\'s Ultimate Solitaire for Mac OS. You can drag and drop or tap cards to move them. You can even throw the cards with a shove! Supports portrait and landscape orientations and has a fun user interface.\n\nSpider is one of the most popular variations of solitaire. It\'s Eric\'s favorite as it offers lots of room for skill and is challenging. This version is strictly for iPad.\n\nFEATURES\n\n- Four games! Spider 1-suit, 2-Suit, Spider and Spiderette\n- Beautiful art, cool particle effects and a fun user-interface\n- Background themes & cardbacks to customize the game\n- Subtle sound effects so you can enjoy your music\n- Drag and drop cards or throw them!\n- Playable cards wiggle or glow -- turn off for a bigger challenge. The more the cards wiggle the better the move.\n- Unlimited Undo\n- Portrait and Landscape support\n- Game state saved when interrupted \n- Detailed Statistics\n\nLike us on Facebook: facebook.com/sniderware",Eric Snider,4+,EN,60317696,Games,"Games, Card, Entertainment, Strategy",11/07/2010,16/09/2017
-https://apps.apple.com/us/app/chess-premium-hd/id366248696,366248696,Chess Premium HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/91/1a/39/911a39eb-5081-c56b-02d6-d74712ed43a6/source/512x512bb.jpg,4.5,1003,1.99,,"""Are you tired of playing chess games that look like they were designed for a Commodore 64 instead of an iPad? We've got the antidote for you. Chess Premium HD is the best looking chess game for the iPad.\n\nChess Premium HD supports both 1 player and 2 player gameplay, so you can play against friends or test your skills against a challenging computer opponent.\n\nChess Premium HD includes a host of exciting features, including:\n\n* Great graphics and exciting sound effects\n* Configurable player names and score tracking \n* Outstanding AI engine with configurable difficulty level\n* Undo function if you accidentally hit the wrong square\n* Automatically saves your game when you exit the application \n\nIf you're looking for a killer chess application for your iPad, check out Chess Premium HD today!""",Optime Software LLC,4+,EN,52358144,Games,"Games, Entertainment, Board, Strategy",12/07/2010,29/09/2017
-https://apps.apple.com/us/app/dream-travel-agency/id366253054,366253054,Dream Travel Agency,South Korea Travel! Busan!,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/f0/a6/3f/f0a63ffe-5431-58b7-8e5b-398551cee1c2/source/512x512bb.jpg,2.5,79,2.99,,"""You'll get to see Busan(in Korea) from a different point of view while searching for hidden jewels in Busan.\n\nFeel the excitement of a trip to Busan to be rediscovered by fun game.\n\nManage your own virtual Travel Agency.\n\nRecommended for fans of Time Management Games.\n\nBasic Concepts:\n- Serve tourists as fast as you can to keep them happy.\n- Tourists will get angry and leave if they wait too long.\n- To complete a level, reach the target hearts total before the day is over.\n\nFeatures:\n- Total 50 Stage.\n- 5 unique locations with 10 levels each.\n (Nampo-dong, Taejongdae, Seomyeon, Gwangalli, Haeundae)\n- 8 unique tourist types.\n- Various mini game.""","AFEEL, Inc.",4+,"EN, JA, KO",131782656,Games,"Games, Simulation, Strategy, Entertainment",10/04/2010,18/04/2018
-https://apps.apple.com/us/app/tank-ace-1944-hd-lite/id366536578,366536578,Tank Ace 1944 HD Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/ec/66/c8/ec66c88a-af78-d9b2-6925-0a370b2d9cfd/source/512x512bb.jpg,2,697,0,,"""Do you like to drive tanks over rugged terrain, lob artillery shells into the far hills, and blow up lethal opponents lurking around every bend? If so, then Tank Ace 1944 could be the game for you.\n\nIn Tank Ace 1944 you command a World War II tank charging to occupy the enemy capitol. Allied and Soviet Tank Aces advance on Berlin; German Aces advance on London and Moscow. At least that's what the orders from HQ say. But since you face overwhelming odds and are forced to scavenge supplies as you go, you might just find yourself retreating instead.\n\nThe goal of each round of play is to clear the enemy from a map sector and drive them off the far bank of a river so that your side can cross and advance. Skills you will need to accomplish this are a working trigger finger, the ability to navigate West or East (left and right on the overhead map), and driving ability sufficient to crash into other vehicles.\n\nA status panel shows the number of enemies left, rounds remaining, fuel, and armor strength. The last three can be replenished by ramming (not shooting) an enemy truck. If you run out of fuel or armor, or for some reason drive your tank into the water, in addition to an untimely death you will be forced to retreat one sector. If you wipe out the enemies you will advance one sector, retaining any excess supplies you have scavenged. The game ends when you take the enemy capitol, or they overrun yours. Either way the brass will want to have a talk with you.\n\nFeatures:\n\n- Play one of three aces: Allied, German, or Soviet.\n- Three tanks: Sherman, Tiger, or T34, each with movable turret and cannon.\n- Destroyable 3D landscape.\n- Perspective or overhead view.\n- Three difficulty settings.\n- Enemy trucks carrying rounds, fuel, and armor.\n- Save / Resume game.\n\nThis is the free Lite version with ads and limited supplies. Please buy the full version 'Tank Ace 1944 HD' for truck resupply during the game.\n\nNote: RESETgame does not condone invasion of other countries and cannot accept liability for such an event.""",RESETgame,12+,EN,16104448,Games,"Games, Action, Strategy",8/04/2010,3/10/2016
-https://apps.apple.com/us/app/pitch/id366561888,366561888,Pitch,,https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/10/38/a1/1038a189-f994-055c-faf7-6078db1d03a8/source/512x512bb.jpg,4,2987,1.99,,"""Customize how you play Pitch, including options to play 4, 5, 6, 7, 10, and 13 point! You can customize how the game is played as well, by changing player's names, the victory condition for each game, who keeps the low, and several other settings. Two different card themes, and two wallpapers!\n\nPlay either Cut Throat (3 players) in 4, 5, or 6 point or Classic Teams (4 players) in all versions of pitch. Pitch also saves the total number of wins and losses to online leaderboards, compare your records with other users!\n\nPlay multiplayer through Game Center! This allows for 2 to 4 players to play together in any version of Pitch! You can also use the built in voice chat feature to talk amongst your friends!""",Jeff Harden,4+,EN,78302208,Games,"Games, Card, Entertainment, Strategy",12/04/2010,28/06/2018
-https://apps.apple.com/us/app/four-tribes/id366798640,366798640,Four Tribes,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/af/89/01/af89014b-81db-ff25-478c-a9ff38ab7837/source/512x512bb.jpg,3,85,1.99,,"""As the God of your tribe you must protect and lead your people to victory over the other three competing tribes. Flatten the land so your peasants can find space to build settlements, and with the power that they give to you rain down disasters on your enemies' heads. \n\nFor the latest news on all of my games follow @SeansGames on Twitter!""","""Sean O'Connor""",9+,EN,20706304,Games,"Games, Strategy, Action",12/04/2010,7/01/2017
-https://apps.apple.com/us/app/airport-madness-mobile-lite/id366939020,366939020,Airport Madness Mobile Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/70/c3/15/70c31540-ba82-380a-6015-4fdb0a7cff89/source/512x512bb.jpg,3.5,2217,0,"0.99, 0.99, 0.99, 0.99","Check out Airport Madness Mobile for the full blown version with no ads!\n\n""You land a million planes safely. Then you have one little mid-air, and you never hear the end of it."" - Air Traffic Controller, New York TRACON\n\nTop 10 Simulation in Deutschland and the UK\nTop 50 Games in Deutschland and the UK!\n\nDo you have what it takes to be an air traffic controller at a busy international airport?\n\nAs an air traffic controller it is your job to keep aircraft from colliding, while avoiding unnecessary delays. You are paid the big bucks for your visualization skills and guts. Just like the real job of an air traffic controller, you must pay attention and keep your eyes moving. There is always something that you could be doing! You must give takeoff clearances, landing clearances and taxi clearances in a strategic effort to maintain safety and efficiency where there would otherwise be total chaos. This is not a spectator\'s sport!\n\nThis simulation contains 2 different challenging airport layouts. Knowledge of air traffic control is not required to be a top-notch air traffic controller in Airport Madness Mobile, but you do require nerves of steel.\n\nBe sure to check out Will It Fly? and Airport Madness Challenge!",Fluik,9+,EN,40773632,Games,"Games, Entertainment, Strategy, Simulation",16/07/2010,17/05/2018
-https://apps.apple.com/us/app/farm-story/id367107953,367107953,Farm Story\u2122,,https://is3-ssl.mzstatic.com/image/thumb/Purple4/v4/8a/bd/e8/8abde8e5-8cb0-2b71-1378-0f327e516e1d/source/512x512bb.jpg,4,129759,0,"4.99, 19.99, 9.99, 3.99, 13.99, 6.99, 7.99, 49.99, 15.99, 11.99","** Farm Story\u2122 reached Top 1 in the App Store. ** Welcome to Farm Story\u2122 where you and your friends can grow fruits, raise farm animals, and decorate the most beautiful farms! Farm Story\u2122 includes FREE updates with new fruits, decorations, animals, and more every week! \n\nFEATURES:\n- Plant over 150 varieties of delicious fruits, veggies, and beautiful flowers. \n- Design and decorate your farm with trees, fences, and buildings. \n- Visit real neighbors to watch their crops grow. \n- Take pictures of your farm and share them with your friends on Facebook. \n- FREE updates with new fruits, flowers, trees, buildings, decorations, animals, and more every week! \n- It\'s FREE! \n\nPlease note: Farm Story\u2122 is an online game. Your device must have an active internet connection to play.\n\nPlease note that Farm Story\u2122 is free to play, but you can purchase in-app items with real money. To delete this feature, on your device go to Settings Menu -> General -> Restrictions option. You can then simply turn off In-App Purchases under ""Allowed Content"". In addition, Farm Story\u2122 may link to social media services, such as Facebook, and Storm8 will have access to your information through such services.\n\nFollow Storm8\nwww.storm8.com\nfacebook.com/storm8\ntwitter.com/storm8",Storm8 Studios,4+,EN,105713664,Games,"Games, Simulation, Entertainment, Strategy",2/05/2010,6/08/2013
-https://apps.apple.com/us/app/gipsy-king/id367233816,367233816,Gipsy King,,https://is1-ssl.mzstatic.com/image/thumb/Purple62/v4/4c/fb/5f/4cfb5fd1-32dd-439f-6d93-806e612f109c/source/512x512bb.jpg,,,0.99,,"Based on the game \u201cGipsy King\u201d from Cwali.\n\nYou are a caravan leader, trying to be the gipsy king by placing the caravan in the free lands near the wonderful lakes. After all the lands are filled with caravans, players will score points.\nPoints are scored for controlling lakes with gold coins and connected caravans groups. \nAfter first round of filling the map, a second round is executed (with some minor changes). The player with the most points after these two rounds, is the winner and is crowned as the Gipsy King.\nCan you be that player?",ycyclop games,4+,EN,2089984,Games,"Games, Board, Strategy",14/04/2010,8/09/2016
-https://apps.apple.com/us/app/slotter/id367235715,367235715,Slotter,,https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/9e/eb/fb/9eebfbea-9930-b30d-347b-565c142a4b6c/source/512x512bb.jpg,2.5,132,0.99,,"Slotter is a 2 player game.\nEach player has an adjustable count of numbered chips in 2 different colors.\nThe goal of slotter is to bring the chips down in numerical order by turning slotted wheels.\nThe wheels have different sizes and different count of slots.\nEach player only see his slotter side.\nIf you move your wheels and chips, you will also move unseen the wheels and chips from the other player.\nYou have won if you are the first one who has all chips in the final row or a chip with the wrong number from the other player gets into the final row.\n\nSlotter has 5 game modes:\n - 1 Player vs. Computer\n - 2 Player on 1 Screen\n - 2 Player over Wi-Fi (Local Network)\n - 2 Player over Bluetooth\n - 2 Player online over Game Center\n\nSlotter has 4 game settings:\n - Set chips count\n - Set chips end order\n - Set players first move\n - Set your colors\n\n***************************\nFOR BEGINNERS\n***************************\nA cheat to help you learn the game:\nIn single player mode press 3 - 4 - 5 - 2 - 1 on the wheel digits to see the opponents chips.\n***************************",Benjamin Zachey,4+,EN,8119296,Games,"Games, Entertainment, Family, Strategy",14/04/2010,8/05/2018
-https://apps.apple.com/us/app/mine-searcher/id367248882,367248882,Mine Searcher,,https://is5-ssl.mzstatic.com/image/thumb/Purple42/v4/09/b6/4e/09b64ec2-02fd-47f4-e0e8-4c264058bdd7/source/512x512bb.jpg,,,0.99,,"The only Minesweeper-like game to run native on both iPhone and iPad! Buy once, play on both.\n\nMine Searcher is a Minesweeper-like game for the iPhone. Mine Searcher stands out with a great interface, and is very customizable. Build your own board with your choice of size and number of bombs. \n\nFeatures:\n- Great interface, custom for iPhone/iPad\n- Boards up to 25x25\n- Zoomable interface\n- Remembers your last board setup",Thomas Sunde Nielsen,4+,EN,12688384,Games,"Games, Strategy, Board, Entertainment",17/04/2010,4/10/2016
-https://apps.apple.com/us/app/erics-spider-solitaire/id367278729,367278729,"""Eric's Spider Solitaire!""",Try all four challenging games,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/8d/e3/2c/8de32c4f-e007-6f00-c139-d16a43fb1b07/source/512x512bb.jpg,4.5,3344,0.99,0.99,"Play this 5-star, top-rated Spider solitaire on your iPhone or iPod with a fantastic user interface, beautiful graphics and subtle sound effects. \n\n\u2022 ""I play this all the time. Fabulous update. Better than PC spider solitaire!""\n\u2022 ""Great game to play...simple straight forward and challenging!""\n\u2022 ""I\'ve tried so many games and this is the only one I ever play.""\n\u2022 ""Wow! Your spider solitaire update was the best EVER! I love the rotation lock and the left handed play. Thank you so much. I\'m now looking forward to Klondike and Free cell updates."" \u2013 Jen Green\n\nDrag, tap, or for the most fun, give cards a shove to send them on their way!\n\nIf you love solitaire try all our games. And if you\'re looking for Spider for your iPad check out the HD version.\n\nDESCRIPTION\n\nWritten by the same Eric that developed the Eric\'s Solitaire Sample that came on every Mac in the U.S. and Eric\'s Ultimate Solitaire for Mac OS. You can drag and drop or tap cards to move them. You can even throw the cards with a shove! Supports portrait and landscape orientations and has a fun user interface.\n\nSpider is one of the most popular variations of solitaire. It\'s Eric\'s favorite as it offers lots of room for skill. This version is strictly for iPhone/iPod.\n\nYour game is saved when you quit or get a call and is quickly restored when you return.\n\nFEATURES\n\n\u2022 Four Spider variations \u2013 1-suit, 2-suit, 4-suit (traditional) and Spiderette\n\u2022 Landscape & portrait orientation lock setting\n\u2022 Right hand/Left hand settings\n\u2022 Beautiful art, cool particle effects and a fun user-interface\n\u2022 Subtle sound effects so you can enjoy your music\n\u2022 Drag and drop cards or throw them!\n\u2022 Playable cards wiggle or glow -- turn off for a bigger challenge. The more the cards wiggle the better the move.\n\u2022 Unlimited Undo\n\u2022 Game state saved when interrupted \n\u2022 Detailed Statistics\n\n* Follow us on Twitter: http://twitter.com/sniderware\n* Like us on Facebook! http://www.facebook.com/sniderware",Eric Snider,4+,EN,39673856,Games,"Games, Card, Entertainment, Strategy",15/04/2010,16/09/2017
-https://apps.apple.com/us/app/capita/id367322717,367322717,Capita,,https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/2b/04/31/2b043104-6c78-31c9-e406-89011f353622/source/512x512bb.jpg,3.5,5,0.99,,"""This is an awesome Sentinel Returns remake...""\n\n""DigitalOrigins has done an excellent job recreating the classic experience on the iPhone."" - Derek Buck, Classic Game Room\n\nAs an homage to the 80\'s, Capita takes you through 10,000 Lands of pure 3D retro-gaming strategic gameplay, testing your skills and your control to the limit. Simple to play, devilishly difficult to master, Capita dares to pull you back over and over again for just one more Land.\n\nFeatures include:\n - 10,000 Lands of mind-bending strategy\n - Pure gameplay straight from the classic 80s gaming era\n - Beautifully atmospheric 3D graphics and sound\n - Simple to learn, difficult to master, impossible to put down",DigitalOrigins Ltd,4+,EN,15073280,Games,"Games, Puzzle, Entertainment, Strategy",19/04/2010,27/08/2015
-https://apps.apple.com/us/app/pocketm-%E0%B8%AB%E0%B8%A1%E0%B8%B2%E0%B8%81%E0%B8%A3-%E0%B8%81%E0%B9%84%E0%B8%97%E0%B8%A2/id367324774,367324774,PocketM - \u0e2b\u0e21\u0e32\u0e01\u0e23\u0e38\u0e01\u0e44\u0e17\u0e22,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/83/4e/75/834e75da-602e-0543-d788-bf163a552801/source/512x512bb.jpg,3.5,45,0,,Thai chess with Artificial Intelligence.\nYou can play against different level of computer.\n\nFeature\n- 6 Level for Computer AI\n- Undo move\n- High score table\n- Post your score to Facebook,Nattachai Ungsriwong,4+,EN,4509696,Games,"Games, Strategy, Board",17/04/2010,11/09/2013
-https://apps.apple.com/us/app/shogi-lv-100-for-ipad-japanese-chess/id367568101,367568101,Shogi Lv.100 for iPad (Japanese Chess),,https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/99/63/75/996375b2-ff8c-7b2e-6a57-dba1c9988b83/source/512x512bb.jpg,4,15,3.99,2.99,"Shogi Lv.100 for iPad is the most popular Shogi (Japanese Chess) game in Japan. \n\u3010Version up!\u3011 Now you can play against a stronger computer engine in Engine Server Game. \n\n\n\n\u25a0What is ""Shogi Lv.100 for iPad""? \n\nShogi, also known as Japanese chess, is the most popular \nthinking game in Japan. Unlike chess, the captured pieces could \nbe returned to the board to be used as a piece for the captured player. \nWhy don\'t you challenge this exciting Japanese game! \nThe Help feature within the game will help you understand the rules of Shogi. \n\n\n\u25cfOff-line Game \n""Shogi Lv.100 for iPad"" has 100 different levels of play from beginner to expert. \nChallenge to win medals by defeating computer! \nYou will win medals by defeating computer in off-line game. \nIf you collect a certain number of medals, new types of board and pieces will be awarded. \n\n\n\u25cfEngine Server Game (Playing tickets are needed to be purchased) \nYou can play against a stronger engine in ""Lv.200 mode"" and ""Expert mode"" . \n\n""Lv.200 mode"" \nWe have added new 200 strength levels, which are all above the off-line 100 levels. \nYou can enjoy another higher level of game and challenge to complete all the medals. \n\n""Expert mode"" \nWe have provided a special mode for further advanced players, in which you can select the playing style among 5 different strategies. \n(Fujii system, Rapid attack vs 4th-file rook, Gokigen central rook, Bear in the hole, None) \nThere are 5 levels of play for each playing strategy. \n\n\u30fbPrices of the ticket for playing the Engine Server Game are: \n30 days ticket $2.99 \n90 days ticket $6.99 \n180 days ticket $11.99 \n\n\n\n\u30fbOther Features: \n\n- Human vs Computer, Human vs Human(sharing a single device) \n- Save/Load game record \n- Hint feature \n- Enable to view full game history of the game record and restart game \nfrom the selected move \n- Transmit game record by e-mail \n- Beautiful graphics and realistic sound effects \n- Automatic reading out for each move in Japanese",UNBALANCE Corporation,4+,"EN, JA",23407616,Games,"Games, Strategy, Board, Entertainment",23/04/2010,27/01/2017
-https://apps.apple.com/us/app/chess-hd/id367637700,367637700,Chess HD \u2219,,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/eb/74/a2/eb74a258-7981-3852-e1b4-dac9f0566b5e/source/512x512bb.jpg,4,16293,0,,"""Are you tired of playing chess games that look like they were designed for a Commodore 64 instead of an iPad? We've got the antidote for you. Chess Free HD is the best looking chess game for the iPad, and best of all - it's free!\n\nChess Free HD supports both 1 player and 2 player gameplay, so you can play against friends or test your skills against a challenging computer opponent. \n\nChess Free HD offers a host of exciting features, including:\n\n* Great graphics and exciting sound effects\n* Configurable player names and score tracking \n* Outstanding AI engine with configurable difficulty level\n* Board rotation for two player games \n* Undo function\n* Automatic save when you exit the application \n\nChess Free HD is supported by unobtrusive banner advertising.""",Optime Software LLC,4+,EN,71884800,Games,"Games, Board, Strategy, Entertainment",12/07/2010,3/10/2017
-https://apps.apple.com/us/app/3d-benchmark/id367907414,367907414,3D Benchmark,The benchmark you can play,https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/d0/f6/e8/d0f6e8ad-625d-85af-3525-fae332026657/source/512x512bb.jpg,2.5,387,0,1.99,"Check the power of your iPad, iPhone or iPod Touch with 3D Benchmark, reproducing a massive battle in 3D.\nCheck if your device has the power that is expected from it.\n\nIn addition, with a single in app purchase you can play the benchmark, which is not usually allowed in a benchmark.\nThere are several levels with battles with hundreds of tanks, dozens of planes and helicopters,\nanti-aircraft missile batteries, and jeep.\nYou can manage each unit individually or handle the battle from above as in classic strategy games. Do not miss it!",Luis Evaristo Rodriguez Campos,12+,"CA, NL, EN, FR, DE, IT, PT, ES, SV",23119872,Games,"Games, Simulation, Utilities, Strategy",20/04/2010,19/12/2018
-https://apps.apple.com/us/app/runerun/id368167255,368167255,RuneRun,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/df/3c/c5/df3cc500-6fba-c833-20ac-9731236a4f1d/source/512x512bb.jpg,1.5,7,0.99,,"""Ragnarok is upon you, and you must use your rune-magic to summon and upgrade warriors in order to defend Asgard from the oncoming doom.\n\nA fast-paced strategy puzzler with defensive elements, set in the universe of norse mythology. You must tap and drag your way through various rune-spells and summon vikings.\n\nAncient magical weapons and armor are scattered here and there throughout the battlefield. By collecting them in certain combinations, you might unlock hidden powers, or even be granted the gods' favor. What kind of combinations that give upgrades is up to you to discover, but hear this; something amazing might happen if you collect 8 pieces of magical artifacts at once!\n\n* MATCH RUNES - tap out rune combinations on the board and combine them with your finger, to start huge cascading effects. Catch ancient artifacts in the cascades to upgrade your vikings.\n\n* EPIC STRATEGY PUZZLER - help the gods survive Ragnarok!\n\n* HORRIFYING ENEMIES - fight the legendary Fenrir, terrible giants and Thor's bane J\xf6rmungandr.\n\n* FANTASTIC UPGRADES - upgrade your vikings through ancient artifacts left by the gods!\n\n* STRATEGY OR FAST-PACED ACTION - you choose how to play; fast and furious, or slow and planning, both roads can lead to your survival.\n\nCan you survive Ragnarok?""",Redikod,9+,EN,6987776,Games,"Games, Puzzle, Strategy",25/04/2010,18/10/2016
-https://apps.apple.com/us/app/park-star-lite/id368425673,368425673,Park Star Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/44/70/8e/44708eee-6de6-8a52-1f42-bb0ef70d0488/source/512x512bb.jpg,3,705,0,,"It\'s a parking game. Your goal is to get the ""Park Star"". So you have to park the car as quickly as possible without damaging and avoid pedestrians or obstacles and other cars. Game control is easy. You can select 4 cars(4 difficult). In Honours-Room have 10 medals waiting you to challenge.",EASY Inc.,4+,EN,7696478,Games,"Games, Simulation, Entertainment, Strategy",22/04/2010,22/04/2010
-https://apps.apple.com/us/app/alert-finger-button-fun-free/id368440550,368440550,ALERT! Finger Button Fun (FREE),,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/d7/e2/0c/d7e20cf8-70a3-6494-b470-607a2c9b78a3/source/512x512bb.jpg,3,3813,0,,"""\u2605\u2605\u2605 Are you bored? Stuck somewhere with nothing to do? We have just the perfect APP for you! \u2605\u2605\u2605\n\u2605\u2605\u2605 Meet ALERT! This game will probably be one of the MOST INSANELY ADDICTIVE game you will ever play! \u2605\u2605\u2605\n\nJust like Twister for your fingers! Press all Red buttons as they appear and do not let go until they disappear. Do not press other buttons that show up and try to trick your mind into pressing them. Try your best not to tie your fingers in knots!\n\nFEATURES:\n- Simple yet INSANELY ADDICTING!!!\n- Automatically save your high scores!\n- Want to see how you rank against the rest of the world? Send your scores online!\n- Facebook integration: Share what you are playing and brag your high score to your friends!\n- Over 40 awards and achievements to reward you for your reflexes and skill.\n\n\nSo how long can you last? Go ahead. Try it. WE DARE YOU!!!\n\nShare with your friends and family! See who among you can last the longest! - You will LOVE watching your friends FAIL this game! Got a competitive edge? We guarantee you won't be able to put the game down until you get the best score!\n\n\nAWARDS/ACHIEVEMENTS:\n 1. First strike\n 2. Short timer\n 3. Nice start\n 4. Read the instruction\n 5. Pressed for time\n 6. Getting the hang of it\n 7. Pressure\n 8. Medalist\n 9. Keep trying\n10. Way below average\n11. Fast reaction\n12. Great Depression\n13. Below average\n14. Hour glass\n15. Committed\n16. Decorated\n17. Grand Canyon\n18. Average\n19. Slightly above average\n20. Crater\n21. Above average\n22. Dedicated\n23. Collector\n24. Impressive\n25. Sweaty palms\n26. Need a break\n27. Get some fresh air\n28. Need a massage\n29. Veteran\n30. Burned fingers\n31. Super human\n32. Get a life\n33. In need of therapy\n\n- Become an expert at this Twister frenzy and unlock all of them if you can! Brag to us and show the world you are the MASTER!\n\nWarning: May cause sleep deprivation, increase in blood pressure, involuntary outbursts, and fits of rage.\n\nBrought to you by Zealogic, the makers of Air CocoMon, one of the top iPhone games on the app store.""","Zealogic, Inc.",4+,"NL, EN, FR, DE, IT, JA, ES",2517539,Entertainment,"Entertainment, Games, Strategy, Trivia",24/04/2010,28/09/2011
-https://apps.apple.com/us/app/towermadness-hd/id368841090,368841090,TowerMadness HD,Classic Defense Strategy,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/b4/4b/e7/b44be726-d63e-ca4b-36e9-3a507e5f25e2/source/512x512bb.jpg,4.5,18279,4.99,"1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 5.99","The most downloaded 3D tower defense strategy game on the iPhone has been enhanced for the iPad and includes split-screen multiplayer! Winner of the prestigious Pocket Gamer Readers\' Choice iPad Game of the Year Award! \n\nEvil aliens are coming to turn your beloved sheep into intergalactic scarves! Protect the flock using only quick thinking and the arsenal of upgradeable weaponry at your disposal. \n\n""Addictive, time-sucking fun. There are plenty of tower defense strategy games out there, but TowerMadness brings the genre to a new level.""\n- Brian X Chen, Wired\n\n""If you\u2019re a fan of Tower Defense games, do yourself a huge favor and check out TowerMadness.""\n- Jon Phillips, MacLife\n\n""It would be madness to miss this game...it comes highly recommended.""\n- Spanner Spencer, PocketGamer\n \n\u2022 WINNER, Best App Ever Awards, Best Strategy Game\n\u2022 FINALIST, Pocket Gamer Awards, Best Strategy/Simulation Game\n\u2022 A Wired Favorite iPhone App\n\u2022 A MacLife App of the Year \n\nA UNIQUE 3D TOWER DEFENSE EXPERIENCE\nPlay from an aerial view or zoom down to first person and get close to the action.\n\nLOTS OF LEVELS\nOver 100 maps in diverse environments (35 available as expansion map packs). \n\nALIENS!\nThink fast to defeat the 17 different types of alien enemies intent on stealing your sheep.\n\nGUNS, LOTS OF GUNS\nOver 60 diverse weapons and upgrades.\n\nENDLESS FUN\nEndless mode lets you see how many waves you can withstand.\n\nCOMPETITION\nGlobal leaderboards, Game Center achievements, and Friend Scores so you can compare scores with your friends and the millions of players worldwide.\n\nLET\u2019S SEE THAT AGAIN!\nReplays let you learn new strategies or share your games with the world through Twitter, Facebook, or email.\n\nLOCAL MULTIPLAYER\nTwo-player split screen battle mode featuring RoboSteal, the sheep stealing alien robot you can unleash upon your opponent.\n\nCUSTOMER LOYALTY BONUS\nTransfer any in app purchases made in the iPhone version of TowerMadness to TowerMadness HD for FREE! Visit support.limbic.com for details.\n\nSearch for our other award-winning games: Zombie Gunship and Nuts!",Limbic Software,9+,EN,65495040,Games,"Games, Action, Strategy",23/05/2010,3/03/2018
-https://apps.apple.com/us/app/square-off-an-educational-game-from-school-zone/id369230474,369230474,Square-Off - An Educational Game from School Zone,,https://is3-ssl.mzstatic.com/image/thumb/Purple6/v4/a4/d2/61/a4d2613e-c7dd-9775-7246-a6b670c75d06/source/512x512bb.jpg,3,136,0,,"Square-Off is a strategy game from School Zone that helps with focus, cognitive development, spatial reasoning, and problem-solving skills. It\u2019s great for young learners and fun for all ages!\n\nCompete with a friend in two-player mode or play against a built-in opponent. Choose from three levels of play for added challenge. The goal is to complete the most squares. Players take turns placing a line (vertical and horizontal lines only) between adjacent dots. Touch between the dots to add a line. With one-person play, make the first move, and the app\u2019s built-in opponent moves immediately after. The line it adds will continue to blink until your next move. It takes four lines to make a square. Be careful, so your human or electronic competitor doesn\u2019t add the fourth line! An \u201cownership\u201d icon will appear in each square, depending on who completes the fourth line. The score indicator at the bottom of the screen shows which player\u2019s turn is next. The game continues until all the squares are completed, and the winner is the player with the most squares. Choosing \u201cPlay\u201d at the end of a game shuffles the puzzle for a new challenge and the opportunity to improve. Names and scores get tracked in the player Hall of Fame. Beat your last score with the next game, and move up in the ranking!\n\nFeatures:\n\u2022Audio instructions\n\u20221- or 2-player game play\n\u20223 levels of play\n\u2022Colorful graphics\n\u2022Delightful music\n\u2022Player Hall of Fame \n\nSkills: \n\u2022visual perception\n\u2022spatial reasoning\n\u2022cognitive development\n\u2022strategy/prediction\n\u2022problem solving\n\u2022attention/focus\n\nAges: 4-7\n\nABOUT SCHOOL ZONE\nwww.schoolzone.com\n\nSchool Zone sparks imagination and nurtures children\u2019s natural curiosity. We offer playful, research-based content, brimming with color, creativity and bonus features. A trusted friend to parents and teachers for more than 30 years, we know how kids learn best. Play together with your kids or turn them loose to explore with confidence--no third-party advertising.",School Zone Publishing,4+,EN,46461952,Games,"Games, Entertainment, Strategy, Puzzle",27/04/2010,14/02/2017
-https://apps.apple.com/us/app/empire-ascendant-lite/id369632622,369632622,Empire Ascendant Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/81/c6/b5/81c6b5ad-5b02-06c3-4906-d2f2740c9fed/source/512x512bb.jpg,3,156,0,,"""Empire Ascendant is a Tactical Space Combat Simulator set in Humanity's near future.\n\nHarness the power of Mankind's newest technology, the Jump Drive, to explore distant Galaxies. Colonize new worlds and defend them against a hostile Universe of Alien Races.\n\nComplex and Strategically demanding, you must race against time to harness resources and develop new technologies to forge your Flagship into a devastating weapon.\n\nWarp space and time to jump from sector to sector, destroying enemy space cruisers, scanning for alien planets in dust nebula's that may yield ancient technologies.\n\nOvercharge the Pulse Lasers, reinforce starboard shielding and engines to maximum. You control everything. These decisions make all the difference between life and sudden death.\n\nThe only thing at stake is the survival of the Human race. \n\n---------------------------------------\n\nGenre: Space RTS + Tactical Combat\nComplexity: High\nDifficulty: High\n\n---------------------------------------\nLITE Version:\n\n24 Technological Research Fields\n2 Capital Ships to Command\n2 Galaxies to Explore\n2 Alien Races\n1 Really Really Long Tutorial""",DeadRatGames,9+,EN,5767777,Games,"Games, Entertainment, Simulation, Strategy",27/05/2010,14/11/2011
-https://apps.apple.com/us/app/frosting-free/id370505059,370505059,Frosting Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/a5/ee/05/a5ee05fb-c0e9-daf2-5db4-6124c95eb147/source/512x512bb.jpg,3,37299,0,,"""Join Holly as she opens her very first bakery in the coastal city of Providence, Rhode Island. Help her make cakes and cookies plus some special cupcakes from a recipe book her grandmother sent her from France. She even has a citrus juicer for fresh orange juice and lemonade. Her friends have all promised to stop by and once things start rolling, there will be some town folk too. It can get really busy though and people are hungry!\n\nOnce you have mastered the basics, go to rainy Seattle, Washington and serve up some proper coffee while meeting new customers. Holly also knows a local confectioner who makes delicious candy. You can make fancier cakes too for extra profit. Then head south to San Francisco, California. Holly has her eye on a really chic double oven and you can meet some locals. Add pie to your repertoire before going back east. Serve hungry airline passengers waiting to board at JFK airport in New York City. Lighten their mood by mixing up some smoothies in your new blender. Your adventure continues across the Atlantic in the culinary center of the world -- Paris, France. Holly's grandmother has a crepe machine waiting for you there. Then cross the channel to London, England. They are eagerly awaiting some decidedly English fare. Finish of your journey back in sunny California with a stop at the San Diego zoo. Hungry animals await your delicious creations.\n\nFeatures:\n\n- Prepare fresh food for hungry customers according to proven recipes\n\n- Visual and audio feedback to play quickly and effectively\n\n- Seven exciting cities with new adventures each time\n\n- Five types of animated machines with their own unique recipes and characteristics\n\n- Twenty-four unique characters plus six extra animal characters\n\n- Recipe book so you can prepare accordingly\n\n- Hearts and moods to indicate what customers are thinking\n\n- Plates to keep prepared foods with special plates for cookies and cupcakes\n\n- Candy delivered to your bakery to appease impatient customers\n\n- Increasing difficulty and challenges in later cities\n\n- In-game tutorials make getting started fun and easy\n\n- Want to let a friend play? Manage users right inside the game\n\n- Local and global high scores list to show off your accomplishments\n\n- Custom, exclusive theme music for each city and helpful sound effects\n\n- Settings to customize the game to your personal preferences\n\n- Addictive, exciting game play""",Rahul Biswas,4+,EN,14755916,Games,"Games, Role Playing, Entertainment, Strategy",13/05/2010,22/09/2010
-https://apps.apple.com/us/app/land-air-sea-warfare/id370559102,370559102,Land Air Sea Warfare,Control giant mega units RTS,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/5e/c6/07/5ec60701-90e3-1588-f25a-e102eb850468/source/512x512bb.jpg,4,978,0.99,,"Control giant mega units and dominate in battle. Command a force of thousands of units into strategic warfare! Land Air Sea Warfare HD for iPad now available.\n\n""LASW gets it just right, offering a full console-like RTS experience with brilliantly executed, easy to use touch screen controls."" - Touch Arcade\n\n""It\u2019s fun, challenging, and awesome all bundled up in one game."" - AppModo\n\n""This game is the SimCity of strategy war games... go get it now!"" - iPhone Life Magazine\n\nDominate in this real time strategy game! Fortify your base with turrets, surface to air missile launchers, torpedo launchers, and long range cannons. Next create factories to pump out legions of vehicles, aircraft, and ships to wage war with, you decide what to build. Form groups and transport units to prepare for an assault on the enemy! Finally execute your strategic battle plan and enjoy the immense carnage that ensues. With unique explosions, wreckages, sound effects, and animations for every unit the carnage is as beautiful as it is deadly. Discover and mine unique resources to build gigantic mega units which can turn the tides of war instantly!\n\nAs the commander of a massive war campaign you can navigate stealth aircraft and submarines on recon missions, airlift units into the fight via helis, scout tread marks left by enemy tanks to their base, and hide under trees for an ambush attack. You can expand your city with over 100 structures and units to choose from. As your empire grows you can research technologies to guide the focus of your strategy. Dominate on all types of terrain, send aircraft to bombard the enemy to weaken its infrastructure, control the shores with a naval fleet of ships and subs, and transport units into the fight to finish the mission! You can even manufacture and launch game changing weapons such as ICBMs.\n\nLASW features a random map system so every game is unique. There are several victory types and settings to customize the game and provide fresh missions. If you like Command and Conquer Red Alert, War Commander, Valor, The Settlers, Starfront Collision, Age of Empires, Starcraft, Warcraft, Warfare Incorporated, Total Annihilation, and Supreme Commander you are going to love this RTS game!\n\n\n""Other RTS games have used such a squad system, but few execute it this well. Launching pincer attacks is quick and easy to do, with units responding without fuss to your commands."" - Pocket Gamer\n\n""If you\'re already a big RTS fan, I\'ll offer you this advice \u2013 go buy this game right now. You need it. You\'ll love it. It\'s a truly excellent single player RTS affair."" - Touch Arcade\n\n\nFeatures:\n\n* All new touch optimized interface for quickly building units, creating groups, and commanding your war machine\n* Build over 100 types of units and technologies\n* Command six new gigantic mega units\n* Over 40 landscapes to wage war on\n* Over 250 voices for units\n* Supports iPod music playback\n* Challenge the new AI featuring several attack modes and strategies\n* Navigate stealth fighter aircraft and submarines\n* Attack with laser and electric shock weapons\n* Construct defensive shields, walls, & radar systems\n* Six victory conditions such as Team Traitors, Arms Race, The Mega Project\n* Command transport carriers to quickly move vehicles and ships\n* Play on randomized maps for unlimited game play\n\nAlso available for Desktop PCs.",Isotope 244,12+,"EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES",154198016,Games,"Games, Strategy, Action, Entertainment",7/05/2010,18/10/2018
-https://apps.apple.com/us/app/crank-it-letters-brain-teaser/id370826800,370826800,Crank It! - Letters - Brain Teaser,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/fa/e2/fe/fae2fe12-0d5b-77ce-51f1-c117a567b071/source/512x512bb.jpg,3,39,0.99,,"=================================\nLIMITED TIME ONLY: 50% SALE\n=================================\n\nRecently (Jan 2011)\n#2 in Greece Games(Strategy) App Store\n#5 in Greece Games(Puzzle) App Store\n\nExercise your brain, challenge your friends and have some fun with Crank It!!\n\nCrank It! is a simple and fun game that can be played anywhere and anytime!\n\nThe object of the game is to determine the next letter of a given sequence. Different patterns of sequences are created algorithmically for an endless supply of combinations. Which means, the more you have to play, the stronger your mind becomes! It\u2019s protein for the brain!\n\nThe application also provides statistics which can help you gauge your performance. Statistics kept include: number of games played, number of games won, max streak, etc. \n\nEmpower your brain and start playing! GOOD LUCK! \n\n\nHOORAY!!! Crank It! is being leveraged in the Math and Literacy Centers of Illinois schools, K-8. Teachers have recognized Crank It! as a tool for helping kids identify patterns and familiarize with multiple choice test taking.\n\n-----------------------------------------\n\nDon\u2019t forget to laugh out loud with our Greek Anekdota and don\u2019t miss the next holiday, check out our Greek Orthodox Calendar.",Tsolias Software,4+,EN,2984960,Games,"Games, Puzzle, Strategy, Education",7/05/2010,28/09/2016
-https://apps.apple.com/us/app/crank-it-numbers-brain-teaser/id371177212,371177212,Crank It! - Numbers - Brain Teaser,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/c1/46/4f/c1464f37-c85b-7660-af53-eeae16c70604/source/512x512bb.jpg,2,35,0.99,,"=================================\nLIMITED TIME ONLY: 50% SALE\n=================================\n\nExercise your brain, challenge your friends and have some fun with Crank It!!\n\nCrank It! is a simple and fun game that can be played anywhere and anytime!\n\nThe object of the game is to determine the next letter of a given sequence. Different patterns of sequences are created algorithmically for an endless supply of combinations. Which means, the more you have to play, the stronger your mind becomes! It\u2019s protein for the brain!\n\nThe application also provides statistics which can help you gauge your performance. Statistics kept include: number of games played, number of games won, max streak, etc. \n\nEmpower your brain and start playing! GOOD LUCK! \n\n\nHOORAY!!! Crank It! is being leveraged in the Math and Literacy Centers of Illinois schools, K-8. Teachers have recognized Crank It! as a tool for helping kids identify patterns and familiarize with multiple choice test taking.\n\n-----------------------------------------\n\nDon\u2019t forget to laugh out loud with our Greek Anekdota and don\u2019t miss the next holiday, check out our Greek Orthodox Calendar.",Tsolias Software,4+,EN,2849792,Games,"Games, Strategy, Entertainment, Puzzle",12/05/2010,29/09/2016
-https://apps.apple.com/us/app/adas-fashion-show/id371267033,371267033,"""Ada's Fashion Show""",,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/56/7e/78/567e7892-2924-152e-0f31-ecb51cd90f59/source/512x512bb.jpg,3.5,449,0,"0.99, 0.99","""*ALL ADA's GAMES are NOW FREE for a LIMITED TIME!* \n*SEARCH for ADA on the APP STORE!* \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nAda's preparing for a fashion show!\nHelp her get ready in time and make the show a big success!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n(continued from Ada's Hospital...)\n \nAs time passed, Ada's Hospital was recognized as not only the best in the city, but as one of the top in the world. Thrilled with her success but also tired from work, Ada decided to treat herself to a long vacation with a first stop in New York City.\n\nWhile shopping on Fifth Avenue one day, she was pleasantly surprised to run into her high school friend, Jack. He was getting ready to put on a major fashion show, but had yet to find a backstage manager and was beginning to worry.\n\nRemembering Ada's excellent work as chief editor of their high school newspaper, Jack knew she would be a perfect fit for the job. \n\nAda agreed, and just like that, a vacation turned into a fashion show, and Ada embarked on a brand new career...\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 4 Different Countries\n\u2022 40 Exciting Levels\n\u2022 7 Fun Mini-Games\n\u2022 Glamorous Catwalk\n\u2022 A New Chapter in Ada's Story\n\u2022 40 Unique Outfits\n\u2022 8 Beautiful Hair Styles\n\u2022 20 Stunning Photo Sets\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames""",Triniti Interactive Limited,4+,EN,20720901,Games,"Games, Entertainment, Simulation, Strategy",23/09/2010,17/01/2012
-https://apps.apple.com/us/app/tactica-turn-based-strategy/id371323725,371323725,Tactica - Turn Based Strategy,Chess like battles in Sci FI,https://is5-ssl.mzstatic.com/image/thumb/Purple124/v4/3f/96/9d/3f969d12-1a5c-c2c4-501c-e8286acca7c5/source/512x512bb.jpg,3.5,113,0.99,,"Tactica is a turn-based strategy game.\nInspired by classic board games like Chess or Risk, flavored with Sci-Fi elements.\n\nIn full 3D, play against your friends or a highly sophisticated artificial intelligence.\n\nFeaturing:\n\n- 3 Science-Fiction Races, humans, insectoids and ancients\n- a freely movable and zoomable Battlefield in Full 3D\n- compare your performance to your friends and earn achievements in Game Center\n- play against a sophisticated AI or friends on your own device\n- infinite amount of random battlefields for unending tactical Fun\n- 9 special scenarios and 18 challenging campaign missions\n\n\nIndie Development from Gamers for Gamers, we hope you enjoy it!\n\n""A challenging tactical experience to enjoy.""\n - appspy.com\n\nReminder: If you do rate my game, please add some text, what you didn\'t like or what you would like additionally!\nI do take your suggestions seriously and given enough time I will include them into patches :)",mathHeartCode UG(haftungsbeschraenkt),9+,"EN, DE",44390400,Games,"Games, Board, Strategy",15/05/2010,3/04/2019
-https://apps.apple.com/us/app/backgammon-nj-hd/id371380665,371380665,Backgammon NJ HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/dc/91/74/dc917414-5bb0-8e8d-4699-24d414091498/source/512x512bb.jpg,4,5326,7.99,"4.99, 2.99, 2.99","\u25cf GAME CENTER -- Play online, chat, invite friends, auto-match with random players\n { Real-time } Play online in real-time\n { Turn-based } Play online at your own pace\n\u25cf VERSATILE -- Play offline vs. computer or against another person in 2-player mode\n\u25cf CUSTOMIZABLE -- More options than any other backgammon app\n\u25cf UNIVERSAL -- Supports iPad, iPhone, & iPod touch\n\nPlay & learn backgammon at skill levels from beginner to world-class!\n\nBackgammon NJ HD is a full-featured game which uses an advanced, neural network-based, artificial intelligence. Play against a computer AI, another person in 2-player mode on one device, or online against friends & others. Using Tutor Mode & Hints, Backgammon NJ HD can show you how to improve your game.\n\nDiscriminating players will appreciate how well the AI plays. It uses a neural network trained on millions of positions, a bearoff database, & a match equity table to achieve strong gameplay that will challenge even expert players.\n\nREVIEWS\n\n""[I] know strong bg play when I see it. This app is the strongest iPhone bg app I\'ve played with by far. It does not cheat period. ...Analyzing these matches with eXtreme Gammon confirms a world class level of play with normal luck factors. If you are losing, get over it. So would 99.9% of the other backgammon players in the world. It is just that good. Learn from it."" -Richard Munitz, Giant of Backgammon, #21 world ranking in 2009\n\n""Backgammon NJ plays at an extremely high level with an excellent interface, and I often use it to practice on my iPhone when I am traveling. I recommend it highly to my students & friends."" -Phil Simborg, Professional Backgammon Teacher & Player, www.mindgamescenter.com\n\n""I\'ve played over 500 games now; I\'ve checked about 5% of these against World Class Desktop programs (GNU, BGBlitz); and I\'ve actually used some of the competition. NJ has the best interface & has more useful functions than any other backgammon apps out there.""\n\n""For serious backgammon players, Backgammon NJ is the way to go."" -Macworld.com, May 2012\n\nIS THIS GAME RIGHT FOR YOU?\n\nThis game is best for people:\n\n\u2022 Who recognize the strength of neural network backgammon bots\n\u2022 Who want to improve their game by playing against a world-class level AI\n\u2022 Who will use the in-depth, technical features included in the app to prove that it is honest (http://www.njsoftware.com/note.html)\n\u2022 Who won\'t expect to win consistently on the higher skill levels\n\nFEATURES\n\n\u2022 Neural network-based AI\n\u2022 2 game types: Standard Backgammon or Nackgammon\n\u2022 4 skill levels: Easy, Medium, Hard, Expert\n\u2022 Customizable board design & checker colors\n\u2022 Mersenne Twister algorithm for random number generation\n\u2022 Doubling cube\n\u2022 Single games or match play up to 25 pts\n\u2022 Crawford rule for match play\n\u2022 1-player mode vs. computer\n\u2022 2-player mode on one device\n\u2022 Game Center: Play real-time or turn-based online matches with friends & other players\n\u2022 Chat with your online opponent\n\u2022 Online Elo & Experience leaderboards\n\u2022 Block list for auto-match\n\u2022 Tap-to-move interface\n\u2022 Highlighted checker movement options\n\u2022 Hint & Undo\n\u2022 Learn with Tutor Mode\n\u2022 Game & dice stats, including Elo rating & ER\n\u2022 Match info: GnuBG ID, win chances, equity, top 10 moves, cube decisions\n\u2022 Email match files\n\u2022 Practice mode with unlimited undo (1-player vs. computer)\n\u2022 Manual match recording mode with unlimited undo & speed mode option\n\u2022 Options to reverse board direction, resign, use one-tap moves, auto bearoff, auto finish, use Jacoby rule, & much more\n\u2022 Match analysis (in-app purchase): Analyze past match files, view moves & errors for match, step through match, jump to position, play from position, save match files permanently\n\nIMPORTANT\n\n\u2022 If an online match ends for any reason, you\'ll receive the Elo pts you deserve. FAQ: http://gamecenter.njsoftware.com\n\u2022 Contact us for help: http://contact.njsoftware.com",Jimmy Hu,4+,EN,48809984,Games,"Games, Board, Entertainment, Strategy",18/05/2010,16/01/2018
-https://apps.apple.com/us/app/tate-trumps/id371670940,371670940,Tate Trumps,,https://is5-ssl.mzstatic.com/image/thumb/Purple111/v4/83/6a/dc/836adccc-74cb-80ea-6c3d-6d117b036d30/source/512x512bb.jpg,2.5,26,0,,"Explore. Collect. Win.\n\nPit the artworks from Tate\'s collection against each other in a\nfast-paced game of Trumps!\n\nTate Trumps is a digital card game you play with Tate\'s\ncollection. Imagine if all the artworks in the gallery came to life\nand had a fight. Could you pick which one would win? Take a look at\nyour favourite painting and try to gauge its mood. Is it menacing,\nexhilarating or absurd? Have you ever started planning the ultimate\nhome gallery? Will you pick works which are famous or which would fit\nin your living room?\n\nPlay at home in ""Anywhere"" mode, choosing artworks from a selection from Tate\'s collection, displayed on the virtual gallery wall. Or\nplay at Tate Modern itself, picking your collection from the paintings\non display in the London gallery. You can play on your own or with\nyour friends or family. (Each player requires their own iOS device).\n\nOnce you\'ve played, going to a gallery will never feel the same again.\n\nTate Trumps is a game by Hide&Seek for Tate Media\nSupported by Bloomberg",Tate Gallery,4+,EN,19681763,Games,"Games, Entertainment, Strategy, Card",12/05/2010,4/01/2012
-https://apps.apple.com/us/app/sudoku-colors-hd/id372283052,372283052,Sudoku Colors HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/c8/b8/2f/c8b82f0d-5773-7183-9d7e-83fd97f430a5/source/512x512bb.jpg,3,9,0,"1.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","Did you know that playing puzzle games daily is one of the top ways to enhance YOUR brain power?\n\nNow getting smarter is fun to do with Sudoku Colors, the addicting new twist on Sudoku!\n\nFun and Easy to learn, hard to Master --you\u2019ll be able to enjoy hours of non-stop, puzzle action!\n\n\u2605 Perfect for Sudoku fans looking for something exciting and new\n\u2605 Great game for any age\n\u2605 Compete against others with global leader boards\n\u2605 15 different combinations of grid sizes and difficultly levels\n\nSo what are you waiting for? See if you can master the Sudoku Colors challenge Today!\n\nOrboku is OpenFeint enabled giving you access to global leader boards, achievements and a host of other great features allowing you to share and compete with your friends.","Big Blue Clip, LLC",4+,EN,12778912,Games,"Games, Entertainment, Puzzle, Strategy",4/06/2010,20/12/2010
-https://apps.apple.com/us/app/slice-the-ice-physics-game/id372344620,372344620,Slice the Ice - Physics Game,Scrappys best Physics Game!,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/2e/ca/d2/2ecad291-a6bc-8cae-a3c5-0c7b225da7dd/source/512x512bb.jpg,,,0,1.99,"Slice the Ice - maybe the best Physics Game introducing Scrappy the blue polar weasel!\n\nSlice the ice is a physics puzzle game where you have to slice ice blocks, cut the ropes, collect the ducks and acorns, and take the help of various objects and animals to guide the yellow rubber ducks to Scrappy in this vibrant, brain-teasing and adorable physics game!\n\nAnd here is the story of this game wit a lot of physics gameplay: a plane has just crashed under mysterious circumstances somewhere in the Arctic. Fully loaded with yellow rubber ducks!\nThe event has been noted by Scrappy, a bored-to-death blue polar weasel. In an heroic act he decides to rescue the poor ducks. This game is about his mission. And all he needs from you is an extremely simple favor - just SLICE the ICE!\n\nTake Scrappy on this puzzling physics journey across snowy terrains, grasslands and underwater reefs spanning 5 WORLDS and 100 LEVELS!\n\nDownload NOW for FREE and experience a slice of all these amazing features:\n\n- Innovative Gameplay Mechanics\n- Realistic, Fluid Physics\n- Rich HD Graphics\n- Leaderboards and Achievements with Gamecenter\n\nDo you like Physic Games? Then have a lot of fun with Slice the Ice - a Physics Game for all ages.",Axel Friedrich,4+,EN,257070080,Games,"Games, Strategy, Puzzle, Entertainment",24/10/2017,13/04/2019
-https://apps.apple.com/us/app/hero-wars-free/id372918687,372918687,Hero Wars : Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple4/v4/b0/6c/75/b06c75b0-8f72-a860-715d-0de781f97496/source/512x512bb.jpg,4,1158,0,,"""Hero Wars 2: Zombie Virus - New Game Release!!\nhttps://itunes.apple.com/us/app/guess-what/id544632674?mt=8\n\n- #1 Role Playing in Japan. \n- #1 Arcade in Japan. \n- #2 Role Playing in USA. \n- #10 Arcade in USA.\n\nNow New Game!!\nHero Wars : Angel of the Fallen\nis a Defense + RTS game that combined action arcade.\n\nIn 2012, Mutants and Aliens invaded the Earth.\nAll cities are destroyed. They destroy crops, buildings, bridges and roads. They are very powerful enemies. \nThe Co-Army just didn't have what it takes to do.\nHeroes must fight against the Enemies. \nAnd must retrieve the Earth.\n\nYour Battle fields are \nNew York, Miami, London, Cairo, New Delhi, Siberia, Mediterranean Sea, Tokyo, Caribbean Sea, Paris..\n\nLoad/Save:\nIf you press home button, your game will be saved automatically. And you can play continuously.\n\nGame Playing Choice:\nYou can play 2 different modes!!\n1. Heroes vs Mutants (Easy Mode)\n2. Humans vs Aliens (Hard Mode)\n\nGame Features:\n- Full HD 2.5D Cartoon Characters and 3D map terrains.\n- Total 74 different type of players and 90 enemies.\n- Becomes hyper power hero when units are fully upgraded.\n- Unlimited numbers of stages.\n- One touch Online easy Ranking system. \n- 10 Wonderful Back Ground Musics.\n- You can change game view of camera, Side or Top.\n\nControl:\nYou can produce Heroes, Humans, Humanoids and Arms.\nIf your hero upgrade, attack will increase. \n\nSpecial control:\nAlso, You can control all your characters \n360 degrees freely like joy pad!!\nYou can fly, jump, dash and stunt flying shooting.\n\nUpgrade: \nAll your characters will upgrade new one. \nThey'll have super vehicle or armored machine.\nAnd Base weapon can upgrade more powerful.\nIf you get upgrade money in battle, you can exchange to product money.\n\nArms:\nBig Bomb - Use AirStrike To bomb your enemies.\nPoison Mortar - Use poisonous gas bombing to make them week.\nFixed Bunker or Tank - Fire or missile attack.\nBarrier - Prevent enemy attack. \nRadar - You can see the invisible enemies.\n\n\nUsers says:\n- This game is perfect for bored people and good for someone who just wants to game and not do homework.\n- This is the a awesome game!!!\n- This is the most addicting game i've ever played on any kind of this type games.\n- Hero Wars is the best game for me right now.""",Naomicsoft,4+,EN,21807104,Games,"Games, Strategy, Action",4/10/2010,11/07/2014
-https://apps.apple.com/us/app/blood-honor-no-ads/id373002953,373002953,Blood & Honor No Ads,Battle in online multiplayer,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/b0/98/ff/b098ff36-4ebb-44b2-3d2a-ebde1cb9f383/source/512x512bb.jpg,4,3447,4.99,"9.99, 4.99, 9.99, 0.99, 2.99, 0.99, 4.99, 0.99, 19.99, 19.99","Classic board gameplay spiced up with card superpowers will keep you hooked for hours on end. War board aficionados will love the deep strategy layer of the card Battle Deck.\n\nOnline multiplayer will you give you endless adversaries to fight. AI opponents, meanwhile, will keep you entertained on those long flights.\n\nFriends and family at home? Turn your tablet into a board game using Pass and play. \n\nBlood & Honor Highlights: \n- Online multiplayer with realtime battles \n- League system with promotions and demotions every week \n- Free to play \n- Pass and play local multiplayer \n- Smart AI bots that don\'t cheat! \n- Missions to complete throughout the games \n- Different Factions to pick \n- 2v2 and 3v3 team battles! \n- Multiple maps and tons of rule customization options for endless fun \n\nIf you find a bug please help us by reporting it. You can email us at contact@sandstorminteractive.com. Thank you!\n\nGet your risk fix now! Download and play against thousands of other players!\n\n================================\n\nVIP Subscription\n\n- Subscribe and get coins each day and no ads! You will receive coins every 24 hours and have ads removed for the duration of the subscription.\n- Subscriptions start at USD 2.99 monthly. 3-month subscription is USD 7.99 USD and annual subscription is USD 19.99*.\n- Payment will be charged to your iTunes Account at confirmation of purchase.\n- Subscription automatically renews for the same price and period as the chosen package unless auto-renew is turned off at least 24-hours before the end of the current period.\n- Your account will be charged for renewal within 24-hours prior to the end of the current period at the cost of the chosen package.\n- Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user\'s iTunes Account Settings after purchase.\n- No cancellation of the current subscription is allowed during active subscription period.\n- You may cancel a subscription during via the subscription settings in your iTunes account. This must be done 24 hours before the end of the subscription period to avoid being charged. Please visit http://support.apple.com/kb/ht4098 for more information.\n- You may turn off auto-renewal from your iTunes Account Settings. However, you won\u2019t be able to cancel the current subscription during its active period.\n- Any unused portion of a free-trial period will be forfeited when the user purchases a VIP Subscription.\n\nLinks to our Terms of Use and Privacy Policy can be found below\nPrivacy Policy: http://www.sandstormi.com/privacy-policy/\nTerms of Use: http://www.sandstormi.com/terms-of-use/\n\n* Prices are equal to the value that ""Apple\'s App Store Pricing Matrix"" determines as the equivalent of the subscription price in USD\n\n\n================================\n\nIMPORTANT: We take customer\'s feedback very seriously, this is clearly shown by the number of updates we have done since launch. So we ask that if you have an issue or suggestion you use the adequate channels (facebook or email). Writing your issue on a review does not allow us to get back to you promptly. If you need for something to be resolved please email us at contact@sandstorminteractive.com. Thank you!",Sandstorm Interactive S.R.L.,12+,"EN, FR, IT, ES",208099328,Games,"Games, Board, Strategy, Entertainment",22/05/2010,10/06/2019
-https://apps.apple.com/us/app/kakinoki-shogi-for-ipad/id373258797,373258797,Kakinoki Shogi for iPad,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/3f/47/ad/3f47adc7-a972-970b-988b-db48a4743581/source/512x512bb.jpg,3,11,5.99,,"Shogi is a Japanese version of chess.\nA player can use (drop) captured pieces.\nThis rule makes this game complicated and profound.\nThere are 10 million players and a few hundred professional players in Japan.\n\nFeatures:\n- Human vs. computer, human vs. human, computer vs. computer.\n- 8 levels of computer play.\n- Handicap games.\n- Choose Western or Japanese pieces.\n- Show the legal moves of the selected piece.\n- Hint\n- Show score option\n- Game log.\n- Undo of moves.\n- Save/Load game file.\n- Send game record by mail.\n- Show history of moves.\n- Help about Shogi rules.",Yoshikazu Kakinoki,4+,"EN, JA",23780352,Games,"Games, Board, Entertainment, Strategy",25/05/2010,14/10/2018
-https://apps.apple.com/us/app/g-blacksmith-color-lite/id373750568,373750568,G.Blacksmith.Color Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/cd/fa/3b/cdfa3b4e-921e-4b13-a564-66645091af80/source/512x512bb.jpg,3.5,119,0,,"""Not much has been known about the life of a goblin. Until now. Begin your own empire by helping the goblins build underground caves and dominate the world. To perfect your skills in the goblin's underground workshops, you must understand the system, be quick on your feet, and plan shrewdly. Only the most cunning will successfully construct the goblin empire.\n\nAlong your journey be prepared to fend off robbers, get brawny in the blacksmith shops and hone your engraving skills. You'll need strength, bravery, and determination to complete the journey ahead of you.\n\nEnjoy this new take on the time management genre. Help manage the goblin workshop efficiently and satisfy your customers before they get cranky! One miscalculation and you'll get stiffed big time. A few missteps and your dreams of running a goblin empire will be gone forever.\n\nMore content and medals will be included in the G.Blacksmith.Color full version!!""",Crazy Carpenter,4+,"EN, ZH, ZH",20304207,Games,"Games, Strategy, Puzzle",29/05/2010,15/06/2010
-https://apps.apple.com/us/app/agent-x-free/id373751016,373751016,Agent-X free,,https://is2-ssl.mzstatic.com/image/thumb/Purple111/v4/ab/2b/ca/ab2bca9b-faf7-6cff-0d1f-2f943209f87c/source/512x512bb.jpg,,,0,2.99,"""Hunter or hunted? Disguise yourself as Agent X and escape from other players worldwide, or become a detective and join up with your teammates to catch Agent X.\n\nDownload your copy of the successful multiplayer outdoor adventure and play the coolest scavenger hunt of all time with your friends \u2013 for free! We also have a pro version of the game in the store, which is ad-free and allows to configure your game settings. Check out the \u201crelated apps\u201d, or simply upgrade via an in-app purchase.\n\nThe city is your playing field. One of you is Agent X, trying to escape. You opponents are detectives, working together to close in on Agent X and force his surrender. Detectives can see Agent X' location every couple of minutes on their devices, but Agent X knows exactly where his pursuers are at any given time. For some extra excitement, use magic hoods, magnets, smoke screens, and various other gadgets to throw your opponents off your trail.\n\nDon\u2019t miss: The Agent-X portal at https://www.agent-x-game.com\n\nPress comments:\n- \u201cIt\u2019s a total blast. [\u2026] pure excitement [\u2026]\u201d\n- \u201cYou forget about everything else. [\u2026] this blurs the boundaries of real and virtual gameplay.\u201d\n\nPlease note:\n\n- Agent-X requires continuous GPS connectivity to identify your location.\n- To play, Agent-X requires multiple players.\n- You do not need to give your phone number during registration. If provided, it is only used to facilitate communication between teammates during play.\n- There is no fee for playing Agent-X. To avoid overage charges, just keep an eye on your usage.\n- You can use the included services of \u201cPublish Position\u201d and \u201cLocal Search\u201d to easily add your friends to your game. It's not intended to search out new or unknown players.\n- You find more hints and tips at: https://www.agent-x-game.com/faq""",Qeevee GmbH,4+,"NL, EN, FR, DE, EL, IT, JA, PT, RU, ES, SV, TH, TR",25155584,Games,"Games, Strategy, Entertainment, Action",18/04/2017,18/04/2017
-https://apps.apple.com/us/app/magic-alchemist/id374143422,374143422,Magic Alchemist,,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/fc/d2/73/fcd273bf-ce78-8b0a-3747-c95927143e82/source/512x512bb.jpg,5,19,1.99,"0.99, 0.99, 1.99, 1.99","A magical game!\n\nOn your journey to become the most famous and glorious alchemist you have to merge objects until you discover the final and most mysterious object!\n\nMagic Alchemist is an easy to learn game but nonetheless challenging.\n\nThis version is free of advertising. The ad-supported version is called ""Magic Alchemist Classic Edition""\n\n* addictive gameplay\n* intuitive touchscreen controls\n* beautiful graphics\n* wicked music \n* magical sound effects \n* local highscores for your device\n* global highscores and country highscores that are shared between all versions of Magic Alchemist\n* leave the game anytime and continue your session later",erdenkriecher.de,4+,EN,129360896,Games,"Games, Puzzle, Entertainment, Strategy",28/05/2010,2/03/2019
-https://apps.apple.com/us/app/fantastic-checkers-go/id374166033,374166033,Fantastic Checkers Go,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/1f/8f/35/1f8f35c3-4b89-0fa9-2068-edeca07fae6a/source/512x512bb.jpg,3.5,769,0,1.99,"Fantastic Checkers Go is a great version of this traditional board game. It has beautiful graphics and a nicely tuned AI with multiple levels of play for fun at any level. There is also a two player mode so you can play against a friend. If you are a fan of checkers (draughts) you will love this game.\n\nThe game starts on an 8x8 board with 12 pieces on each side. These pieces may only initially move and capture diagonally forwards. Only when a piece is ""crowned"" or ""kinged"" may it move both backwards or forwards. The opponent\'s pieces are captured by jumping over them. A player wins by capturing all of the opposing player\'s pieces, or by leaving the opposing player with no legal moves.\n\nFeatures:\n- Both one and two player modes.\n- Fun AI with 3 levels (beginner, medium and expert).\n- Option to disable Force Jumps.\n- Great sounds.\n\nWe hope you enjoy Fantastic Checkers Go!",EnsenaSoft,4+,"EN, ES",28652544,Games,"Games, Board, Education, Strategy",31/05/2010,28/06/2019
-https://apps.apple.com/us/app/igowin-pro/id374226978,374226978,Igowin Pro,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/f2/0d/0c/f20d0c77-5e05-650c-1853-6b99348a1629/source/512x512bb.jpg,4,23,4.99,,"Bring the ancient strategy game of Go into the 21st century and the palm of your hand with Igowin Pro! With the most powerful Go software available for the iPhone or iPod Touch, Igowin Pro will challenge you no matter what your level, and keep you at the top of your game, on small boards or full size. \n \nIgowin Pro uses the same Go engine as The Many Faces of Go, the three time world computer Go champion. It draws on more than two and a half decades of experience, a massive knowledge base and the newest research, as well as modern Monte Carlo techniques to help you learn and grow as a player. This is, hands down, the strongest Go engine available for the iPhone or iPod Touch.\n\nIgowin Pro supports play on 9x9, 13x13, or 19x19 boards. This flexible program lets you set your rank as you like. Game parameters can be set up automatically based on your playing level, or you can choose whatever opponent strength or handicap you want.\n\nA built in \u201cmagnifying glass\u201d helps you put your move exactly where you want it. Smart move technology snaps your stone into the correct position. The convenient ""instant-undo"" feature lets you reset a mis-tap without waiting for the computer to finish thinking.\n\nGames can be saved, commented, and emailed as attachments for later study to help improve your play. \n \nIgowin Pro has the most comprehensive tutorial of any app of its kind. You can learn the game basics quickly and begin playing immediately. You can ask for a hint or an estimate of the current score anytime during a game. With no complex menus and just a few basic controls, the game is easy to navigate.\n\nAll AI levels are calibrated by actual play, on an online server. That means that the ranking Igowin gives you is very close to what your real-world ranking would be, rather than an arbitrary number that only applies within the app. \n \nIgowin Pro uses the traditional Kyu ranking system to measure your performance. The engine automatically adjusts its level of play to match yours. By using the calibrated rankings within the Go engine, it can play a 9x9 even game, with no handicaps, against any player, from beginner all the way up to 3 Dan level. 19x19 even games automatically adjust from beginner to 3 Kyu. \n \nWhether you\'re a rookie looking for a fun way to learn and play the game of Go, or a crafty veteran looking for a challenge, Igowin is the app you\'ve been searching for. Take Igowin Pro wherever you go, and play it whenever you have a few minutes to burn. It\'s always ready for a quick game, or a long session. \n \nWith Igowin Pro on your iPhone or iPod Touch, you\'re ready to start playing the 4000 year old game that takes a few minutes to learn, and a lifetime to master.",Smart Games,4+,EN,25844736,Games,"Games, Board, Strategy",2/06/2010,2/01/2018
-https://apps.apple.com/us/app/galactic-empires-age-of-battle/id374559518,374559518,Galactic Empires: Age of Battle,,https://is2-ssl.mzstatic.com/image/thumb/Purple49/v4/ae/b5/d9/aeb5d915-4c2e-9419-23bc-b7a475768486/source/512x512bb.jpg,3,1782,0,"16.99, 4.99, 8.99, 0.99, 2.99, 1.99, 9.99, 4.99, 0.99, 19.99","Real Time Action Strategy Game\n\n\u201cYou\u2019ll get addicted to playing and fall in love with the community\u201d\n\n\u201cForget Game of War or Clash of Clans, this game takes real strategy\u201d\n\n\u201cHeart pounding battles\u201d\n\n\u201cA game like none other. Truly brilliant\u201d\n\nWith the new update we are opening up a brand new UNIVERSE so play now and be one of the first to claim your power, grow your empire and conquer the universe. \n\nPlay Galactic Empires: Age of Battle and join people from around the world in this real time action packed online space war game. Extremely addicting game that\u2019s easy to play but will take you time to master.\n\n\u201cThis is a perfect balance of Strategy and Action\u201d\n\nCome play and chat with players all over the world, all in real-time. Build your empire, create entire planets and moons, research new technologies, control your fleet of millions of ships, launch interplanetary missiles, go into warp speed and destroy your enemies. \n\nConquer the galaxy and wipe out your enemies\n\nFEATURES AND GAME OPTIONS\n1. Free to play online MMO S RPG Strategy (Massively Multiplayer Online Strategy and 2. Role Playing Game)\n3. Build enormous fleets of the most powerful battle ships\n4. Develop state-of-the-art defensive systems\n5. Research new technology to out think your enemies\n6. Fight as a team to take down larger players\n7. Forge alliances, trade resources, plan a strategy and wage war on your enemies\n8. Build your own moons all over the galaxy and launch attacks\n9. Play in fast-pace tournaments and win HUGE PRIZES\n10. Battle against other empires as you struggle to gain the materials you need to survive.",Serhiy Zahniy,4+,EN,165506048,Games,"Games, Role Playing, Strategy, Entertainment",10/06/2010,17/02/2016
-https://apps.apple.com/us/app/trainwreck/id374976525,374976525,Trainwreck,,https://is2-ssl.mzstatic.com/image/thumb/Purple111/v4/f3/0d/4f/f30d4faa-0557-e928-cbaf-d870aff7ef98/source/512x512bb.jpg,,,0,,"How many trains can you keep on the track?\n\nTap the signals to make the trains go where you want.\nBe careful, as the longer you play, more trains will be added to the track, try not to crash!\n\n10 Levels, from the Desert to the Moon\n\nTips:\nSome trains move faster than others",GameWeaver,4+,"EN, JA, ZH, ZH",502263808,Games,"Games, Strategy, Puzzle, Entertainment",9/12/2016,13/12/2016
-https://apps.apple.com/us/app/simply-gomoku-hd/id375694800,375694800,Simply Gomoku HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/33/35/3e/33353e7e-1540-1c23-9631-0e62c9fb4d6d/source/512x512bb.jpg,3.5,552,0,,"Most popular Gomoku game on iOS, over 1 million worldwide downloads. \n\nHighest ranking: #1 in China, #1 in Korea, #4 in Japan...\n\nTurn your iPad into a Gomoku game board and challenge your friends or the iPad in this fun to play strategy game. The rule is simple, be the first to get an unbroken row of five pieces horizontally, vertically or diagonally to win the game. But like any strategy game with simple rules, good offense-defense balance is the key to win. \n\nGomoku is originated from China (\u4e94\u5b50\u68cb) and popular in Japan (\u4e94\u76ee\u4e26\u3079), Korea (\uc624\ubaa9) and all over the world. It is also known as Renju, Gobang, Connect 5 or Five in a row. \n\nGame Features\n- Play against the computer or play with friends\n- Standard 15x15 board\n- Intuitive touch control\n- Unlimited undo moves\n- Multitask support\n- Clean and neat graphics\n- Nice music and sound effect\n\nPlease send your feedbacks to help us improve this game.\n\nFollow us on twitter: @simplygame\nOr email us directly: simplygamesupport@gmail.com",Simply Game,4+,"EN, ZH, ZH",6614449,Games,"Games, Strategy, Entertainment, Board",8/06/2010,1/02/2012
-https://apps.apple.com/us/app/keno-pad/id375715528,375715528,Keno Pad,,https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/1c/61/ad/1c61ad7a-6640-ccf2-0555-388909f61ab3/source/512x512bb.jpg,4.5,32,5.99,"1.99, 4.99, 0.99","""This retro style Keno game looks beautiful on the magical new iPad. Tap between 2 and 10 numbers that you think will come up. Then anxiously watch as 20 random numbers, or balls, are chosen to see how many matches you get. The more you bet, the more you win (or lose\u2026)!\n\nKeno Pad provides hours of fun. If you like other casino games like poker, texas hold 'em, slot machines, roulette, or black jack, then you'll want to add this exciting Classic Keno game to your collection!\n\nWe give you 100 Credits to start. Can you get up to 1,000? Ten thousand? One Million? We challenge you to do so. Send us a screen shot if you get up to one million.\n\nFeatures:\n\u2022\xa0Retro Casino Feel\n\u2022\xa0Win Meter\n\u2022\xa0Quick Pick\n\u2022 Play in Landscape or Portrait\n\u2022\xa05 Speeds (Slow, Normal, Fast, Really Fast, and Instant)\n\u2022\xa0Saves Credits\n\u2022\xa02-click betting""",Keno Tap LLC,12+,EN,5702656,Games,"Games, Casino, Entertainment, Strategy",7/06/2010,14/03/2019
-https://apps.apple.com/us/app/sensible-soccer-skills/id375968612,375968612,Sensible Soccer Skills,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/80/db/11/80db1197-a989-5a9b-9af2-d39ef40dd562/source/512x512bb.jpg,3,183,0,,"Sensible Soccer Skills is back in time for the World Cup and for the very first time on the iPhone and iTouch with Series of 10 mini games. Train and guide your team to win the Cup!\n\nYou can now take up the challenging job of coaching your team by leveraging you tactical and strategic skills to the test and watch them tear up your opponents. Strengthen your team\u2019s Attack, Defence and Stamina by taking the players through a series of training games.\n\nSharpen their Attacking Skills with: \n1. Assist- complete a one-timer with the help of a teammate\n2. Accuracy - alter a series of kick trajectories to score against a goal-keeper \n3. Corner Kick- get the ball to a vantage point in the opponents box for another to score \n\nBoost their Stamina with:\n1.\tKeep-Ups \u2013 bounce a ball on their head for as long as possible\n2.\tConcentration - dribble the ball around the cones without knocking any of them out\n3.\tEndurance \u2013 condition players to perform moves while running \n\nStrengthen their Defenses with: \n1.\tBall Control \u2013perfectly control the ball through a series of passes and \u201cnutmegs\u201d. \n2.\tDodge \u2013evade defenders with complex dribbling moves\n3.\tKeeper Practice - train the goalkeeper to block incoming penalty shots\n\nAnd if these training games aren\u2019t enough, prepare your team to play difficult levels by giving them Free Play training practice without any penalties. \n\nThe training is an on going process so watch out for the results and scope for improvements as they compete against their opponents to conquer the Amateur and Pro League cups.",Reliance Big Entertainment UK Private Ltd,4+,EN,20264890,Games,"Games, Strategy, Sports, Entertainment",16/06/2010,24/08/2010
-https://apps.apple.com/us/app/bubble-explode-blast-shooter/id376098160,376098160,Bubble Explode - Blast Shooter,Pop and Shoot Bubbles,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/4d/b7/78/4db778a4-d104-394e-60ec-9b958342465f/source/512x512bb.jpg,3.5,51383,0,"1.99, 1.99, 4.99, 19.99, 99.99, 39.99, 34.99, 4.99","Bubble Explode has been Top 1 free app in UK, Canada, Netherlands, Russia and has been in Top 5 free apps in USA, Australia, Germany, France, Italy, Spain and many other countries!\n\nTake your Bubble Exploding / Popping / Breaking experience to the next level with nice animations, bonuses, global online scoreboards, original game modes and much more!\n\nFeatures:\n- NEW: 4 skins: Classic, Pumpkins, Jewels and Monochrome\n- Chain reaction bubble Explosions\n- Slick animations\n- 15 game modes: Classic, Chill Out, Bubble Invasion, Bubble Shootix, Critical Mass, Turn By Turn, Gravity, Swapper and Power of Two etc.\n- Bonuses for exploding bubble groups of nice shapes: squares, lines, corners, etc\u2026\n- Global online scoreboards\n- Accelerometer based bubbles lighting\n- Undo up to 10 moves back\n- 5 animation speed settings : Slow Motion, Normal, Fast, Turbo, and Animations Off\n- Saves game on exit or a phone call\n\n\nREVIEWS BY OUR USERS:\n\n""OMG this game is highly addictive! I keep telling myself in my head to stop playing after a long time on the game, but my finger keeps finding more bubbles to pop! It was so hard to peel myself away from it to write this review!"" - by Horrible Apps\n\n""SO ADDICTING!!!!! So Much fun is a Must Have Game. PS Cats ROCK. meow"" - by Ephesians\n\n""It is so sweettttttt!!!!!! I love it"" - by Em3740\n\n""This game is super addicting!!! Long live Bubble Explode!!!"" - by The AC Method\n\nNote: The Free version may be subject to limitations and the limitations are subject to change.\n\nOur standard subscription options are:\n1-month Subscription \n3-months Subscription\n1 Year Subscription\n\n* Subscription payments will be charged to your iTunes account at confirmation of your purchase and upon commencement of each renewal term. Subscription with a free trial period will automatically renew to a paid subscription. You can cancel your subscription or free trial in the iTunes settings at least 24-hours before the end of the free trial period. The cancellation will take effect the day after the last day of the current subscription period and you will be downgraded to the free service. \n* Please note: any unused portion of a free trial period (if offered) will be forfeited when you purchase a premium subscription during the free trial period.\n\nPrivacy Policy: https://www.spookyhousestudios.com/legal/spooky_house_privacy_policy.html\nTerms of use: https://www.spookyhousestudios.com/legal/spooky_house_subscriptions_terms_of_use.html",Spooky House Studios UG (haftungsbeschraenkt),4+,"AR, ZH, EN, FR, DE, IT, RU, ES, TR",118840320,Games,"Games, Puzzle, Strategy, Entertainment",19/06/2010,4/07/2019
-https://apps.apple.com/us/app/collider/id376129315,376129315,Collider\xae,,https://is4-ssl.mzstatic.com/image/thumb/Purple127/v4/3b/19/a1/3b19a185-ba53-8506-4940-08f6567797a0/source/512x512bb.jpg,4,1250,0.99,,"Collider\xae is an addictive, physics-based game featuring 70 intricate levels of play and dynamically generated music.\n\n""A solid puzzler with a lot of character, featuring a series of puzzles that are likely to leave you simultaneously scratching your head and begging for more.\u201d - AppSmile\n\nYour goal is to destroy all of the positive and negative particle balls. Place the particle balls on the screen, press play and watch them come to life! Navigate them through pipes, gears, sensors, bombs, springboards, pendulums, seesaws and more to make them collide.\n\n************************************************************\nFEATURES:\n************************************************************\n- 70 unique and challenging levels\n- Realistic physics\n- Works on iPhone and iPad - A universal app!\n- In-game tutorial\n- Dynamically generated music\n- Rewind and fast-forward controls\n- Level select screen\n- Hours of gameplay!","Freecloud Design, Inc.",4+,EN,30252032,Games,"Games, Entertainment, Strategy, Puzzle",1/12/2010,8/05/2017
-https://apps.apple.com/us/app/nuclear-defence-hd/id376533255,376533255,Nuclear Defence HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple111/v4/e6/61/16/e6611693-da06-a0a9-2cfa-9afb9ff16e32/source/512x512bb.jpg,1.5,46,0.99,,"In a world destroyed by greed and arrogance, evil men ""the destroyers"" using the nuclear energy and the cooperation of mysterious alien forces have taken the control of all the planets in the Alpha galaxy, populated by the human race. A group of brave men \u201cthe commanders"" united by their friendship and the dream of bringing peace in the Alpha system, have guided the last military forces in a desperate attempt to defend their galaxy from the alien fire and from the the violent nuclear attacks of the destroyers. The moment of truth has arrived. The final battle is about to begin\u2026\n\nCommander, the fate of your planet and of the the Alpha galaxy are in your hands!\n\nFeatures:\n- Nuclear war with realistic graphics and special effects\n- Strategic Command of the defense units\n- Energy management of combat units\n- Multiple and parallel fire for selected units\n- Bombs\n- Game pause\n- Automatic management of the score, of the number of shots and of the number of destroyed enemy units\n- Immersive sounds\n- Beautiful soundtracks\n- Multi-touch interface",Gianluca Natalini,4+,EN,42488832,Games,"Games, Action, Strategy",18/06/2010,27/01/2017
-https://apps.apple.com/us/app/pocketm-hd-%E0%B8%AB%E0%B8%A1%E0%B8%B2%E0%B8%81%E0%B8%A3-%E0%B8%81%E0%B9%84%E0%B8%97%E0%B8%A2/id376555565,376555565,PocketM HD - \u0e2b\u0e21\u0e32\u0e01\u0e23\u0e38\u0e01\u0e44\u0e17\u0e22,,https://is3-ssl.mzstatic.com/image/thumb/Purple6/v4/cb/53/72/cb5372ca-14eb-5512-f892-83507c8624d7/source/512x512bb.jpg,3.5,38,0,,Thai chess with Artificial Intelligence.\nYou can play against different level of computer.\n\nFeature\n- 6 Level for Computer AI\n- Undo move\n- High Score,Nattachai Ungsriwong,4+,EN,10133504,Games,"Games, Strategy, Board",16/06/2010,11/09/2013
-https://apps.apple.com/us/app/oubliette/id376637764,376637764,Oubliette,,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/ac/b9/a2/acb9a2c1-7577-858b-dd27-4a730e365d21/source/512x512bb.jpg,3,136,0,"3.99, 0.99, 4.99, 0.99, 0.99, 0.99, 1.99, 2.99, 0.99, 0.99","""Oubliette is the classic multiplayer dungeon fantasy role playing game, finally available on the iPhone/iPod Touch. Build a party of fighters, priests, mages and thieves to run deep into the dungeon. Test your courage and skill against groups of orcs, trolls, vampires and dragons.\n\nEarning its reputation as the thinking man's dungeon game, Oubliette blends the thrill of mortal combat with the sublime challenges of strategy, planning and adaptation. Rather than testing your reaction speed and nerves, like a first person shooter, Oubliette challenges the player to do careful strategic planning as well as make tactical decisions in the heat of battle.\n\nEach player (character) in the game is created from one of eight player races, which vary in attributes such as strength, intelligence, dexterity and durability. Elves are highly intelligent and (potentially) immortal, Orcs are strong with short life spans, Dwarves are strong with high wisdom, Kobolds are quite weak in most areas but advance more quickly.\n\nDepending on these attributes, each player will be qualified to join a limited number of player classes (occupations). More balanced players will have more choices, including Hirebrand (fighter), Mage, Priest and Thief. Less commonly, players may be qualified for a highly selective class with special skills such as Ranger, Sage, Paladin, Samurai or Ninja.\n\nUnlike games which focus on a single player against multiple opponents, Oubliette allows a party of up to 10 players with complementary skills to face the various types of monsters found in the dungeon. There are more than 160 different monsters, and to deal with them, more than 150 different pieces of equipment, which may be enchanted with special properties or skills.\n\nOubliette is challenging, but forgiving. New players commonly have their parties wiped out by an unfamiliar group of monsters. In fact, your party can meet up to 3 monster groups at the same time! Use the Temporal Chamber to save a Temporal Portal before dangerous trips. If things turn out badly, use the Temporal Chamber to turn back the clock and try again. The trapeze is every bit as thrilling, but safer, with a net below.\n\nIf you are up to the challenge, Oubliette is free to download and play. Explore the easier levels of the dungeon to build your party and expertise. And then, when you are ready, feel the power of the game on the deeper levels. Onward to Glory!""",GabySoft,9+,EN,61472768,Games,"Games, Role Playing, Entertainment, Strategy",26/08/2010,27/05/2015
-https://apps.apple.com/us/app/000xxx/id376659240,376659240,000XXX,tic tac toe special,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/b2/26/90/b2269025-e31a-87a8-1e3c-3e262fe55a2b/source/512x512bb.jpg,,,2.99,,"""A beautiful new variant of the well-known Tic Tac Toe, three in a row game.\n\nHere is what you'll discover:\n\n- New board game;\n- 12 fields;\n- Two player mode (on an iPhone);\n- Easy to learn;\n- Easy to play;\n- Addictive.\n\nLow introductory price! This price does not stay long so low!""",Andela ICT,4+,EN,11020288,Games,"Games, Strategy, Board, Entertainment",14/06/2010,17/04/2018
-https://apps.apple.com/us/app/zombie-dice/id376949996,376949996,Zombie Dice,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/e9/6a/12/e96a1283-9955-9e9f-cc9f-c73c43953d16/source/512x512bb.jpg,4,2091,0,0.99,"""Eat brains. Don't get shotgunned.\n\nBased on the hit dice game . . . but now the dice, and a zombie opponent, are in your iPhone!\n\nYou're a zombie, racing to be the first to eat 13 yummy human brains. But those humans fight back. Press your luck. Keep rolling, keep collecting brains . . . but if you get three shotguns, you're out!\n\nEnjoy the zombie animations and sound effects (Braaaaaaaiiinnnns!). The zombie will talk back to you after every roll. But beware of his advice, because just like a human opponent, he wants you to LOSE!\n\nVisit zombiedice.sjgames.com for more about Zombie Dice!""",Steve Jackson Games,9+,EN,35420160,Games,"Games, Entertainment, Strategy",30/07/2010,8/03/2018
-https://apps.apple.com/us/app/my-kingdom-for-the-princess-hd/id377182568,377182568,My Kingdom for the Princess HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/bd/ca/41/bdca410c-9676-0bf1-8053-a94356b882e0/source/512x512bb.jpg,4.5,676,4.99,,"It offers plenty of hours of entertainment in a simple resource management framework, making it an impressive casual game - GameZebo.com (4.0/5.0)\n\nI just had to review ""My Kingdom For The Princess"" because I think it is probably one of the best games currently available for the iPad - KitGuru Gaming\n\nA horrible tornado hit King Sigmund\'s kingdon and woke up an evil dragon. Now it\'s up to you, Arthur, a brave knight, to restore the land and roads to escort Princess Helen back to her uncle. \n\nMy Kingdom for the Princess is an addictive, award-winning game with unique gameplay that combines time management, strategy, and simulation. Your goal within each level is to make all the repairs you need to get to the next board: fix bridges, remove trees that were blown down by the storm, break rocks and repair various structures. Manage your workers wisely to get the work done on time! \n\nFeatures: \n- Unique mixture of genres - time-management, strategy, and simulation \n- Smooth graphics, soundtrack and voice over \n- Special temporary bonuses during the game - additional worker, increased worker\'s speed, etc. \n- Plenty of special tasks to keep you on toes \n- Diverse achievements for excellent performance \n\nMy Kingdom for the Princess has easy to learn rules, and offers lots of opportunities to create different strategies. Let the quest for Princess Helen\'s heart begin!\n----------------------------------------- \nNot ready to buy the full version? \nTry the free version: My Kingdom for the Princess Lite \n----------------------------------------- \nLike games by Nevosoft? \nWhy not try some of our other games! \n\nSupercow: super-dynamic arcade game about the adventures of a new character that deserves everyone\'s attention! Supercow doesn\u2019t give milk, she just rocks! \n\nMagic Academy: fascinating adventure game that mixes hidden object hunts with mini-games and sorcery \n\nMy Kingdom for the Princess 2: The adventures of Arthur and Princess Helen continue in this long awaited sequel to the addictive strategy, time management, simulation game \n\nZzed: a logic marble-popper game filled with fun and humor! \n\nDream Sleuth: Travel in the world of your dreams and save the girl in this thrilling hidden object puzzle adventure! \n\nLaura Jones and the Gates of Good and Evil: Meet amusing characters and hunt for hidden objects as you try to save the world. \n\nLaura Jones and the Secret Legacy of Nikola Tesla: Test your Hidden Object skills as you race against time and the other people chasing down Tesla\'s invention! \n\nPantheon: Unlock magic artifacts of ancient deities on an amazing match-3 journey through beautiful locations of the Ancient India. \n\n10 Talismans: Set to stunning oriental vistas, this match-3 puzzle game puts you on a quest to collect ten powerful talismans. \n----------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nFollow us on Twitter: http://twitter.com/NevosoftGames \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com",Nevosoft LLC,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ES, SV",121187328,Games,"Games, Simulation, Strategy",18/06/2010,10/08/2017
-https://apps.apple.com/us/app/aqueduct/id377544857,377544857,Aqueduct,The Waterworks Puzzler,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/91/10/d8/9110d857-7b41-99de-3cf1-94019999a126/source/512x512bb.jpg,4.5,1312,2.99,"1.99, 1.99, 0.99","Welcome to Aqueduct \u2013 a world of jumbled waterways and mixed-up pipelines. It\'s up to you to rearrange the tracks and restore the flow. \n\nLocked gates, shifty conveyor belts, puzzling warp portals, and more stand between you and order. With just over 250 unique puzzles, Aqueduct delivers hours of mind-invigorating fun. \n\nFrom the creators of Blockwick, Orba, and Monster Soup\u2014Aqueduct fuses the slider-puzzle and pipe-connecting concepts into something totally new and outlandishly clever. If you\'re bored of the same old puzzlers, Aqueduct will give your brain the challenge it\'s looking for. \n\nYou can now buy more puzzles right inside Aqueduct. Take on the Rooster and Snake Chapters to test your water-working mettle. \n\n***\n\n""easy to pick up and play wherever you are"" - CNET\n\n""the most fun with plumbing since Mario"" - Wired\n\n""hours upon hours of puzzling goodness"" - TouchArcade\n\n""pure puzzle awesomeness, plain and simple"" - JayIsGames\n\n""a fabulous noggin\u2019-busting puzzle game"" - Gamezebo",Kieffer Bros.,4+,EN,63946752,Games,"Games, Entertainment, Strategy, Puzzle",29/06/2010,3/04/2019
-https://apps.apple.com/us/app/destroy9-limit/id377617125,377617125,Destroy9 Limit,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/43/8b/00/438b008b-7e2b-70d9-11be-d32b9803b20c/source/512x512bb.jpg,3.5,380,0,,"Hero Wars 2: Zombie Virus - New Game Release!!\nhttps://itunes.apple.com/us/app/guess-what/id544632674?mt=8\n\n#2 Role Playing in Japan.\n#5 Arcade in Japan.\n#7 Role Playing in USA.\n#12 Arcade in USA.\n\nAliens have invaded earth!!!! \nThey have been very far away and very Powerful Mutants. \nWe must retake the earth!\n\n""Destroy9 - Alien"" version is ""Defence"" and ""RTS""\n""Destroy9"" version is ""Defence"" + ""RTS"" + ""Action"" \n(Tip: Press the ""Leader"" Button.)\n\nSuper SF Action !!\n\nMission 1: Let all the enemies defeated!\nMission 2: Have more land! (Football-mode)\nMission 3: Defend the base!\nMission 4: Fast Attack!\nMission 5: After the base defense all the attacks!\n\nFeature:\n- 3D Side View, 3D Map Terrain, 3D Weather Change. \n- College of Engineering Systems missile trajectory.\n- High Dynamics System.\n- Status will be changed according to level up and\nFollows the U.S Military Army of the Class System.\n\nControl:\n- Produce units.\n- Multiple units can be created at the same time.\n- Sky Bomb support for your Military Army.\n- Map Scroll softly\n- You can control the Leader and Select machine units can fight with. \n\nA.I :\n- The Aliens are made of special artificial intelligence will disturb you and high sensitivity, cool action will be excited.\n\nMusic:\n- Original Soundtrack produced by Game and Movie music composer Akinatz. \n\nRanking:\n- You connect to the server with other users through the rank of the world can be.\n\nUser say:\n""Awesome, time sucking fun. ...it comes highly recommended.""\n""This is the most addicting game i\'ve ever played on any kind of this type games.""\n""Graphics and Music are very good and I bought this game a few weeks ago.""\n""All of these would make this game so much better, and easily worth 4 or 5 bucks!""\n""I love this game, it is very easy to get into it. its a great way to waste some time.""",Naomicsoft,4+,EN,37152386,Games,"Games, Action, Strategy",19/06/2010,9/07/2010
-https://apps.apple.com/us/app/dice-match/id377664389,377664389,Dice Match,A New Kind of Match 3 Game!,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/ca/37/da/ca37dad9-2c1d-836d-0ee6-037021e3ef87/source/512x512bb.jpg,4,2205,0,"1.99, 0.99, 0.99, 0.99, 0.99","Fun & relaxing and easy to play. Similar to match 3 games but with a new style of gameplay. Match the dice and score high points!\n\n4 Game modes: Classic, Timed, Solitude & Frantic.\n\n36+ Achievements to unlock!\nGame Center\u2122 leaderboards!",Gary Cox,4+,"NL, EN, FR, JA, PT",34355200,Games,"Games, Strategy, Entertainment, Puzzle",10/07/2010,31/03/2019
-https://apps.apple.com/us/app/lux-usa-american-civil-war/id377734408,377734408,Lux USA - American Civil War,Civil conquest game!,https://is4-ssl.mzstatic.com/image/thumb/Purple114/v4/82/dc/08/82dc0844-f398-979d-7eaa-8486570857ad/source/512x512bb.jpg,3,1900,0,,"Free game to battle over the United States of America!\n\nLux USA is a game of strategy, risk, and national conquest!\n\nControl the Blue armies and conquer the USA.\n\nTIPS:\n- attack with 3 or more armies for best odds\n- conquer at least 1 county per turn for a card\n- fully eliminate an enemy and you get their cards\n\nLux USA has a full map of the United States of America. Battle for control of New York City, Chicago, D.C., Minneapolis, St. Louis, Atlanta, New Orleans, Houston, Phoenix, Salt Lake City, Denver, Seattle, San Francisco, Los Angeles, and more!\n\nTry our other game Lux DLX for...\n- more AIs\n- more maps\n- more settings\n- saves your game\n- more hot graphics\n- more human players\n- more of your dreams come true\n\n""Because taking over the world is fun!""",Sillysoft Games,9+,EN,39472128,Games,"Games, Entertainment, Board, Strategy",1/07/2010,3/02/2019
-https://apps.apple.com/us/app/hero-wars-lite/id377883789,377883789,Hero Wars : Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/5e/1a/f4/5e1af4c2-7df6-f8eb-847b-b242d3f77ede/source/512x512bb.jpg,4,203,0,,"""Hero Wars 2: Zombie Virus - New Game Release!!\nhttps://itunes.apple.com/us/app/guess-what/id544632674?mt=8\n\n- #1 Role Playing in Japan. \n- #1 Arcade in Japan. \n- #2 Role Playing in USA. \n- #10 Arcade in USA.\n\nNow New Game!!\nHero Wars : Angel of the Fallen\nis a Defense + RTS game that combined action arcade.\n\nIn 2012, Mutants and Aliens invaded the Earth.\nAll cities are destroyed. They destroy crops, buildings, bridges and roads. They are very powerful enemies. \nThe Co-Army just didn't have what it takes to do.\nHeroes must fight against the Enemies. \nAnd must retrieve the Earth.\n\nYour Battle fields are \nNew York, Miami, London, Cairo, New Delhi, Siberia, Mediterranean Sea, Tokyo, Caribbean Sea, Paris..\n\nLoad/Save:\nIf you press home button, your game will be saved automatically. And you can play continuously.\n\nGame Playing Choice:\nYou can play 2 different modes!!\n1. Heroes vs Mutants (Easy Mode)\n2. Humans vs Aliens (Hard Mode)\n\nGame Features:\n- Full HD 2.5D Cartoon Characters and 3D map terrains.\n- Total 74 different type of players and 90 enemies.\n- Becomes hyper power hero when units are fully upgraded.\n- Unlimited numbers of stages.\n- One touch Online easy Ranking system. \n- 10 Wonderful Back Ground Musics.\n- You can change game view of camera, Side or Top.\n\nControl:\nYou can produce Heroes, Humans, Humanoids and Arms.\nIf your hero upgrade, attack will increase. \n\nSpecial control:\nAlso, You can control all your characters \n360 degrees freely like joy pad!!\nYou can fly, jump, dash and stunt flying shooting.\n\nUpgrade: \nAll your characters will upgrade new one. \nThey'll have super vehicle or armored machine.\nAnd Base weapon can upgrade more powerful.\nIf you get upgrade money in battle, you can exchange to product money.\n\nArms:\nBig Bomb - Use AirStrike To bomb your enemies.\nPoison Mortar - Use poisonous gas bombing to make them week.\nFixed Bunker or Tank - Fire or missile attack.\nBarrier - Prevent enemy attack. \nRadar - You can see the invisible enemies.\n\n\nUsers says:\n- This game is perfect for bored people and good for someone who just wants to game and not do homework.\n- This is the a awesome game!!!\n- This is the most addicting game i've ever played on any kind of this type games.\n- Hero Wars is the best game for me right now.""",Naomicsoft,4+,EN,15966508,Games,"Games, Strategy, Simulation",21/10/2010,19/12/2012
-https://apps.apple.com/us/app/chess/id378161776,378161776,\u25bbCHESS,"Learn,Battle,Puzzle,Clock,Kids",https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/eb/d7/fb/ebd7fb8b-29e8-3ef4-7af0-e585891ffc04/source/512x512bb.jpg,4.5,22149,0,2.49,"Learn to play and master the classic strategy board game Chess with an app that takes you from easy beginner levels all the way to Pro Grandmaster! Play chess with friends in 2 player mode, or battle live via the online multiplayer mode using Game Center. Features chess problems, puzzles, coach to learn tactics, clock with various timer settings, 3d and 2d sets and more. Whether you wish to play a social game, against the computer, blitz or learn from a famous Magnus Carlsen game, this app has it all. Great for kids too. Masteroft Chess has a prime engine that finished 4th best at the time in the World Microcomputer Chess Championships! Trainer includes a move checker that highlights bad moves and shows openings.\n\nThis is pick up and play chess at its best!\n\n\nThe #1 Best Selling Chess App for iOS*\n\n\nPROFESSIONAL REVIEWS:\n\n""I bought all chess applications for iPhone and this one is probably better than many $7-9 applications. Check TEST ALL. 66 chess applications at only ONE page in the World ...""\n-Chess-iphone.blogspot\n\n""It truly is close to flawless and is by far the best mobile Chess game I have played on any platform.""\n- PDA 247.\n\n\nAWARDS\n\nChoice Strategy Game of the Year\nSmartphone Magazine runner up.\n\nVarious levels, board styles and breathtaking Retina Display chess sets combine with an outstanding World beating chess engine to offer you a great playing experience and an ever increasing challenge. \n\nWhether you\'re just starting out or else a seasoned pro, Mastersoft Chess has something for you!\n\n\nBEGINNERS\n\nHint facility. \nBuilt in coach to monitor your progress.\nTraining mode to improve your game with adjustable threats and suggestions.\nTraining levels that dumb down your iPhone / iPod Touch. \nTake back a move if you change your mind! \nYour iPhone/iPod Touch checks that your moves are allowed.\n\nGRANDMASTERS\n\n7 Modes of play including ""Rated"", ""Training"", ""Puzzle"", ""Grandmaster"" and ""Timed"".\nAn engine that came 4th in the World Micro-computer Chess Championships!\nA unique engine unlike any other - plays interesting and sometimes quite aggressive chess.\nDesigned to play like a human opponent - right up to Grandmaster level!\nPowerful database search with famous games and analysis.\nSeveral timed modes including Blitz chess.\nLarge opening book with ability to display the opening name when in ""Training Mode"".\nPuzzle Mode with many different types of puzzle eg Mate in 5 moves etc\n100% Full Chess rules including enpassant, castling etc. \nThought analysis (main line, depth and score). \nSetup position (including castling rights, enpassant and side to move) \nMove forward / backward to any point in the current game. \nIncludes Standard Chess Book Sets in addition to the realistic ones.\nIn depth statistics.\nELO rating system. Mastersoft Chess monitors your games and appraises your ELO grade.\n100 levels of increasing difficulty.\n\n\n*Source: US App Store 2011.\n\nAbout our Auto Renewing Subscriptions:\n\nAll subscriptions relate to our Chess Pro service. \n\nThis service includes:\n24 new kinds of daily puzzle.\nFive additional databases including annotated.\nDatabase updates.\nNo advertising.\nLandscape mode.\nAdditional chess tools and features.\n15 additional time mode options.\n\n \nPrices of the service depend upon the duration of service purchased as shown on the purchase buttons\n\nYou can subscribe for 12 months.\n\nPayment will be charged to iTunes Account at confirmation of purchase.\n\nYour subscription will automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period.\n\nYour account will be charged for renewal within 24-hours prior to the end of the current period, and the cost of the renewal is shown.\n\nSubscriptions may be managed by you and auto-renewal may be turned off by going to your Account Settings after purchase.\n\nTerms and Conditions:\nhttp://www.mastersoftmobilesolutions.com/TermsChess.htm\n\nPrivacy Policy:\nhttp://www.mastersoftmobilesolutions.com/privacy.htm",Mastersoft Ltd,4+,"NL, EN, FR, DE, IT, JA, NB, PT, RU, ZH, ES, SV, TR",112579584,Games,"Games, Strategy, Board, Entertainment",27/06/2010,18/06/2019
-https://apps.apple.com/us/app/arimaa-trainer/id378290829,378290829,Arimaa Trainer,,https://is4-ssl.mzstatic.com/image/thumb/Purple1/v4/e5/54/82/e55482b0-df75-98b9-4ae9-2ce73a560471/source/512x512bb.jpg,4,13,0.99,,"""Arimaa is one of the fastest growing modern strategy games. Rules are simple and intuitive enough for kids to play easily, yet there is more than enough strategic depth to satisfy the most demanding gamer. If you enjoy challenging games like Chess, Checkers, Go, or Shogi, discover Arimaa and see why it was chosen in the Discovery Channel's list of the Top 10 Mind-bending Strategy Games and also recommended by Scientific American MIND magazine.\n\n\u201cThe rules are simple enough for kids to learn, and the game was creative and engaging.\u201d \n\u2014Frederik Joelving; Scientific American Mind magazine\n\nWith millions of opening setups to choose from, every game requires creative thinking right from the beginning and no need to memorize openings. It's a never ending puzzle, each game is different. In just the first 10 moves of Arimaa there's more possible games than there are atoms in our universe.\n\n\u201cBecause the number of possible moves in an Arimaa position (roughly 20,000) is much higher than in chess (about 30 or so), even the fastest computers will not be able to search very far into the tree of possibilities.\u201d \n\u2014R. Wayne Schmittberger; GAMES magazine\n\nArimaa provides the whole family a chance to show the computer who's boss. Many games boast of the strength of their computer AI, but Arimaa requires a higher level of intelligence which humans possess and computers have yet to achieve. In fact Arimaa offers a $10,000 prize for anyone capable of writing an AI that can defeat the top human Arimaa players. Visit www.arimaa.com for more details.\n\nThis Arimaa app includes a video tutorial to teach the rules of the game making it easy to get started. There are increasing levels of difficulty to help you build your skill, and a score to let you know how well you played. Try beating the AI faster or by losing fewer pieces to top your high score. The app is loaded with features and settings to help you learn this addictive new game.\n \nFeatures: \n\u2022 video tutorial to teach the rules \n\u2022 several difficulty levels \n\u2022 ability to play handicap games \n\u2022 keep track of high scores \n\u2022 keep track of ratings \n\u2022 mode to pass and play with a friend \n\u2022 option to auto-rotate the board between moves \n\u2022 option to auto-rotate the game between moves \n\u2022 option to pause between moves \n\u2022 option to play rated games \n\u2022 option to use a move timer \n\u2022 ability to load and save games \n\u2022 ability to email the game \n\u2022 ability to replay a game from any position\n\u2022 dedicated full screen mode for iPad\n\nAwards and Recognition: \n\u2022 Scientific American MIND magazine: Brainy gift recommendation \n\u2022 Discovery Channel's HowStuffWorks: Selected as 3rd most mind-bending game \n\u2022 Parents Choice: Approved award \n\u2022 Creative Child magazine: 2010 Game of the Year\n\nThis app is provided in compliance with Section 2 of the Arimaa Public License. License #100520.\n\n\nDISCLAIMER: Apple is not a sponsor of, or responsible for\nconducting, the $10,000 Arimaa challenge.""",Martti Juotasniemi,4+,EN,10514432,Games,"Games, Strategy, Board, Entertainment",24/06/2010,9/01/2015
-https://apps.apple.com/us/app/magic-alchemist-classic/id378491005,378491005,Magic Alchemist Classic,The classic edition!,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/fb/15/c7/fb15c769-b460-cc0a-1900-645856bf8ff1/source/512x512bb.jpg,4,38,0,"0.99, 0.99, 1.99, 1.99, 1.99",A magical game!\n\nOn your journey to become the most famous and glorious alchemist you have to merge objects until you discover the final and most mysterious object!\n\nMagic Alchemist is an easy to learn game but nonetheless challenging.\n\n* addictive gameplay\n* intuitive touchscreen controls\n* beautiful graphics\n* wicked music \n* magical sound effects \n* local highscores for your device \n* global highscores for all versions of Magic Alchemist \n* leave the game anytime and continue your session later\n\nIf you have suggestions for the Magic Alchemist or if you experience a problem please write me: erdenkriecher@online.de.,erdenkriecher.de,4+,EN,128826368,Games,"Games, Puzzle, Strategy, Entertainment",25/06/2010,31/03/2019
-https://apps.apple.com/us/app/destroy9-alien-free/id378652919,378652919,Destroy9 - Alien Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/a0/d8/66/a0d866d9-413d-cc9a-e181-d414d69b8792/source/512x512bb.jpg,3.5,217,0,,"Hero Wars 2: Zombie Virus - New Game Release!!\nhttps://itunes.apple.com/us/app/guess-what/id544632674?mt=8\n\n#1 Role Playing in Japan.\n#2 Arcade in Japan.\n#2 Role Playing in USA.\n#22 Arcade in USA.\n\nLet the invasion of the Earth.\nYou are the Mutant Alien!!\n\n""Destroy9 - Alien"" version is ""Defence"" and ""RTS""\n""Destroy9"" version is ""Defence"" + ""RTS"" + ""Action"" \nhttp://itunes.apple.com/us/app/destroy9/id368507981?mt=8\n(Tip: Press the ""Leader"" Button.)\n\nFeature:\n- Destroy9 Alien Version. \n- 3D Side View, 3D Map Terrain, 3D Weather Change. \n- College of Engineering Systems missile trajectory. \n- High Dynamics System. \n\nControl:\n- Produce units.\n- Multiple units can be created at the same time.\n- Map Scroll softly.\n- You can control the Leader and Select machine units can fight with. \n\nA.I : \nThe Enemies are made of special artificial intelligence \nwill disturb you and high sensitivity, cool action will be excited. \n\nMusic:\nOriginal Soundtrack produced by Game and Movie music composer Akinatz. \n\nRanking: \nYou connect to the server with other users through the rank of the world can be.",Naomicsoft,4+,EN,13305796,Games,"Games, Strategy, Role Playing",5/07/2010,21/12/2012
-https://apps.apple.com/us/app/domino-for-iphone/id378756466,378756466,Domino for iPhone,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/e0/2b/5d/e02b5d24-b757-9939-83c3-a1f8b96c0fb9/source/512x512bb.jpg,4,997,3.99,,"Play the Latin American version of the classic game of Dominoes against virtual players or real players using the multiplayer option via Wi-Fi, Bluetooth or the Game Center. You can play against anybody from around the world. With the version \u201cDomino for iPad\u201d you can even play using an iPhone against an iPad or vice versa.\n\nAgainst a virtual player, you have the option to choose the level (beginner, medium or expert). In addition, in the Options Menu you can configure the game to suit all kind of different modes, such as game points (100,200,300, 400), determining the starting piece (double 6 or any other random piece), and choosing who starts the game, among other options.\n\nAlso in the Options Menu you can change the speed of the game or the color of the pieces.\n\nYou can consult your record (win/loss matches) in the statistic menu.\n\nEnjoy the game\n\nPD: In Multiplayer mode, one person hit ""Create Game"" and the other(s) Join Game\nXD",Jose Varela,4+,EN,38358016,Games,"Games, Strategy, Board, Entertainment",3/07/2010,13/07/2017
-https://apps.apple.com/us/app/train-conductor-2-usa/id378772227,378772227,Train Conductor 2: USA,,https://is5-ssl.mzstatic.com/image/thumb/Purple69/v4/de/9c/9b/de9c9b80-8988-837e-d127-adceafbc9dc6/source/512x512bb.jpg,4,4424,2.99,,"Control trains barrelling through famous American locations, sky high over Miami Beach, through the underground of New York City, balancing above the Grand Canyon and more.\n\nTHIS IS NO SIMULATION - JUST SUPER FUN! Become a Train Conductor today.\n\n\n""Train Conductor 2 is addicting, chaotic fun"" - gizmodo.com\n\n""The game oozes with charm and polish"" - TouchGen.net\n\n""Train Conductor 2: USA is a must-own game"" - DiyGamer.com\n\n""Completely worth every penny."" - PlayerAttack.com\n\n""The gameplay in this app is phenomenal! I\'m totally addicted to this, and I just cannot put my iPad down because of it. It\'s challenging enough to keep you coming back for more, but easy enough so you don\'t feel like it\'s a hopeless cause. Can\'t wait to show it off to my friends!"" - Joey702 - Satisfied User \n\n\n=== HOW DO YOU PLAY TRAIN CONDUCTOR? === \nEach train needs to be connected to a particular train track, which is shown by the track number on top of the train. With the swipe of a finger connect the train to the right track, and stop any trains that are going to collide by tapping on them.\n\n\n=== Train Conductor WORLD is OUT NOW! ===\nAdventure across new terrain and connect the wonders of the European continent. Your trains will be barreling across the canals of Amsterdam, zooming around the Arc De Triomphe in Paris and navigating the perilous peak of the Matterhorn. Download it on the App Store today.\n\n- Thank you fans! We <3 you :D Keep on Conducting!",The Voxel Agents,4+,"EN, FR, DE, IT, JA, KO, ZH, ES",30310400,Games,"Games, Entertainment, Casual, Strategy",13/07/2010,15/03/2016
-https://apps.apple.com/us/app/my-kingdom-for-the-princess-hd-lite/id379424297,379424297,My Kingdom for the Princess HD Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/57/4b/c1/574bc172-b91f-673e-0603-b3af54bb7806/source/512x512bb.jpg,4,2171,0,,"It offers plenty of hours of entertainment in a simple resource management framework, making it an impressive casual game - GameZebo.com (4.0/5.0)\n\nI just had to review ""My Kingdom For The Princess"" because I think it is probably one of the best games currently available for the iPad - KitGuru Gaming\n\nA horrible tornado hit King Sigmund\'s kingdon and woke up an evil dragon. Now it\'s up to you, Arthur, a brave knight, to restore the land and roads to escort Princess Helen back to her uncle. \n\nMy Kingdom for the Princess is an addictive, award-winning game with unique gameplay that combines time management, strategy, and simulation. Your goal within each level is to make all the repairs you need to get to the next board: fix bridges, remove trees that were blown down by the storm, break rocks and repair various structures. Manage your workers wisely to get the work done on time!\n\nFeatures: \n- Unique mixture of genres - time-management, strategy, and simulation\n- Smooth graphics, soundtrack and voice over\n- Special temporary bonuses during the game - additional worker, increased worker\'s speed, etc.\n- Plenty of special tasks to keep you on toes\n- Diverse achievements for excellent performance\n\nMy Kingdom for the Princess has easy to learn rules, and offers lots of opportunities to create different strategies. Let the quest for Princess Helen\'s heart begin! \n----------------------------------------- \nLike games by Nevosoft?\nWhy not try some of our other games! \n\nSupercow: super-dynamic arcade game about the adventures of a new character that deserves everyone\'s attention! Supercow doesn\u2019t give milk, she just rocks! \n\nMagic Academy: fascinating adventure game that mixes hidden object hunts with mini-games and sorcery \n\nMy Kingdom for the Princess 2: The adventures of Arthur and Princess Helen continue in this long awaited sequel to the addictive strategy, time management, simulation game \n\nZzed: a logic marble-popper game filled with fun and humor! \n\nDream Sleuth: Travel in the world of your dreams and save the girl in this thrilling hidden object puzzle adventure! \n\nLaura Jones and the Gates of Good and Evil: Meet amusing characters and hunt for hidden objects as you try to save the world. \n\nLaura Jones and the Secret Legacy of Nikola Tesla: Test your Hidden Object skills as you race against time and the other people chasing down Tesla\'s invention! \n\nPantheon: Unlock magic artifacts of ancient deities on an amazing match-3 journey through beautiful locations of the Ancient India. \n\n10 Talismans: Set to stunning oriental vistas, this match-3 puzzle game puts you on a quest to collect ten powerful talismans. \n----------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nFollow us on Twitter: http://twitter.com/NevosoftGames \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com",Nevosoft LLC,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ES, SV",71461888,Games,"Games, Strategy, Puzzle",2/07/2010,10/08/2017
-https://apps.apple.com/us/app/tic-tacky-to/id379485289,379485289,Tic Tacky To,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/86/31/de/8631de66-fe8c-5be0-1a1c-17be233704fb/source/512x512bb.jpg,2.5,55,0,,"This app is of the basic game tic tac toe. There is a grid in front of you, press where you want to go and your charcter will appear there, x always goes first. to restart the game or score/tournament, use the buttons at the top, possibly free for a limited time only. if you have any feedback, please write a review.\ni am an 11 year old iphone os programmer, i have used all of my iphone programming knowledge to create this app and i hope you guys like it",A S K products,4+,EN,925334,Games,"Games, Board, Entertainment, Strategy",2/07/2010,2/10/2010
-https://apps.apple.com/us/app/peppers-lite-the-game/id379824953,379824953,Peppers Lite The Game,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/72/29/de/7229de8b-c446-4116-172e-2833bbb5efd2/source/512x512bb.jpg,3,914,0,,"""Experience the next addictive game created exclusively for the iPhone, iPod Touch, and iPad. 'Peppers' is unlike any other match-three on the market today. We took the match-three concept and raised it to the next level. \n\nIf you enjoy games like, Bejeweled 2, Jewel Quest, Parking Lot, and Falling Gems, then you will love 'Peppers'.\n\nFeatures:\n\n* Four game modes and eight ways to play.\n* Full Version has twenty unique levels.\n* Beautiful graphics and animation.\n* Stores top ten scores with statistics.\n* Jump to any unlocked level.\n* Listen to your own music or jam with ours. \n* Unlock achievement awards.\n* Uses the accelerometer.\n* Supports iOS 4 multitasking.\n* Battery friendly.\n\nHow to Play:\n\nIn each game, it's not just a race against time; one must score enough points in the current level to unlock the next level. The time allotted for each level will remain the same; however, as each level gets harder the points necessary to unlock the next level will be reduced. The game will end if the timer runs out and the next level has not been unlocked.\n\nLooking for game hints? There are none! Each game will begin with three pepper shakers which are displayed at the top of the screen. As progress is made through the twenty unique levels the game will get more challenging. Simply shake or touch the pepper shakers to randomly rearrange the peppers. Since there are only three pepper shakers per game use them wisely because chances are they will be needed later on.\n\nIf no mores are possible one of three things will happen. If the next level was unlocked then it will begin. If not and there are still pepper shakers available then one will be used to continue, otherwise the game will end.\n\nOn Fire:\n\nUnlike traditional match-three games in which only two game pieces swap places, in 'Peppers' entire rows and columns are moved to match three or more peppers. Once three or more matching peppers are lined up they, along with any adjacent peppers, will begin to shake. \n\nContinue moving rows and columns to get as many peppers shaking. Score big points by matching as many peppers as possible. Keep in mind peppers adjacent to any shaking pepper will also begin to shake. Rows and columns with any shaking peppers can still be moved around as long as the move results in one or more peppers shaking\n\nIn every other level there will be a 'locked' pepper. A row with a locked pepper cannot be moved up or down, likewise, a column with a locked pepper cannot be moved left or right. Score extra points by removing locked peppers. Once satisfied, press the Fire button. \n\n\nVisit www.peppersthegame.com for additional game hints, screenshots, and videos.\n\nYappler-Tags: Game, Puzzle, Entertaining, Match Three""",CM,4+,EN,14018005,Games,"Games, Strategy, Puzzle, Entertainment",12/07/2010,2/09/2011
-https://apps.apple.com/us/app/helsings-fire/id380290526,380290526,"""Helsing's Fire""",,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/64/7d/8d/647d8d4f-0f61-5dc6-c8c4-994deb844eb7/source/512x512bb.jpg,4,1460,0.99,,"""When the implacable Professor Helsing and his assistant Raffton travel to The Shadow Blight, they'll need every weapon at their disposal to defeat Dracula's vampire horde. In this captivating, dark Gothic puzzle-adventure, use Dr. Helsing's powerful torch and tonics to save the world from the demonic uprising!\n\nAWARDS AND ACCOLADES\nThis is no ordinary game! Helsing's Fire is recognized around the world as one of the App Store's premier puzzle games; full of charm and challenge.\n\n IGF 2011 - Best Mobile Game Finalist\n IGF 2011 - Excellence in Design Honorable Mention\n IGF 2011 - Excellence in Visual Art Honorable Mention\n SlideToPlay - The 50 Best iPhone Games of 2010 (#7)\nTouchArcade - Best iPod Touch and iPhone Games (Puzzle)\n AppAdvice - The Very Best iPhone Games of 2010 (Puzzle)\n TheAppera - Best iPhone Games 2010\n TouchGen - Editor's Choice Awards (Puzzle Runner-up)\n\nPRESS QUOTES\n\nSlideToPlay\n... Helsing's Fire is one of those puzzle games that does something completely original and is unbelievably entertaining.\n\nEurogamer\n... With its insidious wit and gothic charm, Helsing's Fire is a joyously original instant classic that iPhone owners should buy immediately.\n\nTouchArcade\n... It's one of the most unique games I've ever played and is a true App Store gem. Surely only a creature of darkness would let this one slip by them.\n\nTheAppera\n... Helsing's Fire reinvents the puzzle yet again with some light and dark dynamics I guarantee you have NOT seen yet. Prepare to be enthralled!\n\nGamePro\n... This is a game that would absolutely only work on the iOS platform, and it's hands-down one of the best games on the App Store. It gets my highest recommendation.\n\nADDICTIVE PUZZLES\nHelsing's Fire features a brand-new puzzle mechanic never before seen: use the touch-screen to position Helsing's torch to illuminate different combinations of monsters, then destroy them in the correct order using Raffton's supply of different tonics. The quick, rewarding puzzles make it a perfect game for brief play-sessions, but you'll always want to play 'just one more level'!\n\nA HUGE, DARK UNIVERSE\nWith puzzles set across four worlds, with 30 different levels in each world, all featuring fifteen different monster types including four bosses, Helsing's Fire provides an incredibly\nrich, deep, and varied game experience. And because on replays puzzles are re-generated randomly, the game will always be fresh!\n\nCOMPELLING SETTING\nThe Victorian theme, Gothic setting, and engaging characters make Helsing's Fire one of the most appealing story-oriented puzzle games released. Add to that the distinct minimalist style of the character portraits, the incredible dynamic lighting of the shadows cast by your moving torch, and an original soundtrack, and it's clear that Helsing's Fire presents an epic experience. Designed just for the iPhone, this is high-quality mobile gaming at its finest.\n\nMULTIPLE MODES AND ACHIEVEMENTS\nAs if the 120 distinct levels weren't enough, Helsing's Fire also comes with additional Endless Survival and Online Bounty modes, for the bravest of the brave! And when you've stood against the horde as long as you can, you can post your scores on the fully-integrated Crystal leaderboards, earning achievements for your accomplishments and claiming bragging rights from your friends.\n\nDracula must be stopped. Raffton, take the tonics: it's time to head into the Blight!""",3909,4+,"ZH, EN, JA",26494976,Games,"Games, Strategy, Puzzle, Entertainment",10/07/2010,16/03/2017
-https://apps.apple.com/us/app/bubble-explode-pro/id380862211,380862211,Bubble Explode Pro,Pop And Shoot Bubbles,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/ed/5e/eb/ed5eebdc-943e-f69f-a676-ee1c7153c33e/source/512x512bb.jpg,4.5,1249,0.99,"1.99, 4.99, 9.99, 34.99, 39.99","You can try Bubble Explode for FREE: Search for ""bubble explode"" in the App Store Search!\n\nBubble Explode has been Top 1 free app in UK, Netherlands, Russia and has been in Top 5 free apps for over a week in USA, Germany, France, Italy, Spain and many other countries!\n\nTake your Bubble Exploding / Popping / Breaking experience to the next level with nice animations, bonuses, global online scoreboards, original game modes and much more!\n\nFeatures:\n- Chain reaction bubble Explosions\n- Slick animations\n- 9 game modes: Classic, Chill Out and Bubble Invasion, Shooter and much more ...\n- Bonuses for exploding bubble groups of nice shapes: squares, lines, corners, etc\u2026\n- Global online scoreboards\n- Accelerometer based bubbles lighting\n- Undo up to 10 moves back\n- Colored and Black & White skins included\n- NEW: 5 animation speed settings : Slow Motion, Normal, Fast, Turbo, and Animations Off\n- Saves game on exit or a phone call",Spooky House Studios UG (haftungsbeschraenkt),4+,EN,93254656,Games,"Games, Entertainment, Puzzle, Strategy",11/07/2010,20/10/2017
-https://apps.apple.com/us/app/conquist-lite/id381004911,381004911,Conquist Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/5f/28/58/5f2858b3-2067-7c19-6876-9d63cd64bcf6/source/512x512bb.jpg,4,861,0,,"Conquist Lite transforms your IPad into the ultimate war strategy game board. Up to two simultaneous players (+ 1 bot) can enjoy this game with a single IPad. Risk it all for world domination!\n\nHighlights:\n\u2605 World Domination mode.\n\u2605 Challenging AI players.\n\u2605 Use the IPad as a board, no need to pass it around. Just put your IPad on the table and start having fun.\n\u2605 Up to two simultaneous players (+ 1 bot).\n\nFEATURES AVAILABLE IN CONQUIST FULL VERSION:\n\u2605 Super exciting SECRET MISSION mode.\n\u2605 Super fast TURBO mode.\n\u2605 Save up to TEN games.\n\u2605 Up to SIX simultaneous players. \n\u2605 Configurable game OPTIONS.\n\u2605 Easy, Medium and Extra Hard bots.\n\nCustomer reviews for the full version:\n\nBoard games - \u2605\u2605\u2605\u2605\u2605\nOne of the best strategy board games for the iPad by far. Amazingly polished and beautifully designed. Perfect for playing with friends or to play by yourself with AIs.\n\nBeautiful - \u2605\u2605\u2605\u2605\u2605\nI never liked Risk-style games, but this game changed that. It looks brilliant and works brilliant.\n\nGood Risk clone - \u2605\u2605\u2605\u2605\u2605\nNicely done Risk clone. Streamlined interface makes playing alone or with friends an enjoyable experience.",Schmeuk Studios,4+,"EN, FR, DE, IT, ES",5682435,Games,"Games, Strategy, Board, Entertainment",24/07/2010,4/08/2010
-https://apps.apple.com/us/app/blocks-mania/id381118863,381118863,Blocks Mania,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/bf/4a/76/bf4a7669-17bc-7348-06fe-9d4691740ff9/source/512x512bb.jpg,3.5,3293,0,"0.99, 1.99, 0.99, 0.99",Introducing Blocks Mania!. Get your crazy block to the exit point by sliding your finger in the desired direction. \n\nBlocks Mania features 10 unique levels of addictive fun. Each level has multiple ways to complete so you can have fun even longer!\n\nFor more information go to spokko.com\nSee the gameplay video at spokko.com,Rafal Staszewski,4+,EN,16161543,Games,"Games, Strategy, Board, Entertainment",15/07/2010,29/01/2011
-https://apps.apple.com/us/app/taipan-mobile/id381945962,381945962,Taipan! Mobile,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/2c/ff/86/2cff8666-14a6-73d6-4520-f60d6c80c1ef/source/512x512bb.jpg,3,188,0,2.99,"""A complete port of the classic 1982 game Taipan!, balanced to mimic the original Apple ][ release. This game's look evokes the phosphorescent glow of an early-80's CRT, but its interface has been tailored for ease-of-use on a mobile device.\n\n* Sail the Western Pacific of the 1860's!\n* Trade exotic goods!\n* Battle fierce pirates!\n* Evade customs officials!\n* Fend off muggers, cutthroats, and thieves!\n* And, Li Yuen reminds you to always pay proper tribute to Tin Hau, the Sea Goddess!\n\nDownload the game for free, pay only if you want to extend play beyond 12 months game time. (We feel confident that you will!)""","Fair Oaks Labs, Inc.",12+,EN,3125248,Games,"Games, Strategy, Simulation",21/07/2010,21/09/2017
-https://apps.apple.com/us/app/morocco-hd/id382010483,382010483,Morocco HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple4/v4/42/44/39/42443928-2f2d-b1a2-14b9-26f43400b10f/source/512x512bb.jpg,4.5,10,0.99,,"Play the classic strategy game Reversi (also known as Othello) on your iPhone or iPad. Reversi is a game with simple rules but complex strategy.\n\nMorocco is one of the most popular Reversi games for the iPhone. Morocco HD has the same simple pick-up-and-play gameplay but lets you choose from a variety of gorgeous backgrounds and board colors.\n\nThe original Morocco for the iPhone is still free. It has all of the features and skill levels as Morocco HD but without the new graphics, sound effects, and instructions. Please try that out if you want to get a taste of what Morocco HD has to offer before you buy.\n\nFEATURES\n\n- Play against your iPad or against a friend.\n- Three difficulty levels allow for casual play while still providing a challenge to experienced players.\n- Option to show (or hide) the current legal moves which can be very useful while learning to play.\n- Simple but effective sound effects.\n- Seven beautiful backgrounds to choose from, including wood, marble, grass, concrete, and steel.\n- Five felt game board colors, from the classic green Othello board to a stunning deep red.\n- Supports both portrait and landscape orientation with a different board layout in each.\n- Detailed instructions with graphics to explain the rules.\n\nArt and layout by Nik Daum.\nhttp://www.nikdaum.com/\n\nPraise for Morocco on the iPhone:\n\n""A simple, no-frills version of Othello, and I mean that in a good way. ... There\'s no reason to even play any other Othello-type games available.""\n\n""Simple, streamlined, nice interface. One of my all-time favorite iPhone apps!""\n\n""Dangerous when I\'m in bed, because I\'ll play it to 20percent battery and hopefully I\'ll remember to plug in and charge. Yep, it\'s THAT addictive.""",Bayou Games,4+,EN,51822592,Games,"Games, Board, Strategy",20/07/2010,1/10/2013
-https://apps.apple.com/us/app/robo-logic-2-hd-lite/id382635254,382635254,Robo Logic 2 HD - Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple6/v4/67/e5/b8/67e5b8d8-07ce-6693-8d70-9854d8c363ba/source/512x512bb.jpg,3,361,0,,"Robo Logic 2 HD, the successor of the popular iPhone puzzle game ""Robo Logic"", redesigned for the iPad. You have to ""program"" a robot\'s movements by dragging commands to the memory of the bot. Your goal is to activate all the marked boxes.\n\nVery soon you will realize though that using only the main memory is not enough and you will have to start creating and calling re-usable functions to achieve the goal. \n\nRoboLogic is very easy to learn, but hard to master. This lite version includes the tutorial and the first two worlds.\n\n\nDifferences to the iPhone version:\n\n* New world unlock concept. Earn stars to unlock other worlds. No need to solve every single level.\n\n* Undo / redo feature.\n\n* More gradual learning curve but still very challenging.\n\n* Earn coins to upgrade your memory or buy new commands.\n\n* Of course everything is bigger, nicer and easier to use. :)",digitalsirup GmbH,4+,"EN, DE",15421440,Games,"Games, Puzzle, Strategy, Education",23/07/2010,16/12/2013
-https://apps.apple.com/us/app/imperial/id382679047,382679047,Imperial,,https://is2-ssl.mzstatic.com/image/thumb/Purple62/v4/c7/8d/72/c78d7297-41d0-8afd-3b12-7d2b07383e04/source/512x512bb.jpg,3.5,24,9.99,,"IPad version of the brilliant Imperial board game designed by Mac Gerdts and published by PD-Verlag.\nThis game is designed for pass-and-play for one to six human or AI players.\n\nOnline asynchronous multiplayer is being developed, and will require iOS 10.\n\nPlease send any bug reports and suggestions to support@javelin.com.my so we may improve the game in future updates. \nAlso leaving good reviews / scores will enable us to continue the development of the game.\nLook for the game on boardgamegeek.com for info on where to obtain a copy of the physical board game, and to get in touch with other players.\n\nP.S: There is an auto-save functionality in the game. In the unfortunate event of a crash, please report to us on the email above, then load a previous turn and try again.\n\nHave fun!",Javelin Sdn Bhd,9+,EN,17991680,Games,"Games, Strategy, Board",30/09/2011,23/03/2018
-https://apps.apple.com/us/app/nether-earth/id382693659,382693659,Nether Earth,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/18/3c/c9/183cc9fb-0689-e000-b310-db567aebd2a4/source/512x512bb.jpg,3,103,0.99,,"""Nether Earth is one of the earliest computer strategy games taking place in real time. It was released for the Amstrad CPC, ZX Spectrum and Commodore 64 in 1987. It was published in the United Kingdom by Argus Press Software and re-released in Spain by Mind Games Espana S.A.\nThe player takes the control of the human side in a war against the mysterious Insignian race. All of the warfare is carried out by enormous military robots.\nThe player controls a flying machine which can fly over any part of the play-area. The player must build robots and give them orders to attack Insignian robots and capture neutral or enemy factories to increase production and thus aid the war effort. The ultimate objective is to capture all the enemy bases and thus win the war. Everything takes place in real-time with the action being ongoing rather than turn-based. Because the player's view of the battlefield is limited to where their flying-machine is, much of the front-line fighting is left to the machines whilst the player concentrates on building more robots. The game is displayed in forced-perspective isometric graphics.""",Aleksejs Voloviks,4+,EN,4241408,Games,"Games, Entertainment, Strategy, Trivia",29/07/2010,23/10/2018
-https://apps.apple.com/us/app/legends-of-elendria-the-frozen-maiden/id382783275,382783275,Legends of Elendria: The Frozen Maiden,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/65/5c/3f/655c3f95-7061-4b2e-06c9-ed3076eabc6b/source/512x512bb.jpg,3,258,0,"0.99, 2.99, 11.99, 5.99, 1.99, 0.99, 4.99, 4.99, 0.99, 1.99","Promoting our new Collectible Card Game: \n[Cabals: The Card Game] Check it out, its Legendary!\nFREE DOWNLOAD and a Welcome pack!\nhttp://itunes.apple.com/us/app/cabals-the-card-game/id463736980?mt=8\n*****\n[Expansion For Frozen Maiden is Here!!!]\nIt will feature totally new content, story and super cool features like Epic mount!\nIt will also fix the crashing bug. \n\nLegends of Elendria: The Frozen Maiden:\nCheck out this Awesome RPG-TD!\n\nReviews from web-sites:\n8/10 Pocket Gamer: ""Unlike rival tower defence clones, this game will keep you thoroughly occupied for many days to come."" \n\n4/5 AppSafari: "" With a storyline and RPG style leveling up, this game definitely stands out of the crowd."" \n\n8/10 Slide Gamer: ""I enjoyed Legends of Elendria, it kept me on my toes and it was a well balanced game.""\n\n3/4 Slide to Play: ""Legends of Elendria offers a well-made and deep tower defence experience.""\n\nGame: \nThe Frozen Maiden blends popular tower defence genre with role-playing elements. Unlock towers, skills and spells as you progress through the thrilling fantasy story! \n\nMain game features:\n* Several hours of gameplay\n* Challenging and fun gameplay\n* Four tower types, with unique upgrade options\n* 14 different enemy types\n* Dozens of different battlegrounds \n* Fantasy story\n* Role playing character progress\n* Epic soundtrack.\n* HARD MODE - The most challenging TD on iPhone\n### Play through, We Challenge You! ###",Kyy Games,9+,EN,19264702,Games,"Games, Strategy, Role Playing, Entertainment",27/07/2010,22/12/2011
-https://apps.apple.com/us/app/reiner-knizias-medici-hd/id383152745,383152745,"""Reiner Knizia's Medici HD""",,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/a3/85/1e/a3851edc-353e-6219-88e3-badf839b70b2/source/512x512bb.jpg,4.5,725,3.99,,"Become a member of the infamous Medici family and compete to see who can make the most money in a no-holds-barred bidding war. \n\n \nReviews: \n\n""[...] works amazingly well as an [iOS] app. Medici is a wonderful game and a true antidote to button-mashing video games."" - TUAW \n\n""We have yet to come across a Reiner Knizia title that we did not fall in love with, and Medici is no different. [...] a great value, earning 4.5 [out of 5] Dimples."" - AppSmile.com \n\n""Medici is in an excellent position to provide a boardgame experience for multiple human players [...] I don\u2019t see this app coming off my [device] any time soon."" - BoardGameNews.com \n\n""[...] the gameplay rewards surpass other games \u2014 many of which are deleted once beaten. [Medici] represents a great step forward in board game ports for more serious board game fans."" - BlogCritics.org \n\n\nYou are merchants in the fiercely competitive, but wealthy age of the Medici family. Your ships sail throughout the known world selling the goods you buy. Every day you go to the market where you must compete with other merchants for the merchandise available that day. \n\nAs lots are purchased they are immediately loaded onto the waiting ships so that the ships may depart as soon as the market closes and the tide is high. \n\nWhen the ships set sail to deliver their merchandise to foreign ports, the merchants gather to calculate their earnings for the day. A merchants earnings are based on the total value of the goods they bought and the number of each commodity compared to the other merchants. \n\nWith no setup time required, no pieces to lose, and no arguments about the rules, the future of board games is here and Medici gives you exactly what you want -- to play! \n\nHow to Play:\n\nCombining deep strategy with an intuitive and beautiful interface, Medici is easy to learn but hard to master. Choose your favorite of nine different historically-based Medici characters, and then discover their true personalities as you compete against them in solo play. \nOn a players turn, they open crates on the dock, then auction them off to the highest bidder. At the end of each day, Florins are paid out to the merchants with the most valuable shipments and who have shipped the most of each commodity. The player with the most money at the end of the three days is the winner! \n\nFeatures \n======== \nNo set up required\nFast, easy, and fun game play for 3 to 6 players \nStunning HD graphics \nSupport for 3 modes of play: solo, ""pass and play"", and ""hotseat"" (around the table) play \n9 different historically-based Medici characters to choose from \n9 different AI opponents to compete against \nComplete rules and game guide \nPlay your own iPod music \n\n\nAbout \n===== \nDr. Reiner Knizia is one of the world\'s most prolific and best-known board game designers, and this version of one of his top titles has been fully approved and endorsed by him. \n\nSage Board Games is an independent software developer, focusing on bringing award-winning and classic board games to mobile devices. With a veritable ""who\'s who"" of Euro games already licensed, Sage Board Games is poised to become the premiere source of board games for iPad, iPhone, and iPod Touch. \n\nVisit us: sageboardgames.com \nFollow us: twitter.com/sageboardgames \nLike us: facebook.com/sageboardgames \n\nPlease send us your feedback and requests, and rate the game once you\'ve bought it.",Codito Development Inc.,4+,EN,103183360,Games,"Games, Strategy, Entertainment, Board",29/07/2010,29/04/2019
-https://apps.apple.com/us/app/fanoron/id383244367,383244367,Fanoron,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/0b/41/fa/0b41fac7-04dc-784a-3cbd-eb82ea170de5/source/512x512bb.jpg,1.5,56,0,,"Make your mark in the stones of Madagascar...\n\nFanoron is a traditional, two player strategic board-game from Madagascar\n\nFeaturing:\n- Challenging gameplay that will build your brain\n- High res 3-D rendered graphics that are a pleasure to behold\n- A computer opponent that will improve your game\n- In-game tips that ease the learning curve\n- Rules that are never more than a few taps away, no internet connection needed\n- Unique sound effects\n- Playlist creation: conquer to your own soundtrack",CapeApps,4+,EN,10132718,Games,"Games, Board, Entertainment, Strategy",21/08/2010,21/08/2010
-https://apps.apple.com/us/app/aqua-globs-hd/id384357212,384357212,Aqua Globs HD,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/29/6e/57/296e5722-896c-255a-e1b7-98febafb430d/source/512x512bb.jpg,3,63,0,,"""Qwiboo proudly presents an iPad-optimized version of the popular line-drawing game, Aqua Globs. Aqua Globs HD makes combining wiggly one-eyed globs even more entertaining, if that\u2019s even possible!\n\nImprove your score dramatically using the multipliers. You can also unleash a special power-up that clears all of the globs if you are in trouble. You can only use this power-up after the meter at the top of the screen fills up, however. \n\nFeatures:\n- iPad optimised gameplay and crisp HD graphics\n- multipliers to bulk up your high-score\n- clear all button to save you when most needed\n- each level with different twist and special glob\n- auto save feature\n- stats tracking and many trophies to unlock\n- OpenFeint enabled\n\nGuaranteed you won't be able to put down this tantalizingly exciting game that will always having you wanting 'just one more go'!""",Qwiboo Ltd,4+,EN,10350262,Games,"Games, Casual, Entertainment, Strategy",18/08/2010,18/08/2010
-https://apps.apple.com/us/app/bomb-squad-patrol/id384367567,384367567,Bomb Squad Patrol,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/b3/50/ec/b350ec66-cbc2-0702-caeb-9828171c7623/source/512x512bb.jpg,5,5,0,,"Now 1/2 Price for a Limited Time!\n\n""Only the coolest of the cool can handle the burnin\' hot intensity of the Bomb Squad Patrol. So fill yer boots recruit and make your Momma proud."" -Sergeant Chops McCool, Bomb Squad Patrol\n\nCongratulations, out of thousands of applicants you have been chosen as the newest member of the Bomb Squad Patrol. A team of elite and super cool chicks and dudes taking on all the crap slinging terrorists of the world once and for all. Your first assignment is to prevent the destruction and detonation of the WeeNeedAC Nuclear Power Plant. The Talibazi terrorist group has planted enough bombs in this industrial maze to take out half the continent. I mean this place is as full as Grandpa\'s pipe and smoking at the seams! Time to nut up rookie, and remember you were made for this!\n\nFeatures multiple memory challenging, immersive, and interactive levels. Earn awards and promotions while discovering hidden surprises. Packed with enough explosives to rock your pocket protector!",Quantum Door,9+,EN,8065334,Games,"Games, Strategy, Puzzle, Entertainment",2/08/2010,29/10/2010
-https://apps.apple.com/us/app/dragon-go-client/id384372078,384372078,Dragon Go Client,Turn-Based Go Online,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/4d/3c/a6/4d3ca65d-1f3f-2c9f-c46b-73c6c950f04c/source/512x512bb.jpg,4.5,60,0,,"Dragon Go Client is the easiest way to play Go on the Dragon Go Server from your iPhone!\n\nThe Dragon Go Server (http://www.dragongoserver.net) is a place where people around the world can get together and play the game of Go. Dragon Go Client is the fast, simple way to catch up on your games on the iPhone.\n\nFeatures\n* Start and join games with other Dragon Go Server players\n* See the games that are awaiting your move\n* Tap-to-zoom makes it simple to play the right move, every time\n* Play full games of Go, from placing handicap stones to scoring\n* Read, write, and respond to messages from opponents all over the world",Justin Weiss,4+,EN,3892224,Games,"Games, Board, Strategy",3/08/2010,23/09/2017
-https://apps.apple.com/us/app/td-free/id384405726,384405726,TD Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/53/21/82/53218246-f8da-246c-9b7e-f809df43855d/source/512x512bb.jpg,3,298,0,,"It\'s a full functional version just with one click ad.\n\nFeatured on iTunes ""What\'s Hot"" and ""New and noteworty""! Tower Defense EVO gives you as much action as you can take, in real time. This challenging strategy game has been on the Microsoft Marketplace best seller list for more than six months for a reason. Click \u201c\u2026More\u201d to learn why you should download this App today!\n\n*** Microsoft Marketplace\u2019s number 2 most sold application, six months and counting.\n\n\nMartin K: Couldn\'t put it down. Started as a game to play when idle and quickly turned into something I play often. \n\n\neZ 195: Definitely A Must Buy! I love this game!!! If you like tower defense games then this is a must have. \n\n\nThings are tense; you wipe the sweat from your brow. The enemy is closing in, flanking you on all sides to break through and take the tower. It\u2019s your job to see that doesn\u2019t happen, no matter what the cost. You\u2019ve got some Hummers and an arsenal of B2 bombers and spy drones; what are you going to do? Better think fast because enemy fire is getting heavy and you don\u2019t have much time.\nTower Defense EVO is the massively addictive, action-packed strategy game that will challenge and excite you to the core. Choose your tower, playing level and battleground then get busy protecting your base. If you die while defending it, well that\u2019s the price of honor and doing what\u2019s right.\nThe gameplay, graphics and high quality movie style music is thrilling. It hooks you from the very first game, as your determination to win builds along with the dramatic Hollywood style music playing in the background. Each time you play, it\u2019s a different experience to your senses and you continuously crave another game.\n\nFeatures:\n* Includes Hummers, B2 bombers, spy drones as part of 17 different units\u2028\u2028\n* Use 6 different towers with 3 upgrade levels\u2028\u2028* Play on three battlegrounds with totally different strategies\u2028\u2028* Play again and again, it will always feel different!\n\n* Action movie quality music becomes more dramatic with build up of action\n\n* Game is played in real time\n\n* Massive amounts of action \u2013 enemies, explosions\n\n* Score is displayed on screen while you play\n\nThis game is fantastic! You get to shoot the enemy or get shot, there are lots of explosions and the strategic challenge is going to keep you on your toes. To monitor how you\u2019re doing in a game, the score is displayed at the top of the screen. What\u2019s not to love?\n\nTower Defense EVO has just passed the six month mark as the number two best seller in the Microsoft Application store. Luckily for you, the developers are now making it available for you to download onto your iPhone or iPod Touch. If you\u2019re brave enough, that is.\n\nThink you can handle what Tower Defense EVO is dishing out? Guess there\u2019s only one way to find out. Take a deep breath then hit the Buy App button. Good luck and have fun.\n\nSee this App in action here: \nhttp://www.youtube.com/watch?v=AAnMRbBe25M",Orz Games,4+,"EN, ZH",24436634,Games,"Games, Entertainment, Action, Strategy",3/08/2010,24/06/2011
-https://apps.apple.com/us/app/valor/id384844988,384844988,Valor\u2122,,https://is5-ssl.mzstatic.com/image/thumb/Purple22/v4/10/4a/ec/104aec98-df06-244e-370e-b8d12af9f88f/source/512x512bb.jpg,4,12661,0,"4.99, 9.99, 19.99, 49.99, 99.99, 4.99","Valor is not a game for people looking to build pretty, pretty castles. This is war. Decisions have consequences. Use each building, troop, and alliance to determine your fate: conquer or be conquered. Welcome to Trial by Sword.\n\n""Best strategy game I\'ve ever played. A shining gem in the world of strategy gaming"" \n\n""Great game with an edge of life or death.""\n\nPlayer versus player combat is the heart of Valor. Convince, coerce and conquer those around you to survive and thrive. Guilds will reign supreme upon the backs of new and lasting friendships that extend beyond the game (and occasionally spinning off a marriage or two). Other alliances will be shattered by a single player\'s treachery. Valor is not a game; it\u2019s a way of life.\n\nFeatures:\n- Highly competitive environment with deeply strategic combat.\n- Control hundreds of cities to create a lasting empire.\n- Join a guild, conquer enemy players and claim a world. \n- Vie for entry into the Tournament of Champions.\n- Earn titles and premium items through superior play.\n- Experience multiple game modes. \n\nWelcome to Valor, Lords and Ladies. Bring your galoshes, it\u2019s gunna get messy.\n\nYou need a wifi connection to download Valor HD. If you are using cell service please search for \u2018Valor\u2019 in the App Store to download the standard definition version.\n\nWEB: http://www.valorgame.com\nTWITTER: @ValorTheGame\nFACEBOOK: facebook.com/ValorTheGame",Quark Games LLC,12+,EN,62133248,Games,"Games, Strategy, Role Playing, Entertainment",29/10/2010,29/11/2016
-https://apps.apple.com/us/app/simply-gomoku/id384855809,384855809,Simply Gomoku,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/db/81/10/db8110b3-09fe-9147-b831-77de10843077/source/512x512bb.jpg,3,93,0,,"Most popular Gomoku game on iOS, over 1 million worldwide downloads. \n\nHighest ranking: #1 in China, #1 in Korea, #4 in Japan...\n\nPlay with your friend or challenge the iPhone AI in this fun to play board game. The rule is simple, be the first to get an unbroken row of five pieces horizontally, vertically or diagonally to win the game.\n\nGomoku is originated from China (\u4e94\u5b50\u68cb) and popular in Japan (\u4e94\u76ee\u4e26\u3079), Korea (\uc624\ubaa9) and all over the world. It is also known as Connect Five, Renju, Gobang or Five in a row.\n\nGame Features\n\u2028- Play against the computer or play with friends\n- Standard board size 15x15\n- Intuitive touch control\n- Unlimited undo moves\n- Clean and neat graphics\n\u2028- Nice sound effect and music\n\n\u2028\u2028Please send your feedbacks to help us improve this game.\nFollow us on Twitter: @simplygame\nEmail us: simplygamesupport@gmail.com",Simply Game,4+,EN,6281433,Games,"Games, Board, Strategy, Entertainment",4/08/2010,9/08/2011
-https://apps.apple.com/us/app/squares-hd/id384864839,384864839,Squares HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/36/ed/76/36ed76d2-8620-3e44-ab0b-ac1bb43e33f3/source/512x512bb.jpg,,,0.99,,"""Squares for the iPhone has been downloaded more than half a million times! Here it is with a bigger screen and updated graphics for your iPad!\n\nA simple strategy game in the same vein as Othello, Reversi & Attaxx.\n\nPlay against your iPad or another player. Choose one of your squares and then either copy or move that square into one of the highlighted squares surrounding it. Take over the other player's squares by jumping next to them, and win by making it impossible for the other player to move.\n\nFeatures:\n- 115 boards\n- 1 and 2-player modes: play against your iPad or another player\n- Attaxx-like mode changes the squares you can move/copy to\n- Hiscores\n- Random boards\n- Full boards with no missing places\n- Skip boards you don't want to play\n- Resume a previous game""",Chris Haynes,4+,EN,21003264,Games,"Games, Strategy, Board",4/08/2010,4/10/2018
-https://apps.apple.com/us/app/simulator-for-starcraft-2-lite/id385429453,385429453,Simulator for Starcraft 2 Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/b3/5e/af/b35eafcc-c91a-9a56-3ade-7912a72970b9/source/512x512bb.jpg,2.5,479,0,,"Starcraft 2 simulator is a battle simulator for Starcraft 2. Create battle matchups between 2 teams, run the simulator and see who will win. This is the perfect tool for you for...\n* Calculating Army cost\n* Deciding on units to counter enemy builds\n* Simulating battle matchups to help you improve\n* Quick referencing SC2 units\n\nCurrently the simulator models:\n* Movement speed\n* Multiple attacks from the same unit\n* HP/Shields/Armor calculations\n* Bonuses versus light/biological/massive/armored/etc\n* Splash Damage\n\nIt has been tested using the Starcraft 2 Unit tester map and battle results are pretty close.\n\nThis free version limits you so that you can only select up to 4 units of each type max, and the total army size for each team cannot exceed 750 minerals/gas. You can upgrade to the pro version from within the App to remove this limitation.\n\nSuggestions/Questions/Comments/Feature Requests?\nsc2simulator@gmail.com",RakaSaka,9+,EN,5583336,Games,"Games, Simulation, Utilities, Strategy",19/08/2010,15/10/2011
-https://apps.apple.com/us/app/jeans-boutique-lite/id385673850,385673850,"""Jean's Boutique Lite""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/e3/d6/e3/e3d6e3d0-5de0-4174-b014-c283634e121d/source/512x512bb.jpg,3.5,563,0,,"""Jean's Boutique Time Management Game for the iPhone and iPod Touch.\n\nManage your own virtual Jean's Boutique.\n\nRun your own Jean's Boutique, a great fashion game combined with the fun of serving customers.\n\nTo make it in the fast-paced world of fashion, Jean will need to be fast on her feet, dedicated to her customers, wise in her upgrades. For fast fashion fun, there's no place like Jean's Boutique!\n\nRecommended for fans of Time Management Games.\n\nBasic Concepts:\n- Serving customers fast keeps them happy.\n- Waiting customers can get upset, angry and will eventually leave the store.\n- Each day the store will remain open for a limited time.\n\n= LITE VERSION =\n- iAd Supported (iOS4)\n- 5 Stages in story mode\n- Tutorial game mode\n\n= FULL VERSION =\nFeatures:\n- Total 40 Stage.\n- 8 unique locations with 5 levels each.\n- 7 unique customer types.\n- 10 unique clothes types.\n- Use Wink & Flatter Skill.\n\nEndless Mode:\n- Once you finish a boutique in STORY MODE, you can play ENDLESS MODE.\n- If a customer leaves out, you will lose a heart. Once you run out of hearts the game will end.\n- If you provide continuous services to five customers with five hearts(5 COMBO), you will obtain a one heart.\n- Global Ranking System""","AFEEL, Inc.",4+,EN,10961235,Games,"Games, Strategy, Simulation",27/08/2010,27/08/2010
-https://apps.apple.com/us/app/musket-artillery-american-revolutionary-war-for-ipad/id385706933,385706933,Musket & Artillery: American Revolutionary War for iPad,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/be/c7/0e/bec70e1c-01d8-9b72-a876-aec950c49ef0/source/512x512bb.jpg,3,100,2.99,,"Musket & Artillery (American Revolutionary War) is a strategic style game specially developed for iPad users. It takes you back \n\nto the days of the American Revolutionary War, where you can use military tactics to defeat your enemies (economic mode and war mode are \n\navailable).\nYou can select to join any of the forces from British, France, United States, Hessen, Germany and Spain which are divided into 2 alliances \n\nopposite to each other. You may increase your tax revenues by occupying the territory of your enemy, or you may occupy the enemy\u2019s HQ to get \n\nhis entire territory. Absolutely, you can construct your territory to receive more taxes.\n\nFEATURES:\n-12 cards (Construction Card, Draft Card, General Card, Marshal Card, Ship Card, Fortress Card, Cannon Fire Card, etc.) \n- 5 challenge levels.\n- 5 battles (3 real-happened battles and 2 fictional battles)\n- Enhanced risk style combat system (easy, direct and interesting) providing comfortable experience and easing your operation.",EASY Inc.,9+,"EN, FR, DE, JA, ZH, ES, ZH",47011298,Games,"Games, Strategy, Entertainment, Board",11/08/2010,3/02/2011
-https://apps.apple.com/us/app/gunsnglory/id385726463,385726463,"""Guns'n'Glory""",Wild west strategy defense,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/82/38/2e/82382e02-5ef3-877d-4853-d6aba9259072/source/512x512bb.jpg,4,3673,0,"2.99, 0.99, 0.99, 7.99","""Who needs heroes when you can play the bad guys? Take up a smart, strategic position and lie in wait at the canyon to ambush settlers, stagecoaches and the gold train. Leave no witnesses! Play this innovative game if you\u2019re bored of standard tower defense games or you\u2019re simply looking for a great mobile game! Get Guns'n'Glory now!\n\nFeatures:\n\u2022 Defense Strategy-Action game with mobile units\n\u2022 Recruit the craziest Wild West Gang ever\n\u2022 Choose between lots of unique units\n\u2022 Upgrade your bandits\n\u2022 Discover new land in Alaska, Nevada and Oregon\n\u2022 Collect mighty power-ups\n\u2022 Arm trains and boats to fight from all side\n\u2022 Awesome cartoon graphics\n\u2022 Fun and innovative gameplay\n\nWhat would the Wild West have been without its charismatic villains? Boring! So take a walk in the cowboy boots of Billy the Kid, Jesse James or Butch Cassidy to become a real, low-down bad guy! Form your own gang by recruiting cool cowboys, crazy Mexicans and brave Indians. Take up a smart, strategic position and lie in wait at the canyon to ambush settlers, stagecoaches and the gold train. Rain bullets, lead and flaming arrows down on the pious pioneers! If your victims look like they might escape, set off in pursuit to stop them from alerting the Sheriff! When you have bagged more than a fistful of dollars, you'll be able to afford cannons or a steam train with a Gatling gun to send around the level!\n\nYou can play Guns\u2019n\u2019Glory entirely for FREE, though various items are available via in-app purchase. If you don\u2019t want to use in-app purchases, please deactivate them in your device settings.\n\nThank you for playing Guns\u2019n\u2019Glory!\nGet in touch with HandyGamesTM: http://www.handy-games.com\nJoin us on Facebook: http://www.fb.com/handygames\nFollow us on Instagram: http://instagram.com/handygames\nCheck news on Twitter: http://www.twitter.com/handy_games\nStay tuned on Google+: http://goo.gl/qkjngm\nSubscribe to our YouTube channel: http://goo.gl/2Kq6yY""",HandyGames,12+,"EN, FR, DE, IT, PT, RU, ES, TR",53997568,Games,"Games, Strategy, Entertainment, Action",19/08/2010,14/09/2017
-https://apps.apple.com/us/app/gunsnglory-premium/id385902072,385902072,"""Guns'n'Glory Premium""",Wild west strategy defense,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/1e/18/24/1e182495-0a56-ec4b-3f48-8182e9f59fc7/source/512x512bb.jpg,3.5,3298,2.99,"0.99, 0.99, 7.99","""Who needs heroes when you can play the bad guys? Take up a smart, strategic position and lie in wait at the canyon to ambush settlers, stagecoaches and the gold train. Leave no witnesses! Play this innovative game if you\u2019re bored of standard tower defense games or you\u2019re simply looking for a great mobile game! Get Guns'n'Glory now!\n\nFeatures:\n\u2022 Defense Strategy-Action game with mobile units\n\u2022 Recruit the craziest Wild West Gang ever\n\u2022 Choose between lots of unique units\n\u2022 Upgrade your bandits\n\u2022 Discover new land in Alaska, Nevada and Oregon\n\u2022 Collect mighty power-ups\n\u2022 Arm trains and boats to fight from all side\n\u2022 Awesome cartoon graphics\n\u2022 Fun and innovative gameplay\n\nWhat would the Wild West have been without its charismatic villains? Boring! So take a walk in the cowboy boots of Billy the Kid, Jesse James or Butch Cassidy to become a real, low-down bad guy! Form your own gang by recruiting cool cowboys, crazy Mexicans and brave Indians. Take up a smart, strategic position and lie in wait at the canyon to ambush settlers, stagecoaches and the gold train. Rain bullets, lead and flaming arrows down on the pious pioneers! If your victims look like they might escape, set off in pursuit to stop them from alerting the Sheriff! When you have bagged more than a fistful of dollars, you'll be able to afford cannons or a steam train with a Gatling gun to send around the level!\n\nThank you for playing Guns'n'Glory!\nGet in touch with HandyGamesTM: http://www.handy-games.com\nJoin us on Facebook: http://www.fb.com/handygames\nFollow us on Instagram: http://instagram.com/handygames\nCheck news on Twitter: http://www.twitter.com/handy_games\nStay tuned on Google+: http://goo.gl/qkjngm\nSubscribe to our YouTube channel: http://goo.gl/2Kq6yY""",HandyGames,12+,"EN, FR, DE, IT, PT, RU, ES, TR",50094080,Games,"Games, Entertainment, Strategy, Action",12/08/2010,14/09/2017
-https://apps.apple.com/us/app/age-of-conquest-world/id386104577,386104577,Age of Conquest: World,World Conquest,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/75/cd/75/75cd7515-ff03-4e79-0797-8fd80c7d3f69/source/512x512bb.jpg,3,354,4.99,,"""World Conquest for iPad, iPhone and iPod Touch.\n\nAge of Conquest is a medieval risk-like turn-based strategy game where you take the reins of a budding empire and struggle against fellow empires for control of the world. In one game, up to 80 players vie for supremacy, but only one can be victorious. Every game you win pushes up your score, until you don't just dominate the world, but also your fellow players. Then all will be in your shadow and not just peasants, but even kings will worship you! All this can be yours, but only if you triumph.\n\nThis full version contains the following game-play options:\n - multiple scenarios\n - over 100 empires to choose from\n - conquer the whole map\n - god mode option\n - random placement option\n - random fill option\n - mute sounds\n\nWARNING: For strategy game enthusiasts only!""",Noble Master LLC,12+,EN,42478592,Games,"Games, Board, Strategy, Entertainment",17/08/2010,10/10/2018
-https://apps.apple.com/us/app/tap-tanks-lite/id386129283,386129283,Tap Tanks Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/a7/03/e3/a703e3bc-13f1-4eab-09c7-9feb25d19bd9/source/512x512bb.jpg,4,481,0,,"Tap Tanks is a combination of action and strategy featuring unique Doodle style 3D graphics. You have 4 chassis, 4 weapons and a factory to combine 16 unique units. Quickly build your army and flick it right into the battle. Use your strategic thinking to crush advanced AI (Artificial Intelligence) or your friend in a multiplayer combat. Lite version have only 6 levels. Checkout Full version for more.\n\nFeatures: \n\n- Highly dynamic gameplay \n- Unique units control system specifically adapted to iPhone and iPod \n- Original cartoon style graphics \n- Great AI which will never give you a break \n- Three game modes - campaign, skirmish and multiplayer deliver great replay value \n- 6 types of units, each with unique characteristics (16 in Full version)\n- 6 levels (12 in Full version)\n- Interactive tutorial to help you get started",EcmaSoft,9+,EN,30674388,Games,"Games, Action, Strategy",25/08/2010,25/08/2010
-https://apps.apple.com/us/app/niggle-oh-hell/id386151503,386151503,Niggle (Oh Hell),,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/26/12/d6/2612d627-c11a-ce76-7be0-d1e3d9ac0a2e/source/512x512bb.jpg,3,94,1.99,,"If you\'re looking for the card game Oh Hell! then this is the app for you! \n\nIt\'s got a powerful AI so you\'ll never have an easy game (I write AIs for a living!) and a huge range of customisable rule options to suit however you\'ve traditionally played the game yourself. The AI players even have emotions and get happy and sad when they think they\'re going to make their bid or not. You can also play against your friends on their own devices over local WiFi or Bluetooth. \n\nFor newcomers to the game, Niggle (also known as ""Oh Hell"") is an easy to learn card game in which you must try to guess how many tricks you are going to win each round. The fun comes from trying to get exactly the number of wins you guessed while stopping your opponents from achieving their target.\n\nFor the latest news on all of my games follow @SeansGames on Twitter!","""Sean O'Connor""",4+,EN,62168064,Games,"Games, Entertainment, Strategy, Card",16/08/2010,18/01/2018
-https://apps.apple.com/us/app/switch-color-flip/id386223177,386223177,Switch: Color Flip,,https://is3-ssl.mzstatic.com/image/thumb/Purple122/v4/83/f9/cd/83f9cd72-8e77-dc34-3e11-40c74773bf08/source/512x512bb.jpg,4.5,24,0,,"""An agonizingly difficult puzzle game that forces you to think before every tap. Compete with players around the world to get the least number of taps on each of the 100 levels!\n\nYour progress is always saved so you can quit at any time- you'll be able to come back to the puzzle right where you left it.\n\nHow to play:\n\nTap a tile to invert the color of that tile and all of the adjacent tiles. The goal is to make all of the tiles on the board black.""",Carter Appleton,4+,EN,17375232,Games,"Games, Puzzle, Strategy, Education",18/08/2010,19/02/2015
-https://apps.apple.com/us/app/digital-chess-clock/id386260074,386260074,Digital Chess Clock,,https://is1-ssl.mzstatic.com/image/thumb/Purple4/v4/d5/86/a5/d586a5e6-9525-a8fc-4dfb-92974311ec71/source/512x512bb.jpg,4.5,10,0,,"This iPhone application allows the phone to act as a chess clock.\n\nThe phone is placed to the side of the board with white being at the bottom of the phone, black at the top.\n\nThe number of moves made is displayed, with the remaining number of moves left to make displayed in brackets. \nPressing the start button causes the clock to start depending on whose turn it is to move.\n\nOnce the clock is started the clock for the person to move starts counting down and the Clock text color changes to Black. The reset button, settings button and clock adjustment buttons are not available whilst the clock is running.\n\nPressing the pause button whilst the clock is running will stop the clock and re-enable the settings, reset & clock adjust buttons (see the initial clock above).\n\nThere are a number of setting to control the sound, the clock delay type and the initial clock settings.\nPressing the settings button (the small letter i to the right of the start button) whilst paused brings up the setting display.\n\n\nThe volume of the ticking is controlled by the slider on the settings page, moving it to the left reduces the volume of the clock.\n\nThere are 3 settings for the delay type\n\nNone - the clock will count down from the time the player makes a move.\n\nBronstein - the clock will count down until the player makes a move at which point the delay time is added to the display. If the player takes less than the delay amount to make a move then only the amount of time taken to make the move is added.\n\nFisher - the Delay amount is added to the time left and then the clock starts counting down.\n\nEach clock can be adjusted separately by pressing the adjust clock button (the small blue chevron at the bottom right of each clock).\n\nThe clock time can be adjusted by pressing the appropriate amount of time to add or subtract (scroll down to see the times to subtract).",Phil Bevan,4+,EN,1503232,Games,"Games, Strategy, Board, Utilities",18/08/2010,6/06/2014
-https://apps.apple.com/us/app/eenies-at-war/id387156198,387156198,Eenies\u2122 at War,Scorched Gunbound Earth,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/f2/da/e5/f2dae527-ff79-417b-3249-deedf91986a9/source/512x512bb.jpg,4,8861,0,"1.99, 1.99, 1.99, 6.99, 6.99, 0.99, 16.99, 16.99, 0.99","Finally, GUNBOUND\u2122 style Massive Multiplayer Online Warfare has arrived for iPhone, iPod Touch, and iPad! Crush your enemies (or friends) with gigantic boulders and hundreds of different weapons. Best of all, it\'s FREE!\n\n\nBattle in beautiful SCORCHED EARTH\u2122 style cross section environments. Equip fully customizable Mobiles and Avatars! Build the perfect counter against your enemies. Make new friends along the way. Change your strategy depending on the landscape. Use special Items to knock out your opponents. Power up your mega SS weapon to deal devastating damage. Level up to 88 in this version. Get new items with each level. \n\n\nThis game is like Angry Birds vs Friends! \n\n\nEXPERT REVIEWS: \nApple iTunes --- ""Featured: New & Noteworthy"" \nAppolicious Yahoo --- ""Featured App"" \nBest Free iPad Games.com --- ""I love this game"" \nThe Game Trial --- ""App of the Day"" \n\n\nFEATURING: \n- Massive Online Multiplayer Battles \n- 50+ Awesome Stages. \n- Online Achievements, Leaderboard, Forums, Chat \n- 88 Xp Levels \n- Over 500 items. \n- Construct you own unique weapons. \n\n\nREGULAR FREE UPDATES \n\nNote: Some items/levels require in app purchase.\n\nMore iOS Games: \nhttp://www.savysoda.com",Savy Soda,9+,"AR, EN, FR, DE, IT, JA, KO, ZH, ES",65256448,Games,"Games, Strategy, Role Playing",6/12/2010,16/09/2017
-https://apps.apple.com/us/app/iq-test-calculate-your-iq/id387310377,387310377,IQ Test: Calculate your IQ,A test you must take,https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/5c/d9/c3/5cd9c3d5-229d-fec8-e067-de92bbfd0977/source/512x512bb.jpg,2,6,0,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99","A test you must take at least once in your lifetime!\nIQ, or Intelligence Quotient, is a general determination of the capacity of individuals to think and reason. An IQ level indicates how one is positioned compared to the majority of individuals in a given age bracket.\n\nThe application ""IQ Test: Calculate your IQ"" includes:\n\n*A free test of 10 questions :\nThis 10-question IQ test is based exclusively on logic. It will allow you to evaluate your capacity for reasoning, determine the range of your overall intelligence, and give you a fast estimation of your IQ level.\n\n*Two 50-question IQ tests : (paid)\nThe tests we offer were carefully prepared to evaluate the intelligence level of individuals. Psychologists supervised them preparation.\nYou will be able to calculate your IQ, compare your performance to the rest of the population and receive a detailed analysis of your intelligence.\nThis report gives a detailed assessment of your strengths and weaknesses in the four identified dimensions (verbal, logical, mathematical and spatial intelligence).\n\n*A 50-question IQ test for children aged between 8 and 14 years old. : (paid)\nThe test we offer had been carefully prepared by a psychologist for children aged between 8 and 14 years old. \nIt will allow you to evaluate your intelligence level in four key areas, namely: logic, arithmetic, vocabulary and comprehension.\nThis test was developed especially for children between the ages of 8 and 14 under the supervision of an English-speaking child psychologist. \nIt includes questions that correspond precisely to each age group concerned (8-9 years-old, 10-11 years-old, 12-13 years-old and 14 years-old), and, therefore, in order to obtain an accurate evaluation, it is important to declare the child\'s actual age right at the start of the test. \n\n*The IQ Expert challenge : (paid)\nThis test is intended for high IQ individuals (above 110) \nThe ""expert"" version of the standard IQ test was developed to enable respondents whose IQs are above average (normative IQ score is approximately 104) to take this new and somewhat challenging assessment without answering the same questions usually encountered in IQ tests. \nThis IQ Expert test challenges respondents because it includes questions slightly more difficult than those found in the more traditional IQ tests. \n\nHow to take this test:\n1. You have exactly 35 minutes to answer the 50 questions that follow. A countdown will begin as soon as you start the test and begins again each time the contents of the succeeding page are fully displayed.\n2. You cannot use a calculator, but pen and paper are permitted.\n3. Answer all questions and, if you are not able to, guess the answer. Intuitive responses are taken into account in the general evaluation.\n4. If a question seems to suggest more than a single answer among the given choices, select the one that appears most obvious or more ""reasonable"" to you.\n5. If a youngster of less than 15 years of age wants to take part in an IQ test, we strongly suggest that he/she takes the test for children rather than the regular IQ test. \nIt has been carefully prepared by a psychologist for children aged between 8 and 14 years old.\n\nWhat our users say:\n\nHi, thanx. I really had no problem taking the test. I\'m very satisfied with the results. I\'m really happy that I came off so intelligently! \nI feel truly confident and I had fun with it besides. HELEN - San Diego\n\nThanks for getting back to me so quickly. This is a good site and I hope you\'ll have success with it in the future as well. It sure deserves it! FEDOR - Toronto\n\nIt\'s great to be able to tell others that you\'re one of the 2.3% most intelligent people on earth! I\'ve got to tell my boss \'cause I don\'t feel that \nI\'m part of the 2.3% best remunerated people in my company.BEN - Manchester",Anxa Europe Limited,4+,"EN, FR",10477568,Education,"Education, Strategy, Puzzle, Games",20/08/2010,21/12/2018
-https://apps.apple.com/us/app/starbase-command/id387320055,387320055,Starbase Command,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/83/fc/49/83fc491f-22ca-7b29-87b0-afe8d542c331/source/512x512bb.jpg,3.5,663,0,"0.99, 0.99, 0.99","From the creators of Starbase Orion, the premier 4X space strategy game for iOS, comes a space survival game that will have you firing your turrets and scrambling your fighters to protect your starbase from swarms of enemy invaders.\n\nStarbase Command is a strategy game which puts you in control of a starbase on the fringes of the Empire. Your goal is to survive for as long as possible, driving up your score as you build new defenses and destroy incoming waves of enemies. Merchant vessels bring in much needed wealth to fuel your endeavors. Starbase Command is game of economy, of learning what to build and when, and in what order. It is also a game of tactics, of knowing what enemies you should destroy when.\n\nWatch the gameplay video: http://www.youtube.com/watch?v=i-VHvOR1sCI\n\n----------------------------------------------\n\n""This game is very addictive ^^"" MichelG, user comment from Touch Arcade\n\n""This game is really a gem for me under the iPhone games. My favorite games are Spaceminer, Rimelands, Warpgate, Angrybirds, Settlers Star defense, Fly Kiwi, Galaxy on fire (2). I give this list so you guys can see how good this game is according to me because Starbase Command belongs in this list with my favorite iPhone games."" - Wilbair, user comment from Touch Arcade\n\n""Really fun and simple game to play."" 1body4u, user comment from iTunes\n\n""Brilliant game, already had new updates and now hanging out for more!!"" Bladeslapper, user comment from iTunes\n\n""If you like Spacestation HD, this is recommended. Same defend base concept, but different gameplay and style."" Jadis777, user comment from iTunes\n\n----------------------------------------------","Chimera Software, LLC",9+,EN,19929855,Games,"Games, Entertainment, Action, Strategy",27/08/2010,30/05/2011
-https://apps.apple.com/us/app/tap-tanks-hd-lite/id387351111,387351111,Tap Tanks HD Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/bc/09/1f/bc091fe4-492b-a3fb-a2bc-a3346c26976e/source/512x512bb.jpg,3.5,296,0,,"Tap Tanks is a combination of action and strategy featuring unique Doodle style 3D graphics. You have 4 chassis, 4 weapons and a factory to combine 16 unique units. Quickly build your army and flick it right into the battle. Use your strategic thinking to crush advanced AI (Artificial Intelligence) or your friend in a multiplayer combat. Explore all 12 levels of campaign and continue with skirmish mode after you finished with it or play with your friend.\n\nFeatures:\n\n- Highly dynamic gameplay\n- Unique units control system specifically adapted to iPhone and iPod\n- Original cartoon style graphics\n- Great AI which will never give you a break\n- Three game modes - campaign, skirmish and multiplayer deliver great replay value\n- 16 types of units, each with unique characteristics\n- 12 levels\n- Interactive tutorial to help you get started",EcmaSoft,9+,EN,27007974,Games,"Games, Strategy, Action",25/08/2010,25/08/2010
-https://apps.apple.com/us/app/symmetry-shuffle/id387650111,387650111,Symmetry Shuffle,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/a1/68/f8/a168f831-7ecc-c5a0-d94b-9d7d73434185/source/512x512bb.jpg,4.5,39,2.99,,"* 2010 Editor\'s Choice Award for Excellence in Design - Children\'sTechnology Review *\n\n----------------------------------\n\n""This is an ideal elementary geometry enrichment activity that is fun enough to keep either kids or adults playing.""\n- Children\'sTechnology Review\n\n\n""It\'s my new favorite puzzle game to play when I have a few minutes.""\n\n\n""Everyone with an iPad should get this game...beautifully designed and super delicious!""\n\n----------------------------------\n\n\nA Slide, Flip, and Turn Puzzle\n\nSymmetry Shuffle is a \u201cMath Doodles\u201d recreational math puzzle for the iPad that will sharpen your spatial reasoning and get your neurons sparking. It takes only minutes to learn and months to master, but beware, once you start playing you may never see things the same!\n\nThe world of math is not limited to numbers only. \nSpatial reasoning and geometry are important elements of mathematics. Mathematicians use symmetry and geometric modeling to analyze mathematical situations and solve problems.\n\nThis mathematical puzzle allows users to explore line and rotational symmetry, while developing their spatial sense to create strategies to help them solve problems.\nTHE PUZZLE: Target designs are arranged on the screen in random orientations. Use turns (rotations), flips (reflections), and slides (translations) to move and match a figure over the target images. A level is completed when all of the target designs have been matched There are two modes of play, solve and race.\n\nSOLVE MODE: Solve puzzles with the fewest moves, without the pressure of racing a count down timer. Choose from 12 different puzzle designs, 5 game board layouts, and 2 difficulty levels.\n\n\nRACE MODE: Race the clock and get as many points as you can before time runs out. Complete the puzzles, to earn bonus time, and to advance to harder levels.\n\nMATH GOALS:\n\n\xb7 Predict and describe the results of sliding, flipping, and turning two-dimensional shapes\n\xb7 Identify and describe line and rotational symmetry in two-dimensional shapes and designs.\n\xb7 Examine the congruence, similarity, and line or rotational symmetry of objects using transformations.\n\xb7 Problem Solving\n\xb7 Mathematical Reasoning\n\xb7 Math Enjoyment\n\n-----------------------------------------\nwww.mathdoodles.com\n\nPlease take a look at these other Math Doodle apps:\n\nMATH DOODLES - iPad App\n\nATTRIBUTES by Math Doodles - iPad App\n\nSUMS STACKER - iPhone/iPodTouch\n\nCONNECT SUMS - iPhone/iPodTouch\n\nUnknown Square - iPhone/iPodTouch",Carstens Studios Inc.,4+,EN,36168704,Games,"Games, Strategy, Education, Puzzle",31/08/2010,29/08/2017
-https://apps.apple.com/us/app/war-of-the-gods/id387851983,387851983,War of the Gods,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/ae/ee/ed/aeeeeda7-8748-ce6d-0666-97e5b617a57e/source/512x512bb.jpg,3,403,0,"0.99, 5.99, 1.99, 2.99","Zeus raged because of the defiance by King and Queen of Argos. Hades provoked Zeus to punish Argos, then Zeus ordered monster Kraken to destroy Argos. At this moment Perseus came out to save Argos with his companions and they wanted to find out how to defeat Kraken together.\n\nGame features: \n- Turn based role playing game.\n- With enough money, you are able to buy enemies, BOSS not included.\n- Formation arrangement playing method. You should always keep a appropriate formation to reduce unnecessary harm. \n- Simple and easy control: Complicated considerations do not require in this game. \n- Role growth: Include different kinds of characters such as Bowman, Knight, Dwarf, Sart, Witch, Ghost.",EASY Inc.,9+,"EN, JA, ZH, ZH",19490740,Games,"Games, Role Playing, Strategy, Entertainment",26/08/2010,3/12/2011
-https://apps.apple.com/us/app/blood-honor-war-and-risk/id387944315,387944315,Blood & Honor: War and Risk,Battle in online multiplayer,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/67/30/a3/6730a3f9-63e3-8b6a-75e4-b609e36851ba/source/512x512bb.jpg,4,5164,0,"0.99, 0.99, 2.99, 0.99, 4.99, 4.99, 9.99, 19.99, 9.99, 19.99","Classic board gameplay spiced up with card superpowers will keep you hooked for hours on end. War board aficionados will love the deep strategy layer of the card Battle Deck.\n\nOnline multiplayer will you give you endless adversaries to fight. AI opponents, meanwhile, will keep you entertained on those long flights.\n\nFriends and family at home? Turn your tablet into a board game using Pass and play. \n\nBlood & Honor Highlights: \n- Online multiplayer with realtime battles \n- League system with promotions and demotions every week \n- Free to play \n- Pass and play local multiplayer \n- Smart AI bots that don\'t cheat! \n- Missions to complete throughout the games \n- Different Factions to pick \n- 2v2 and 3v3 team battles! \n- Multiple maps and tons of rule customization options for endless fun \n\nIf you find a bug please help us by reporting it. You can email us at contact@sandstorminteractive.com. Thank you!\n\nGet your risk fix now! Download and play against thousands of other players!\n\n================================\n\nVIP Subscription\n\n- Subscribe and get coins each day and no ads! You will receive coins every 24 hours and have ads removed for the duration of the subscription.\n- Subscriptions start at USD 2.99 monthly. 3-month subscription is USD 7.99 USD and annual subscription is USD 19.99*.\n- Payment will be charged to your iTunes Account at confirmation of purchase.\n- Subscription automatically renews for the same price and period as the chosen package unless auto-renew is turned off at least 24-hours before the end of the current period.\n- Your account will be charged for renewal within 24-hours prior to the end of the current period at the cost of the chosen package.\n- Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user\'s iTunes Account Settings after purchase.\n- No cancellation of the current subscription is allowed during active subscription period.\n- You may cancel a subscription during via the subscription settings in your iTunes account. This must be done 24 hours before the end of the subscription period to avoid being charged. Please visit http://support.apple.com/kb/ht4098 for more information.\n- You may turn off auto-renewal from your iTunes Account Settings. However, you won\u2019t be able to cancel the current subscription during its active period.\n- Any unused portion of a free-trial period will be forfeited when the user purchases a VIP Subscription.\n\nLinks to our Terms of Use and Privacy Policy can be found below\nPrivacy Policy: http://www.sandstormi.com/privacy-policy/\nTerms of Use: http://www.sandstormi.com/terms-of-use/\n\n* Prices are equal to the value that ""Apple\'s App Store Pricing Matrix"" determines as the equivalent of the subscription price in USD\n\n\n================================\n\nIMPORTANT: We take customer\'s feedback very seriously, this is clearly shown by the number of updates we have done since launch. So we ask that if you have an issue or suggestion you use the adequate channels (facebook or email). Writing your issue on a review does not allow us to get back to you promptly. If you need for something to be resolved please email us at contact@sandstorminteractive.com. Thank you!",Sandstorm Interactive S.R.L.,12+,"EN, FR, IT, ES",208402432,Games,"Games, Entertainment, Strategy, Board",3/09/2010,10/06/2019
-https://apps.apple.com/us/app/bees-vs-ants-lite/id388187669,388187669,Bees vs Ants Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/8c/33/54/8c3354f6-b996-d882-a811-e91f0fe1056f/source/512x512bb.jpg,4,139,0,,"""The bees' territory was invaded by the ants. On this vital moment, the bees took up arms bravely to teach the shameless invadors. Dear Commander, please lead the brave bees to expel the abhorrent ants! Bees vs. Ants Lite has 6 challenging levels\uff0cand features hours of gameplay.\n\nMain goal of Bees vs. Ants is to occupy all castles and towers. The control is simple. You just play this game with finger swipes.\n\nVideo on youtube:\nhttp://www.youtube.com/watch?v=bbDq9mgVVfs\n\nFeatures:\n\n-Simple and easy to play for all ages\n-6 challenging levels""",Racoon Game,4+,"EN, ZH, ZH",10950039,Games,"Games, Strategy, Action, Entertainment",25/08/2010,9/06/2012
-https://apps.apple.com/us/app/hexaddict-free/id388615745,388615745,HexAddict Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple6/v4/e9/71/7f/e9717f34-71c9-e7bb-0aa2-76883aafc003/source/512x512bb.jpg,2.5,15,0,,"HexAddict Free is a simple, addictive strategy game where the object is to avoid hazards without knowing exactly where they are, but instead by deducing where they must be. Safely find your way across and you win! If you\'ve played a ""minesweeper"" game before, you\'ve got the general idea!",LairWare,9+,"EN, FR",2686976,Games,"Games, Puzzle, Strategy, Entertainment",27/08/2010,30/10/2015
-https://apps.apple.com/us/app/anagram-crossword-assistant/id388977544,388977544,Anagram & Crossword Assistant,Solve anagrams and crosswords,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/b1/24/95/b12495d8-8d61-e9d9-1c22-a9eca34f0932/source/512x512bb.jpg,,,1.99,,"Solve anagram and crossword puzzles quickly! Just enter the anagram or known crossword letters and the app will find all the possible word matches. This can be used with many different types of word puzzles or any traditional crossword puzzle. Simply select the type of puzzle you need assistance with (anagram or crossword) from the app settings and app will process the input accordingly.\n\nSelect any of the following word lists for finding matches:\n --American English (~100,000 words) (Standard & Proper Names)\n --British English (~100,000 words) (Standard & Proper Names)\n --TWL (~175,000 words) (USA/Canada Scrabble\xae tournament word list\n --ENABLE (~175,000 words) (The Enhanced North American Benchmark Lexicon)\n --SOWPODS (~275,000 words) (British/Australian Scrabble\xae tournament word list)\n --ODS (~375,000 words) (French Scrabble\xae tournament word list)\n\nSort the results based on any of the following criteria: (The iPhone/iPod will only display 1 sorted column at a time. The iPad will display 3 individually sorted columns at a time (2 columns in portrait mode))\n --Match Percentage (anagram only)\n --Alphabetical (ascending/descending)\n --Word Length (ascending/descending) (anagram only)\n --Word Count (ascending/descending)\n\nSelect a word result to look up the definition on an online dictionary site. The following sites can be used:\n --Dictionary.com\n --Merriam-Webster.com\n --Wiktionary (English)\n --Wiktionary (French)\n\nYou can enter multiple words at a time. You can also specify whether multiple words can be found within each individual word input. Use a question mark (?) character as a wildcard or blank tile in anagram mode. Use a question mark (?) character to represent unknown letters in crossword mode.","Audama Software, Inc.",4+,EN,24563712,Utilities,"Utilities, Strategy, Word, Games",21/09/2010,2/01/2018
-https://apps.apple.com/us/app/chess-knight-go/id389066545,389066545,Chess Knight Go,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/53/54/45/5354451f-50cf-1ec3-2547-4c1493a5a125/source/512x512bb.jpg,3.5,515,0,0.99,"Enjoy playing Chess every night of the week with Chess Knight Go! Play against the computer with 4 AI levels or 2 players against a friend.\n\nChess is a board game played between two players. It is played on a chessboard, which is a square-checkered board with 64 squares arranged in an eight-by-eight grid. At the beginning of the game each player controls sixteen pieces: one king, one queen, two rooks, two knights, two bishops, and eight pawns. The object of the game is to checkmate the opponent\'s king, whereby the king is under immediate attack (in ""check"") and there is no way to remove or defend it from attack on the next move.\n\nFeatures:\n- Both one and two player modes.\n- Fun AI with 4 levels (easy, medium, hard and expert).\n- Great background music and sounds.\n- Universal version supports iPod Touch, iPhone and iPad devices.\n\nWe hope you enjoy Chess Knight Go!",EnsenaSoft,4+,"EN, ES",28962816,Games,"Games, Board, Strategy",31/08/2010,7/07/2019
-https://apps.apple.com/us/app/ten-drops/id389361884,389361884,Ten Drops,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/66/91/66/669166d1-aef5-d020-dc66-d5b05ec15019/source/512x512bb.jpg,4,197,0,,"""\u25ba Deeply welcomed by everybody\u2019s educational game TEN DROPS finally has the iphone version! And it is free!\n\u25ba TEN DROPS is a very amusing game, whose interface has the extremely sense of reality and vivid sound. And you can set any of drop colors in ten kinds of them. All these advantages can make us feel we are in an entire new world.\n\u25ba TEN DROPS is a simple but amusing game. It\u2019s very easy to operate and has simple rules. Each time play will give us a new feeling. We can call it the top grade in the game.\n\u25ba The game also provides local integral ranking. We can share the game with our friends.\n\u25ba My friends, let\u2019s play the game together and expect who can go through more stages and get more scores.\n\n\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\n\u3010 Rules of the game \u3011\n- Water drops introduction:\n it can be divided into five kinds: one-level drops, two-level drops, three-level drops, four level drops, splashing drops.\n- Game starts:\n To start the game with 10 one-level drops (10 times touch opportunities) \n Game interface has a number of different levels drops, which is in random positions. \n- Game pass standard:\n making all drops disappear on the interface players can enter the next stage.\n- How:\n we make full use of 10 one-level drops and make them upgrade by putting them into other drops.\n If we add a one-level drop to a four-level drop, which can cause to burst four splashing drops and splash to four directions., and each drop met by splashing drop will be upgraded, and so on.\n- Operating skills:\n TEN DROPS places emphasis on using the least drops to create the largest chain reaction.\n We should try to let splashing drops to hit four-level (round) drops and make it disappear.\n The system will reward us one one-level drop (one touch opportunity) if we can clear up three four-level drops by one click.\n The system will rewards us two one-level drops (two times touch opportunities) if we clear up six four-level drops, and like this.\n Passing one stage each time players can be rewarded one one-level drop.\n Finally, every ten stages increase one-level difficulty of the game.\n- Game over:\n When all the touch opportunities were run out of, there\u2019s still has drops in interface, which means game is over.\n\n\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u2605\n\u3010 Story Background \u3011\n Earth's water resources are limited, which come from rivers and lakes, from our planet, our home. To us and our future generations, we must treasure every drop of water.\n Over the years, we just always ask for, but we wasted a lot of water, we have already made the earth sore all over the eyes.\n We can not wait. We must act from present, cherish the resources around us. Let us start to love every drop of water.\n This is the idea of the game: using the least resources to do most things. Let us save water together!""","TinoMe Tech Co., Ltd.",4+,"EN, ZH, ZH",12941681,Games,"Games, Entertainment, Puzzle, Strategy",2/09/2010,7/11/2011
-https://apps.apple.com/us/app/shogi-live/id389456852,389456852,Shogi Live,,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/32/e7/25/32e72559-0d30-bc38-67dd-d756844f80da/source/512x512bb.jpg,4.5,26,0,"4.99, 4.99, 3.99, 11.99","""Anytime anywhere, you can watch the professional shogi games ! \n\nThis is an official application brought by the Japan Shogi Association to watch live professional shogi games. \n\n\u25c6Subscription\n\u30fbYou need to monthly subscription to watch games.\n\u30fbWhen you purchase the subscription for the first time, the user registration is necessary.\n\u30fbYou can watch free 30 moves of today's games.\n\u25c6Subscription Price\uff1a4.99 USD / month\n\u25c6Restoring\uff1a\nYou can restore the subscription by [Restoring] button. Please login iTunes by same Apple ID previously used.\n\u25c6View or Cancel of Subscription:\nhttps://support.apple.com/en-us/HT202039\n\u2460 Go to Settings APP > [your name] > iTunes & App Store\n\u2461 Tap your Apple ID.\n\u2462 Tap [View Apple ID]. You might need to sign in.\n\u2463 Tap [Subscriptions].\n\u2464 Tap the subscription that you want to manage.\n\u25c6Renew\uff1a\n\u2013 Payment will be charged to iTunes Account at confirmation of purchase\n\u2013 Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period\n\u2013 Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal\n\u2013 Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase\n\u25c6Cautions\uff1a\n\u30fbYou can not cancel by other methods.\n\u30fbYou can not cancel currently month.\n\u30fbYou will be charged by iTunes account.\n\u25c6Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable.\n\u25c6Privacy policy and Terms of Use:\nhttps://www.shogi.or.jp/mobile/privacy.html\nhttps://www.shogi.or.jp/mobile/terms.html\n* Player, Tournament, comments in games, blog, columns, tumeshogi, shogi news are in Japanese.\n\nFeatures:\n\n- You can watch live professional official games almost every weekday.\n The relayed games are usually one or a few for a day.\n- You can replay all games relayed in the past six months at any time.\n- You can search a specific game by tournament, players, and day.\n- Live blog\n- Columns\n- Daily Tsumeshogi (Free)\n- Shogi news in Japanese (Free)""",Japan Shogi Association,4+,"EN, JA",112240640,Games,"Games, Strategy, Board",11/10/2010,30/07/2019
-https://apps.apple.com/us/app/magic-life-counter/id389762204,389762204,Magic Life Counter,Your smartest game companion!,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/38/d6/ad/38d6adc9-d1a1-93d4-79d0-643284da9c64/source/512x512bb.jpg,4.5,1223,0,"4.99, 2.99, 9.99, 0.99, 2.99, 0.99, 2.99, 0.99","""The app helps you track anything you want during duels and multiplayer Magic: the Gathering matches. Want to track life? Poison counters? Commander damage? Tokens? Planeswalker\u2019s loyalty? Anything? It\u2019s painless when you\u2019re using Magic Life Counter! No more notepads and dice!\n\nFeatures:\n\u2022 suitable for duels or multiplayer matches (unlimited players!),\n\u2022 supports all magic formats: T2, Modern, Two-Headed Giant, Commander\u2026 you name it!,\n\u2022 tracks all the basics: life, poison counters, commander damage, loyalty, tokens\u2026\n\u2022 but also anything you want, e.g. Omnath mana, commander tax, counters on permanents etc.\n\u2022 you can rotate counters, so your opponents can use the app too,\n\u2022 possibility to increase/decrease life by 1 or by 5 points,\n\u2022 tracks remaining round time,\n\u2022 replaces your planechase dice,\n\u2022 lets you throw a virtual dice or flip a virtual coin,\n\u2022 remembers your friends' names to quickly add them to a game,\n\u2022 tracks your games and allows to take notes or pictures for future reference!\n\nEnjoy and be sure to tell your friends about the MLC! :D\n\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013 Legal Stuff \u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\n\nWizards of the Coast, Magic: The Gathering, and their logos are trademarks of Wizards of the Coast LLC in the United States and other countries.\n\nMagic Life Counter is owned by Ajfek Software and is not affiliated with, endorsed, sponsored, specifically approved or authorized by Wizards of the Coast LLC.""",Ajfek Software,4+,EN,72173568,Entertainment,"Entertainment, Games, Card, Strategy",2/09/2010,18/05/2019
-https://apps.apple.com/us/app/bomb-squad-patrol-lite/id389983347,389983347,Bomb Squad Patrol LITE,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/09/85/76/098576ea-dd42-73cc-d443-d84bb60ea0d0/source/512x512bb.jpg,,,0,,"""Only the coolest of the cool can handle the burnin\' hot intensity of the Bomb Squad Patrol. So fill yer boots recruit and make your Momma proud."" -Sergeant Chops McCool, Bomb Squad Patrol\n\nCongratulations, out of thousands of applicants you have been chosen as the newest member of the Bomb Squad Patrol. A team of elite and super cool chicks and dudes taking on all the crap slinging terrorists of the world once and for all. Your first assignment is to prevent the destruction and detonation of the WeeNeedAC Nuclear Power Plant. The Talibazi terrorist group has planted enough bombs in this industrial maze to take out half the continent. I mean this place is as full as Grandpa\'s pipe and smoking at the seams! Time to nut up rookie, and remember you were made for this!\n\nFeatures a few of the multiple memory challenging, immersive, and interactive levels found in the full version. Earn awards and promotions while discovering hidden surprises. Packed with enough explosives to rock your pocket protector!",Quantum Door,4+,EN,8636509,Games,"Games, Entertainment, Strategy, Puzzle",17/09/2010,11/01/2011
-https://apps.apple.com/us/app/catan-classic-hd/id390422167,390422167,Catan Classic HD,"Trade, Build, Settle",https://is3-ssl.mzstatic.com/image/thumb/Purple125/v4/0f/6a/6d/0f6a6d09-ee10-8b75-af14-89892ae4e8c9/source/512x512bb.jpg,4,11125,4.99,"4.99, 4.99, 9.99, 1.99, 1.99","""Catan"", the legendary strategy game provides gaming fun anytime, anywhere.\n\nTrue to the original game, you can compete with up to four players for the most settlements, the longest roads and the largest army. You can trade with each other and claim the precious land with all its resources.\n\nChallenge other Catan fans online via cross-platform multiplayer to prove your strategy skills or play against the AI:\nVarious computer opponents, each with their own individual characteristics, will prove themselves worthy competitors: the pirate Jean, who knows no compromise, Vincent the merchant, who never allows himself to be cheated, Sean the knight, who takes what is rightfully his...\n\nThe popular Catan expansions ""Seafarers"", ""Cities and Knights"" and two new special scenarios are available as In-App purchases.\n\nThe complete Seafarers expansion includes more than 10 additional scenarios with an extensive campaign. Become Harbormaster, discover new islands and extra game elements like ships, gold fields, treasures and pirates. Ahoy!\n\nThe Cities and Knights expansion introduces various new gameplay mechanics that add even more variety to Catan. Invest new trade goods in city improvements to build one of the three metropolises of Catan \u2013 but beware of the barbarians attracted by Catan\u2019s new wealth! You\u2019ll need your best knights to fend them off! C&K contains a short campaign and 7 challenging maps.\n\nExciting adventures await you in the two new scenarios ""Enchanted Land"" and ""The Great Canal"". Vanquish dragons and bag their treasures or build a canal to help barren grain fields bloom once more.\n\nFeatures:\n\n- Available languages: English, German, French, Dutch, Spanish, Portuguese, Japanese\n- Original ""Settlers of Catan"" rule set\n- Update 4.0+: Synchronous online multiplayer games \n- Smart computer opponents with individual strategies\n- Scrollable game board including zoom option \n- Freely combinable game settings \n- Game statistics\n- Comprehensive tutorial\n- Seafarers LITE: New scenario ""The 4 Islands"" and two additional game variants\n- Cities and Knights LITE: Test the new expansion in the scenario ""The first Island""\n- 3 different graphic sets to choose from\n\n\n***** \nCatan FAQ: \n\nQuestion: An expansion seems gone after an update or reinstallation of Catan or after restoring the device? \nAnswer: Don\u2019t worry, your initial purchase is already saved in your iTunes account. You can restore your InApp purchases by selecting the restore-option in the Catan IAP menu. \n\nQuestion: I lost my campaign progress after reinstalling, updating or restoring my device. Is there any way to restore it? \nAnswer: When saved games can\u2019t be automatically restored, we\u2019ve integrated a cheat code: In the campaign mode go to select player and enter ""CatanWarp*"" (* = 1\u201315) as your player name and confirm. Exit the game via the home button and restart it. The campaign can now be continued from the specified level number (1\u201315). Levels up to the specified number will be unlocked in the custom game mode as well. \n\nQuestion: Are dice rolls really random? \nAnswer: Of course! All dice rolls are 100% random and not modified in any way. We\u2019re avid Catan players ourselves. We\u2019ve played the iOS version hundreds of times while developing the program. There have been times when we won and lost a few games in a row because of the dice - just like when playing the board game! \n\n\n*****\nQuestions or suggestions for improvements: \nMail to ios@usm.de \nWe are looking forward to your feedback! \n\nFor more information on news and updates: www.usmgames.com \nor visit us on www.facebook.com/UnitedSoftMedia and twitter.com/USM_News \n\n*****",USM,4+,"NL, EN, FR, DE, PT, ES",812956672,Games,"Games, Board, Strategy, Entertainment",29/09/2010,18/06/2018
-https://apps.apple.com/us/app/jumping-frog-hd-lite/id390442890,390442890,Jumping Frog HD Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/8a/ae/3d/8aae3d6f-f89e-bdb4-1d34-1395977aab45/source/512x512bb.jpg,3,57,0,,Jumping Frog is the Classic Frog.\n\nIn this Game Frog Jumps and you can handles the direction with your iPhone Accelerometer.,mohammad owais,4+,EN,1121700,Games,"Games, Entertainment, Strategy",28/10/2010,28/10/2010
-https://apps.apple.com/us/app/bicentenario-2010-los-h%C3%A9roes-de-m%C3%A9xico/id390817401,390817401,Bicentenario 2010: Los H\xe9roes de M\xe9xico,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/0a/92/42/0a9242c9-7969-ecb0-0b70-a376901c6c6d/source/512x512bb.jpg,4,37,0,,"\xa1El mejor juego para celebrar el Bicentenario!\n\nBicentenario 2010: Los H\xe9roes de M\xe9xico te pone en el centro de la acci\xf3n durante la independencia de M\xe9xico, donde deber\xe1s usar tus reflejos y habilidades para ayudar a los h\xe9roes insurgentes a salir victoriosos de los ataques de las fuerzas espa\xf1olas.\n\nAsume el rol de estratega insurgente y revive las \xe9picas batallas de la independencia Mexicana. \n\n- Alh\xf3ndiga de Granaditas, 1810 -\n\nDespu\xe9s de tomar exitosamente este importante punto del control de los espa\xf1oles y asumir el mando de la ciudad de Guanajuato, Miguel Hidalgo y Costilla junto con Ignacio Allende preparan su campa\xf1a para continuar con el movimiento de independencia pero fuerzas espa\xf1olas buscan detenerlos antes que puedan salir para as\xed detener la insurrecci\xf3n y apresar a sus l\xedderes.\n\nOtras batallas importantes incluyen: \nEl Sitio de Cuautla en 1812\nLa Defensa del Rio de Soto la Marina en 1817\nAnenecuilco con Zapata en 1910\nEl Sitio de Juarez 1911\n\nAdem\xe1s al igual que en la independencia, se presentan batallas de la revoluci\xf3n Mexicana.\n\nAlgunas de las caracter\xedsticas especiales que podr\xe1n encontrar en el juego son:\n- Gr\xe1ficas en alta definici\xf3n\n- Logros des-bloqueables (achievements)\n- Selecciona entre los temas de Revoluci\xf3n, Independencia y D\xeda de Muertos\n- Comparte tus logros con tus amigos en Facebook\n- M\xfaltiples enemigos con diversas fuerzas y debilidades\n- Mejora tus torres de defensa manejando estrat\xe9gicamente tus recursos\n- Datos hist\xf3ricos que introducen al jugador a la historia de M\xe9xico\n- Secuencias animadas que te ponen en el centro de la acci\xf3n de cada batalla\n- Compara tus puntajes contra los mejores insurgentes a nivel mundial\n\n\xa1Viva M\xe9xico!\n\xa1Viva la Independencia!\n\xa1Viva la Revoluci\xf3n!",Ivan Ramirez,9+,ES,101123893,Games,"Games, Strategy",16/09/2010,3/01/2012
-https://apps.apple.com/us/app/mind-twist/id391098251,391098251,Mind Twist,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/2e/3b/22/2e3b22b8-e63a-b4cd-18b9-f74fb9bc8900/source/512x512bb.jpg,3,6,0.99,,"Mind Twist is an easy to play strategic game for the Apple iPad. The goal is to remove all, or as may as possible, of the colored tiles on the playing field. Tiles that are surrounded (top, bottom, left, right) by one or more tiles with the same color, can be removed by touching any tile in the equal colored group. \nThe more tiles of the same color you manage to remove at once, the more points you get. \nTwist your iPad to solve the game or to get a higher score! On rotation, the tiles ""fall"" down to the new bottom side of the playing field - according to the ""gravity"". Using this feature is important, because you achieve new layouts of the tiles to remove - and possibly get a higher score. The game is over, when all tiles are removed or no tiles could be removed anymore.",Thomas Braun,4+,EN,39820288,Games,"Games, Strategy, Board, Entertainment",14/09/2010,4/01/2018
-https://apps.apple.com/us/app/hedgewars/id391234866,391234866,Hedgewars,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/41/33/2e/41332e0f-cf7f-37f9-878e-423f53f782ec/source/512x512bb.jpg,2.5,341,0,,"Hedgewars, it\'s a Blast!\n\nDescription:\nThis is the funniest and most addictive game you\'ll ever play - hilarious fun that you can enjoy anywhere, anytime. Hedgewars is a turn based strategy game but the real buzz is from watching the devastation caused by those pesky hedgehogs with those fantastic weapons - sneaky little blighters with a bad attitude!\n\nIn other words Hedgewars is a turn based strategy, artillery, action and comedy game, featuring the antics of pink hedgehogs with attitude as they battle from the depths of hell to the depths of space.\n\nAs commander, it\'s your job to assemble your crack team of hedgehog soldiers and bring the war to your enemy.\n\nEach player controls a team of several hedgehogs. During the course of the game, players take turns with one of their hedgehogs. They then use whatever tools and weapons are available to attack and kill the opponents\' hedgehogs, thereby winning the game. Hedgehogs may move around the terrain in a variety of ways, normally by walking and jumping but also by using particular tools such as the ""Rope"" or ""Parachute"", to move to otherwise inaccessible areas. Each turn is time-limited to ensure that players do not hold up the game with excessive thinking or moving. A large variety of tools and weapons are available for players during the game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun, Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine, Rope, Pneumatic pick, Parachute. Most weapons, when used, cause explosions that deform the terrain, removing circular chunks. The landscape is an island floating on a body of water, or a restricted cave with water at the bottom. A hedgehog dies when it enters the water (either by falling off the island, or through a hole in the bottom of it), it is thrown off either side of the arena or when its health is reduced, typically from contact with explosions, to zero (the damage dealt to the attacked hedgehog or hedgehogs after a player\'s or CPU turn is shown only when all movement on the battlefield has ceased). \n\n* Hilarious and devastating turn based combat for up to 8 players\n* Local multiplayer with optional AI opponents\n* Battle on an infinite number of randomly generated maps with over 31 environments, or choose from 48 set image maps\n* Utilise 55 (and counting) devastating weapons! Defeat your foes with simple weapons like Grenades or take it to the next level and trash entire landscapes with weapons like the Melon Bomb or Piano Strike\n* Play the game your way, with 25 different game modifiers, tweak almost every aspect of the match\n* Customize your team, with over 280 costumes, 32 graves, 13 forts, 100s of flags and unique voice packs\n* Huge battles with up to 64 hogs",Anton Malmygin,9+,"BG, DA, EN, FR, DE, IT, JA, PL, PT, RO, RU, ES, TR",181682176,Games,"Games, Casual, Strategy",16/09/2010,2/04/2018
-https://apps.apple.com/us/app/land-air-sea-warfare-hd-rts/id391239935,391239935,Land Air Sea Warfare HD RTS,Control giant mega units RTS,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/a8/be/42/a8be428b-5383-47b7-cd9e-042ca290b760/source/512x512bb.jpg,4,660,1.99,,"Chosen by Apple as iPad GAME OF THE WEEK. Control giant mega units and dominate in battle! Command a force of thousands of units into strategic warfare! ""LASW is, hands down, the best RTS game available on any iOS device."" - Mobile Tech Review\n\n\nProfessional Reviews:\n\n""The iPad interface is well laid out, graphics are outstanding and the sound, crystal clear."" - iPadmodo\n\n""The biggest judgment of any app is not \u2018would you recommend it to a friend\u2019 but \u2018would you try to convince a friend to buy it\u2019, and with LASW, I would\u2026 its the best of its type banging out there in App Storeland."" - AppVader Review\n\n""LASW is polished, and seriously addictive, in the way that Civilization is, and Age of Empires were."" - Touch Reviews\n\n""EA\u2019s Command & Conquer: Red Alert was amongst the very first games I bought and although I thought it was an decent adaption at the time, it doesn\u2019t hold a candle to Land Air Sea Warfare HD."" - Wirebot\n\n""In summary, if you are a fan of RTS games, you must get this game. If you already have the iPhone version and want an even better gaming experience, you must get this game. If you don\'t have an iPad and you\'re an RTS junkie, you must get an iPad\u2026 and then you must get this game."" - iPhoneLife Review\n\n""Gorgeous graphics, endless replayability, and an impressive variety of units make it the RTS game for your iPad."" - Mobile Tech Review\n\n\nFortify your base with turrets, SAMS, torpedos, and cannons. Next create factories to pump out vehicles, aircraft, and ships, you decide what to build! Form groups and airlift units to prepare for an assault on the enemy! Finally execute your strategic battle plan and enjoy the immense carnage that ensues. With unique explosions, wreckages, sound effects, and animations for every unit the carnage is as beautiful as it is deadly. Discover and mine unique resources to build gigantic mega units which can turn the tides of war instantly!\n\nYou are the commander of a massive war campaign to navigate stealth aircraft and submarines on recon missions and scout tread marks left by enemy tanks. Expand your city with over 100 structures and units! As your empire grows research technologies to guide the focus of your strategy. Dominate on all types of terrain, send aircraft to bombard the enemy to weaken its infrastructure, control the shores with a naval fleet of ships and subs, and launch game changing ICBMs!\n\nLASW features a random map system so every game is unique. There are several victory types and settings to customize the game and provide fresh missions. If you like Command & Conquer Red Alert, Age of Empires, Starcraft, Warcraft, Warfare Incorporated, Total Annihilation, and Supreme Commander you are going to love this RTS game!\n\n\nTo crank up the difficulty use the following settings to make it significantly more difficult. This will team two AI players against you!\n\nDifficulty: Robotic\nAlign Players: You vs AI+AI\nPlayers: 3\nReveal Map: Normal\n\nExclusive iPad Features:\n\n* Enjoy high definition units and effects that are 225% more detailed\n* Easily control tanks, aircraft, and ships with eight custom groups\n* Listen to the full music soundtrack or your own music\n* Dominate enemies on higher resolution terrain and water\n* Strategize with a zoomable tactical map giving an overview of the entire theater of war\n* Fully translated to German, Chinese, Japanese, French, Korean, Spanish, Portuguese, Russian, Italian, and English\n\n\nFrom the Author:\n\nHello, my name is James Bryant and I have been working on LASW for the last two and a half years full time. I hope you enjoy it! Thank you for your support with my mission to make the best RTS on iOS!\n\n\n* All new touch optimized interface for building units, creating groups, and commanding your war machine\n* Command six new gigantic mega units\n* Challenge the new AI featuring several attack modes and strategies\n* Six victory conditions such as Team Traitors, Arms Race, The Mega Project\n\nAlso available for Desktop PCs.",Isotope 244,12+,"EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES",154198016,Games,"Games, Strategy, Entertainment, Action",22/09/2010,23/10/2018
-https://apps.apple.com/us/app/trek-quest-hd/id391294299,391294299,Trek Quest HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/79/82/ea/7982eadc-54e7-5975-7a08-800614709641/source/512x512bb.jpg,2.5,34,2.99,,"Trek Quest HD is based on the computer game Super Star Trek that was wildly popular in the seventies. Trek Quest HD not only captures the excitement and game play features of the original Super Star Trek console game, but brings it into the 21st century with updated graphics and the same modern themes you see in sci-fi movies. \xa0Click ""...More"" to learn why you should download this App today!\n\nYou are commander of the U.S.S. Protector, and it is your mission to defend the galaxy against the corrupt forces of the Krygons invasion fleet. The entire galaxy is your battlefield; which is divided off into 64 numbered quadrants. There are 8 rows of 8 to help you distinguish which aliens are in which quadrants, and which ones you need to focus on. However you only need to concern yourself with those intruders that inhabit the quadrant that you are patrolling. \n\nTrek Quest HD features:\n* Accurate re-creation of the classic Super Star Trek computer game\n* Easy to use controls\n* Engaging game play\n* Three levels of play\n* Trainee mode for learning the basics\n\nUse the phaser and photon torpedo weapons in your arsenal to help you gain control over your diabolical enemy. Use your deflector shields to ward off attacks; and survey the battlefield with your long range and short range scanners. You can also use a galaxy map, or star chart, to get a feel for what lays ahead of you.\n\nTrek Quest HD includes a trainee section and 3 increasingly difficult levels of play. The difference between the levels is the number of enemy craft which increase with the rank you select. The starting energy level of your ship and the remaining playing time also decrease as you progress from one level to the next. The trainee helps you learn the navigation of your ship, and how to operate the weapon systems. In this mode you start out nice and easy, with only one enemy and one star base in each quadrant. After you complete each quadrant, that sector will turn blue so you will know which areas you\'ve already conquered.\n\nMove about under warp drive or impulse power but be aware that the enemy is lurking, waiting to attack you. When your ship gets hit, your equipment may sustain damage. If that happens, the damage reports screens show the estimated time needed to repair your craft. If your rig becomes disabled, you can take a break at a star base and rest while your repairs are being taken care of.\n\nInfinite space brings infinite possibilities for mass destruction, so it\'s important to travel carefully into the cosmos. Download Trek Quest HD now, because the Krygons are coming and you may be the galaxy\'s only hope.\n\nThe images of starships and star bases are coming from Fotolia.com, by the artist Innovari.\u2028\nThe images of ship\'s interiors are coming from Fotolia.com, by the artist MAXFX.\nThe LCARS screens are based upon the designs of Michael Okuda and his Okudagrams.\n\u2028Star Trek, Starfleet, The United Federation of Planets, and ALL related marks are trademarks of CBS, Paramount Pictures and ViaCom Productions. All rights reserved.",Matthias Schorer,9+,EN,52587520,Games,"Games, Strategy, Simulation, Entertainment",26/09/2010,8/01/2018
-https://apps.apple.com/us/app/neuroshima-hex/id391297152,391297152,Neuroshima Hex,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/fc/81/7c/fc817c65-2c10-c91c-4f21-f358d1de5c5f/source/512x512bb.jpg,4.5,4516,4.99,"1.99, 1.99, 7.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99","AWARDS:\n""iOS Game of the Year""\nGame Shark\n\n""Best Card/Board Game - Runner Up""\nTouchGen\n\nPRESS QUOTES:\n""With great production values the board game has been translated to perfection.""\nTouchGen (9/10, Editor\'s Choice)\n\n""Would I Buy Again:\xa0Absolutely.""\nWhat\'s On iPhone (9/10)\n\n""Neuroshima Hex is a board game that almost seems like it was destined for the App Store [\u2026]""\nApp Spy (4/5)\n\n""Neuroshima Hex is hard not to recommend""\nGames Uncovered (Grade: \'Great\')\n\n""Creative game world; deep strategy""\nSlide To Play (3/4)\n\n""It\'s a deeply satisfying game that forces you to have a tactical mind in order to win, and it\'s incredibly fulfilling when you do.""\nGameZebo (4/5)\n\nNeuroshima Hex is a fast paced, tactical board game where up to 4 players (human or AI) lead their troops to victory. Every player controls one of the four armies struggling for influence and survival in the world destroyed in a 30 years long war. March with the machines of Moloch, leading its army towards setting the new world order. Become Borgo and unite the forces of the mutants who spread terror in the wastelands. Lead The Outpost - humanity\'s last and only hope and try to beat the machines in an uneven guerrilla war. Be the boss of The Hegemony - land of gangers not caring about the fate of others and living only for violence and their mad entertainment.\n\nIn the world of Neuroshima Hex you need to prove you have what it takes to survive.\n\nNeuroshima Hex is well known in the board game community. Neuroshima Hex holds 100th place in the prestige BoardGameGeek ranking (which contains almost 50,000 games from around the world). In May 2007 Neuroshima Hex was awarded a special jury distinction for the Best Polish Designer Game published in 2006. Neuroshima Hex was also published in the US (by Z-Man Games) and France (by IELLO).\n\nFEATURES\n\n- Official Neuroshima Hex game with original artwork\n- 4 different armies with unique strategies (next 8 available for purchase)\n- Up to 4 players (human or AI)\n- asynchronous online multiplayer \n- 3 AI difficulty levels\n- In-game tutorial & manual\n- Tons of gameplay\n- Easy to learn, hard to master",Portal Games,9+,EN,594029568,Games,"Games, Board, Strategy, Entertainment",17/09/2010,30/10/2017
-https://apps.apple.com/us/app/farm-aquarium/id391507083,391507083,Farm Aquarium,The Fish Management Simulation,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/ee/d9/9e/eed99e64-de8d-248c-0a31-7cf676267159/source/512x512bb.jpg,,,0.99,,"""You've been hired as (temporary) CEO of the FarmAquarium. For your mandate, you need to choose the species of fish you want to breed (there are more than fifteen species to choose from) and rule over your Aquarium. In each game turn you can buy and sell land for seaweeds, you can allocate seaweeds to feed your fishes and use the rest of the seaweeds to plant your land.\n\nThe key to successfully govern the Aquarium is to balance fish population demands with available crops. You need to respect the international rules for seeding acres of land in relation to the total fish population, manage the jellyfishes problem and other random events, like tropical storms and plagues.\n\nFind the optimal balance to manage your aquarium and you\xedll receive the accolades of animalist organizations. Manage poorly and you'll be fired!\n\n...will you be able to maintain your job?\n\nThe game supports background iPod music. Enjoy your own favourite soundtrack while playing the game!""",Alessandro Benedettini,4+,EN,94198784,Games,"Games, Simulation, Strategy, Entertainment",18/09/2010,6/10/2017
-https://apps.apple.com/us/app/hammurabi-the-game/id391545915,391545915,"Hammurabi, The Game",Govern ancient Babylon!,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/dc/db/ca/dcdbca21-9de6-6b83-cb0d-308e53b5512a/source/512x512bb.jpg,1.5,7,0.99,,"""Hammurabi, The Game, is our tribute to a classical computer game. The original game (called Hamurabi, due to limitations of the original hardware in the lenght of names) was the ancestor of strategy and resource management games and was completely text based. The iPhone version is enhanced with graphics (and sound effects) and sliders for input management. Moreover, some additions were introduced to game mechanism to improve longevity. It's also possible to play with the original version initial resources parameters.\n\nThe game's goal is simple. You\u2019re given a kingdom to rule over by managing land and grain resources. In each turn you can buy and sell land for grain, you can allocate grain for your people and use the rest of the grain to plant your land.\n\nTo succeed, you must successfully balance population demands with available crops. You must achieve this task while trying to stave off random occurrences such as the plague and the ever-present rat problem.\n\nThrough trial and error you can find the optimal balance. Govern well and receive the accolades of your people. Govern poorly and you'll be responsible for the deaths of many...\n\n\nThe game is also available for your iPad and Mac!\n\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.""",Alessandro Benedettini,4+,EN,70511616,Games,"Games, Role Playing, Entertainment, Strategy",18/09/2010,9/10/2017
-https://apps.apple.com/us/app/hunt-the-dragon/id391563661,391563661,Hunt The Dragon,...will you be able to hunt?,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/16/c8/d2/16c8d265-843b-7465-5419-ad8952a286aa/source/512x512bb.jpg,2.5,12,0.99,,"""... Hunt The Dragon HD is a must to download..."" (read the full review on beiphone.it)\n\nHunt the Dragon is a strategy and luck game. It uses the hide-and-seek formula to let you explore the World of the Mysterious and Legendary Dragon.\n\nAvoid the Villains, try to find Weapons, Treasures and Magic Spells and Potions. Use your nose and deductive powers to determine where the Dragon is snoozing, without actually seeing it...\n\nTo kill the Dragon you have first to find it by exploring its world. Control your Hero\'s movements by simply touching the locations near to him. Collect and use weapons, treasures, magic spells and potions since they will help during the hunt. Avoid or kill the various villains since they can stole your items, teleport you in an unexplored part of the world or simply kill you! Try to understand and interpret the hints you\'ll find during your exploration of the world to determine the exact location of the lair of the Dragon.\n\n...will you be able to hunt the Dragon?\n\n\nSome features:\n* virtually infinite worlds to explore. Each match is new and different;\n* different characters to select. Do you prefer to hunt as Dwarf or as Wizard?\n* 18+ different terrains for the world;\n* three different difficulty levels;\n* various villains, items and objects; \n* playable for everybody and anybody!\n* expressly designed for the iPhone with use of the finger touch features to control the game;\n* fun for all ages!\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.",Alessandro Benedettini,12+,EN,66524160,Games,"Games, Role Playing, Entertainment, Strategy",18/09/2010,30/10/2017
-https://apps.apple.com/us/app/hypno-digit/id391986469,391986469,Hypno Digit,,https://is3-ssl.mzstatic.com/image/thumb/Purple122/v4/17/09/c2/1709c25f-5ed8-c366-4ae6-1ef830947993/source/512x512bb.jpg,2.5,23,0,,Think of a number between 1 and 9\n\nDouble it\n\nNow add 8 to that number\n\nDivide your new number by 2\n\nSubtract your first number from this number\n\nYour new number is 4\n\n\nHypno Digit will blow your mind with 6 more of these. Use this app for yourself or impress your friends by making them think your psychic.,Sam Meech Ward,4+,EN,1218106,Entertainment,"Entertainment, Puzzle, Games, Strategy",21/09/2010,21/09/2010
-https://apps.apple.com/us/app/international-draughts-10x10/id391988755,391988755,International Draughts 10x10,,https://is5-ssl.mzstatic.com/image/thumb/Purple19/v4/84/e0/ad/84e0adc9-e5e6-87e1-671a-00e270ab29d6/source/512x512bb.jpg,2.5,6,1.99,,"Discover one of the greatest classics of games. Play the Game of Checkers International 10x10 HD on your iPad\nPresentation Draughts\nThe Checkers was born between 2000 and 1500 BC and the greatest civilizations have played relentlessly.\nThe Draughts is an easier approach than failures. It is accessible for everyone and all ages, while combining tactical thinking and fun!\nHowever, the game of Checkers is far from being a simple children\'s game. One of the great assets of this game lies in the many combinations it allows.\nIt is the player to imagine these combinations often spectacular ... In this sense, the Checkers is a difficult game and that is what makes it exciting.\n\nA new version of iPad. It offers an artificial intelligence tailored to the parties to a level of leisure master\nThe difficulty is customizable and you can play against the machine, but also against another person. The game can be paused and resumed whenever you want.\n\nPlay by the rules official\nYou\'ll find the official rules, where decision is mandatory and the majority.\nThe rule ""does not play blow"" was abolished in 1911. When you can take, you take whatever the consequences.\nIf there are several ways to perform one or more doses, the rule of quantity must be applied: it must make the maximum possible catch.\n\n-------------\nDESCRIPTION:\n-------------\n* International Draughts 10x10 by real rules of the game!\n* Mode: Player cons iPhone, iPhone cons player, player against player, iPhone, iPhone cons\n* Level of difficulty: between 0.25 seconds and 10 seconds of reflection for the iPhone.\n* Registration of the current game automatiqueement\n* Go to one or more hit (s) back.\n* Support for the party: the iPhone will offer what he would play for you.\n* Mode ""editor"" in order to pose and solve problems or cheating:)\n\n---------------------------------\nYOU MAY ALSO OUR OTHER GAMES:\n---------------------------------\n- ""Ladybird"", the new puzzle game that will give success to hard time for hours:)\n- ""The Hangman"" for fans of word games, the game that everyone knows!\n- ""Mixed words"" for fans of word games, you\'ll find the words hidden in an unlimited number of gates?\n- ""IMemory"" to develop memory while playing and having a good time.\n- ""Crossword solver"", a handy tool for solving word games.\n- ""Irimi"", compose sentences worthy of great poets.",Cedric Hammiche,4+,"EN, FR",1506304,Games,"Games, Board, Strategy, Entertainment",21/09/2010,31/10/2016
-https://apps.apple.com/us/app/stratosfall/id392789372,392789372,Stratosfall,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/e3/60/63/e36063e5-83b8-8c34-2550-62c3029c7f1b/source/512x512bb.jpg,4.5,889,4.99,,"""Stratosfall has to be one of the best TD games I have ever played. It mixes traditional TD gameplay with a fantastic futuristic fusion of gunnery, power-ups and lightning fast action set in a sci fi universe."" -- iPad.net\n## USA Top 20, Top 20 Grossing, NEW & NOTEWORTHY, WHAT\'S HOT, WHAT WE\'RE PLAYING -- Thanks Everyone! ##\n\n""This is mobile gaming done right, with as much care put into its development as is seen in games for home consoles. Welcome to the new standard of mobile gaming."" Wirebot.com 9.5/10\n\nStratosfall is an epic experience loaded with beautiful graphics and engaging gameplay. Build your base, research technology, and repel the enemy onslaught.\n\n""Best TD game on the iOS platform..."" -- Mark Freeman, 5 Stars.\n\n""This one does [it], as there simply isn\'t any weak point. Every good TD game has a slight lacking somewhere, be it too few towers, lack of depth, not enough maps, low charm etc. Here, you get polish in pretty much every aspect, the graphics, controls, longevity and variety."" -- Smartbomb, touchArcade.com forums\n\n""Stratosfall is beautifully presented...and runs as smoothly as polished silver."" -- iPad.net\n\nFeatures:\n- Liquid smooth graphics and animation\n- Amazing sound track and effects\n- No load times anywhere in the game\n- Real-time dynamic tweened pathfinding\n- Smooth user-friendly multi-touch interface \n- Fans of the genre will marvel at this game\n- Tons of research, technology, structures, and unlocks\n- True to core gameplay but extends in many ways\n- A large campaign and lots of maps to choose from\n- A variety of enemies and bosses\n- Interactive tutorial level\n- Loaded with content & depth\n- Starfall is OpenFeint enabled\n- Online leaderboards & Achievements\n\nWe\'ve attempted to nail every aspect game design: Gameplay, Visuals & Animation, Simplicity, Depth, Online Features, Sound & Music. Let us know what you think!",Neverbyte LLC,9+,EN,32216064,Games,"Games, Action, Strategy",24/09/2010,12/10/2018
-https://apps.apple.com/us/app/live-chess/id392885979,392885979,Live Chess,Play Chess Online for Free,https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/18/44/f9/1844f96e-5512-97dd-7675-9b6db024ad3c/source/512x512bb.jpg,4,1719,0,"0.0, 0.99, 0.0, 0.99","Play Live Chess for free in your iPhone/iPad against other users and computer opponents!!\nLive Chess will completely change the way you enjoy chess.\n\nMORE PEOPLE, MORE MATCHES, and MORE THRILLS!! DreamOnline launched a brand new 3D chess application for iPhone and iPad. Live Chess is especially focused on playing chess ""Live"" online. Please join to our growing community of online chess players from all over the world! Finding opponents is no longer matters! Once you login to the salon, there will be many real online players in different skill levels waiting your challenge!!!\n\n""Live Chess"" introduces original, innovative and ""eye-opening"" beautiful graphics to iPhone/iPod Touch users as well as iPad users. Please experience very intuitive and user-friendly interface.\n\n\nIn-App Purchase:\nLive Chess is originally designed for casual players. Please enjoy playing Live Chess as much as possible with our varieties of in-app purchases. All in-app purchases are available from Live Chess\'s application top menu. \n\n\u25c6Class Match\nClass Match in-app purchase allows you to join the class match and your goal is S class. \n\nThere are 7 different classes (leagues) you will belong to. You will go up and down among classes by promotion or relegation according to your winning rate. \n\n\u25c6Game Notation Management\nThis in-app purchase enables players to save move histories and review all saved histories. You can send your game notation in PGN format via email to share your good moves with your friends.\n\n\u25c6Commentary Chat Room\nAll users are able to give a running commentary of live games in real time. You are also able to save, manage, and email all moves of a live games that you just watch and review them to improve your chess skill in PGN format.\n\n\u25c6Matchmaking Assistant\nIf you don\'t know who you would like to play with, you can ask our matchmaking assistant to suggest an ideal opponent (by rating and class) ready to play with you from logged in players.\n\n\nMore Features:\n-Superior and high-resolution 2D/3D graphics with the retina display\n-Supported multitasking(after approx.10mins, you will receive a message and the app in the background will be suspended due to task completion timer. )\n-Coffe Break: Live Chess goes idle and you will receive a push notification when you are challenged by other players during coffee break.\n-Intuitive and friendly UI\n-3 different levels of local play\n-Legal move highlights\n-Elo rating system\n-Administrator\'s message bulletin\n-Chat room\n-Periodical updates","Dreamonline,inc.",4+,"EN, JA",45790208,Games,"Games, Board, Entertainment, Strategy",19/10/2010,25/05/2018
-https://apps.apple.com/us/app/war-of-the-gods-for-ipad/id392918110,392918110,War of the Gods for iPad,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/35/6d/06/356d06c6-284b-3af2-356a-31fbd93de2e7/source/512x512bb.jpg,3.5,88,0,"0.99, 5.99, 1.99, 2.99","Zeus raged because of the defiance by King and Queen of Argos. Hades provoked Zeus to punish Argos, then Zeus ordered monster Kraken to destroy Argos. At this moment Perseus came out to save Argos with his companions and they wanted to find out how to defeat Kraken together.\n\nGame features: \n- Turn based role playing game.\n- With enough money, you are able to buy enemies, BOSS not included.\n- Formation arrangement playing method. You should always keep a appropriate formation to reduce unnecessary harm. \n- Simple and easy control: Complicated considerations do not require in this game. \n- Role growth: Include different kinds of characters such as Bowman, Knight, Dwarf, Sart, Witch, Ghost.",EASY Inc.,9+,"EN, JA, ZH, ZH",49774293,Games,"Games, Role Playing, Entertainment, Strategy",23/09/2010,3/12/2011
-https://apps.apple.com/us/app/decked-builder-lite/id393180444,393180444,Decked Builder Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple19/v4/6f/f5/f6/6ff5f6db-b188-39f0-f881-2e6c03e89057/source/512x512bb.jpg,3.5,58,0,,"Decked Builder is the premium deck building app for Magic the Gathering -- providing a sleek user interface to research decks, find cards, and then build, price and finally buy the deck that you want.\n\nNote: the Lite version of Decked Builder allows building only a single deck and a limited size collection.\n\nREVIEWS:\n\n""This is the program I recommend for anyone willing to spend ... on an MtG application. I\u2019m one of those people who will generally take the free alternative over the paid app any day, but I\u2019m actually happy to have spent the money on this one. It has a ton of very cool features, runs smoothly, and even has RSS feeds for several top MtG sites.""\n- Michael Evans, GatheringMagic.com\n\n""Decked Builder is the absolute pinnacle of what a Magic the Gathering accessory app should be. There\u2019s almost nothing that I need, that this app can\u2019t do for me.""\n- Jaden, appaddict.net\n\n""The iPad version of Decked Builder is perfect. Solitaire play has been upgraded and the card loading speed is marvelous. Thanks for a good application.""\n- Eugene Lee, author of Wagic\n\n""I have to say that this app is certainly one that I would recommend to any MTG player""\n- Josh Elliot, eyeofthevortex.com\n\nFEATURES:\n\n* Find your cards\n- Instant search results with no Internet connection as the database is stored locally\n- Search for cards by any combination of card expansion, rarity, color, type or cost\n- Built in support for tournament formats including Standard, Modern, Extended, EDH and Classic\n- See only distinct cards, or find every printing of a card in every set\n- Full card text search -- easily find every Landfall card, Elf, Vampire or any other attribute that has ever been printed.\n\n* Build your decks\n- Build multiple deck listings and sideboards\n- Easily test sample draws from the deck, and simulate a game of Magic by playing cards to the battlefield.\n- Get statistics on your deck including mana curves, color symbol counts and card type percentages\n- Email decks to your friends\n- Full text search for cards in your deck -- perfect for building EDH 100 card singleton decks\n- Sort and filter your deck by mana cost, color, card type, tournament legality and more\n\n* Price and buy your decks\n- Decked Builder contains multiple price feeds from TCGplayer.com, CoolStuffInc.com, CardShark.com and MTGOTraders.com\n- Finding the cheapest way to put your deck together from some of the largest card suppliers on the Internet\n- Price your entire deck with a single tap\n- Easily buy your entire deck online, or just cards missing from your collection\n\n* Research decks\n- Decked Builder includes RSS feeds which are specially formatted for clean viewing and fast downloads.\n- Cards names are automatically be highlighted for instant (no network required) card lookups from the built-in database\n- Featured RSS feeds from TCGplayer.com, DraftMagic.com, MTGCast, PureMTGO.com, Channel Fireball, Power 9 Pro, GatheringMagic.com, StarCityGames\n- Deck integration with mtgo-stats.com allows you to download, analyze and test the latest winning decks directly on your device\n\n* Track your collection\n- Easily input your collection by any criteria you can think of\n- Find missing cards to complete your collection or your deck\n- Value your collection -- find out how much you have spent on your Magic addiction\n- iCloud synchronization makes it effortless to keep your collection in synch across your Mac, iPad and iPhone.\n\n* And More!\n- Decked Builder features high-definition card art scans that display brilliantly on your Retina Display\n- Fully support for Innistrad day/night cards, Kamigawa flip cards and split cards\n- Works perfectly offline with no Internet connection",TJ Soft,9+,EN,50365440,Games,"Games, Card, Strategy, Entertainment",1/10/2010,9/11/2016
-https://apps.apple.com/us/app/lead-wars/id393340337,393340337,Lead Wars,THE Pencil and Paper War Game,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/5f/2c/84/5f2c84f6-a478-11ef-80c3-72b8ce745c4c/source/512x512bb.jpg,4,766,2.99,,"Lead Wars is a turn-based strategy game requiring smart thinking and physical skill. It simulates the real life paper war games played in the days before portable gaming devices which needed only a pencil, some paper and lots of imagination!\n\n\u2022 Charted #1 Strategy Game in 60 countries!\n\nControl a fleet of planes, tanks and artillery units by taking turns to flick a pencil around a hand-drawn battlefield on a piece of paper, making long curve shots and strategic moves to try and outwit and out-skill your opponent.\n\nReviews:\n\u2022 ""The execution is what makes Lead Wars shine. Startlingly unique, a fabulous little game."" 4.5/5 - MacReview.com\n\u2022 ""Surprisingly deep \u2026 from a strategic perspective, Lead Wars is a beautiful achievement\u201d 4/5 - iOS Game Of The Day, GamePro.com \n\u2022 ""Some battle are easily solved puzzles, while other start to feel more like chess games."" 4/5 - PadGadget Recommended! PadGadget.com \n\u2022 ""You\'ll definitely love this game."" 4/5 - TouchReviews.net\n\u2022 If you\'re looking for a great game to play with friends, we suggest grabbing this one\xa0\u2026\xa0it really shines on the iPad\u201d - Amber Neely, MacNN.com\n\u2022 \u201cA brilliantly implemented game"" - iPhone-Experience.com\n\u2022 iTunes review - djflippy: ""Lead Wars has a rare quality; the simulation is actually better than that which it simulates."" 5/5\n\nNote this is not your typical path-drawing game - this is a simulation of the real life game played with a real pencil.\n\nThe flick mechanic works just like it does in real life (try it!): Point a pencil straight down onto some paper, holding it by the top with just one finger. While pressing down firmly, slowly tilt the top of the pencil - beyond a critical angle the tip will suddenly slip away leaving a line drawn on the paper. This line determines your move or shot on the battlefield.\n\nLead Wars simulates this mechanic using the touch-screen as if you\'re touching the top of a real pencil. See videos of the real life game and Lead Wars in action:\nhttp://www.youtube.com/DemonStudiosOfficial\n\nMain Features:\n\u2022 Online Multiplayer - battle asynchronously or live real-time\n\u2022 2-player tabletop / pass \'n\' play\n\u2022 Single-player vs-CPU\n\u2022 Single-player Campaign - rise up through the Army ranks\n\u2022 Map Creator - create your own battlefields\n\u2022 Instant Replays - replay all moves and shots in latest turn\n\u2022 27 Game Center Achievements\n\u2022 Game Center Leaderboards\n\u2022 Training missions and 250+ Campaign missions\n\u2022 Visual \'MoveAid\' system and tips for beginners\n\u2022 16 built-in battlefields, store up to 75 custom maps\n\u2022 Have up to 25 local games on the go at once\n\u2022 Have up to 30 Asynchronous online games on the go\n\u2022 Highly configurable Game Setup\n\u2022 Choice of 4 paper styles + 3 pencil leads\n\u2022 Doodle graphics and verbal sounds - just like the real game!\n\nTechnical Features:\n\u2022 Universal app supporting Retina Display\n\u2022 Share maps via the system Clipboard\n\u2022 Game Center turn alert push notifications*\n\u2022 Auto-rotating interface - play in any orientation\n\u2022 Allows iPod music in the background\n\n* Turn alert sounds and settings can be controlled in Settings | Notifications | Game Center\n\nThe best thing about playing Lead Wars on your iOS device though is you\'re not having to rub out your previous moves, there\'s no arguments whether a shot hit or not and no dangerous flying pencils! The physical dexterity required to make your move makes the game challenging but ultimately more fun and rewarding, particularly when you make that near-impossible curve shot around a wall to win the battle!",DemonStudios,4+,EN,21241856,Games,"Games, Strategy, Entertainment, Simulation",19/11/2010,8/02/2018
-https://apps.apple.com/us/app/touch-of-combat-lite/id393467276,393467276,Touch of Combat Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/3c/87/38/3c873806-d9ba-c249-aad5-8b185ba6c2f5/source/512x512bb.jpg,2.5,28,0,,"""Medieval combat comes to life in this live action strategy game made exclusively for the iPad. Designed to be easy enough for the casual gamer to jump right in, yet deep enough to challenge the true battle strategist.\n\nPosition your forces in cunning battle formations. Execute your plan by individually controlling each fighter in the battle. Control multiple fighters simultaneously and use them to surround and defeat stronger adversaries. Set traps for enemy soldiers by using decoys to lure your enemy's attention away from a target. Apply special powers to your warriors at strategic moments to gain the final advantage. Will you achieve victory by destroying all of the Ocran warriors, or will the battle be won by setting fire to the Ocran castle? The choice is yours.\n\nAs the game advances and you unlock new levels, video animations introduce you to new warriors with different strengths and abilities. You can decide how to use these new warriors in your arsenal and lead your army against the enemy in foreign lands as you progress through the campaign.\n\nYour enemy will constantly be learning and reenforcing their army and castles. A successful strategy on one level may utterly fail on another if your enemy has learned your tactics. If you get frustrated and can't beat a level, go to www.touchofcombat.com to see hints and spoilers for how to win.\n\nDo you possess the skill and strategy to lead your warriors to victory?""",KrookedHook Media,12+,"ZH, NL, EN, FR, DE, IT, JA, ES",15812315,Games,"Games, Strategy, Entertainment, Action",28/09/2010,28/09/2010
-https://apps.apple.com/us/app/free-tiles-slider-puzzle-for-kids-picture-slider/id393567084,393567084,Free Tiles Slider Puzzle For Kids(Picture Slider),,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/7a/87/36/7a8736a5-b8f7-23ee-6d6f-7672a29b73d3/source/512x512bb.jpg,3,26,0,,"""K-Slider Free is a classic tile slider puzzle, supporting 3x3, 4x4 and 5x5 puzzle mode.\n\nK-Slider Free offers a host of exciting features:\n1) Selected iPad album photo will be saved when you exit the game.\n\n2) Game has great graphics and sound effect.\n\n3) It comes with built in photo gallery of 25 enticing pictures.\n\n4) Save the state when you get a phone call or exit the game.\n\n5) Provides 'Preview' functionality which shows original picture for 2-3 seconds.\n\n6) You just need to tap the square and it will move.\n\nK-Slider Free is supported by unobtrusive advertisement. Please click on ads to support this free version.""","Fifth Column Labs, LLC",4+,EN,26655870,Games,"Games, Strategy, Puzzle",7/12/2010,23/02/2012
-https://apps.apple.com/us/app/airport-madness-challenge/id393575110,393575110,Airport Madness Challenge,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/cb/51/aa/cb51aae9-6420-80e9-f14f-f1d50835c5e4/source/512x512bb.jpg,4,1815,0.99,"0.99, 2.99, 1.99, 3.99, 4.99, 1.99, 9.99, 9.99, 19.99, 24.99","Earn experience and unlock new, awesome, FREE content faster than ever!\n\nBecome the ultimate air traffic controller and master the tower at more than 25 airports in the latest Airport Madness Challenge!\n\nWARNING!\nStudies show that Airport Madness Challenge is highly addictive for players of all ages.\n\n5 stars - \u201cI have always loved airport games but this one is the star.\u201d \n\n5 stars - \u201cLove it. Play it all the time and with each update it just gets better. I\'ve even got my girlfriend addicted too. :D\u201d\n\n5 stars - \u201cI work as an Air Marshall and love it. Shared it with a few flight attendants and pilots who get a kick out of it too!\u201d \n\nAirport Madness Challenge is THE air traffic control game on iTunes. Now, even more fun at your fingertips with tons of features and content:\n\n* 29 Amazing Airports!\n* 21 Exciting Aircraft!\n* Urban, Military, Sci-Fi themes and MORE\n* Career Points to Unlock Airports and Aircraft\n* \u201cCover Up\u201d Powerups to Recover From Crashes\n* Superior Speed Controls: Play at Your Own Pace\n* Pro Kit with Advanced Traffic Controls\n* Multiplayer \u201cTime Attack\u201d and \u201cLast One Standing\u201d\n* Game Center Multiplayer - online or Bluetooth\n* Game Center Achievements and Leaderboards\n* Share Your Scores on Facebook\n\nPlay to unlock new airports, new aircraft and new challenges. Earn cash and Career Points to advance your career at airports around the world, and in space! The more you play, the more Career Points you get.\n\nPlus, recover from crashes with the \u201cCover Up\u201d powerup. Had a crash on your best run ever? Not a problem. Use a Cover Up to keep the traffic coming and maintain the madness.\n\nAirport Madness Challenge boasts total control of your airports. Set the game speed to 2x, 3x or even 4x: play at your own pace! The Pro Kit also gives you complete control over air traffic. Signal aircraft to circle around, land on different runways, take off faster and more! There\'s also Novice Mode to help new players get the hang of avoiding crashes.\n\nChallenge any friend or foe via Game Center in new multiplayer modes that are insanely challenging and fun: Time Attack - a race to see who can get the highest score, and Last One Standing - play until one of you crashes or runs out of money.\n\nDo you have what it takes to manage a busy airport - night and day? Dive into the stress-filled job of an Air Traffic Controller! Days turn into nights, nights turn into days, and then the skies cloud over: this is the proving ground for true nerves of steel and bold, clear heads! \n\nAir traffic builds at every airport, until all but the best-of-the-best air traffic controllers wash out. Push yourself to move traffic as tightly as possible without compromising safety or risking delays.\n\nAre you up to the Challenge? Download Airport Madness Challenge today!\n\n""You land a million planes...then you have one little mid air...and you never hear the end of it."" \n- Anonymous TRACON Controller\n\n- Play Airport Madness Challenge today!\n\n\u201cLike\u201d Airport Madness Challenge on Facebook - https://www.facebook.com/AirportMadness\n______________________________\n\nAirport Madness Challenge is brought to you by Fluik Entertainment, makers of wicked-fun mobile games such as Office Jerk, Office Zombie, Plumber Crack and Streaker Run. Search the App Store for ""Fluik"" to browse all our games.\n\nFollow @FluikGames on Twitter for free game announcements and other updates.\n\nNOTE:\nPlease don\'t include bug reports in your app reviews. We can\'t respond to you directly, so there\'s no direct way for us to offer help or properly debug the situation. You can post all bugs or suggestions on the Facebook fan page, or email us via support@fluik.com",Fluik,9+,EN,63327232,Games,"Games, Simulation, Entertainment, Strategy",15/10/2010,24/04/2018
-https://apps.apple.com/us/app/airport-madness-challenge-lite/id393575527,393575527,Airport Madness Challenge Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/11/45/44/114544db-b186-54cd-6a86-1634c484f248/source/512x512bb.jpg,4,6602,0,"0.99, 0.99, 0.99, 0.99, 0.99, 1.99, 1.99, 2.99, 3.99, 4.99","Earn experience and unlock new, awesome, FREE content faster than ever!\n\nBecome the ultimate air traffic controller and master the tower at more than 25 airports in the latest Airport Madness Challenge Free!\n\nWARNING!\nStudies show that Airport Madness Challenge Free is highly addictive for players of all ages.\n\n5 stars - \u201cI have always loved airport games but this one is the star.\u201d \n\n5 stars - \u201cLove it. Play it all the time and with each update it just gets better. I\'ve even got my girlfriend addicted too. :D\u201d\n\n5 stars - \u201cI work as an Air Marshall and love it. Shared it with a few flight attendants and pilots who get a kick out of it too!\u201d \n\n\nAirport Madness Challenge Free is THE air traffic control game on iTunes. Now, even more fun at your fingertips with tons of features and content:\n\n* 29 Amazing Airports!\n* 21 Exciting Aircraft!\n* Urban, Military, Sci-Fi themes and MORE\n* Career Points to Unlock Airports and Aircraft\n* \u201cCover Up\u201d Powerups to Recover From Crashes\n* Superior Speed Controls: Play at Your Own Pace\n* Pro Kit with Advanced Traffic Controls\n* Multiplayer \u201cTime Attack\u201d and \u201cLast One Standing\u201d\n* Game Center Multiplayer - online or Bluetooth\n* Game Center Achievements and Leaderboards\n* Share Your Scores on Facebook\n\nPlay to unlock new airports, new aircraft and new challenges. Earn cash and Career Points to advance your career at airports around the world, and in space! The more you play, the more Career Points you get.\n\nPlus, recover from crashes with the \u201cCover Up\u201d powerup. Had a crash on your best run ever? Not a problem. Use a Cover Up to keep the traffic coming and maintain the madness.\n\nAirport Madness Challenge Free boasts total control of your airports. Set the game speed to 2x, 3x or even 4x: play at your own pace! The Pro Kit also gives you complete control over air traffic. Signal aircraft to circle around, land on different runways, take off faster and more! There\'s also Novice Mode to help new players get the hang of avoiding crashes.\n\nChallenge any friend or foe via Game Center in new multiplayer modes that are insanely challenging and fun: Time Attack - a race to see who can get the highest score, and Last One Standing - play until one of you crashes or runs out of money.\n\nDo you have what it takes to manage a busy airport - night and day? Dive into the stress-filled job of an Air Traffic Controller! Days turn into nights, nights turn into days, and then the skies cloud over: this is the proving ground for true nerves of steel and bold, clear heads! \n\nAir traffic builds at every airport, until all but the best-of-the-best air traffic controllers wash out. Push yourself to move traffic as tightly as possible without compromising safety or risking delays.\n\nAre you up to the Challenge? Download Airport Madness Challenge Free today!\n\n""You land a million planes...then you have one little mid air...and you never hear the end of it."" \n- Anonymous TRACON Controller\n\n> Play Airport Madness Challenge Free today!\n\n\u201cLike\u201d Airport Madness Challenge on Facebook - https://www.facebook.com/AirportMadness\n______________________________\n\nAirport Madness Challenge Free is brought to you by Fluik Entertainment, makers of wicked-fun mobile games such as Office Jerk, Office Zombie, Plumber Crack and Streaker Run. Search the App Store for ""Fluik"" to browse all our games.\n\nFollow @FluikGames on Twitter for free game announcements and other updates.\n\nNOTE:\nPlease don\'t include bug reports in your app reviews. We can\'t respond to you directly, so there\'s no direct way for us to offer help or properly debug the situation. You can post all bugs or suggestions on the Facebook fan page, or email us via support@fluik.com",Fluik,9+,EN,63400960,Games,"Games, Simulation, Entertainment, Strategy",25/11/2010,10/04/2018
-https://apps.apple.com/us/app/revlux-reverseit/id393734203,393734203,REVLUX Reverseit,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/28/5d/7c/285d7c17-24a4-d153-3770-395ac7e97726/source/512x512bb.jpg,2,9,0,0.99,"""Tournament Level Reversi / Othello App. \nReverse.It is the strongest playing App ever developed for iPhone/iPad.\n\nIt has 3 levels of play: Basic, Advanced and Pro.\n\nAt 'Pro', it looks ahead never less than 7 half-moves, and can go up to 24 half-moves. \n\nAt 'Advanced', you need to be a very good player to beat it.\n\n'Basic' shouldn't be too difficult to beat, although App will not play any stupid moves.\n\nIt gives you suggestions on what to play and simulates your move, giving you the opportunity to make a different choice. \n\nYou can take your move back and try something else.""",Claude Roeltgen,4+,EN,2682880,Games,"Games, Entertainment, Board, Strategy",28/09/2010,20/12/2017
-https://apps.apple.com/us/app/advanced-mill/id393917657,393917657,Advanced Mill,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/71/4c/e3/714ce39c-d2a3-0172-9836-8855e494b8a7/source/512x512bb.jpg,4,22,0.99,,"""Advanced Mill is an iOS adaptation of the traditional board game Mill. The game also known as Merils and Nine Men's Morris.\n\nFeatures:\nPlay against CPU - Advanced AI with three difficulty levels.\nTwo player game on the same device.\nTwo player network game with Game Center.\nGetting CPU hint.\nNo ads.\nUndo function to take back moves.\nDisplaying elapsed time, number of turns, reason of win at the end of the game.\nChecking and handling tie situations.\nOptional hints for beginner players.\nDisplaying available moves.\nSaving and loading games from Main Menu.\nAutosaving game state - never lose a game on a call.\n\nThanks for your continuous support and reviews.\nJoin us on Facebook: http://www.facebook.com/vtdevapps\nFollow us on Twitter: http://twitter.com/vtdevapps""",VTDev Informatics LLC,4+,"EN, FR, DE, IT, JA, KO, PL, RU, ES",33515520,Games,"Games, Board, Strategy",30/09/2010,10/03/2017
-https://apps.apple.com/us/app/battleheart/id394057299,394057299,Battleheart,,https://is5-ssl.mzstatic.com/image/thumb/Purple62/v4/98/a6/3b/98a63b88-bd86-ef97-d33a-45bed62a6318/source/512x512bb.jpg,4.5,6983,2.99,,"** Fan of Battleheart? A sequel is underway! Check www.mikamobile.com for details **\n\n------------------\n\nBattleheart - enter a world of epic fantasy combat!\n\nChosen as the App Store\'s ""Game of the Week""!\n\n""Battleheart is an absolutely effortless recommendation"" - TouchArcade.com\n\n""Incredibly addictive and fun"" - Attack of the Show\n\nFrom the creators of Zombieville USA and OMG Pirates!, Battleheart distills some of the greatest elements of roleplaying games and real-time strategy into pocket-sized form!\n\nCreate a unique party of heroes, and lead them in frantic real-time battles against monsters of ever increasing power. Lay waste to your foes with dozens of unique special powers as you gain experience, upgrade your party\'s equipment, and craft them into the ultimate battle force!\n\n-- Features --\n\u2022 Easily command your army via simple touch commands.\n\u2022 Create a unique party from numerous character classes, including stealthy rogues, powerful wizards and stoic knights!\n\u2022 Customize your heroes via dozens of unique skills - literally hundreds of class and skill combinations!\n\u2022 Make the most of your party\'s skills to control the battlefield - turn your opponents into frogs, stun them with poisons, or simply destroy them with meteor strikes and whirlwinds of steel!\n\u2022 Over 100 unique items to collect and equip across a 30+ level campaign, complete with epic boss battles!\n\u2022 Put your custom party to the ultimate test in survival arenas, where rare and unique rewards can be found!\n\u2022 Incredibly sharp animation and art designed specifically for the Retina Display and iPad!\n\nFor the latest info on upcoming Battleheart updates, or to simply ask us a question directly, check us out on twitter @MikaMobile!","Mika Mobile, Inc.",9+,EN,275684352,Games,"Games, Role Playing, Strategy, Entertainment",1/02/2011,5/11/2015
-https://apps.apple.com/us/app/tanks-and-turrets/id394314909,394314909,Tanks and Turrets,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/09/9b/ae/099baee0-85d1-eeac-98cb-60d4b339d702/source/512x512bb.jpg,3.5,36,0,"0.99, 0.99","""simple, yet addictive"" - Portable Gamer\n\nTanks and Turrets is a classic strategy game. Pit your wits against an onslaught of tanks, apcs, humvees and helis.\n\nRetina Graphics\n\n6 maps with 20 levels each for free.\n\nWin trophies and upgrade your turrets. Higher difficulties unlock more achievements and higher scores.\n\nCompete against friends with OpenFeint achievements and scoreboards.\n\nUse In-App purchase to get the extended version with 100 levels per map and over 12000 trophies.\n\nLevel 10 difficulty offers endless levels for your enjoyment.",Gordon Roberts,12+,EN,15852132,Games,"Games, Strategy, Simulation",18/11/2010,3/01/2011
-https://apps.apple.com/us/app/tic-tac-toe/id394633422,394633422,Tic Tac Toe,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/83/8f/07/838f07db-aef2-a4eb-7430-f46517ca702e/source/512x512bb.jpg,,,0,,"Tic Tac Toe ist nur eine kleine \xdcbungs-App zur Einarbeitung in die iPhone-Programmierung. Zum Start einfach [X] oder [O] neben den Spielernamen klicken.\nZum Spielen gegen das iPhone den Schalter auf ""Ein"" stellen. Die Einstellungen und Spielernamen werden gespeichert.\n\nDer Rest sollte bei diesem einfachen Spiel selbsterkl\xe4rend sein, hoffe ich...",martiko.de,4+,EN,51328,Games,"Games, Board, Strategy",5/10/2010,5/10/2010
-https://apps.apple.com/us/app/simplechess-online/id394634657,394634657,SimpleChess (Online),,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/09/03/1d/09031d1f-7752-7782-ee63-19e1d65c715a/source/512x512bb.jpg,4.5,12,0,"0.99, 5.99, 1.99, 3.99","""Play chess online against real opponents!\nPractical, quick and easy to use, have fun with SimpleChess!\n\nStandard functions:\n- access in guest mode is totally free\n- no limit on the number of games\n- hundreds of players 24/24\n- quick response time\n- transmission time regained on the clock\n- two ways of making moves : start square/finishing square or 'drag and drop'\n- premove\n- material difference display\n- opt for 'automatic pairings' or 'choose your opponent'\n- wide choice of rates of play, 3 customizable rates of play\n- 13 chessboard designs, 20 piece designs\n\nOther functions:\n- look back at the game\n- watch games that are underway\n\nThe pluses of becoming a member:\n- choose your own pseudo\n- rating updated after each game\n- statistics\n- select the strength of your opponent\n- friends list and blacklist\n- chat\n- look back at your 10 previous games\n- receive all your games by e-mail""",Europe Echecs,4+,"EN, FR, IT, PT, ES, VI",61551616,Games,"Games, Board, Strategy, Entertainment",17/10/2010,25/07/2019
-https://apps.apple.com/us/app/army-lines/id395130613,395130613,Army Lines,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/06/23/3e/06233e99-5a88-3ac6-6f4e-0206d19daebe/source/512x512bb.jpg,3.5,2492,0,0.99,"*NOW FREE for a LIMITED TIME!*\nWWII is RAGING. the TROOPS need a GENERAL.\nTAKE COMMAND and CHARGE the FIELD in this ACTION-PACKED line-drawing BATTLE!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 BEAUTIFUL, highly-detailed ARTWORK\n\u2022 action-packed LINE-DRAWING combat\n\u2022 11 SCENIC environments, STRETCHING the ENTIRE WESTERN BATTLEFRONT\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 8 types of TROOPS and battle MACHINES\n\u2022 UPGRADE system for 4 SPECIAL WEAPONS\n\u2022 BATTLES ranging from 1943 to 1945\n\u2022 MULTIPLE level-objective types\n\u2022 game center LEADERBOARDS and ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,17+,EN,40911291,Games,"Games, Action, Strategy, Entertainment",15/10/2010,8/12/2012
-https://apps.apple.com/us/app/panzer-elite/id395183271,395183271,Panzer Elite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/69/d2/57/69d257cf-950a-f74f-1654-6db22f3b9579/source/512x512bb.jpg,3.5,66,0,"0.99, 1.99, 5.99, 3.99","Wonder secret weapons ""UFO"" and spaceship developed by the Nazi scientists during the World War II Then Nazi spaceships are sent to the ""dark side"" of the Moon to establish a military base. Their plan is to build a powerful fleet and return to conquer the Earth. Now commander! Lead your panzer army to destory them.\n\nTHE GAME:\n In this realtime strategy game, you control units such as armoured car, many kinds of tanks, bomber, landmine, artillery,anti-tank gun. Crush your opponents with clever tactics and do not allow setbacks happen because enemies will become more and more stronger. In order to win, you must collect points to upgrade your units(econmic, base, tank\'s speed, tank\'s fire power, ...)collect air-dropped material as much as possible, produce units to destory your enemies and conquer your enemy\'s base. Many Classic Panzer Tanks(Tiger Panther T-34 M4A1 M26) and famous battle scenes in game.\n\nFEATURES:\n- Choose 3 camps:American,German,or Soviet.\n- 27 types of panzer units.\n- 48 missions.\n- upgrade system(15 parts).\n- 9 military music as bgm.\n- many air-dropped materials for scramble.",EASY Inc.,9+,EN,49209886,Games,"Games, Strategy, Action, Entertainment",7/10/2010,1/12/2011
-https://apps.apple.com/us/app/sallys-spa-hd/id395232844,395232844,"""Sally's Spa HD""","Design Manage Build, have Fun!",https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/c6/2f/c2/c62fc228-8c2b-9d2e-7540-fe9ba18aa423/source/512x512bb.jpg,4,1920,4.99,0.99,"\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 Sally\'s Spa HD\u2122 30% OFF! Limited Time \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \nWhy wait? Relax & Refresh in Sally\'s Spa HD! \n\nNow with Multiplayer and Smart Shopper modes!\xa0\n\n===== CRITIC REVIEWS! =====\n""Sally\'s Spa HD is a fast paced, addictive game that\'s loads of fun to play!"" \u2013 PadGadget.com\n\n""Better than any time management game out there\u201d,\u201dGreat fun on the iPhone, even better on the iPad\u201d"" \u2013 AppAdvice.com\n\n\u201cThis time management based beauty spa sim is among the most addicting titles available in the App Store.\u201d \u2013 148apps.com\n\n\u201cWhether it\u2019s haircuts or hot stone massages, Sally\u2019s dream of beauty and wellness domination has resonated among casual gamers all over.\u201d \u2013 TouchMyApps.com\n\n""Sally\u2019s Spa HD for the iPad is a wonderful game that will provide you hours of enjoyment and fun"" - TouchReviews.net\n\nA P P L I C A T I O N - D E S C R I P T I O N:\nSally\'s Spa HD\u2122 now available on iPad with better graphics, multiplayer and GameCenter! Treat yourself to some relaxation and fast paced fun in Sally\'s Spa and see why millions of players have made Sally\u2019s Spa the best selling casual game for iPhone, PC/Mac and now it\u2019s available for your iPad!\n\nSally\'s back and ready for a relaxing rush in luxury spa locations around the world. Refresh your customers with saunas, manicures, bath bombs, massages, hot stones and more. Enhance the experience of your clients with upgrades for your rapidly growing business. \n\nMelt away the stress from a wide variety of customers and personalities including blushing brides, demanding fashionistas, calm couples, and many others! As you build your Spas, earn money to shop for over 65 items including employees to help your Spa business grow!\n\nSally\'s Spa features all of the fun of Sally\'s Salon, plus loads of new surprises! A wonderful escape for gamers of all ages, join Sally on her latest adventure today!\n\nF E A T U R E S:\n\u2022 Minigames are now iPad designed with swipes, touches, and drags to perform fun spa services like Mud Masks, Hot Stones, Bath Bombs, Massages, Manicures & much more!\n\n\u2022 New \u201cBest Friends\u201d mode where you play a co-operative multiplayer game on one iPad.\n\n\u2022 Sally Spa\u2019s HD has GameCenter! Earn up to 30 Achievements for meeting Sally\'s challenges and compete on 2 different Online Leaderboards. Add friends and show off your scores! \n\n\u2022 Use your finger to touch and drag your customers to your Spa stations such as Saunas, Massage Tables, Mani-Pedi stations and serve them Tea to help them relax and refresh.\n\n\u2022 It\u2019s not just about massaging your customers, they need extra products like Body Butter and Calming Bath salts too! Maximize your product sales buy getting more soothing products for your shelf.\n\n\u2022 Buy powerups to keep those clients happy! After all, how do you calm down a Fashionista? With a patience candle of course!\n\n\u2022 As you travel from New York, Paris, Rome, Japan, Fiji and many more places you will meet many character personalities like Rock Stars, Heiresses, Male Models, Athletes and more!\n\nAt GamesCafe we worked really hard to make Sally\u2019s Spa HD the best game possible for the iPad. We really hope that you enjoy this game and tell your friends and family! Post your Reviews! \n\nFollow us on twitter for Sally\'s Spa HD updates and more!\n@SallysGames (http://twitter.com/SallysGames)\n\nBecome a Sally Fan on Facebook! (http://bit.ly/cPtUDM)\nOr just search for ""Sally\'s Games"" on Facebook and you\'ll find her!",Games Cafe Inc.,4+,"EN, FR, DE, IT, ES",252247040,Games,"Games, Entertainment, Action, Strategy",18/11/2010,11/09/2017
-https://apps.apple.com/us/app/minitycoon-casino/id395928305,395928305,MiniTycoon Casino,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/c5/21/1f/c5211f4a-88e3-9aa8-839b-140e455774fb/source/512x512bb.jpg,2.5,10384,0,"9.99, 4.99, 2.99, 0.99, 49.99, 99.99","""Do you want to be Las Vegas billionaire? Run a 5-star casino, enjoy the lifestyles of the rich and famous. MiniTycoon Casino is here!\n\nMiniTycoon Casino is your chance to build a casino empire! Work your way up from a small town casino to a Trump-style Las Vegas-sized casino. Buy all your favorite machines -- slots, poker tables, etc. \u2013 and hire your friends as dealers!\n\nCompete with your friends to see who the wealthiest MiniTycoon mogul is, or help them out by hiring them. Send your friends gifts! Purchase games and decorations for your casino and increase your star rating \u2013 this brings in more patrons and allows you to unlock bigger and better items! Start your Empire today!\n\nFEATURES\n\u2022Install your favorite casino games in your casino to collect chips. You want blackjack tables, slot machines, craps tables? You got \u2018em and many more!\n\u2022Decorate and bling out your casino with decorative items to boost your earning potential and star rating. Plus, they\u2019ll make your casino look great!\n\u2022Have something to do while you wait to collect your chips! Maintain your casino to make sure everything is clean and working, because no one likes a grimy casino. \n\u2022Over a dozen cute and unique gamblers to entertain. As your gamblers are spending and tipping, be sure to compensate them. Sad gamblers will leave and you won\u2019t get any tips.\n\u2022You\u2019re the boss now, so go out and hire your friends to work as dealers in your casino. Especially the ones that are currently \u201cfun-employed\u201d, you know who they are\u2026\n\u2022Visit your friends\u2019 casinos to earn energy, send gifts, send messages, and for a chance to win big!\n\u2022Get notifications when your game fixtures are ready to be collected. Just be sure to enable Push Notifications in your device settings. No need to carry around a kitchen timer!\n\u2022See how you stack up with other wealthy MiniTycoon moguls with support for Apple\u2019s GameCenter!\n\u2022Take advantage of our SiGN social network, so that you can easily find your friends in your phonebook, Facebook and Twitter.\n\u2022With a SiGN account you have the option to post your achievements to Facebook or Twitter, so go ahead and brag to your friends!\n\u2022Retina display support, booyah!\n\n\u2022For Users who would like to sync their iPad and iPhone Account, please register for SiGN. Once you have registered your inventory and progress will be saved on our servers. As long as you use the same SiGN login in both devices your account will be synced. **Warning, please don't run them at the same time, some information maybe lost or corrupted. \n\n\nAll of this for FREE! Are we crazy?! Just a quarter on our father\u2019s side.\n\nBe sure to check back often because we\u2019re hard at work to add more and more content! \n\nDownload this awesome app now and become a MiniTycoon Mogul!\n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\nCan\u2019t get enough? We understand, so check us out here:\nWebsite: www.sgn.com\nTwitter: @minitycoon\nFacebook: http://bit.ly/c83XLC\n\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\n*A network connection is required to play.""",MindJolt,12+,EN,19831723,Games,"Games, Simulation, Entertainment, Strategy",4/11/2010,8/06/2011
-https://apps.apple.com/us/app/game-dev-story/id396085661,396085661,Game Dev Story,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/f1/8e/0c/f18e0c4b-a609-94c4-f32a-81b4570617e2/source/512x512bb.jpg,4.5,12485,4.99,,"Manage your own game company and try to create a million-selling game in this unique simulation.\n\nFeatures the ability to develop your company\'s own game console, plus a system for changing your staff members\' professions.\n\nHire talented people and train them to develop their skills.\n\nAs your staff gets more experience, you will unlock a wider array of game genres and content to develop. Try to find the most popular combinations and develop for the latest platform!\nYour staff members can have a variety of game-related professions, from programmer to sound engineer.\n\nWork hard and you may reach the top of the video game industry!\n--\nTry searching for ""Kairosoft"" to see all of our games, or visit us at http://kairopark.jp. \nBe sure to check out both our free-to-play and our paid games!\n\nhttps://twitter.com/kairokun2010","Kairosoft Co.,Ltd",4+,"EN, KO, ZH, TH, ZH",191455232,Games,"Games, Entertainment, Strategy, Simulation",9/10/2010,28/04/2017
-https://apps.apple.com/us/app/sentinel-3-homeworld/id396103539,396103539,Sentinel 3: Homeworld,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/53/40/47/534047b5-d86e-578a-0f3d-3853ad96965b/source/512x512bb.jpg,4.5,2820,0.99,"1.99, 0.99, 0.99, 0.99, 0.99","***** Sentinel 4: Dark Star is now available! Get the series\' latest epic installment here on the App Store! *****\n\nThe stunning third chapter of the highly acclaimed Sentinel sci-fi tower defense series!\n\n* Metacritic Metascore: 87!\n* WINNER: Best App Ever Awards 2010 Best iPad Strategy Game! \n* GOLD AWARD Winner: PocketGamer!\n\n* 2nd Place: Best App Ever Awards 2010 Best iPhone Strategy Game!\n* Pocket Gamer\'s Top 10 iPhone games 2010!\n* iPhone Quality Index Top 10 iPhone games 2010!\n* Know Your Mobile\'s Top 10 smartphone games 2010!\n\n\nTake the fight to the alien homeworld and unleash a massive arsenal of weaponry!\n\n\nFEATURES\n\n* UNIVERSAL build - play on ALL iPhones, iPod Touches & iPads!\n\n* A challenging campaign featuring 20 levels across 14 distinctive & demanding maps!\n\n* A powerful commander mech which can level up and gain new abilities as you play!\n\n* Over 20 unlockable turrets, orbital ship weapons, automated drones and abilities at your disposal!\n\n* IAP offers a new 15 level campaign, new commander, new weapons, new enemies and more!\n\n* Customize your weapon loadout in the Armory to match the demands of the mission!\n\n* Stunning graphics & fx - with full high-resolution Retina Display support!\n\n* Endless modes for all maps with online highscores.\n\n* Classic mode allows you to compete for scores in a pure skill-based game mode.\n\n* Game Center integrated for achievements & score leaderboards!\n\n* Exclusive music by the creators of the Sentinel 2 music - Specimen A.\n\n* Completely reworked and revamped game engine.\n\nGood luck, Commander!\n\n\nREVIEWS\n\npocketgamer.co.uk - GOLD AWARD\n""A game of immense quality, Sentinel 3: Homeworld represents the best of the tower defence genre with both depth and immediate action.""\n\nFeatured in PocketGamer\'s Top 10 iPhone Games Of 2010!\n\ntouchreviews.net\n""The Tower Defense Game that all TD games will now be measured by.""\n\n\nVIDEO & MORE INFO\n\nhttp://www.origin8.com/sentinel3\n\n** Look out for SENTINEL 4: DARK STAR, coming Q3 2014! **",Origin8,9+,EN,113908373,Games,"Games, Action, Strategy, Entertainment",26/11/2010,19/12/2012
-https://apps.apple.com/us/app/scribolite/id396346039,396346039,ScriboLite,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/ec/64/c4/ec64c498-4cc3-eb76-c3f4-b26b147b5ebe/source/512x512bb.jpg,,,0,,"""You've got 3 minutes to create the 4 secret anagram words from a random set of 6 jumbled letters; and earn the maximum 4000 points each game. The objective is to uncover the exact 4 words required by the game in order to earn all 4000 points. Challenge yourself to expose the 4 secret words within the 3 minutes available in every game. This ScriboLite version of the application provides a taste of the full SCRIBO by presenting 10 of over 50 exciting and thrilling anagram games.\n\nFEATURES:\n- Switch views between Spanish and English games in real time.\n- Randomly select jumbled letters for continuous anagram games.\n- Interactive responses with immediate feedback on game status.\n- Your score updated immediately after submitting each word.\n- 3-minute timer adds challenge, fun and excitement to every game.\n- Congratulations on gaining 4000 points in less than 3 minutes\n- Quick and exciting pastime; perfect for your leisure entertainment.\n\nGet the full SCRIBO with over 50 exciting anagram games available at the App Store. \nVisit www.biznizcamp.com for more educational-entertainment games.\n\n--------------- ESPA\xd1OL -----------------\n\nTienes 3 minutos para construir las 4 palabras de anagrama secretas de un conjunto aleatorio de 6 letras mezcladas, a fin de ganar el m\xe1ximo de 4000 puntos. \nEl objetivo es descubrir las 4 palabras exactas requeridas por el juego para ganar los 4000 puntos. Desaf\xedate a encontrar las 4 palabras secretas dentro de los 3 minutos disponibles para cada juego. Esta versi\xf3n GRATIS de la aplicaci\xf3n ofrece 10 muestras de juegos de anagram desafiantes y adictivos. \n\nCARACTER\xcdSTICAS: \n\u2022 Puedes cambiar el juego entre espa\xf1ol e ingl\xe9s en tiempo real \n\u2022 Letras mezcladas seleccionadas al azar para juegos de anagrama desafiantes.\n\u2022 Respuesta interactiva con retroalimentaci\xf3n inmediata sobre el estado del juego \n\u2022 La puntuaci\xf3n actualizada inmediatamente despu\xe9s de escribir cada palabra \n\u2022 Temporizador de 3 minutos a\xf1ade el desaf\xedo, la diversi\xf3n y la emoci\xf3n a cada juego \n\u2022 Felicidades por ganar 4000 puntos en menos de 3 minutos \n\u2022 Pasatiempo r\xe1pido y emocionante; perfecto para su entretenimiento ocio \n\n\xa1Descargue su versi\xf3n plena de Scribo con m\xe1s de 50 juegos ahora disponible en la App Store! \nVisite www.biznizcamp.com para m\xe1s juegos de entretenimiento educativo. \n--------------------------------------------------""",Keith Thomas,4+,EN,26377216,Games,"Games, Strategy, Word",12/10/2010,2/10/2017
-https://apps.apple.com/us/app/free-sudoku-unlimited/id396597126,396597126,Free Sudoku Unlimited,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/e7/9a/14/e79a1400-93f9-7e73-c592-3709b0d4cf65/source/512x512bb.jpg,2.5,93,0,,A Free Sudoku game with countless puzzles. Simple to use and fun to play. Hours of entertainment.,John Rouda,4+,"EN, DE",5017600,Games,"Games, Strategy, Puzzle",13/10/2010,23/07/2014
-https://apps.apple.com/us/app/muhle-and-mills/id396607391,396607391,Muhle and Mills,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/ab/d8/5d/abd85d0c-976f-05cd-ea2b-114b91e74dad/source/512x512bb.jpg,4,303,0,0.99,"Also known as Morelles, Merrills, Merels, Mill, Morris.\n\nRules :\n1. Each player has nine stones, which move among the board\'s twenty-four spots.\n\n2. The object of the game is to leave the opposing player with fewer than three stones or\xa0no legal moves.\n\n3. The game begins with an empty board. Players take turns placing their stones on empty spots. If a player is able to form a row of three stones along one of the board\'s lines, he has a ""mill"" and may remove one of his opponent\'s stones from the board; removed stones may not be placed again. Once all eighteen stones have been used, players take turns moving.\n\n4.\xa0To move, a player select the stone and than click on empty adjacent spot. If he cannot do so, he has lost the game.As in the placement stage, a player who aligns three of his stones on a board line has a mill and may remove one of his opponent\'s stones.\n\n5.\xa0If any player is reduced to three pieces, his pieces may \xa0jump from any spot to any empty spot.\n\n6. Any player reduced to two stones is unable to remove any more opposing stones and thus loses the game.",Khagesh Patel,4+,EN,12118016,Games,"Games, Strategy, Board",22/10/2010,2/05/2019
-https://apps.apple.com/us/app/cartoon-wars-2-heroes/id396837225,396837225,Cartoon Wars 2: Heroes,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/58/14/33/581433c8-ee12-5ba9-b451-a74d9784cc63/source/512x512bb.jpg,4.5,13147,0.99,"0.99, 2.99, 0.99, 9.99, 5.99, 5.99","""The most complete defense and real-time strategy game of the Cartoon Wars series!\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nSCENARIO\n\nAfter generations of war between the Color tribe and Black and White Cartoon tribe, King K and his army were expelled with the prominence of Captain J.\nThe people praised Captain J and crowned him as their new King.\nThe second chronicle begins with the exiled tribe swearing for vengeance and embarking their journey to find the King of the Monsters...\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nFEATURES\n\nHERO MODE\nDevelop a super hero from 6 upgradable characters and undertake various missions\n\nADDITIONAL CUSTOMIZATION\n80 types of units with dozens of skill sets for units, castle, bow, and productivity items\n\nSHARE AND COMPETE WITH OTHERS\nRegister your rank and compare with others on Game Center\n\nPRECISLY ALLOCATE RESOURCES\nAdministrate the troops to earn powerful upgrades and dispatch the hero to gain victory\n\nUNLIMITED NUMBER OF STAGES\nEnjoy the unlimited mode to play through infinite number of stages\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nOTHER GAMEVIL GAMES \n\nAir Penguin\nBaseball Superstars\xae 2010 HD \nBaseball Superstars\xae II\nBoom It Up! \nChalk n' Talk\nHYBRID: Eternal Whisper \nHYBRID 2 : Saga of Nostalgia \nILLUSIA \nKAMI RETRO\nKAMI RETRO HD\nNOM: Billion Year Timequest \nSoccer Superstars\xae 2011 Pro\nVANQUISH: The Oath of Brothers \nZENONIA\xae 3\n\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \n\nNEWS & EVENTS \n\nWebsite http://www.gamevil.com \nFacebook http://facebook.com/gamevil \nTwitter http://twitter.com/gamevil \nYouTube http://youtube.com/gamevil""",BLUE GNC,12+,EN,42482779,Games,"Games, Casual, Strategy",16/10/2010,15/10/2012
-https://apps.apple.com/us/app/decked-builder/id397090691,397090691,Decked Builder,,https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/9b/ae/f9/9baef971-09ba-7140-10ea-dd59f9042e13/source/512x512bb.jpg,4.5,1439,3.99,"2.99, 4.99","Decked Builder is the premium deck building app for Magic the Gathering -- providing a sleek user interface to research decks, find cards, and then build, price and finally buy the deck that you want.\n\nVersion 3.3 updates: \n- Support for iOS 7\n\n""This is the program I recommend for anyone willing to spend ... on an MtG application. I\u2019m one of those people who will generally take the free alternative over the paid app any day, but I\u2019m actually happy to have spent the money on this one. It has a ton of very cool features, runs smoothly, and even has RSS feeds for several top MtG sites.""\n- Michael Evans, GatheringMagic.com\n\n""Decked Builder is the absolute pinnacle of what a Magic the Gathering accessory app should be. There\u2019s almost nothing that I need, that this app can\u2019t do for me.""\n- Jaden, appaddict.net\n\n""The iPad version of Decked Builder is perfect. Solitaire play has been upgraded and the card loading speed is marvelous. Thanks for a good application.""\n- Eugene Lee, author of Wagic\n\n""I have to say that this app is certainly one that I would recommend to any MTG player""\n- Josh Elliot, eyeofthevortex.com\n\nFEATURES:\n\n* Find your cards\n- Instant search results with no Internet connection as the database is stored locally\n- Search for cards by any combination of card expansion, rarity, color, type or cost\n- Built in support for tournament formats including Standard, Modern, Extended, EDH and Classic\n- See only distinct cards, or find every printing of a card in every set\n- Full card text search -- easily find every Landfall card, Elf, Vampire or any other attribute that has ever been printed.\n\n* Build your decks\n- Build multiple deck listings and sideboards\n- Easily test sample draws from the deck, and simulate a game of Magic by playing cards to the battlefield.\n- Get statistics on your deck including mana curves, color symbol counts and card type percentages\n- Email decks to your friends\n- Full text search for cards in your deck -- perfect for building EDH 100 card singleton decks\n- Sort and filter your deck by mana cost, color, card type, tournament legality and more\n\n* Price and buy your decks\n- Decked Builder contains multiple price feeds from TCGplayer.com, CoolStuffInc.com, CardShark.com and MTGOTraders.com\n- Finding the cheapest way to put your deck together from some of the largest card suppliers on the Internet\n- Price your entire deck with a single tap\n- Easily buy your entire deck online, or just cards missing from your collection\n\n* Research decks\n- Decked Builder includes RSS feeds which are specially formatted for clean viewing and fast downloads.\n- Cards names are automatically be highlighted for instant (no network required) card lookups from the built-in database\n- Featured RSS feeds from TCGplayer.com, DraftMagic.com, MTGCast, PureMTGO.com, Channel Fireball, Power 9 Pro, GatheringMagic.com, StarCityGames\n- Deck integration with mtgo-stats.com allows you to download, analyze and test the latest winning decks directly on your device\n\n* Track your collection (in-app purchase required)\n- Easily input your collection by any criteria you can think of\n- Find missing cards to complete your collection or your deck\n- Value your collection -- find out how much you have spent on your Magic addiction\n- iCloud synchronization makes it effortless to keep your collection in synch across your Mac, iPad and iPhone.\n\n* And More!\n- Decked Builder features high-definition card art scans that display brilliantly on your Retina Display\n- Fully support for Innistrad day/night cards, Kamigawa flip cards and split cards\n- Works perfectly offline with no Internet connection",TJ Soft,9+,EN,37890048,Games,"Games, Entertainment, Card, Strategy",14/10/2010,8/06/2018
-https://apps.apple.com/us/app/simply-gomoku-online/id397635670,397635670,Simply Gomoku Online,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/f7/63/2f/f7632f8f-6509-3ee1-502b-c4c707e8bc48/source/512x512bb.jpg,4,615,0,0.99,"""\u2605 Simply Gomoku now is a universal app and supports game center vs mode.\n\n\u2605 The best and the only Gomoku game with full Game Center support. Play with old or new friends online and find your position on the leaderboard. If you like Simply Gomoku, you will like this one even better. \n\n\u2605 NOTE, for iPhone user, the touch control is changed: you touch and hold to see the red square, move your finger to move the square, then release to place a stone inside the square. \n\nGetting bored playing with computer AI? Can't find a friend to play on the iPad? These are not problems anymore. With Game Center, you can now play online with millions of old or new friends. \n\nThe rule is simple, be the first to get an unbroken row of five pieces horizontally, vertically or diagonally to win the game. But like any strategy game with simple rules, good offense-defense balance is the key to win. \n\nGomoku is originated from China (\u4e94\u5b50\u68cb) and popular in Japan (\u4e94\u76ee\u4e26\u3079), Korea (\uc624\ubaa9) and all over the world. It is also known as Renju, Gobang, Connect 5 or Five in a row. \n\nGame Features \n- Play online with Game Center\n- Invite a friend or auto-match\n- Leaderboard shows your global ranking\n- Play locally against the computer or a friend \n- Standard 15x15 board \n- Intuitive touch control \n- Clean and neat graphics \n- Nice music and sound effect \n\nPlease send your feedbacks to help us improve this game. \n\nFollow us on twitter: @simplygame \nOr email us directly: simplygamesupport@gmail.com""",Simply Game,4+,"EN, ZH, ZH",8312661,Games,"Games, Board, Entertainment, Strategy",15/12/2010,25/01/2013
-https://apps.apple.com/us/app/hotel-dash-deluxe/id397836467,397836467,Hotel Dash Deluxe,,https://is1-ssl.mzstatic.com/image/thumb/Purple5/v4/c2/bd/9a/c2bd9acb-4e15-8026-0171-f4f75864aa23/source/512x512bb.jpg,4.5,36217,0.99,"0.0, 0.0, 0.99, 2.99, 0.99, 0.99, 0.99","* Check in to Hotel Dash Deluxe for action, mishaps and mayhem! With over 20 million downloads to date, Dash is one of the biggest gaming franchises ever on the iPhone and iPad.\n* Get the tropical Tiki Palace hotel for FREE in this special Deluxe edition of Hotel Dash.\n\nGet ready for hotel hilarity as you renovate and run hotels all over DinerTown! Cater to a variety of quirky guests, including pet lovers, fashionistas and clowns. Tap and slide to drop off room service, provide extra blankets, and more! Prompt service will score you extra points, but delay too long and your guests may check out early. Use your hard-earned tips to decorate and restore each hotel back to its original charm. \n\nMake a reservation for fun with Hotel Dash Deluxe! \n\nGame Features:\n* Manage hotel mayhem on your iPhone and iPad\n* Play time management with a vertical twist!\n* Renovate and run 5 themed hotels, including the FREE Tiki Palace\n* Deck out your hotels with more than 60 decor upgrades\n* Enjoy hours of fast-paced fun with tons of challenging levels\n* Meet lovable customers, including pet lovers, businesswomen and fashionistas\n\nLove the fast-paced fun of Hotel Dash? Try our other addictive games, including Diner Dash, DinerTown Zoo, Cooking Dash, and Wedding Dash. You\u2019re guaranteed to see familiar faces you know and love.\n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/playfirstgames \n\nTwitter: @playfirst \n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com\n\n*******************",Glu Games Inc,4+,EN,50085888,Games,"Games, Entertainment, Action, Strategy",28/10/2010,12/08/2014
-https://apps.apple.com/us/app/planet-minesweeper-3d/id397998531,397998531,Planet Minesweeper 3D,3D Mines on a Hex Sphere,https://is2-ssl.mzstatic.com/image/thumb/Purple113/v4/71/d0/d9/71d0d9b7-4345-c0c2-de6b-8d2da1b28f87/source/512x512bb.jpg,4,124,0.99,,"A classic Puzzle in a Whole New Shape! Planet Minesweeper takes the classic timewasting gameplay of Minesweeper and wraps it around a spherical planet!\n\n""looks awesome, even to a person who\'s already played Minesweeper for hundreds of hours. That\u2019s precisely the same old good game, but with the HD graphics and spherical (aka planet-like) gameplay field. Find mines, flag them, take a guess and die horribly. Fun, fun time.""\n--AppSale Review\n\n""A brilliant take on an old classic... A brilliant challenge, but easy to get into if you\u2019re waiting for the train or just have some minutes to kill....the game provides a challenge, and is very entertaining. It\u2019s also great to see such a classic game being taken to new levels!""\n-- Tom Rippon, BnBGaming\'s iOS Hot List\n\nPlanet Minesweeper presents the classic strategy game in a whole new way! Puzzle your way across an entire planet on the unique SPHERICAL GAME BOARD!\n\nKiller Features:\n- FOUR THEMES and FORTY-EIGHT BOARD configurations! Unlimited puzzles.\n- Extra-big ""HUGE"" planet size for iPad users! TOO BIG FOR THE PHONE!\n- Game Center Support! Beat your friend\'s best times.\n- Stunning graphics and shaders!\n- Full Retina and iPad HD graphics support.\n- Gorgeous original soundtrack from HyperDuck Studios\n\nMaybe you can clear your desktop, but can you find the mines across an entire planet? Try it now or get back to work!\n\n\nBe sure to LIKE Planet Minesweeper on Facebook for news, updates and the chance to share your ideas for future Planet Minesweeper development!\n\nhttp://www.facebook.com/planetmines/",Tapnik,4+,EN,25516032,Games,"Games, Puzzle, Strategy",9/12/2011,23/06/2019
-https://apps.apple.com/us/app/scribo/id398113284,398113284,Scribo,,https://is5-ssl.mzstatic.com/image/thumb/Purple19/v4/9a/b2/e2/9ab2e211-08ae-9cdf-524d-e6878165952a/source/512x512bb.jpg,,,0.99,,"""You have 3 minutes to figure out and create the 4 secret anagram words from a random set of 6 jumbled letters and earn the maximum points. The objective is to uncover the exact 4 words required by the game in order to earn all 4000 points. Challenge yourself to uncover the 4 secret words within the 3 minutes available time each game. You may produce other words that are correct but if they are not the precise 'secret' words they will not be accepted. The secret words are displayed to you at the end of each game. This fun-filled application offers over 50 exciting and addictive anagram games.\n\nFEATURES:\n- Switch between Spanish and English anytime after each session\n- Randomly selected jumbled letters for continuous anagram games\n- Interactive experience with immediate feedback on game progress\n- Your score updated immediately after entering each word\n- A 3-minute timer adds challenge, fun, and excitement to every game\n- Congratulations on gaining 4000 points in less than 3 minutes\n- Quick and exciting pastime; perfect for your leisure entertainment\n\nDownload this exciting full version of Scribo from iTunes today!\n\nVisit www.biznizcamp.com for more educational-entertainment games.\n\n--------------ESPA\xd1OL---------------\n\nTienes 3 minutos para construir las 4 palabras de anagramas secretas de un conjunto aleatorio de 6 letras mezcladas, a fin de ganar el m\xe1ximo de puntos.\nEl objetivo es descubrir las 4 palabras exactas requeridas por el juego para ganar los 4000 puntos. Desaf\xedate a encontrar las 4 palabras secretas dentro de los 3 minutos disponibles para cada juego. Es posible que adivines algunas palabras buenas durante el juego pero si no son las palabras 'secretas' no ser\xe1n aceptadas. Las 4 palabras 'secretas' se presentan al fin de cada juego. \nEsta aplicaci\xf3n, llena de diversi\xf3n ofrece m\xe1s de 50 juegos de anagramas desafiantes y adictivos \n \nCARACTER\xcdSTICAS:\n\u2022 Puedes cambiar el juego entre espa\xf1ol e ingl\xe9s como deseas\n\u2022 Letras mezcladas seleccionadas al azar para los juegos de anagramas \n\u2022 Reacci\xf3n interactiva con retroalimentaci\xf3n inmediata sobre el estado del juego\n\u2022 La puntuaci\xf3n actualizada inmediatamente despu\xe9s de escribir cada palabra\n\u2022 Temporizador de 3 minutos a\xf1ade el desaf\xedo, la diversi\xf3n y la emoci\xf3n a cada juego\n\u2022 Recibes las felicidades al ganar 4000 puntos en menos de 3 minutos\n\u2022 Pasatiempo r\xe1pido y emocionante; perfecto para la diversi\xf3n completa\n\n\xa1Agarre su versi\xf3n completa de Scribo ahora disponible en la App Store!\nVisite www.biznizcamp.com para m\xe1s juegos de entretenimiento educativo.\n------------------------------------------""",Keith Thomas,4+,EN,16960512,Games,"Games, Strategy, Word",22/10/2010,18/10/2016
-https://apps.apple.com/us/app/sparkchess-pro/id398133128,398133128,SparkChess Pro,Play single/multiplayer chess,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/53/69/d7/5369d7ef-6d54-6dba-64d0-44c92e2bda17/source/512x512bb.jpg,4.5,59,6.99,,"SparkChess is the only chess game that puts fun first. With a choice of boards, computer opponents and online play, it delivers a first-class game of chess that\u2019s as accessible to experts as it is to novices, kids and anyone else who wants to discover how enjoyable this ancient strategy board game really is. \n\nA GAME OF CHESS THAT EVERYONE CAN ENJOY \n\nToo many chess games are impossible for anyone but the experts and masters to win. The real test of a truly intelligent chess game isn\u2019t how hard it is to beat, but how able it is to accommodate players of all skill levels. It\u2019s here that the award-winning SparkChess excels. \n\nIf you\u2019re brand new to the checkerboard, you\u2019re looking to improve your game, you want to teach your kids to play, or you\u2019re ready to progress to the next challenging level, everyone can find the perfect balance in SparkChess. \n\nComplete with online play and a child-safe chat system, you can also import and export of your SparkChess game using the standardized FEN system that allows you to recreate any board configuration to continue your game elsewhere; even using a physical chess set! \n\nFEATURES: \n* Practice chess against the computer or challenge your friends in multiplayer.\n* Choose from different boards: 2D, 3D and a stunning fantasy chess set. \n* A simple user interface that makes games easy to set up and play. \n* Choose from different computer opponents depending on your level. \n* Play casual, fast or expert games to fit your needs. \n* The only chess game designed to appeal to beginners and experts alike. \n* Use Coach Mode to have the computer explain, in plain language, why a move was good or bad.\n* Learn chess with 20 lessons and 70 puzzles.\n* Track your multiplayer progress with statistics.\n* Save and replay your games.\n* Import/Export games in PGN format.\n* Edit the board.\n* Chat in multiplayer.\n* Watch and comment live multiplayer games.\n* Large and friendly community of chess lovers from around the world. \n\nChess is once again fun to play in SparkChess. \n\nREVIEWS \n\u201cYour chess board and pieces are the best by far (compared to any other program, including Fritz 12).\u201d \n\n\u201cSparkChess is a superbly presented and polished program. I think you have achieved your aim of making chess fun, accessible and entertaining for a wide audience.\u201d \n\n\u201cI love the game and play it regularly - great work on the game\u201d \n\n\u201cSparkChess provides deep, intelligent gameplay\u2026 [Its] multiplayer offerings are just as impressive.\u201d ~ MaximumPC.com, app of the week.",Media Division SRL,4+,EN,57085952,Games,"Games, Strategy, Board, Education",22/10/2010,10/06/2019
-https://apps.apple.com/us/app/chess-trainer/id398398860,398398860,Chess Trainer,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/61/1b/cc/611bcc8e-f9f8-e1ef-406a-00b68520a29c/source/512x512bb.jpg,3.5,113,0,"2.99, 0.99, 2.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 3.99","""Good work, uh, tremendous work done by developers. it\'s really cool. I installed this app for the younger brother, I hope this will help him to learn play."" Alexburtnik\n\n""Amazing app i am improving my chess skills day by day with the help of this app. <3"" iphoneipadfan\n\n\n\nDo you want to learn Chess or improve at Chess ?\nDo you want to have fun, solve Chess puzzles, and compare your ranking with friends ?\n\nThen you have found the right app ! Download Chess Trainer, solve thousands of puzzles, read hours of interactive lessons written by masters and grandmasters, and, most of all, have fun !\n\n\n\nLEARN CHESS\nThe ""Learn"" section contains 3 lessons that will teach you Chess from the basic rules to basic strategic knowledge. At the end, you will no more be a beginner, but an intermediate player\n\nIMPROVE YOUR UNDERSTANDING OF CHESS\nLearn the strategic principles behind the right moves. Our ""Learn"" section contains various thematic lessons to help you improve specific points of your play.\n\nIMPROVE YOUR TACTICAL PLAY\nImprove your tactical play with more than 2500 tactic puzzles, ordered by theme (opening, middlegame, endgame, problems) and difficulty (from beginner to expert). The Elo graph keeps track of your performance.\n\n\n\n\n*awarded ""App of the year 2013"" by Chess club live, the leading Chess group on Facebook with 150.000+ members\n\nvideo:\nhttp://www.youtube.com/watch?v=Jrr-oU_giiw&feature=youtu.be\ntechnical support:\nchesstrainerapp (""at"") gmail.com",DoggyBag,4+,EN,34477056,Games,"Games, Board, Entertainment, Strategy",2/12/2010,12/07/2019
-https://apps.apple.com/us/app/spooky-house-halloween/id398884361,398884361,Spooky House \xae Halloween,Pumpkin Crush,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/9f/e8/57/9fe85780-7a60-31cb-202a-c97bd578a28e/source/512x512bb.jpg,4,2002,0,"1.99, 1.99, 4.99, 19.99, 99.99, 39.99","Explode and Smash pumpkins in this Halloween inspired game by Spooky House Studios. Spooky Pumpkin Crush is pure and addicting fun!\n\nThe game takes in place in a spooky manor, where all the spooky house games are crafted.\n\nFeatures:\n- Chain reaction pumpkin Explosions!\n- Funny and slick animations\n- Spooky sounds\n- Night mode\n- 12 game modes: Classic, Shooter, Swapper, Chill Out, Pumpkin Invasion, Turn By Turn, etc..\n- Bonuses for exploding pumpkin groups of nice shapes: squares, lines, corners, etc\u2026\n- Global online scoreboards\n- Undo up to 10 moves back\n- 5 animation speed settings : Slow Motion, Normal, Fast, Turbo, and Animations Off\n- Saves game on exit or a phone call\n- Ghost sounds\n- Creepy squeaky sounds",Spooky House Studios UG (haftungsbeschraenkt),4+,"AR, ZH, EN, FR, DE, IT, RU, ES, TR",133463040,Games,"Games, Strategy, Puzzle, Entertainment",26/10/2010,10/07/2019
-https://apps.apple.com/us/app/crosspix-magic-express/id398916179,398916179,CrossPix Magic Express,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/be/4e/65/be4e6549-683d-f147-9bea-62a447e251cf/source/512x512bb.jpg,3,74,0,"0.99, 0.99, 0.99, 0.99, 0.99, 9.99, 0.99, 0.99, 0.99, 0.99","CrossPix Magic is a collection of nonogram puzzles that are fun and challenging to complete, we feature easy to hard puzzles for the beginner and the expert alike.\n\nIn 1987, Non Ishida, a Japanese graphics editor, won a competition in Tokyo by designing grid pictures using skyscraper lights which are turned on or off. At the same time and with no connection, a professional Japanese puzzler named Tetsuya Nishio invented the same puzzles.\n\nThis is the basis that CrossPix is based upon, these puzzles are also known as Paint by Numbers, Griddlers, Pic-a-Pix, Picross, Prisma Pixels, Hanjie and many others.\n\nWe have added a little more to the art of these puzzles, in order to solve all puzzles you must first unlock them with CM Points, which, can be earned by solving puzzles, the more complex the puzzle the more points it takes to unlock but also the more it points you will earn. You can use points to purchase hints which will aid you in the solving of the more complex puzzles.\n\nFeatures include:\n- Full featured step by step Instructions\n- Many puzzle sizes from 5x5 to 20x20\n- Hints\n- Auto Save (restores the puzzle you were playing if you exit)\n- Best Times for each Puzzle\n- No Zooming required because of the larger iPad screen.\n- Relaxing Music\n\nIf you have any feature request please let us know, we are always looking to improve our applications for you.",Christian Urquhart,4+,EN,6414161,Games,"Games, Strategy, Puzzle, Entertainment",4/11/2010,20/04/2011
-https://apps.apple.com/us/app/zombie-trailer-park/id398941864,398941864,Zombie Trailer Park,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/fc/cf/59/fccf59db-f17e-7cfb-22ea-8d72228da7e7/source/512x512bb.jpg,4,12136,0,0.99,"Zombies have taken over and destroyed the Metropolis - luckily you were never much for city folk. But now the zombies have turned their sights on your trailer park! Manage your economy and train fighting units to defend your trailer park. Gather ""Yee-Haw"" power to activate super weapons. Submit and share your best stage times with your friends. Here come the zombies! Go go go!",Ninja Kiwi,9+,EN,40485929,Games,"Games, Action, Strategy, Entertainment",5/01/2011,26/10/2011
-https://apps.apple.com/us/app/stratego-single-player/id398975927,398975927,Stratego \xae Single Player,Best strategy board game!,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/24/42/a9/2442a9d9-f64f-35de-fc6d-1469e5b1a209/source/512x512bb.jpg,3.5,832,2.99,0.99,"""Play the best Strategy game ever!\nStratego\xae Official Single Player from Jumbo is all about good tactics, strategy and cold hard bluff, a combination of chess and poker. A Strategy battle game that has been played by millions of board game players and is now available for your iOS device.\n\nThis official single player Stratego comes with a new and improved AI opponent, with adjustable difficulty to match your skills. Play as many battles as you like, and keep track of your tactical skills in the overall battle statistics. Defeat the enemy in a \u2018classic\u2019 40 v/s 40 battle game, a \u2018quick\u2019 16 v/s 16 battle or play a full Stratego campaign. Attack and Defend your army and nation in this tactical war game and become a true hero in battle.\n\n\u2022 Unlimited Stratego battles\nPlay as many Stratego games as you like, with unlimited enemy setups and strategies.\nYou have to play tactical with a great defense or attack plan.\n\n\u2022 Single Player Stratego AI Engine\nA completely new Stratego engine to challenge beginners and veteran commanders alike.\nRefine tactics to match the countless playing styles of the opponents. Watch how they fall for your ultimate strategic bluff! Make sure you defend your flag, as opponents will send their armies to capture it!\n\n\u2022 Play offline Stratego any time and everywhere, no internet required for this Strategy game!\nNo live internet connection is needed to play a thrilling game of Jumbo's Stratego. So you can just play offline anywhere you want! Don't wait for human players that don't respond or quit the game halfway through. No internet, just like the official boardgame, but more fun and challenging battles than any other multiplayer defense game online.\n\n\u2022 Classic Stratego, Campaign and Quick battles\nPlay Stratego in the classic 40 vs 40 setup. Battle through a war campaign map with great challenges and a good story. Or choose a Quick battle and prove you can fight with an army of only 16 soldiers.\n\n\u2022 Multiple Campaigns\nShow your Strategic skills in the campaign mode and win 10 battles in a row against unique enemy setups. Unlock new campaigns and fight against Napoleon Bonaparte and other great world leaders on the battlefield. This additional purchasable campaign features 15 exciting campaign levels that will take you all across the wars in Europe during the 19th century. Visit the city of Paris and ice cold Moscow, see the pyramids in Egypt and finish with the famous war battle of Waterloo.\n\n\u2022 New unit rank design\nYou can battle with the official Stratego army units known from Jumbo's board game or select the fun new unit styles that are optimized for mobile. The units have great HD Graphics and their ranks are made clear for easy playing on your mobile device. The graveyard menu will show stats off fallen units for easy gameplay.\n\n\u2022 Difficulty setting\nSet the engine to the mode that suits your strategic skills best.\nAre you a beginner or can you handle the clash in the star mode for true warfare leaders.\nThis Stratego game also has a great tutorial that will teach Stratego and will help to improve tactical skills.\n\n\u2022 Customizable setups\nSelect one of the army presets made by Stratego pros and champions. Or customize them to your liking for your best defense setup. Your customized board setup will be stored for future battles.\n\n**NO INTERNET CONNECTION REQUIRED**\nYou don\u2019t need an internet connection and you don\u2019t need to wait for other players to join.\nAre you a strategic player? Do you like board games and tower defense games? Interested in real time war games? You\u2019ll love Stratego! Defend your Flag and don\u2019t hesitate any longer. Download and Install NOW and prove your battle and strategy skills with Stratego\xae Single Player!\n\nNOTE:\nPlease contact Youda at support@youdagames.com if you have any issues or suggestions, we would love to help!\n\nGet ready for the ultimate strategy war game and join the rapidly expanding group of Stratego fans : https://www.facebook.com/Stratego""",Youda Games Holding B.V.,4+,EN,191513600,Games,"Games, Entertainment, Board, Strategy",28/10/2010,13/05/2019
-https://apps.apple.com/us/app/emilys-flights-lite/id399192982,399192982,"""Emily's Flights Lite""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/71/d6/0b/71d60b28-361f-c396-46e5-a7c8ed6b9706/source/512x512bb.jpg,3.5,383,0,,"This is a quick service game! It will take you to experience the flight attendant life! Become an airplane flight attendants, in a fast-paced game to take good care of every passenger! Ensure each passenger can enjoy a wonderful sailing!\n\n- Be a flight attendant!\n- Challenging time management action!\n- Customize your planes!\n- 5 Frenzied Levels\n\nWide Variety of Passengers.\nDecorate Your Plane.",zhang xu,4+,EN,27389160,Games,"Games, Entertainment, Simulation, Strategy",30/10/2010,30/10/2010
-https://apps.apple.com/us/app/piperoll/id399226597,399226597,PipeRoll,,https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/fe/cb/49/fecb49c2-2a20-5d98-61e9-8dcb691892f9/source/512x512bb.jpg,4,18605,0.99,"0.99, 0.99","Over 10 million downloads! We have been working hard on the numerous new contents as a thank you to all of our fans!\n\nPipeRoll 3D New York has already been available on the App Store! Official trailer: http://piperoll.net\n\n\nYour task is to close the pipeline system as fast as possible rotating the pipes in the right direction. There are hundred levels which contain from one to four different liquids and a lot of tricks. \n\nDevelop your mind by a colourful puzzle game.\n\nControl the flowing liquids as a smart plumber.\n\nFeatures:\n- 130 unique designed levels,\n- 4 different liquids,\n- country and city environments,\n- for iPhone!\n\nIn-App Purchases:\n- 30 new levels\n- Unlock all levels\n\nPipeRoll Level Solutions: http://navigationinfo.hu/index.php?p=piperoll_level_solution\n\nGameplay: http://www.youtube.com/watch?v=pIQYqH6qIh8\n\nFollow us on the Facebook: http://www.facebook.com/home.php?#!/pages/Navigation-Info-Games/128617600509013",Navigation-Info Kft.,4+,EN,32022528,Games,"Games, Strategy, Puzzle",27/10/2010,29/10/2014
-https://apps.apple.com/us/app/flower-shop-big-city-break-lite/id399232537,399232537,Flower Shop Big City Break Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/da/6a/f1/da6af12a-7934-e750-5bea-265f897144b0/source/512x512bb.jpg,3,94,0,,"""Can you help Meg turn a small flower shop into a blooming success? You'll need to keep the customers happy, the flowers blossoming and the money rolling in. Sound easy? Then see how many demanding customers you can serve at once! \n\nUpgrade to the full version of Flower Shop Big City Break and help expand Meg\u2019s business by playing over sixty action packed levels in four glamorous locations.""","TikGames, LLC",4+,EN,28015888,Games,"Games, Puzzle, Strategy",27/10/2010,12/11/2010
-https://apps.apple.com/us/app/hotel-dash/id399710457,399710457,Hotel Dash,,https://is3-ssl.mzstatic.com/image/thumb/Purple4/v4/1b/81/8b/1b818bd5-cde0-da80-3aeb-fb11cbc943f2/source/512x512bb.jpg,4.5,17551,0,"2.99, 2.99, 0.0, 0.0, 0.99, 0.99, 0.99, 0.99","* Check in to Hotel Dash for action, mishaps and mayhem! With over 20 million downloads to date, Dash is one of the biggest gaming franchises ever on the iPhone and iPad.\n\nTry Hotel Dash for FREE! Love it? Upgrade to the full version from within the game!\n\nGet ready for hotel hilarity as you renovate and run hotels all over DinerTown! Cater to a variety of quirky guests, including pet lovers, fashionistas and clowns. Tap and slide to drop off room service, provide extra blankets, and more! Prompt service will score you extra points, but delay too long and your guests may check out early. Use your hard-earned tips to decorate and restore each hotel back to its original charm. \n\nMake a reservation for fun with Hotel Dash! \n\nGame Features:\n* Manage hotel mayhem on your iPhone and iPad\n* Play time management with a vertical twist!\n* Meet lovable customers, including pet lovers, businesswomen and fashionistas\n\nFull version features: \n* Renovate and run 4 themed hotels\n* Deck out your hotels with more than 60 decor upgrades\n* Enjoy hours of fast-paced fun with tons of challenging levels\n\nLove the fast-paced fun of Hotel Dash? Try our other addictive games, including Diner Dash, DinerTown Zoo, Cooking Dash, and Wedding Dash. You\u2019re guaranteed to see familiar faces you know and love.\n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/playfirstgames \n\nTwitter: @playfirst \n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com\n\n*******************",Glu Games Inc,4+,EN,50556928,Games,"Games, Entertainment, Strategy, Action",30/11/2010,12/08/2014
-https://apps.apple.com/us/app/jeans-boutique-deluxe/id400190405,400190405,"""Jean's Boutique Deluxe""",No.1 time management game!!,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/e9/f4/3e/e9f43e33-7060-3256-828c-379ebed3c903/source/512x512bb.jpg,3.5,137,1.99,,"""Jean's Boutique Deluxe is Time Management Game for the iPhone, iPod Touch and iPad.\n\nRun your own Jean's Boutique, a great fashion game combined with the fun of serving customers.\n\nTo make it in the fast-paced world of fashion, Jean will need to be fast on her feet, dedicated to her customers, wise in her upgrades. For fast fashion fun, there's no place like Jean's Boutique!\n\nRecommended for fans of Time Management Games.\n\nBasic Concepts:\n- Serving customers fast keeps them happy.\n- Waiting customers can get upset, angry and will eventually leave the store.\n- Each day the store will remain open for a limited time.\n\nFeatures:\n- Total 40 Stage.\n- 8 unique locations with 5 levels each.\n- 7 unique customer types.\n- 10 unique clothes types.\n- Wink & Flatter Skill.""","AFEEL, Inc.",4+,"EN, JA, KO",41875456,Games,"Games, Strategy, Simulation, Entertainment",2/11/2010,28/04/2018
-https://apps.apple.com/us/app/reiner-knizias-ra/id400213892,400213892,"""Reiner Knizia's Ra""",,https://is1-ssl.mzstatic.com/image/thumb/Purple127/v4/08/19/67/08196773-7c02-10fc-d8eb-765fd73f88d5/source/512x512bb.jpg,4.5,1194,3.99,,"Summer Sale + 64bit update celebration! We are working hard to avoid the Appocalypse - help support us and pick up some games on sale!\n\nCompete to become the most famous ruler of all time as you wield god-like powers over the course of three major Epochs in Egyptian history. \n\n\nReviews: \n\n""Reiner Knizia\'s Ra app is beautifully done."" - TUAW \n\n""Ra is another brilliant 4.5 [out of 5] Dimple pleasure."" - AppSmile.com \n\n""[Ra] is very stunning and impressive! Keep up the good work!"" - Reiner Knizia \n\n\nBuild an empire that will live forever. Collect tiles representing various aspects of Egyptian life and civilization while your rivals try to do the same. Wisely use the few tokens that Ra, the sun god, has given you to earn your place of honor in the Valley of the Kings. \n\nCombining deep strategy with an intuitive and beautiful visual presentation, Ra captures the mysterious lure of Ancient Egypt and will bring you back for more time and time again. Choose your favorite of 8 different Egyptian gods as your avatar, and then discover the true power of the gods as you compete against them in solo play. \n\nWith no setup time required, no pieces to lose, and no arguments about the rules, the future of board games is here and Ra gives you exactly what you want -- to play! \n\nHow to play:\n\nTap the draw button to reveal a single tile. The player with the highest sun (token from Ra) begins. A player without tokens takes no action on their turn. When an epoch ends, players receive or lose fame points depending on the tiles they hold. The player with the most fame after three epochs is the winner. \n\n\nFeatures \n======== \nNo set up required\nFast, easy, fun game play for 2 to 5 players (human or AI) \nStunning HD graphics including support for Retina devices \n8 different Egyptian god avatars to choose from \n8 different AI opponents to compete against \nPlayer rankings and stats \nIn-game help at your finger tips \nComplete rules and game guide \nUniversal app with unique features on both iPad and iPhone/iPod \nLeaderboards and achievements\nSupport for 4 modes of play: \n- solo\n- ""pass and play""\n- ""hotseat"" (around the table); and\n- online multiplayer\n\n\nAbout \n===== \nDr. Reiner Knizia is one of the world\'s most prolific and best-known board game designers, and this version of one of his top titles has been fully approved and endorsed by him. \n\nSage Board Games is an independent software developer, focusing on bringing award-winning and classic board games to mobile devices. With a veritable ""who\'s who"" of Euro games already licensed, Sage Board Games is poised to become the premiere source of board games for iPad, iPhone, and iPod Touch. \n\nVisit us: sageboardgames.com \nLike us: facebook.com/sageboardgames \nFollow us: twitter.com/sageboardgames \n\nPlease send us your feedback and requests, and rate the game once you\'ve bought it.",Codito Development Inc.,4+,EN,50015232,Games,"Games, Board, Entertainment, Strategy",2/11/2010,8/06/2017
-https://apps.apple.com/us/app/tracks/id400458573,400458573,Tracks,,https://is2-ssl.mzstatic.com/image/thumb/Purple117/v4/50/60/e7/5060e777-d6ac-5267-dd9d-efb9ea6d6076/source/512x512bb.jpg,3,32,0,,Connect the west to the east with train tracks before the time runs out.\n\nCollect bonuses to boost your highscore.\n\nTracks is OpenFeint enabled.,United Command International,4+,EN,11968146,Games,"Games, Strategy, Entertainment, Puzzle",4/11/2010,4/11/2010
-https://apps.apple.com/us/app/girls-cooking-games-free-barbecue-cooking-games/id400600724,400600724,Girls Cooking Games - Free barbecue cooking games,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/9b/6d/2c/9b6d2c80-0ded-2ce2-139e-6e41c6362069/source/512x512bb.jpg,3,9,0,,"Girls Cooking Games is multi-tasking time management cook game, touch screen to service your customer.\n\nGame feature:\n- 4 different mission scene;\n- easy tap&tilt control;",MystoneGame Inc,4+,EN,63982592,Games,"Games, Entertainment, Strategy, Simulation",4/11/2010,21/09/2016
-https://apps.apple.com/us/app/jeans-boutique-holiday/id400627033,400627033,"""Jean's Boutique: Holiday""",No.1 time management game!!,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/79/1b/67/791b67bf-6358-7a3d-0019-db7e6c282039/source/512x512bb.jpg,4,407,1.99,,"""Jean's Boutique: Holiday is Time Management Game for the iPhone, iPod Touch and iPad.\n\nRun your own Jean's Boutique, a great fashion game combined with the fun of serving customers.\n\nTo make it in the fast-paced world of fashion, Jean will need to be fast on her feet, dedicated to her customers, wise in her upgrades. For fast fashion fun, there's no place like Jean's Boutique!\n\nRecommended for fans of Time Management Games.\n\nBasic Concepts:\n- Serving customers fast keeps them happy.\n- Waiting customers can get upset, angry and will eventually leave the store.\n- Each day the store will remain open for a limited time.\n\nFeatures:\n- Total 40 Stage.\n- 8 unique locations with 5 levels each.\n- 7 unique customer types.\n- 10 unique clothes types.\n- Wink & Flatter Skill.""","AFEEL, Inc.",4+,"EN, JA, KO",42928128,Games,"Games, Strategy, Simulation, Entertainment",4/11/2010,28/04/2018
-https://apps.apple.com/us/app/fiveinrow/id401227598,401227598,FiveInRow,,https://is1-ssl.mzstatic.com/image/thumb/Purple117/v4/82/48/c8/8248c8e9-fa0c-4b8c-ed0c-4eeba9d8e135/source/512x512bb.jpg,,,1.99,,"One board, one rule... An easy strategy game. \nYou have ""only"" to put five token in a row (horizontal, vertical or diagonal) before your opponent.\nStop playing will be difficult!\n\nFour difficulty levels.\n\n\nYou can also play against other player both on your own devices or in network (in this case you and your opponent need a Google+ account).\n\n\nSeveral board backgrounds available.\nMusic and sound effects tunable.",Rainbow Runner software,4+,"EN, IT",47307776,Games,"Games, Strategy, Board",25/11/2010,29/05/2017
-https://apps.apple.com/us/app/gem-struck/id401377159,401377159,Gem Struck,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/1e/1d/e5/1e1de5c8-3828-cba0-5638-7d2d75d2af5e/source/512x512bb.jpg,4,37,0.99,,"Gem Struck is Fun, Challenging, and Addicting!\nFly away to exotic faraway lands with the quirky Gem Struck bird Hikaru in search of precious gems. Solve challenging puzzles and earn points by matching adjacent gems of the same type. The larger the number of gems in a single match, the bigger the points! Whether you\'re a casual gamer or a puzzle fanatic, you\'ll love Gem Struck for its simple mechanics.\n\nTHREE MODES OF PLAY\n\n- Story: Features 3 worldly stages totaling 75 levels. Every level is meticulously designed and perfected to provide you with an exciting and mentally stimulating game experience. How long will it take you to pass all 75 levels and achieve all 225 stars? Give it a shot today!\n\n- Classic: Play a randomly generated 15x9 gems board with an infinite timer. Be casual and solve at your leisure or challenge yourself to optimize and maximize your score. Either way, we know you\'ll love it. (Kids will love it too!)\n\n- Head-2-head Multiplayer: If you\'re looking for a socially fulfilling gaming experience, here\'s your chance to compete LIVE against a friend or a stranger in a head-2-head game. Requires iOS 4.1 or higher and Game Center.\n\nFEATURES\n\n- The quirky Gem Struck bird Hikaru\n- Story Mode, Classic Mode, and Live Head-2-Head Multiplayer (multiplayer requires iOS 4.1 or higher and Game Center)\n- 75 awesome levels in Story Mode\n- Level Designer: the ultimate tool for creating and customizing your own boards\n- 8 Leaderboards to track your performance against other players. Requires iOS 4.1 or higher and Game Center.\n- 4 fun and soothing music tracks to entertain your ears while you play or if you prefer, listen to your own iPod music\n- 2 sets of gem styles consisting of 8 types of gems each\n- Special pieces in Story Mode: left and right shift, bomb, block and wild\n- Special modifiers in Classic and Head-2-Head Multiplayer Modes: 2x, 3x, +3, +5, and +9\n- Supports Retina Display\n\nDon\'t be the last to play Gem Struck. Get it today and instantly become ""Gem Struck""!",Sticky Ice Games,4+,EN,16351232,Entertainment,"Entertainment, Strategy, Games, Puzzle",14/12/2010,20/10/2016
-https://apps.apple.com/us/app/alphabet-race/id401468962,401468962,Alphabet Race,,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/8b/a5/81/8ba5813d-e9fa-e712-af6d-d1f9dd4ab1e2/source/512x512bb.jpg,3.5,19,0,,How fast can you tap A-Z?\n\nAlphabet Race is a simple and fun game of tapping A to Z as fast as you can. It\u2019s extremely easy but insanely addicting! \n\nAddicting gameplay\n\u2022Play as many times as you want\n\u2022Turn random letter placement off for practice\n\u2022Share your best times to your friends\n\nSocial networking\n\u2022Game Center integration\n\u2022Submit fastest times to global leaderboards\n\u2022Interact with other players \n\u2022Compare scores,Redwheel Apps,4+,EN,12328960,Games,"Games, Strategy, Entertainment, Puzzle",9/11/2010,22/05/2017
-https://apps.apple.com/us/app/panzer-elite-lite/id401529229,401529229,Panzer Elite Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/42/e9/25/42e92577-ae14-91ed-b07a-c9a09f39d5b2/source/512x512bb.jpg,3.5,53,0,,"Wonder secret weapons ""UFO"" and spaceship developed by the Nazi scientists during the World War II Then Nazi spaceships are sent to the ""dark side"" of the Moon to establish a military base. Their plan is to build a powerful fleet and return to conquer the Earth. Now commander! Lead your panzer army to destory them. \n\nTHE GAME: \nIn this realtime strategy game, you control units such as armoured car, many kinds of tanks, bomber, landmine, artillery,anti-tank gun. Crush your opponents with clever tactics and do not allow setbacks happen because enemies will become more and more stronger. In order to win, you must collect points to upgrade your units(econmic, base, tank\'s speed, tank\'s fire power, ...)collect air-dropped material as much as possible, produce units to destory your enemies and conquer your enemy\'s base. Many Classic Panzer Tanks(Tiger Panther T-34 M4A1 M26) and famous battle scenes in game. \n\nFULL VERSION FEATURES: \n- Choose 3 camps:American,German,or Soviet. \n- 3 difficulty settings. \n- 27 types of panzer units. \n- 48 missions. \n- upgrade system(15 parts). \n- 9 military music as bgm. \n- many air-dropped materials for scramble.",EASY Inc.,9+,EN,46484944,Games,"Games, Entertainment, Strategy, Action",11/11/2010,11/11/2010
-https://apps.apple.com/us/app/hotel-dash-suite-success-deluxe/id401710533,401710533,Hotel Dash: Suite Success Deluxe,,https://is5-ssl.mzstatic.com/image/thumb/Purple6/v4/de/fe/0d/defe0d3f-ecf8-b5d8-34e2-faffe8d0c4d3/source/512x512bb.jpg,4,1006,2.99,0.99,"Make a reservation for Hotel Dash: Suite Success Deluxe on your iPad! It\u2019s all the fast-paced fun of Diner Dash, Cooking Dash and Wedding Dash with the added bonus of hotel drama and chaos.\n\nAn addicting combination of time management and strategy, Hotel Dash: Suite Success Deluxe has been specially enhanced for your iPad. Build a thriving hotel business by renovating and running hotels all over DinerTown. Within minutes, you\u2019ll be directing the flow of guests with a few taps and slides of your fingers. Can you achieve 5-star status on every level to restore all of your VIP rooms?\n\nCheck in to Hotel Dash: Suite Success Deluxe for action, mishaps and mayhem! \n\nFEATURES:\n- 50 fast-paced levels to master for hours of play \n- 5 hotels to renovate and restore\n- Choose from over 90 upgrades to deck out your hotels, transforming drab to dazzling\n- Quirky guests to meet, including businesswomen, celebrities, ghosts, and more! \n\nLove the fast-paced fun of Hotel Dash: Suite Success Deluxe? Try our other addictive games! Cooking Dash: Thrills and Spills, Diner Dash: Grilling Green, and Wedding Dash 4-Ever are all available on the iPad.\n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/playfirstgames\n\nTwitter: @playfirst\n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com \n*******************",Glu Games Inc,4+,EN,40382464,Games,"Games, Entertainment, Strategy, Action",2/12/2010,18/12/2013
-https://apps.apple.com/us/app/e-g-chess/id402131111,402131111,E.G. Chess,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/90/c3/8e/90c38e0f-9608-83b3-7fa7-1119f619abc0/source/512x512bb.jpg,3.5,74,0.99,,"""A complete 3D chess experience in HD. Swipe rotate and pinch to zoom to adjust the board to any viewing angle. Watch as your Queen moves in real time to its destination and obliterates the opposing piece. Play online with Game Center, Bluetooth or locally against your friends, family and other chess enthusiasts.\n\nFeatures include:\n- 3D board and pieces with the ability to rotate to any view\n- Game Center achievements, leaderboard, matchmaking and voice chat\n- Play against a computer opponent\n- 2 player local mode\n- Play online or over Bluetooth versus your friends\n- Official FIDE (Elo) rating system\n- iPad support\n- Retina display support\n- 4 different 3D environments\n- Undo\n- Online leaderboard\n- Lobby notifications notify you when your game is joined or a move is made \n- Multiplayer chat\n- 2D button to lock the screen in 2D mode\n- 2D piece set option for 2D mode\n- 3D lock view button\n- Optional auto rotate that saves each player's viewing angle and returns to it after each move (perfect for the iPad)\n- Online games can be played at any pace and your opponent does not need to be online to play\n- Save and load previous games\n- Load a saved game and play it with a friend via Bluetooth\n- PGN export and load\n- Varying computer opponent difficulty\n- FICS (freechess.org) integration.""",Kris Arndt,4+,EN,75919360,Games,"Games, Board, Strategy",12/11/2010,15/11/2016
-https://apps.apple.com/us/app/european-war-lite-for-ipad/id402362706,402362706,European War Lite for iPad,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/9f/a7/31/9fa731c1-dc99-df93-30bb-266bd6f2564f/source/512x512bb.jpg,3.5,197,0,,"European War for iPad(musket & artillery) is a new style strategy game for iPad. It takes you to battleground Europe during the eighteenth century and nineteenth century. In this game many tactics been used in order to defeat the other forces. You can select six empires: British, French, Ottoman, Russia, Germany and Austro-Hungary in this age. If your army conquest enemy\u2019s territory your total tax revenue will be improved. You would get all of the empire\u2019s Territories and improve yourself total tax revenue after your army conquered enemy\u2019s Capital. Tax can be used to purchase cards (Draft Card, General Card, Marshal Card, Ship Card, Fortress Card, Cannon Fire Card.) \n\nFEATURES: \n-Include five difficulty levels. -Include 6 common cards and 6 empire\u2018s special cards. \n-Include two mode: CONQUEST MODE and BATTLE MODE. \n-CONQUEST MODE: select one of the six empires to defeat other empires. \n-BATTLE MODE: select six campaigns (Battle of Toulon (1793), Battle of Marengo (1800), Battle of Austerlitz (1805), Battle of Tannenberg (1914), Battle of Galicia (1914), Battle of Gallipoli (1914)) . \n-72 Territories (include sea and capital) every territory has its taxation. \n-Extend risk style battle mode (easy, various and interesting). \n\nComfortable operation makes you play this game easier and have more fun. We will update it by adding many campaigns in the latest version as soon as possible.",EASY Inc.,9+,"EN, JA, ZH, ZH",24391873,Games,"Games, Board, Strategy, Entertainment",12/11/2010,18/01/2011
-https://apps.apple.com/us/app/aqueduct-101/id402516081,402516081,Aqueduct 101,The Waterworks Puzzler,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/3e/8d/23/3e8d236d-4f4d-5474-4cbf-dc80caa5b3cc/source/512x512bb.jpg,4,1016,0,,"""Introducing Aqueduct\u2014a world of jumbled waterways and mixed up pipelines. It's up to you to rearrange the tracks and restore the flow. \n\nAqueduct 101 is an introduction to the basics of this puzzling waterworks world. With 48 unique puzzles, you'll learn to master the various contraptions and concepts of Aqueduct. \n\nLocked gates, shifty conveyor belts, floating bridges, and more stand between you and order. Can you reconnect the waterways and pass Aqueduct 101? \n\nFrom the creators of Blockwick, Orba, and Monster Soup\u2014Aqueduct fuses the slider-puzzle and pipe-connecting concepts into something totally new and outlandishly clever. If you're bored of the same old puzzle games, Aqueduct will give your brain the challenge it's looking for.""",Kieffer Bros.,4+,EN,58638336,Games,"Games, Entertainment, Strategy, Puzzle",2/12/2010,3/04/2019
-https://apps.apple.com/us/app/bomber-captain/id402793509,402793509,Bomber Captain,,https://is2-ssl.mzstatic.com/image/thumb/Purple6/v4/51/ce/49/51ce4912-0633-0228-8e05-8bd3ebeb2450/source/512x512bb.jpg,3.5,35,0.99,,"""In Bomber Captain, you take command of a Bomber in the midst of WWII as a recruit working for the Allied powers. Battle your way through several exciting missions as you face an onslaught of Axis fighters and guns in order to reach bombing targets including military factories, U-Boat docks and government buildings. As a valued member of the Allied forces, you have the power to turn the tide of war. Prepare for battle! \n\n- Take control of your bomber by tilting your device to the left and right to dodge oncoming attacks.\n- Simply tap on the screen in the desired location to fire machine guns at attacking fighter planes. You can fire up to two volleys of machine gun bullets at the same time with two fingers.\n- Launch a set number of bombs at the touch of a button to hit marked targets and complete your missions. \n- Realistic ground maps and plane models along with sound effects give you a feeling of participating in real battles. \n- Volleys of ground to air missiles keep you on your toes as you prepare to bomb a target.\n- Heavy damage to the plane, depending on where you're hit, can either cripple the engines or kill crew members. It's game over if all your crew members die or if all of your engines are destroyed. It will be a hard fought road to victory!\n- Fly and fight your way through 12 exciting missions each with unique backdrops and mission targets and earn medals after certain battles.\n- In missions you control a B-17 bomber and you face enemies that include FW190A and ME109 fighter planes. \n- With timelines and storylines for each mission that are based on historical data, the intensity of the war resonates with each mission. \n- Difficulty settings allow you to play the game at your own pace. Whether you prefer to take it easy or face an uphill battle, you can pave your own way to victory.""",Magitech Corporation,12+,EN,58212352,Games,"Games, Casual, Strategy, Entertainment",13/11/2010,26/01/2014
-https://apps.apple.com/us/app/chess/id403016297,403016297,Chess..,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/68/e7/0c/68e70ce6-9278-749d-b30e-0d9d291aebbd/source/512x512bb.jpg,1.5,56,0,"2.99, 0.99, 1.99","The classic strategy game with gorgeous graphics, online gaming and intuitive interface. Beautiful handcrafted board and pieces are showcased in a 3D view with rotation and zoom. \n\nEasy to play but very hard to master. Now you can test your playing skills against the computer on three different levels offline, or online against real people from around the world. \n\nChess is a two-person board game which simulates a battle between two opposing armies. Chess has been around for more than sixteen hundred years. When it comes to mind games, Chess is undoubtedly at the top of the list.",baKno Games,4+,EN,224016384,Games,"Games, Entertainment, Board, Strategy",14/11/2010,1/09/2017
-https://apps.apple.com/us/app/executive-checkers/id403728103,403728103,Executive Checkers,,https://is4-ssl.mzstatic.com/image/thumb/Purple6/v4/ba/08/47/ba084762-159e-ac52-bb1c-4476ba94b010/source/512x512bb.jpg,4,12,0,,"Play Checkers (Draughts) against the employer, CPU or a friend with an international rule editor, 5 levels of difficulty and 2 modes of play.\n""A brilliant idea combining a classic game of checkers with professional interview coaching"" ***** Fergus McClelland, Vocaltrademark.\n\nEXECUTIVE CHECKERS\n\nPlay Checkers, improve your interview skills and beat the employer.\n\nEnhance your interview skills with our in game guide on how to deal with those difficult executive level questions.\n \nCLASSIC CHECKERS\n\nPlay against a friend or CPU with 5 levels of difficulty and choose whether to play with or without a countdown timer.\n\nFEATURES\n\nChallenge Employer, CPU or Friend\nImprove your Interview Skills\nExpert tips (text and audio)\n5 levels of difficulty\nCountdown Timer\nInternational Rule Editor\nTop Interview Q&A\nLeaderboard & Achievements",Executives on the Web Ltd,4+,EN,25436160,Games,"Games, Board, Strategy, Business",5/01/2011,4/10/2013
-https://apps.apple.com/us/app/simply-solitaire-hd/id404016931,404016931,Simply Solitaire HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple5/v4/70/91/70/709170ab-4b42-0a99-81ff-7951ac5f2e4f/source/512x512bb.jpg,4,7955,0,,"No. 1 Solitaire game in over 70 stores worldwide!\n\nGet immersed in this uniquely styled version of Solitaire.\n\nWith its natural card layout, feature rich content and polished visual style, Simply Solitaire HD is the only Solitaire game you need on your iPhone, iPod Touch and iPad.\n\nSTYLIZED \nWe feel that every game should show off your device. That\u2019s why Simply Solitaire has been designed to stand out, with its natural card layout, striking colors and unique visual style. \n\nCUSTOMIZABLE \nSimply Solitaire lets you customize your game with unique card backs and backgrounds, adjustable deck position and rotatable screen orientation giving you the freedom to play Solitaire how you want. \n\nGame Features:\n\n\u2022 2 Game Modes: \n - 1 Card Draw (Everyone\u2019s favourite)\n - 3 Card Draw (The Expert\u2019s choice)\n\u2022 Drag, Drop & Double tap controls\n\u2022 Auto Complete and Auto Save \n\u2022 Unique Visual Style\n\u2022 Natural Card Layout \n\u2022 Shiny Special Effects\nGame Center support!\n - Achievements: 31 of them to unlock!\n - Leaderboards: Compete for the top spot!\n\u2022 Customize your game:\n - Cards: Over 40 Card Backs to choose from\n - Backgrounds: 10 Table Colors available\n - Deck Position: Whether you\u2019re a lefty or righty, we\u2019ve got you covered\n - Squeek! the Stress Toy: For when the cards just aren\u2019t on your side.\n\u2022 In-game stats: \n - Keep track of how well you\u2019re doing\n\u2022 iTunes Playback:\n - Lets you listen to your iTunes library whilst you play",YoYo Games Ltd.,4+,EN,51691520,Games,"Games, Strategy, Card",8/12/2010,26/06/2015
-https://apps.apple.com/us/app/just-solitaire-russian/id404018064,404018064,Just Solitaire: Russian,Challenging Solitaire Game,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/65/71/eb/6571eb8a-991e-a292-f222-71b85c5263b0/source/512x512bb.jpg,4,107,0,,"""I\'ve played regular solitaire for years and now it seems totally boring compared to this game. Keeps me thinking, keeps me challenged. I absolutely love it!""\n\n""Love this game! Play it for hours!""\n\n""Fun game, frustrating but fun when you finally beat it!""\n\nPlay Russian solitaire, one of the most challenging solitaire games. Move cards around my tapping or dragging them. Once you start playing Russian solitaire, you may never go back to other variations again! You can choose between different backgrounds and scoring methods","CleverMedia, Inc.",4+,EN,30312448,Games,"Games, Entertainment, Card, Strategy",19/11/2010,28/09/2018
-https://apps.apple.com/us/app/just-solitaire-40-thieves/id404019594,404019594,Just Solitaire: 40 Thieves,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/91/55/97/91559799-6c1b-b2ec-aaf5-3f4501aff800/source/512x512bb.jpg,4,531,0,,"""Perfection!! A well designed app for a fun and challenging game.""\n\n""Great little game - has all the functionality of solitaire you normally would have to pay for - I love it.""\n\nPlay Forty Thieves solitaire, one of the most challenging solitaire games. Move cards around my tapping or dragging them. You can change the number of cards issued from the deck, and how many times you can turn the deck over. You can choose between different backgrounds and card designs.","CleverMedia, Inc.",4+,EN,30312448,Games,"Games, Entertainment, Strategy, Card",19/11/2010,20/09/2018
-https://apps.apple.com/us/app/checkers-1/id404242044,404242044,Checkers \u2116 1,No wifi strategy board games,https://is3-ssl.mzstatic.com/image/thumb/Purple114/v4/fa/5c/3e/fa5c3e3a-3c3d-ca16-816f-702eddfa3247/source/512x512bb.jpg,4.5,1985,0,2.99,"\u201cCheckers N\xb01\u201d is the most downloaded checkers app in the world. It has the highest rate with highest number of user reviews in various countries where checkers is in demand (Mexico, Brazil, Italia, France, Spain, Belgium, Russia, Ukraine, Netherland, \u2026).\n\nRealistic touch and feel, with its fluidity and simplicity, this game will evoke your old time childhood memories when you played with your family and friends. Moreover, for 1 player game, its scalable and fast AI lets you forget that you are playing against a computer. Enjoy the world leading Checkers game!\n\nWith this software, you will be able to play locally, against someone or against the computer. You will also be able to play against anyone in the world through Game Center.\n\nKey features (Free version):\n- Games against computer (4 levels, color option)\n- Online games with Game Center\n- 2 players game\n- Draw recognition and automatic draw propositions for single player games\n- ""Lose to win"" option against the computer: Lose all your checkers before the computer!\n- iPod compliant: Listen to your own music while playing (except for Game center games). Launch the music app after having launched the checkers app!\n- Leaderboards to compare your score\n- Achievement boards to get your level\n- Nice look and feel\n\nKey features (Premium version):\n- no ads\n- AI difficulty level 4 and 5, very fast and smart\n- Automatic record of all the games, and easy replay of any of them\n- Possibility to unlock the pawns and move them anywhere off/on the board\n- Time limit games (like for chess)\n- Show board numbers option (iPad)\n- Delete button to come back to a previous board combination (2 players and single players game)\n- More points gained per game center game\n- Option to see the last move\n\nA must have if you like strategic board games.",Itchigoo,4+,"AR, NL, EN, FR, DE, HE, ID, IT, JA, KO, MS, PT, RU, ZH, ES, TH, TR, UK",72999936,Games,"Games, Strategy, Entertainment, Board",4/03/2011,7/03/2019
-https://apps.apple.com/us/app/emross-war/id404515795,404515795,Emross War,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/46/f2/02/46f2025a-cf15-aa9b-0de5-959f566a624f/source/512x512bb.jpg,3,5867,0,"19.99, 9.99, 4.99, 49.99, 99.99","*** #1 game for iPhone and iPod Touch in many countries! ***\n\nONLINE Massively Multiplayer Role-Playing Game (MMORPG) for the iPhone/iPod Touch!\n\nLIMITED TIME OFFER: DOWNLOAD NOW AND ALL THE NEWLY REGISTERED PLAYERS CAN GET GIFTS.\n\n""This is best mmorpg game I\'ve played and I\'m still enjoying the game with my friends."" -JoeyCho\n\n""I absolutely love this game. I don\'t usually get into games like this, but for some reason this one really catches my attention."" -Razie2\n\nEmross War is a free massively-multiplayer strategy game (mmo). It takes only 3 minutes to learn, and is extremely fun!\n\nThe story happens in Emross, the land of Myth and Legend, which has been under wars among Human, Elf, and Orc since very ancient time. Now with the invasion of Chaos Army, the situations are becoming even more complex...\nYou will start as a young Lord inheriting a small castle from your family. As you gradually develop and march your way to victory, you will have chance to meet and recruit many different legend heroes, and be able to summon the most powerful guardian creature of your own race!\nAnd you are NOT fighting alone. You and friends can build a very powerful alliance; make it a dominant presence in Emross; and finally defeat the Chaos and restore order to the land!\n\nGAME FEATURES:\n- Well designed guidance system: it takes only 3 minutes to learn, and is extremely fun!\n- Perform numerous challenging quests.\n- Enjoy gorgeous graphics.\n- FREE updates with new quests, items, heroes, and more!\n- Battle other players LIVE.\n- Choose from 3 races\u2014HUMAN, ELF, ORC\u2014each with different soldiers, guardian creatures, and heroes.\n- Construction, research, troop training, attack, and defense strategy are completely under your control!\n- Ally with other players to make you stronger!\n- You will NOT feel alone: Private Chats, Alliance Chats, Public Chats, Forums...full of interaction and communication!\n\n...and much MORE!\n\n""Awesome game! If you like empire building game, or you are a fan of ogame/travian/evony on PC, I think you will surely enjoy this.""\n\n""When I looked at the screenshots, I knew it would be a good game for my taste. But now I will say this game totally exceeds my expectation!""\n\n""A great game that you will regret to miss!""",iFree Studio Limited,9+,"EN, FR, DE, JA, KO, PT, RU, ZH, ZH",18796544,Games,"Games, Role Playing, Strategy, Entertainment",9/01/2011,4/11/2013
-https://apps.apple.com/us/app/bloons-td-4/id404553553,404553553,Bloons TD 4,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/ca/fd/1c/cafd1c83-150b-5601-e5b0-8ee3ff8337a0/source/512x512bb.jpg,4.5,8409,2.99,"6.99, 1.99, 2.99, 0.99, 0.99, 1.99, 1.99, 0.99, 0.99, 0.99","""Version 3.6 is now live featuring a brand new track and 2 new challenges.\n\nUpdate history:\n\n3.5 - Added Pool Party Map.\n3.4 - Added 2 new Challenges.\n3.3 - Added 2 new Challenges.\n3.2 - Added Beehive Map, Extreme Challenges and Mystery Tower.\n3.1 - Added 2 new Challenges.\n3.0 - Added 2 new Challenges.\n2.9 - Added Monkey Heart Map.\n2.8 - Added 2 new Challenges and Jolly Roger Extreme Map.\n2.7 - Added 2 new Maps, 2 new Challenges, Festive Towers and Double XP!\n2.6 - Bug Fixes\n2.5 - Added new tower Spike Factory\n2.4 - Added Trick or Treat Map and Spooky Tower Surprise.\n2.3 - Added 3 new Challenges with unique gameplay elements.\n2.2 - Added Blue Laser Challenge and IAP Extreme Maps.\n2.1 - Added Firecracker Map.\n2.0 - Added Challenge Mode.\n1.9 \u2013 Added Sweet Tooth Map\n1.8 - Added new tower Dartling Gun.\n1.7 - Added DNA Test Map.\n1.6 - Added Deflation Mode.\n1.5 - Added Spring themed Daisy Chain map and IAP for Special Upgrades.\n1.4 - Added Apopalypse Mode.\n1.3 - Added new Sun God Temple Map.\n\nWe are continuously working hard to bring you a whole host of brand new content updates over the coming weeks so stay tuned.\n\nYou've been waiting patiently, thousands have requested it and finally it's here.....\n\nNINJA KIWI'S BLOONS\xae TD 4 HAS ARRIVED ON THE APP STORE!\n\nThat's right the monkeys are back and this time there is a whole new army of bloons to burst. Featuring a whole host of new tower and enemy types, Bloons\xae TD 4 is the long awaited sequel to Bloons\xae TD iPhone.\n\nThis time the monkeys are serious and are ready to take down the enemy from the land, air and sea. Utilising a new ranking system you can build up your experience and gain access to even more powerful towers and upgrades. Call in mortar strikes, deploy the monkey aces and harness the power of banana farms as you bid to take down the enemy in true bloon popping fashion.\n\nBloons\xae TD 4 iPhone features a mix of classic tracks from the online game as well as a whole host of new tracks for you to master. The medal ranking system is also back to add a new level of difficulty to the challenge. Can you battle through all 75 rounds to earn the gold medal?\n\nOf course, even if you do, the fun doesn't stop there and you can continue the madness in freeplay mode. Discover how many rounds can you survive before the enemy overpowers you then challenge your friends to beat your score using Game Centre high scores. \n\nBloons\xae TD 4 combines all of this with Game Centre achievements and there is even some special bonuses which you can discover and unlock by mastering the tracks!\n\nFeatures:-\n\n\u2022 All of your Bloons\xae TD 4 favourites, including the all powerful Sun God and Dartling Gun.\n\u2022 25 different tracks plus 5 Extreme Maps (available through IAP).\n\u2022 Challenge Mode and all new Extreme Challenges.\n\u2022 3 difficulty settings on each map, Easy, Medium and Hard for varying degrees of challenge.\n\u2022 Continue the popping frenzy in freeplay mode once you master a track.\n\u2022 Game Centre high score tables and achievements.\n\u2022 Special bonus unlocks.\n\u2022 Now includes Apopalypse and Deflation modes.""",Ninja Kiwi,4+,EN,24138752,Games,"Games, Strategy, Casual",7/12/2010,4/08/2017
-https://apps.apple.com/us/app/infinite-battles/id404761993,404761993,Infinite Battles,,https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/a5/c4/0e/a5c40e16-c5bf-b319-e78b-1253d50b40d1/source/512x512bb.jpg,2,5,0,0.99,"Infinite Battles is a turn based online battle card game for 2 players.\n\nAs a commander of a military facility you are ordered to destroy an enemy base. This is not an easy task as the capabilities of the enemy base are matching the capabilities of your base. However you are able to define a set of protocols represented as battle cards which can give you an advantage.\n\nThe battle between you and your enemy is turn based but the turns are evaluated simultaneously. Every turn begins with a dice roll. The value of the dice represents the amount of action points added to your action point pool. You can then use your action points to fire from and/or repair any of your 3 towers situated in your base. You can also use one of the protocols (battle cards). After spending any amount of you action points, you must end your turn before the turn time runs out. When you and your enemy finished your turns, the turns will be evaluated and you can inspect the battle in real time.\n\nGame features:\n- Online Multiplayer using GameCenter\n- Online Hight Score\n- Challenge other players\n- Rematch option\n- Choose between Medieval and Prototerran Factions\n- Create your own deck using 12 different battle cards\n- More Factions to come\n- More battle cards to come","Oratu, s.r.o.",9+,EN,57758720,Games,"Games, Strategy, Card",14/12/2010,6/03/2017
-https://apps.apple.com/us/app/shopping-mogul/id404768115,404768115,Shopping Mogul,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/64/84/1c/64841c24-9d8f-4da2-5327-2c22b7811824/source/512x512bb.jpg,3,15,0.99,,"Put your management skills into practice with our latest game \u2018Shopping Mogul\u2019 \u2013 a game which is all about building a shopping paradise in the small and dynamic city of Kensonville and watch it reach the heights of fame. \n\nYes, you heard it right! You flex your mind, strategize and build a shopper\u2019s haven, where money spent by your customers leads to money earned by you, paving a path for wealth and fame!\n\nAs a beginning entrepreneur, you will start as an apprentice land builder. If you strategize and plan your shopping city well, you will land larger land deals with the city mayor to build new shopping options in Kensonville.\n\n You have a choice to build shopping malls, salons, coffee shops, shoe shops, supermarkets and more for your buyers. You can also sell and upgrade your shops when money starts rolling in! Remember upgraded shops attract more customers!!\n\nThe game has a flow of customers coming into your shopping arena on every game day, and you have to ensure that they leave happy and contended with their money spent. The happier your customers are, the more you will earn.\nLike every city, you have to ensure that your shopping paradise is free of clutter, theft and other unforeseen events such as fire. These can drain your resources leaving you to keep investing in rebuilding the land.\n\nNow you know the game, so start playing and see yourself grow into a Shopping Mogul!\n\nGame Features\n\u2022 8 different levels to win the final title of the Shopping Mogul!\n\u2022 103 days of interesting game play\n\u2022 7 shops to build and 3 utilities to provide to customers\n\u2022 14 shop upgrades available\n\u2022 Interactive in-game tutorial\n\u2022 In-game iPod accessibility to listen to favorite tracks while playing.\n\u2022 In-game Facebook connectivity to challenge and post in-game pictures.\n\u2022 Strategy helps build personal management skills.\n\u2022 Colorful graphics and animations add to the game-play\n\u2022 Interesting background sounds and special effects",Octane Technologies,4+,EN,23207936,Games,"Games, Entertainment, Strategy, Role Playing",25/11/2010,29/10/2016
-https://apps.apple.com/us/app/galactic-conquest-lite/id404976414,404976414,Galactic Conquest LITE!,,https://is1-ssl.mzstatic.com/image/thumb/Purple6/v4/bb/5e/c6/bb5ec664-d772-6246-fc0f-bcd72b94f415/source/512x512bb.jpg,2.5,30,0,,"""Galactic Conquest is a turn-based stategy space game.\n\nThe goal of the game is to capture a certain percentage of the galaxy's planets. To do that, you must produce ships at your planets. Use your ships for upgrading your planets and attacking your opponents. Build radar stations to monitor enemy movement and determine weaknesses. Beware of the occasional plague or rebellion!\n\nFull version contains up to 7 CPU players!""",David Skelly,4+,EN,13279232,Games,"Games, Entertainment, Strategy, Board",30/11/2010,20/12/2013
-https://apps.apple.com/us/app/accessible-minesweeper/id405094331,405094331,Accessible Minesweeper,,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/51/a2/ec/51a2ecb8-4945-3bc5-9bae-b606d9a4c10e/source/512x512bb.jpg,4.5,12,0.99,,Accessible Minesweeper is a funny game of strategy whose aim is to clear the minefield without detonating a bomb. In order to win this game you need your intelligence to guess where the bombs are.\n\nThis game is compatible with voiceOver.Blind users can enjoy the fun this game offers.\nThis game includes features that will allow deaf people to enjoy the experience. \nUsers with hand and/or mobility problems will have the chance to enjoy a comfortable game experience.,Tyflos Accessible Software,4+,"EN, FR, IT, ES",7204864,Games,"Games, Puzzle, Strategy",1/12/2010,29/12/2014
-https://apps.apple.com/us/app/10-in-1-board-games-ba-net/id405430582,405430582,10-in-1 Board Games BA.net,"Many Hours of Fun, No IAP",https://is4-ssl.mzstatic.com/image/thumb/Purple114/v4/9b/f2/8a/9bf28a14-99ec-4ff2-1589-d56c28123200/source/512x512bb.jpg,2.5,243,0,,"Fun board games including Checkers, Dominoes, Random Chess, Computer Go, Battleship, Mini GO, Backgammon, Mines, Mahjong, Mastermind, Mini Go, Chinese Checkers, Sudoku and more.\n\nMany hours of fun on a small footprint app. 100% free no IAP.\n\nCrazy Chess is played using a normal chess board with some of the pieces rearranged. It is a variation of Fisher Random Chess.\n\nThe moves and pieces are the same as the original game. Because of the rearranged pieces, players cannot use typical chess opening moves.\n\nThe game is good for helping newer and more experienced chess players learn how the game works. It is a fun way to practice how to ""read the board"".\n\nDominoes traditional tile game played in many cultures around the world. Puerto Rican, Latin and Cuban Dominoes are all variations of the block game. \n\nMahjong, also spelled majiang, mah jongg, and numerous other variants, is a game that originated in China. It is commonly played by four players (with some three-player variations found in South Korea and Japan). \n\nThe game and its regional variants are widely played throughout Eastern and South Eastern Asia and have a small following in Western countries. Similar to the Western card game rummy, mahjong is a game of skill, strategy, and calculation and involves a degree of chance.\n\nCheckers is a strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces.\n\nBA.net",Jaime Garcia Ghirelli,4+,EN,45953024,Games,"Games, Entertainment, Board, Strategy",4/01/2011,30/01/2019
-https://apps.apple.com/us/app/10-in-1-board-games-ba-net/id405430582,405430582,10-in-1 Board Games BA.net,"Many Hours of Fun, No IAP",https://is4-ssl.mzstatic.com/image/thumb/Purple114/v4/9b/f2/8a/9bf28a14-99ec-4ff2-1589-d56c28123200/source/512x512bb.jpg,2.5,243,0,,"Fun board games including Checkers, Dominoes, Random Chess, Computer Go, Battleship, Mini GO, Backgammon, Mines, Mahjong, Mastermind, Mini Go, Chinese Checkers, Sudoku and more.\n\nMany hours of fun on a small footprint app. 100% free no IAP.\n\nCrazy Chess is played using a normal chess board with some of the pieces rearranged. It is a variation of Fisher Random Chess.\n\nThe moves and pieces are the same as the original game. Because of the rearranged pieces, players cannot use typical chess opening moves.\n\nThe game is good for helping newer and more experienced chess players learn how the game works. It is a fun way to practice how to ""read the board"".\n\nDominoes traditional tile game played in many cultures around the world. Puerto Rican, Latin and Cuban Dominoes are all variations of the block game. \n\nMahjong, also spelled majiang, mah jongg, and numerous other variants, is a game that originated in China. It is commonly played by four players (with some three-player variations found in South Korea and Japan). \n\nThe game and its regional variants are widely played throughout Eastern and South Eastern Asia and have a small following in Western countries. Similar to the Western card game rummy, mahjong is a game of skill, strategy, and calculation and involves a degree of chance.\n\nCheckers is a strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces.\n\nBA.net",Jaime Garcia Ghirelli,4+,EN,45953024,Games,"Games, Entertainment, Board, Strategy",4/01/2011,30/01/2019
-https://apps.apple.com/us/app/robotngun/id405705981,405705981,RobotNGun,,https://is4-ssl.mzstatic.com/image/thumb/Purple124/v4/35/83/76/358376e6-23c9-27c3-ac49-1662bcca8cc3/source/512x512bb.jpg,4.5,3330,0.99,"0.99, 0.99, 2.99, 1.99","""Due to scarce resource, the cruel robots plan a massive attack to have the very last resource held by the human beings. In order to protect the lives and the resource, you need to send the advance robot out and load it with with high tech weapon. Let's defend !!\n\nGame feature:\n-Awesome scenes.\n-Powerful weapon.\n-Total 150 battles.\n-You can upgrade robot and weapons in the factory.\n-Thrilling BOSS battle.\n-Each enemy robot has its characteristics.\n-Support Game Center Onlin Achievement; total of 100 achievements for the challenge.\n-Challenge Mode, it supports Game Center Leaderboard. Come and challenge your skill!\n\nGame Video:http://www.youtube.com/watch?v=23mM6t8INO8\n\nNote:Recommanded using iPhone 3GS,iPhone 4,iPod Touch 3,iPod Touch 4 to get the best gaming experience. iPhone 2G, iPhone3G, iPod Touch 1, iPod Touch 2 may experience some lag.""",Crazy Carpenter,9+,EN,44702166,Games,"Games, Strategy, Action",4/12/2010,6/08/2012
-https://apps.apple.com/us/app/my-kingdom-for-the-princess-ii-hd/id406328480,406328480,My Kingdom for the Princess II HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/73/0d/23/730d2386-26a1-6a4f-c2de-8db376d1cbde/source/512x512bb.jpg,4,346,4.99,,"The innovative mixture of click management and building simulation still works perfectly, and some new twists along with engaging mini-games ensure a pleasant experience!"" - GameZebo.com (4.5/5.0) \n\nSee what the excitement is all about when you try the free trial version or download the full-unlimited version of My Kingdom for the Princess 2 today!"" - Gamehouse.com\n\nMy Kingdom for the Princess 2 is a resource management/strategy title with loads of charm and deceptively deep gameplay."" - 148apps.com (4/5)\n\nBest Time Management/Simulator in 2010 - My Kingdom for the Princess II won the 2010 Nevosoft People\u2019s Choice Award for best Time Management/Simulator \n\nThe adventures of Arthur and Princess Helen continue in this long awaited sequel to the addictive strategy, time management and simulation game. Longbeard the Dwarf kidnaps Helen, and Arthur has to embark on a long and dangerous journey to save his Princess. On his way to triumph he will have to clear the land, defend against invaders, and work with magical beings like flying cats and witches. \n\nMy Kingdom for the Princess 2 is an innovative mixture of click management and building simulation that still works perfectly. The sequel builds on the original formula with some new twists and captivating mini-games. The game features a whopping 60 levels on five different islands with various landscapes and a wide range of tasks, which ensure hours of enjoyable play! \n\nFeatures: \n- Unique mixture of genres - time-management, strategy, and simulation \n- An even more quirky and entertaining storyline \n- New characters and obstacles \n- Two brand new game bonuses expand the game\'s tactical possibilities. \n- Plenty of special tasks and mini-games to keep you on your toes \n- Diverse achievements for excellent performance \n\nTrue heroes are always ready for a new challenge! It\'s time to prove yourself worthy being a knight once again! \n----------------------------------------- \nNot ready to buy the full version? \nTry the free version: My Kingdom for the Princess 2 Lite \n----------------------------------------- \nLike games by Nevosoft? \nWhy not try some of our other games! \n\nSupercow: super-dynamic arcade game about the adventures of a new character that deserves everyone\'s attention! Supercow doesn\u2019t give milk, she just rocks! \n\nMagic Academy: fascinating adventure game that mixes hidden object hunts with mini-games and sorcery\n\nMy Kingdom for the Princess: An addictive, award-winning game with unique game play that combines time management, strategy, and simulation.\n\nZzed: a logic marble-popper game filled with fun and humor! \n\nDream Sleuth: Travel in the world of your dreams and save the girl in this thrilling hidden object puzzle adventure! \n\nLaura Jones and the Gates of Good and Evil: Meet amusing characters and hunt for hidden objects as you try to save the world. \n\nLaura Jones and the Secret Legacy of Nikola Tesla: Test your Hidden Object skills as you race against time and the other people chasing down Tesla\'s invention! \n\nPantheon: Unlock magic artifacts of ancient deities on an amazing match-3 journey through beautiful locations of the Ancient India. \n\n10 Talismans: Set to stunning oriental vistas, this match-3 puzzle game puts you on a quest to collect ten powerful talismans. \n----------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nFollow us on Twitter: http://twitter.com/NevosoftGames \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com",Nevosoft LLC,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ES, SV",171450368,Games,"Games, Strategy, Simulation",17/12/2010,10/08/2017
-https://apps.apple.com/us/app/two-worlds-ii-castle-defense-lite/id406369517,406369517,Two Worlds II Castle Defense Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/24/a4/4b/24a44be8-41c0-d48b-bf2b-66eb88e768ef/source/512x512bb.jpg,3,27,0,"0.99, 0.99, 0.99, 0.99, 0.99","""Two Worlds II Castle Defense is a strategy game set in the high-fantasy universe of Antaloor. Defend imperial commanders by enlisting and managing Emperor Gandohar's imperial forces. Employ a range of units to defend imperial interests, including Swordsmen, Archers, and Priests.\n\nEmperor Gandohar\u2019s stronghold at Oswaroth has been threatened by encroaching Orc armies. Take command of your troops and lead them into battle against the enemy horde! Unraveling events will lead you on the search for Maliel\u2019s Thrones, ancient artifacts sought after by Emperor Gandohar in his endless, ever-darkening quest for power.\n\nLITE VERSION\n==============\n- Use the Hero's special abilities\n- 6 Unique Playable Units, Each Upgradable to 8 Levels\n- 35 Different Enemy Units, 9 Distinct Classes\n- Advanced Unit Management Including Stealth and Teleportation\n- Supports up to 50 Units Simultaneously On-Screen\n- HD Character Models\n- Rich 3D Environments\n- Rejoin Beloved Characters and Locations From Two Worlds II\n- Remastered Musical Score From Two Worlds II\n\nTECHNICAL FEATURES\n===================\n- Dynamic Character Shadows\n- Full Day and Night Cycle\n- Fullscreen 4x anti-aliasing on the iPhone\n- Up to 50 Units Simultaneously On-Screen\n- HD Character Models\n- Rich 3D Environments with static lighting\n- Advanced particle system\n- Environment effects such as fog, desert storm and heavenly rays\n\nFULL VERSION\n==============\n- Campaign Locations Include Desert Ruins, Forest Camp, Cemetery\n- Arena Challenges Allowing 5-10 Minute Skirmishes\n- Storyline Foreshadowing Gandohar's Rise and the Events of Two Worlds II\n- 2 Playable Characters Each With Unique Special Abilities\n- 6 Playable Units Each Upgradable to 8 Levels\n- 98 Different Enemy Units and 30 Distinct Classes\n- Advanced Unit Management Including Stealth and Teleportation\n- Rejoin Beloved Characters and Locations From Two Worlds II\n- Remastered Musical Score From Two Worlds II\n- OpenFeint with leaderboards and achievements\n\n======================\nVISIT: http://www.twoworlds2.com/cd\nFOLLOW: http://twitter.com/#!/Reality_Pump\nLIKE: http://www.facebook.com/#!/pages/Two-Worlds-II-Castle-\nDefense/118209048251454\nWATCH: http://www.youtube.com/user/RealityPump?feature=mhum""",TopWare Interactive AG,12+,EN,84501159,Games,"Games, Action, Strategy",12/01/2011,28/06/2011
-https://apps.apple.com/us/app/pandanet-go/id406456426,406456426,PANDANET(Go),,https://is4-ssl.mzstatic.com/image/thumb/Purple114/v4/65/b6/f9/65b6f903-9348-ae84-9ee3-eb8974b28418/source/512x512bb.jpg,3.5,140,0,16.99,"At long last, a free iOS-compatible Go app is now available through Pandanet! Approximately 80 thousand members from more than 150 countries use the Pandanet Go Match website and its world-class online Go Salon. Go is gaining popularity around the world as a ""mind game,"" and now Pandanet brings it to your fingertips to be enjoyed at home or ""on the go.""\n\n== App Features ==\n\n[Game Viewing]\nThis feature allows you to display a list of users currently in rooms, view matches in real time, etc. If you have a Pandanet account already, you can play games. At least 1,000 members are logged in at all times, allowing you to play or view Go matches 24 hours a day, every day of the year. A perfect way to wile the time during commutes to work or school. Plus a reliable, patented rating system allows you to match up with anyone, regardless of skill differences, under the appropriate handicaps to even out the playing field.\n--------\n[Pro Games]\nThis feature enables you to view live or archived title matches between top professional Go players, including the Qisheng, Meijin, Honinbo, Oza, Gosei, and Judan matches. Various other professional matches, Pair Go championship games, and even amateur tournaments are available for live or archival viewing as well.\n--------\n[News / Streaming]\nGo has been gaining worldwide popularity as an international ""mind game"".\nPandanet features a stream of relevant, up-to-date Go-related information, including professional title match and amateur match information in real time.\n--------\n[Invitation]\nPressing ""Invitation"" at the bottom of the screen will display a list of potential opponents who you can invite to play in a match. You can also select ""Any player"", which has the computer automatically match you with an opponent who meets your conditions.\n\nChecking the ""Received"" box shows invitations received from other players, and checking the ""Sent"" box shows you details for invitations that you\'ve sent out.\n--------\n[Question-a-day]\nA question is asked each day, covering various genres.\nQuestions are updated on a daily basis, allowing you to answer at your own leisure. Answering a little each day will surely improve your playing skills.\n--------\n[Net Social Plaza]\n- Pandanet offers a ""Social Plaza"" (SNS) feature that includes the following services:\n\n- The option to view your own match history and records.\n- The option to join a community that interests you, and to socialize with other community members by posting on a forum and sending messages.\n--------\n[Archive]\nEvery match you\'ve played can be saved to the software. You can also enter your own game records to store them, enter a variation diagram, etc. so that you can look through past matches anywhere at any time.\n--------\n[Settings]\nYou can change the following settings, or check app controls here.\n\n== Content unrelated to matches ==\n- Account\n- Change status\n- Set info\n- Move room\n+ Match-related content +\n- Show coordinates\n- Change autoplay speed\n- Confirm moves\n- Zoom out after move\n- Adjust volume\n* Layout features such as stones and boards can be customized in the iPad version.\n--------\n== Intro to Pandanet Events & Tournaments ==\nPandanet holds a variety of Go tournaments and events.\n\n(1) SportAccord-Pandanet Cup Online Go Tournament\nThe ""SportAccord Go Online Tournament"" and ""Pandanet Cup Internet World Amateur Go Tournament"" were combined to form this large-scale internet world Go tournament. \nIt\'s held for classes ranging from indiscriminate to C Class, and awesome prizes are awarded to the champions in each class. Participation is free, so please take advantage of this unique opportunity to compete with Go fans from around the world.\n\n(2) Pandanet Go European Team Championship\nFive players, each representing a European country, play in team competition.\n\n(3) Pandanet-AGA City League\nFive players, each representing an American city, play in team competition.\n\n(Many more events are available as well. Check the website for details.)\n--------",PANDANET Inc.,4+,"NL, EN, FR, DE, JA, KO, RU, ZH, TR",5956608,Games,"Games, Strategy, Board",9/03/2011,21/01/2019
-https://apps.apple.com/us/app/two-worlds-ii-castle-defense-lite-hd/id406479628,406479628,Two Worlds II Castle Defense Lite HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/c4/6a/5b/c46a5b28-49dc-8d86-91cb-5321350336cb/source/512x512bb.jpg,3.5,115,0,"0.99, 0.99, 0.99, 0.99, 0.99","""Two Worlds II Castle Defense is a strategy game set in the high-fantasy universe of Antaloor. Defend imperial commanders by enlisting and managing Emperor Gandohar's imperial forces. Employ a range of units to defend imperial interests, including Swordsmen, Archers, and Priests. \n\nEmperor Gandohar\u2019s stronghold at Oswaroth has been threatened by encroaching Orc armies. Take command of your troops and lead them into battle against the enemy horde! Unraveling events will lead you on the search for Maliel\u2019s Thrones, ancient artifacts sought after by Emperor Gandohar in his endless, ever-darkening quest for power. \n\nLITE VERSION \n============== \n- Use the Hero's special abilities \n- 6 Unique Playable Units, Each Upgradable to 8 Levels \n- 35 Different Enemy Units, 9 Distinct Classes \n- Advanced Unit Management Including Stealth and Teleportation \n- Supports up to 50 Units Simultaneously On-Screen \n- HD Character Models \n- Rich 3D Environments \n- Rejoin Beloved Characters and Locations From Two Worlds II \n- Remastered Musical Score From Two Worlds II \n\nTECHNICAL FEATURES \n=================== \n- Dynamic Character Shadows \n- Full Day and Night Cycle \n- Up to 50 Units Simultaneously On-Screen \n- HD Character Models \n- Rich 3D Environments with static lighting \n- Advanced particle system \n- Environment effects such as fog, desert storm and heavenly rays \n\nFULL VERSION \n============== \n- Campaign Locations Include Desert Ruins, Forest Camp, Cemetery \n- Arena Challenges Allowing 5-10 Minute Skirmishes \n- Storyline Foreshadowing Gandohar's Rise and the Events of Two Worlds II \n- 2 Playable Characters Each With Unique Special Abilities \n- 6 Playable Units Each Upgradable to 8 Levels \n- 98 Different Enemy Units and 30 Distinct Classes \n- Advanced Unit Management Including Stealth and Teleportation \n- Rejoin Beloved Characters and Locations From Two Worlds II \n- Remastered Musical Score From Two Worlds II \n- OpenFeint with leaderboards and achievements \n\n! Full Version release date: 17th May 2011 ! \n\n====================== \nVISIT: http://www.twoworlds2.com/cd \nFOLLOW: http://twitter.com/#!/Reality_Pump \nLIKE: http://www.facebook.com/#!/pages/Two-Worlds-II-Castle- \nDefense/118209048251454 \nWATCH: http://www.youtube.com/user/RealityPump?feature=mhum""",TopWare Interactive AG,12+,EN,101755824,Games,"Games, Action, Strategy",13/01/2011,22/07/2011
-https://apps.apple.com/us/app/yin-and-yang/id406492638,406492638,Yin and Yang,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/59/a8/c9/59a8c9b7-239e-aad2-4d4f-69916399259f/source/512x512bb.jpg,4,25,0,0.99,"""In Yin and Yang you have to master the dualities Yin and Yang. You start out with quiescence of the elements, but you have to change faith to your advantage. You need a good strategy to break the quiescence \nto your advantage. But be careful, your opponent will try the same thing and you might end up loosing most of you Taijitu pieces that symbolize your faith. \n\n- Yin and Yang takes place between two players. The first player symbolizes the Yin, the second player symbolizes the Yang \n\n-It is played on an 8x8 board of 64 squares. There are 64 Taijitu pieces, colored black for player representing Yin and gold for the player representing Yang. \n\n- In the basic game, the board is set up initially with two Taijitu pieces for each player. The advanced games (Challenge and Master) have more pieces on the initial board) \n\n- Yang (black Taijitu) makes the first moved. Players are then taking alternate turns. \n\n- When making your move, you can change faith by forcing pieces on the board to change from Yin to Yang or Yang to Yin. \n\n- Goal of the game is, once all the pieces are placed to have more pieces than your opponent on the board. \n\n- At each turn a player must place a Taijitu piece with their color face up on one of the empty squares of the board, adjacent to an opponent's Taijitu piece, such that one or \nmore straight lines (horizontal, vertical or diagonal) are formed from the newly placed disc, through one or more of the opponent's discs and up to other Taijitu pieces of their own color already \non the board. All the intervening Taijitu pieces of the opponent's color are flipped to the faith (Yin/Yang) of the newly laid Taijitu piece. \n\n-Taijitu pieces may be flipped from one faith to the other but once played are not moved from one square to another or removed from the board. \n\n- Players may not pass unless there is no valid move available to them in which case they must pass. \n\n-Play continues until neither player is able to move, usually when all 64 squares have been played. \n\n- The player with most piece of their faith wins \n\n\nHistory \n\nIn Chinese philosophy, the concept of yin yang, normally \nreferred to in the West as yin and yang) is used to describe how polar or seemingly contrary forces are interconnected and interdependent in the natural world, and how they give rise to each other \nin turn. The concept lies at the origins of many branches of classical Chinese science and philosophy, as well as being a primary guideline of traditional Chinese medicine, and a central principle of \ndifferent forms of Chinese martial arts and exercise, such as baguazhang, taijiquan (tai chi), and qigong (Chi Kung) and of I Ching divination. Many natural dualities \u2014 e.g. dark and light, \nfemale and male, low and high, cold and hot \u2014 are thought of as manifestations of yin and yang (respectively). \nYin yang are complementary opposites that interact within a greater whole, as part of a dynamic system. Everything has both yin and yang aspects, but either of these aspects may manifest more strongly \nin particular objects, and may ebb or flow over time. The concept of yin and yang is often symbolized by various forms of the Taijitu symbol, for which it is probably best known in western cultures. \nThere is a perception (especially in the West) that yin and yang correspond to good and evil (not respectively). However, Taoist philosophy generally discounts good/bad distinctions and other \ndichotomous moral judgments, in preference to the idea of balance. Confucianism (most notably the philosophy of D. Zhongshu, circa the second century BCE) did attach a moral dimension to the idea \nof yin and yang, but the modern sense of the term largely stems from Buddhist adaptations of Taoist philosophy. \n\n---------------------- \nThis game is enabled for GameCenter and allows you to play against other players through GameCenter.""",Uwe Meier,4+,EN,24873984,Games,"Games, Board, Strategy",14/12/2010,10/11/2017
-https://apps.apple.com/us/app/galaxy-trek-for-ipad/id406516620,406516620,Galaxy Trek for iPad,,https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/24/cb/77/24cb7784-a898-4b46-b25c-dcf0a89c8856/source/512x512bb.jpg,4.5,141,0.99,,"The galaxy is being overrun by an invading horde of enemies know as Swarmers. The swarmers are fast and ferocious and attacks in swarms, hence their name. The swarmers have decimated the entire fleet of warships leaving the inhabited planets and remaining spaces stations defenseless.\n\nHaving been on an extensive intelligence mission, your ship is the last of the fleet. You have been ordered back to defend what is left and drive the swarmers back.\n\nYour ship, the first of its kind, is faster and more powerful that those in the destroyed fleet and so you stand a chance of victory if you can master the swarmer\'s tactics. You ship is equipped with three weapons; a laser bank, torpedos and the ""Extirpator"" and a protective energy shield. Fully automated, you ship is ready for battle. It\'s up to you to save the galaxy.\n\nTo successfully complete your mission you must destroy all swarmers and protect at least two (2) space stations and two (2) planets from destruction without yourself being destroyed. Your ship is destroyed if the energy level or life support levels reach zero.\n\n-----------------------------------------\n\nGalaxy Trek is a turn-based strategy game, similar in concept to the old mainframe trek game. The galaxy is broken into 64 quadrants arranged in an 8x8 grid. Each quadrant is broken down into 64 sectors arranged in an 8x8 grid. You maneuver your ship across the galaxy, destroying swarmers before they can destroy inhabited planets and space stations.\n\nThe game is played turn-by-turn. That is, you play your turn in which you can complete a set of actions, then the swarmers have their turn in which their ships will perform a countering set of actions. This continues until one side is victorious.\n\nYou will be ranked on your performance throughout the mission.\n\nFeatures:\n--------------------\n- Available as iPhone/iPod Touch and iPad versions.\n\n- Three levels of difficulty.\n\n- Your game is saved when you exit so you can pick up where you left off.\n\n- Highest score is kept.\n\n- Can turn on/off features in the Settings console.\n\n- iPod music can play in the background.\n\n- Complete instructions with illustrations are available in the game - no need for a wireless connection to access them. You can also view the full instructions by visiting the website links below.",George Dimidik,4+,EN,20115456,Games,"Games, Role Playing, Strategy",17/12/2010,14/02/2015
-https://apps.apple.com/us/app/nbtd-solitaire/id406748411,406748411,NBTD Solitaire,Solitaire,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/ab/9c/c6/ab9cc6ed-9a13-5f2e-c737-10733154c9ff/source/512x512bb.jpg,4.5,552,0.99,,"""If you are familiar with Solitaire (Klondike), you'll love this.\n\nNBTD Solitaire is the classic game of Solitaire. It has been created as a Universal app so that it may run on iPad, iPhone or iPod touch. \n \n\nHighlights:\n- Universal build (iPad, iPhone & iPod touch)\n- Game Center achievements\n- Retina display support\n- Play in portrait or landscape mode\n- Draw 1 & Draw 3 modes\n- Standard &\xa0Vegas score modes\n- Drag and Drop Controls\n- Double-tap Controls \n (double-tap cards to place them)\n- Undo\xa0\n- Auto-complete feature\n- Statistics\n- Select from several colorful backgrounds\n- Beautiful motioned backgrounds\n- Does not disrupt music playing through iPod\n\n\nOther Apps by NBTD:\n- Pebble Jump\n- NBTD FreeCell""",NBTD Productions,4+,EN,102590464,Games,"Games, Entertainment, Card, Strategy",11/01/2011,13/02/2018
-https://apps.apple.com/us/app/digitz-brain-building-addictive-fun/id406812630,406812630,DigitZ - Brain-building addictive fun!,,https://is5-ssl.mzstatic.com/image/thumb/Purple127/v4/0b/d7/8b/0bd78b6e-811c-9ecb-42af-53c0eb3eceef/source/512x512bb.jpg,,,0.99,,"""Digitz is a fun Tetris-type game, with sneaky math practice thrown in. It is surprisingly fun, and kids will come away with quicker math facts recall. A win-win for parents and kids.\nRating: 4 stars (out of 4)""\n-- USA Today\n\n""Digitz is an addictive game that offers a great amount of challenge and fun for any player. Whether you\u2019re a child in school just learning basic arithmetic or a graduate student finishing up calculus, anyone is capable of enjoying this game."" \n-- Greg Young, AppAdvice\n\nA HIGHLY ADDICTIVE NUMBERS game where you\u2019re racing to eliminate falling tiles before they reach the top of the screen. \n\nFALLING TILES ADD UP TO FUN!\nThe falling tiles have numbers on them and to eliminate them you have to choose the ones that add up to your target number. But there\u2019s strategy involved because you can\u2019t use up too many small numbers or there won\u2019t be enough to beat the level. Your mind has to move in many directions to keep ahead of the game!\n\nYOU SET THE PACE\nYou can play DigitZ as a leisurely game or you can up the intensity. Choose from two different types of play, each with three tiers of difficulty and ten levels in each tier. Each game also has three game modes leading to dozens of game combinations of varying complexity and difficulty -- all fun.\n\nFor the avid gamer there is also a CAMPAIGN mode so you can march through all the levels in order. Or play in MARATHON mode where you can\u2019t stop until the game is won or over.\n\nGain BONUS ADVANTAGES that can give you the edge in completing a level. But choose carefully\u2014not every advantage helps in the same way!\n\nSTYLE YOUR TILES\nAdd even more interest and challenge to your game by choosing from many different TILE SETS. Some tiles sets make the game more challenging.\n\n_____________________________\n\n**CHECK OUT KidgitZ, our fun game for ELEMENTARY AGE kids to practice their addition and multiplication facts. In the App Store now.\n_____________________________\n\n\nGIFT US: Click the Buy App button in the App Store.\nJOIN US: Visit www.tapdreamarts.com and upload a favorite tile of your own.\nFOLLOW US: twitter.com?#!/tapdream\nLIKE US: www.facebook.com/profile.php?id=100001873982873",TapDream Arts,4+,EN,5841920,Games,"Games, Casual, Strategy, Education",11/12/2010,29/06/2017
-https://apps.apple.com/us/app/east-front-2-hd/id406839347,406839347,East Front 2 HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/a8/c6/a7/a8c6a701-9b37-0020-72fc-8c216e1397b0/source/512x512bb.jpg,2.5,32,0,,"""The Red Army is advancing! \nChoose from four different characters, utilizing five authentic weapons, while harnessing the power fortifications like barbed wire, artillery, and air support to hold the Red Army back as long as possible!\n\n-Compete with your friends through online Achievements and Leaderboards via the OpenFeint system!\n-Choose from four unique characters, in authentic uniforms!\n-Use the MP-40, StG-44, Luger, MG-42, and the Panzerfaust!\n-Upgrade each weapon's rate of fire, muzzle velocity, clip size, reload speed, and accuracy!\n-Upgrade air support and artillery, like bombers, messerschmitts, and nebelwurfers to rain death from above on your enemies!\n\nEast Front 2 is OpenFeint Enabled.""","Porcellus, Inc.",12+,EN,24981103,Games,"Games, Strategy, Entertainment, Action",15/12/2010,15/12/2010
-https://apps.apple.com/us/app/a1-game-clock/id406947559,406947559,A1 Game Clock,,https://is5-ssl.mzstatic.com/image/thumb/Purple7/v4/ce/c0/66/cec066ee-a028-b39c-f33f-3ebd3f81cd60/source/512x512bb.jpg,3,12,0,,"""A simple, easy to use game clock with support for all possible tournament time controls.\n\nNow you can replace a physical game clock with this inexpensive app that has more features than even the most expensive digital game clock. This app has special support for Chess, Checkers, Draughts, Backgammon and Arimaa, but can be used for any two player game. It provides predefined settings for standard time controls used by FIDE, World Backgammon Association, American Checker Federation, FMJD and other organizations.\n\nIf you like this app please give it a rating or better yet write a review. If you encounter any problems with the app or have suggestions for additional features or time controls, please use the support form in the app to let us know. We would be happy to hear from you.\n\n+++++ Features +++++\n\n* Ability to save and load unlimited number of user defined time controls and sound settings.\n\n* Only 3 clicks to start playing with any saved time control\n\n* Each player's clock can be set independently with a different amount of time\n\n* Allows entering time controls in the same format as specified in tournaments\n\n* Allows game to be easily paused and resumed\n\n* Interface designed to avoid accidental game pause\n\n* Accurate to a tenth of a second\n\n* Shows number of moves completed by each player\n\n* Shows amount of time used on the last move\n\n* Shows total elapsed time for the game\n\n* Position of players can be swapped so the clock can be placed on either side of the game board\n\n* All times and increments can be set with 1 second resolution\n\n* Screen will not blank while timers are active\n\n* Support for all common delays: Fischer, Fischer after, Bronstein and Simple Delay\n\n* Support for negative time - clock can continue to count after a players time reaches zero\n\n* Support for hour glass time\n\n* Support for all possible time controls used in Chess, Checkers, Draughts and Backgammon\n\n* Support for Arimaa style time controls; see http://arimaa.com/arimaa/learn/matchRules.html\n\n* Highly configurable alert system gives notifications when time is low\n\n* Voice alerts as well as a variety of sound alerts\n\n* Multiple clock tick sounds to choose from\n\n* Smooth handling of interruptions; timer values are automatically saved and restored if the app is closed and restarted\n\n* Side by side display allows easy viewing of opponents time\n\n* Optional portrait display with rotated timers\n \n* Active player's time is highlighted to indicate which side is to move\n\n* A tap sound when you finish your turn lets you know the tap was registered\n\n* Clock tick sound can be easily turned on or off during a game\n\n* Detailed explanation of all time control settings\n\n* Link to support page, to report problems, give suggestions and comments\n\n++++++++++\n\nThis app is provided in compliance with Section 2 of the Arimaa Public License. License #100520.\n\nThis app has been verified in OS 3.0.1 (7A400) through iOS 4.0""",Martti Juotasniemi,4+,EN,8323072,Games,"Games, Strategy, Board, Entertainment",15/12/2010,21/05/2015
-https://apps.apple.com/us/app/i-q-test/id407003328,407003328,I.Q. - Test,Calculate your IQ,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/cb/8d/57/cb8d57a5-530a-d53b-3877-de963a32d0fa/source/512x512bb.jpg,3,5,0,2.99,"""Discover your intelligence quotient with this innovative and intuitive app.\n\nShare the tests with your family and friends and find out who is the most intelligent.\n\nPerform different test with lots of questions, including a Time Trial Test.\n\nFEATURES:\n\n\u2022 USERS\nCreate different users and share the tests with your family and friends and discover who's the most intelligent!""",Pedro Navarro,4+,"CA, EN, FR, DE, ES",54369280,Games,"Games, Education, Puzzle, Strategy",12/01/2017,1/04/2019
-https://apps.apple.com/us/app/musket-artillery-american-revolutionary-war-lite-for-ipad/id407010291,407010291,Musket & Artillery: American Revolutionary War Lite for iPad,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/b8/74/24/b8742421-d171-d2e2-e8bd-ea05b97c7148/source/512x512bb.jpg,3.5,119,0,,"Musket & Artillery (American Revolutionary War) is a strategic style game specially developed for iPad users. It takes you back \n\nto the days of the American Revolutionary War, where you can use military tactics to defeat your enemies (economic mode and war mode are \n\navailable). \nYou can select to join any of the forces from British, France, United States, Hessen, Germany and Spain which are divided into 2 alliances \n\nopposite to each other. You may increase your tax revenues by occupying the territory of your enemy, or you may occupy the enemy\u2019s HQ to get \n\nhis entire territory. Absolutely, you can construct your territory to receive more taxes. \n\nFEATURES: \n-12 cards (Construction Card, Draft Card, General Card, Marshal Card, Ship Card, Fortress Card, Cannon Fire Card, etc.) \n- 5 challenge levels. \n- 5 battles (3 real-happened battles and 2 fictional battles) \n- Enhanced risk style combat system (easy, direct and interesting) providing comfortable experience and easing your operation.",EASY Inc.,9+,"EN, FR, DE, JA, ZH, ES, ZH",47373632,Games,"Games, Board, Entertainment, Strategy",10/12/2010,3/02/2011
-https://apps.apple.com/us/app/euchre-hd/id407124620,407124620,Euchre HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/42/20/1e/42201ee3-0012-3d98-a705-60c23c8094f3/source/512x512bb.jpg,4,1841,0.99,2.99,"Euchre HD is a great partnership Euchre card game for up to four players. Play alone against the computer or with up to three friends using Apple Game Center. If you don\'t know how to play Euchre, be sure to check out our website. \n\nIf you have recommendations or feedback, we really appreciate hearing from you. Also, please feel free to send as an e-mail via the support link.\n\nIt can be a little tricky to setup GameCenter multi-player. Be sure to checkout our troubleshooting guide, available on our website, if you are having problems playing with friends. \n\nFeatures\n \n\u25cf Numerous achievements - Can you get them all?\n\u25cf Computer players for those times when you can\'t drum up enough friends to fill a table.\n\u25cf Multiple player and match making support through Apple Game Center\n\u25cf Play against the computer while waiting for a multi-player game to form.\n\u25cf Fast now on by default for new players Look for Euchre HD in the ""Settings"" application to change back to ""normal"" speed.\n\u25cf Integrated with Heyzap allowing you to check-in, share tips, and more. \n\nEuchre HD is a great way to learn to play Euchre or to perfect your game. A college favorite in a convenient, portable package. Don\'t be left out of the next Euchre get-together, try Euchre HD today. Beer and pretzels sold separately.\n\nEuchre HD allows you to invite your friends to play using Game Center. We have an Invite a Friend Guide on our website to show you how to add your friends to your Game Center account.\n\nIt can still be challenging to find matches with 4 random player, so we recommend playing with friends.","Five Lakes Studio, LLC",4+,EN,35151872,Games,"Games, Entertainment, Card, Strategy",10/02/2011,18/08/2014
-https://apps.apple.com/us/app/tanks-and-turrets-hd/id407137912,407137912,Tanks and Turrets HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/4a/01/e1/4a01e1a6-1d26-563c-ef89-28da3cfd8816/source/512x512bb.jpg,4,160,0,0.99,"The Portable Gamer - ""simple, yet addictive tower defense game""\n\nTanks and Turrets HD is a classic strategy game. Pit your wits against an onslaught of tanks, apcs, humvees and helis. \n\n6 maps with 100 levels each(endless levels on difficutly 10)\n\nWin trophies and upgrade your turrets. Higher difficulties unlock more achievements and higher scores. \n\nCompete against friends with OpenFeint achievements and scoreboards. \n\nOver 12000 level trophies available.",Gordon Roberts,12+,EN,14290626,Games,"Games, Simulation, Strategy",22/12/2010,24/05/2011
-https://apps.apple.com/us/app/helsings-fire-hd/id407201718,407201718,"""Helsing's Fire HD""",,https://is2-ssl.mzstatic.com/image/thumb/Purple111/v4/92/a0/55/92a055c1-e0c2-b531-af67-ffd4bf955bd3/source/512x512bb.jpg,4.5,84,2.99,,"""When the implacable Professor Helsing and his assistant Raffton travel to The Shadow Blight, they'll need every weapon at their disposal to defeat Dracula's vampire horde. In this captivating, dark Gothic puzzle-adventure, use Dr. Helsing's powerful torch and tonics to save the world from the demonic uprising!\n\nAWARDS AND ACCOLADES\nThis is no ordinary game! Helsing's Fire is recognized around the world as one of the App Store's premier puzzle games; full of charm and challenge.\n\n\u25a0 IGF 2011 - Best Mobile Game Finalist\n\u25a0 IGF 2011 - Excellence in Design Honorable Mention\n\u25a0 IGF 2011 - Excellence in Visual Art Honorable Mention\n\u25a0 SlideToPlay - The 50 Best iPhone Games of 2010 (#7)\n\u25a0 TouchArcade - Best iPod Touch and iPhone Games (Puzzle)\n\u25a0 AppAdvice - The Very Best iPhone Games of 2010 (Puzzle)\n\u25a0 TheAppera - Best iPhone Games 2010\n\u25a0 TouchGen - Editor's Choice Awards (Puzzle Runner-up)\n\nPRESS QUOTES\n\nSlideToPlay\n... Helsing's Fire is one of those puzzle games that does something completely original and is unbelievably entertaining.\n\nEurogamer\n... With its insidious wit and gothic charm, Helsing's Fire is a joyously original instant classic that iPhone owners should buy immediately.\n\nTouchArcade\n... It's one of the most unique games I've ever played and is a true App Store gem. Surely only a creature of darkness would let this one slip by them.\n\nTheAppera\n... Helsing's Fire reinvents the puzzle yet again with some light and dark dynamics I guarantee you have NOT seen yet. Prepare to be enthralled!\n\nGamePro\n... This is a game that would absolutely only work on the iOS platform, and it's hands-down one of the best games on the App Store. It gets my highest recommendation.\n\nADDICTIVE PUZZLES\nHelsing's Fire features a brand-new puzzle mechanic never before seen: use the touch-screen to position Helsing's torch to illuminate different combinations of monsters, then destroy them in the correct order using Raffton's supply of different tonics. The quick, rewarding puzzles make it a perfect game for brief play-sessions, but you'll always want to play 'just one more level'!\n\nA HUGE, DARK UNIVERSE\nWith puzzles set across four worlds, with 30 different levels in each world, all featuring fifteen different monster types including four bosses, Helsing's Fire provides an incredibly\nrich, deep, and varied game experience. And because on replays puzzles are re-generated randomly, the game will always be fresh!\n\nCOMPELLING SETTING\nThe Victorian theme, Gothic setting, and engaging characters make Helsing's Fire one of the most appealing story-oriented puzzle games released. Add to that the distinct minimalist style of the character portraits, the incredible dynamic lighting of the shadows cast by your moving torch, and an original soundtrack, and it's clear that Helsing's Fire presents an epic experience. Designed just for the iPhone, this is high-quality mobile gaming at its finest.\n\nMULTIPLE MODES AND ACHIEVEMENTS\nAs if the 120 distinct levels weren't enough, Helsing's Fire also comes with additional Endless Survival and Online Bounty modes, for the bravest of the brave! And when you've stood against the horde as long as you can, you can post your scores on the fully-integrated Crystal leaderboards, earning achievements for your accomplishments and claiming bragging rights from your friends.\n\nDracula must be stopped. Raffton, take the tonics: it's time to head into the Blight!""",3909,9+,"ZH, EN, JA",29290496,Games,"Games, Puzzle, Entertainment, Strategy",15/12/2010,16/03/2017
-https://apps.apple.com/us/app/us-warfare-invasion/id407440776,407440776,US Warfare: Invasion,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/51/8e/07/518e0722-5a53-02d8-5843-7b40bc10b0b4/source/512x512bb.jpg,3.5,941,0,,"From the Makers of top selling game ""2012 Zombies Vs Aliens"" (played over 10 Million times!), comes another epic gaming series with totally new gameplay!\nEnjoy! :)\n\nDescription of US Warfare Series\n\n****** US WARFARE ******\n\nIntroducing ""US Warfare"", the game that pushes the iOS gaming experience to the very edge! \n\nHold your breath Sergeant, here comes a list of features:\n\n****** KILLER FEATURES ******\n* Enjoy Tower Defence + Real Time Strategy!\n* Multiple strategic dimensions.\n* Featuring SandBox mechanics:\n * Use sandbox to protect your soldiers!\n * Build up stealth teams of soldiers!\n* Introducing Construction Bases:\n * Send out soldiers & occupy construction bases!\n * ""Build"" different weapons to defend your line! \n * Machine Gun, Cannon, Gas Cannon, \n * Anti-Tank Cannon and more...\n* Construct Airport to send out fighter Jets!\n* Construct Tank Factory to send out tanks!\n* 12 Unique soldiers with different abilities\n * Poisonous Gas emitting gunner!\n * Anti-Tank Soldier\n * Nurse with healing power\n * Alien Assassinator that can turn his enemies \n into Zombies\n * Death Wizard \n * Alien Dog\n * and much more!\n\n* Complex Battle Strategies that are heavily involved:\n - Enjoy Tower Defence + Real Time Strategy.\n - Balance your defence, attack, and soldiers to win.\n - Spamming with tanks and airplanes won\'t work!\n - Are you up for the challenge?\n\n* Special ability: Turn solider into Zombies!\n\n* More then 50 ""Game Centre"" achievements!\n* Over 50 ""Open Feint"" achievements!\n* Complete Game Centre integration!\n* Full OpenFeint leader-boards integration! \n\n* Original background music and sound effects! \n\nThis in not all. There are some surprise features in the game. Download it to discover! ;D\n\n****** The Story ******\nThe world is changing. Times are extreme. Things are tough... This time, the war is not international. Its extraterrestrial! The world was in peace, then came the Aliens! \n\nAliens, are here to fight against just one country. You are a soldier, your duty is to protect the nation. Will you be able to protect the nation or turn it into a messy, filthy and cruel alien playground? Download US Warfare and find out... \n\nNote: This is the special limited version of US Warfare. \n\n****** Tell Them ****** \nDownload now and ""Tell ALL Your friends!"" The more people play the game, the more awesome games you will get from infiniDy! [;D]\n\nOne more thing, the more people play the game, the more cool updates you will be getting! Go Tell Them All!\n\nWhat are you waiting for? Fire On, Soldier! Go Save USA!\n\n************************\nGOD BLESS AMERICA!\n************************",Infinidy Corp,9+,EN,20304441,Games,"Games, Role Playing, Entertainment, Strategy",17/12/2010,11/07/2011
-https://apps.apple.com/us/app/hanto-free-amazing-hex-board-game/id407653571,407653571,Hanto: Free Amazing Hex Board Game,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/36/b6/48/36b64802-54d6-0f08-e808-1f22ed589099/source/512x512bb.jpg,4,12,0,,"***THE FULL VERSION OF HANTO IS NOW FREE!!!***\n\nFeatured on Nine over ten (9/10) ""HIGHLY RECOMMENDED"".\n\nDOWNLOAD IT NOW!!! No reason let this one slip by!!!\n\nHanto is a revolutionary strategy board game that you will love.\n\nPut your cunning and your strategic skills to the test with this brain teaser!\n\nHanto Free has:\n- Retinal display support.\n- Hot seat games to challenge your friends.\n- Many different and increasingly difficult rule sets, and the ability to create your own.\n- Four levels of Artificial Intelligence opponents.\n- Gorgeous Japanese art.\n- And a great soundtrack by Kevin McLeod!\n\n\n-------\nHow to play:\n\nAll rule sets are based on a common idea: surround your opponent\'s Butterfly piece before he surrounds yours. Think of a Butterfly like a King in Chess that is captured when it has pieces all around it.\n\nIn your turn you can either put a new piece in the board or move one of your existing ones. New pieces can only enter in contact with your own pieces.\n\nYou have a limited quantity of pieces, and they all move differently, so you have to think very carefully your move in order to use them wisely and outsmart your opponent!\n\nFinally, but most important of all: all pieces in the game should make one big group at all times, regardless of their owner. This rule can be used at your advantage to ""block"" your enemy\'s pieces and prevent them from moving.\n\nRule sets vary the amount of pieces players have and the way they move.",Raul Ignacio Verano,4+,EN,40961352,Games,"Games, Strategy, Board, Entertainment",12/12/2010,12/12/2010
-https://apps.apple.com/us/app/hack-run/id407678003,407678003,Hack RUN,Over 3 million downloads!,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/8d/23/19/8d231963-3002-bb5a-0b13-bed6ff8852d2/source/512x512bb.jpg,4.5,3455,0.99,"0.99, 2.99","Ever wanted to be a hacker? Play Hack RUN! Hack your way into the heart of a mysterious organization to uncover their secrets. Hack RUN\xae is a game which uses \'old school\' command prompts (like DOS or UNIX) that simulate a real operating system. Learn the commands of each system to help you navigate through your adventure.\n\nAs you hack into their systems, you will learn about the organization and the people who work there. Read files and emails to find clues and riddles which will give you access to more accounts. Data found on their systems will help you learn about the motives of the organization, and how dark their plans can get. You may also discover dirty little secrets about the employees as well.\n\nHacking into new accounts or discovering key information will increase your skill level. As you achieve your goals, you will move closer and closer to the final achievement; over 60 levels deep!\n\nIt\'s time for a Hack RUN!\n\nUse the Apple TV companion app to enhance your game on the big screen!\n\nApple Watch support! Now you can display the recent contents of the terminal on your watch, view your achievements and view tips and help.\n\nGAME CENTER SUPPORT: Earn achievements and compare your leaderboard score against other players.\n\nStuck on a level? Just use the \'hint\' or \'answer\' commands to help you along.\n\nMake sure to play all FIVE games in this series! Play \'Hack RUN 2 - Hack ZERO\', \'Hack Time\', \'Hack NET\' and \'Hack WATCH\' after you complete this game!\n\nGreat news! Hack RUN\xae has been featured in the App Store! We are thrilled Apple has given us this honor, and we hope you enjoy it as much as they do! \n\n""Great fun! - I just finished Hack RUN, what a great game! I\'m a big fan of interactive fiction and this is a wonderful example of how the genre can be expanded and still be current.""\n \n""BRILLIANT - This game is innovative, clever and a HUGE breath of fresh air...""\n\n""This is AWESOME!!! - This game us so cool that I stopped texting my girlfriend to play it haha :P""\n\nHack RUN\xae is a game. It is not a tool or aid for learning how to hack into real computer systems. i273, LLC does not endorse hacking.","i273, LLC",12+,"EN, DE",50769920,Games,"Games, Puzzle, Entertainment, Strategy",7/04/2011,29/11/2018
-https://apps.apple.com/us/app/snowman-play-swap/id407755896,407755896,Snowman Play Swap,"""Wise man's game""",https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/9f/a6/b5/9fa6b5fc-8195-e414-23b6-c7455ef8cf4c/source/512x512bb.jpg,,,0,"0.99, 0.99, 0.99, 0.99","""It's an interesting game, a creative game, a wise man's game.\n\nDifferent colors of the snowman in the snow in the wrong position, they can return to their own color of the wood brand position?\nIf you help the snowmen return to their place, they will jump happily and your cleverness will be applauded by everyone.\n\nThis is a puzzle game, there are many different levels of the game, there are many different maps, so that you have every time to play has not the same feeling. There is a map of 2 snowmen, a map of 4 snowmen, a map of 6 snowmen, and a map of 8 snowmen.\nIn the game shop: You can also get more new releases of the game map; you can get a game pass guide; you can unlock all the maps, and so on.\n\nCurrently supports multiple languages, including English, Arabic, German, Spanish, Portuguese, French, Hungarian, Italian, Japanese, Korean, Russian, Chinese, etc.""",Arwer Software,4+,"AR, EN, FR, DE, HU, IT, JA, KO, PT, RU, ZH, ES",28649472,Games,"Games, Strategy, Puzzle",16/12/2010,10/01/2018
-https://apps.apple.com/us/app/kafka/id407771155,407771155,Kafka,,https://is1-ssl.mzstatic.com/image/thumb/Purple82/v4/21/be/05/21be05e9-733a-2670-0247-5095168f80d0/source/512x512bb.jpg,,,0.99,,"This is a logic solitaire game.\n\nA 6x6 grid is shown. Every cell represents a room of a castle, with open doors on all sides. You have to draw the map of the castle, closing some of the doors.\n\nThe number shown in every room indicates the total number of other rooms visible from that one on straight lines, in all directions: up, down, left and right.\n\nFor instance, if you see the number 5 in a cell, it means that a total of 5 cells are visible from there: maybe 2 left and 3 up, or 1 up, 2 down and 2 right, or some other combination giving a total of 5. \n\nKeep in mind that all the rooms can be reached from every other room: there are no closed rooms, or closed groups of rooms.\n\nTo close a door, just tap on it.\n\nIf your guess is correct, the door will become a piece of wall, its color will become dark, and you will hear a ""toc"" sound.\n\nIf your guess is bad, i.e. if the door must be left open, its color will become yellow, you will hear a ""deng"" sound, and your choice will be marked as a fault.\n\nWhen the map is complete, you will hear a musical sound,\nand an alert message will notify your success, or the total number of faults.",Luigi Fonti,4+,EN,598016,Games,"Games, Board, Strategy",20/12/2010,19/12/2016
-https://apps.apple.com/us/app/five-field-kono/id408057561,408057561,Five Field Kono,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/43/26/d8/4326d84d-6d09-b9ae-d0d9-3d2356eaebda/source/512x512bb.jpg,3,6,0,"0.99, 0.99","Five Field Kono is a Korean abstract strategy game. Each piece can move diagonally, one square at a time. There is no jumping nor capturing. The object of the game is to move all seven of your pieces to the opposite end of the board, where the opponent pieces began. The first player to do so wins the game.\n\n-Play against the computer.\n-Play against friends or family head to head. (on one device)\n-Play others ONLINE, add/compare scores with other players. *\n-Text chat with your online opponents! *\n\n*For these features, your device must be connected to the internet",Random5 LLC,4+,EN,28079104,Games,"Games, Board, Entertainment, Strategy",18/03/2011,16/10/2017
-https://apps.apple.com/us/app/guess-number-free/id408198768,408198768,Guess Number Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/bf/25/ac/bf25aceb-60a7-9889-99fa-9ed577eed7e3/source/512x512bb.jpg,3.5,8,0,,"Guess Number is a fun little game where the application will generate a number from 1 to 1,000 and you will have to guess what that number is. Kill your free time while waiting. So just open the app on your iPhone and start guessing!",ESP,4+,,1746288,Games,"Games, Strategy, Puzzle, Education",15/12/2010,13/05/2011
-https://apps.apple.com/us/app/easy-oware/id408219960,408219960,Easy Oware,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/51/c1/ea/51c1ea9d-7858-9be2-79f4-091b70914b2f/source/512x512bb.jpg,,,0,,"Play the classic African strategy game.\nPlay with friends or a computer player.\n\nOware is the African national game and is a Mancala-Game.\nEven though the rules are simple and fast to learn, it is a fun Count- and Capture-Game and brings many hours of fascinating games.",AMSIT,4+,"EN, DE",2378647,Games,"Games, Board, Strategy",15/12/2010,15/12/2010
-https://apps.apple.com/us/app/bubble-shooter-game-classic/id408259891,408259891,Bubble Shooter Game Classic,The classic game all new,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/20/0b/7a/200b7a97-4472-0759-699b-94de3eabce21/source/512x512bb.jpg,4,172,0,"0.99, 2.99, 0.99, 0.99, 0.99","Rethink the bubble shooter genre and blast your way to victory with Bubble Shooter! Download this endlessly entertaining arcade shooter, start shooting away at rows of bubbles, and discover exactly how addicting bouncing bubbles level in and level out can be!\n\n\u2022\u2022\u2022 Inside TOP20 in the US!!! \u2022\u2022\u2022\n\nAPP FEATURES\n\n\u2022 Addictive and easy gameplay\n\u2022 Super realistic bubble motion simulation\n\u2022 Compare your scores online through GameCenter\n\u2022 Premier looking graphics for HD displays\n\u2022 Support for multiple skins\n\u2022 Twitter / Facebook support\n\u2022 Chatrooms and Community support\n\n\n\nBubble Shooter challenges you to decimate a block of bubbles by shooting bubbles at it. Just like other games such as bejeweled, bubbles disappear by creating same colored bubble lines that have three or more bubbles attached to one another. The goal is to use as little shots as possible as quickly as possible in order to get the highest score possible.\n\nThis game includes four different modes of play, dynamically changing backgrounds as well as imaginative bubbles skins ranging from wooden blocks to cute round ladybugs. Bubble Shooter also includes realistic bubble motion simulation, a powerful physics engine to ensure that gameplay stays kinetic and flows naturally, and offers users a number of added features to keep them motivated and interested in playing time and time again. \n\nBubble Shooter is integrated with Facebook and Twitter, so you always have a place to share scores and compete for ultimate bragging rights. Meanwhile, GameCenter support ensures that competitive gamers always have a place where they can compete for highscores against a global gaming community as well. \n\nDon\u2019t bounce around the App Store trying to find the perfect mobile game, get Bubble Shooter and you\u2019re home free!\n\nBubble Shooter is developed by JRSOFTWORX",JRSoftWorx,4+,EN,51535872,Games,"Games, Trivia, Strategy, Lifestyle",16/12/2010,31/10/2018
-https://apps.apple.com/us/app/empire-online/id408302797,408302797,Empire Online,Create your own empire!,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/be/af/5a/beaf5a8b-1def-a380-50f8-b9e66343cfa8/source/512x512bb.jpg,4.5,15468,0,"0.99, 4.99, 1.99, 4.99, 9.99, 19.99, 0.99, 49.99, 22.99, 9.99","""Join 12 million players worldwide in this EPIC MMORPG for FREE!\n=== Featured by Apple as: What we are playing, Featured Online Game ===\nFeel bored with the brainless tapping game?\nEmpire Online is a completely unexplored fantasy world which has a lot of legendary monsters! Classic turn-based game style, making a good strategy against your enemies, finish over 1000 epic missions to save the world will give you the true fun of a MMORPG on iOS!\n\nBe Afraid to spend a lot in this game?\nDon\u2019t be!\nEmpire Online provided the best equipments from our missions and from players\u2019 empires.\nCharacters are based on classes but not limited on them! You can learn skills cross classes. Combine with over 6000 equipments, the power of your character is only based on your imagination! \nWe will hold events from time to time in game to make new challenges and provide new equipments for you for free!\nAnd you can trade with others to get items you need or even to earn money! \n\nSo, it might be a good classic MMORPG, but why it is called empire online?\nGood question! It is called \u201cEmpire Online\u201d because you can build empires in game with other players!\nWe have a very completed empire system which is not like any other game. You can build buildings to sell skills and equipments to other players and make profit from them and you can declare a war against other empires to raid them! \nA might empire can be built only based on a group of good friends which you made in game. We always agree that making new friends is the greatest fun!\nMeanwhile, to be a role in empires will let you experience a life you have never experienced. Can anything else be more excited?\nAre you still seeking for a real online game on iOS? This is it!\nCheck our user reviews and rankings! Make a download and have a try! \nI bet you will love this!\n--------------------------------\nUSER REVIEWS\n\u201cThe perfect iPod game. A classic MMO. If you're looking to pass the time, get this game. It's great as long as you have Internet.\u201d -BFTank\n\n\u201cThis is the mmo I've been waiting for! A must have!\u201d \u2013Xephirion\n\n\u201cGreat mmo f2p, easy to learn, make friends on, and enjoyable. Recommend if you like RPGs or MMOs.\u201d -Delta dad\n\n\u201cI love this mmorpg it's one of the best mmo I have played on iPad/iPod/iPhone it's really great you should try it out :)\u201d \n\n\u201cI am not the type who usually plays mobile MMO's, but after playing this game I was shocked. It's amazing how many RPG elements can fit inside this game. It's a must-get!\u201d -PCarnage\n\nAbout Lakoo: \nhttp://en.lakoo.com/about/\n\nOur fans page: \nFacebook: http://www.facebook.com/lakoogames \nTwitter: http://twitter.com/lakoogames""",chung kin ko,9+,"ZH, EN, JA, KO, ZH",169856000,Games,"Games, Role Playing, Entertainment, Strategy",15/01/2011,2/03/2019
-https://apps.apple.com/us/app/angerofstick2/id408347359,408347359,AngerOfStick2,,https://is2-ssl.mzstatic.com/image/thumb/Purple2/v4/56/a0/9e/56a09ef8-66c6-694e-3485-119fa109d44b/source/512x512bb.jpg,4.5,41024,0,"0.99, 2.99, 5.99, 9.99, 49.99, 29.99","============UPDATES INFO=============\n version 1.0.1 :\n-Game Center Support\n-RETINA Icon Support\n\nversion 1.0.2 :\n- Doodle Runner ( Add New Mode )\n\nversion 1.0.3 :\n- Survival Mode ( Add New Mode )\n\n version 1.0.4 :\n- Jump Jump Mode ( Add New Mode )\n\n version 1.0.6 :\n-Mulitiplayer Mode: 1 vs 1 ( Add New Mode )\n\n------Main Update Plan------\n\n\n\n=====================================\n\nUser say :\n- "" This is a wonderful game! It has a perfect balance of fast action-packed entertainment, and it is completely addicting! I would recommend this game to anyone! ""\n- "" Get this game! It\'s one of the best games I\'ve played for a while! GET THIS GAME! ""\n- "" This game is the beast so addicte to it I can\'t stop playing it. ""\n- "" This is a great game! Really REALLY entertaining when you get into the zone. 5 stars !!!!!!!!!!!!!!!! ""\n- "" Ohh yeaaaaaaaa oh yeaaaa oh yea! ""\n\nIntroduction:\n- Anger of stick 2nd Story -\nUnknown enemies in the city emerge and the hero continues to remove enemies with a variety of weapons, and helicopters and robots that can devastate all enemies at a time.\n\nSpecial Features:\n - Action : You can feel the realistic fighting action with 130 behaviors and Hero air combo action is added that can remove all enemies at one time.\n- Weapons: Enemies can be handled lightly by using helicopters and robots in the map, and weapons such as M1911, UZI, Granade Luncher, Spas_12, SG550, Remington_870, Flamethrower, Ray-gun, Mini-gun, Bat, and Sword.\n- Map: Cities, deserts and forests are configured in the map and the fighting action inside building is added.\n\nTips:\n- When enemies come on the both sides, all enemies will be fallen down on seizing and throwing enemies back.\n- An infinite combo attack is available with Hero air combo.\n- Enemies can be handled by well-using robots and helicopters on the streets.\n- To avoid the attacks from guns and robots of enemies, button on the key to move to the left is necessary.\n\n\nSupport Information: \nFor additional support, please contact: \nE-mail : pjh097@gmail.com",junghyun park,9+,EN,11283887,Games,"Games, Strategy, Adventure",18/12/2010,6/04/2013
-https://apps.apple.com/us/app/try-try-again/id408470758,408470758,Try Try Again,,https://is5-ssl.mzstatic.com/image/thumb/Purple4/v4/f9/6a/d7/f96ad756-d00b-d1e6-94e5-47a15942aaab/source/512x512bb.jpg,2,1675,0,0.99,"""Try to match as many three-in-a-row color combinations as you can by deciding which colors to keep and which colors not to keep. One Try per round is guaranteed, but more Try's are randomly revealed during game play. Which round you choose to use your Try's will greatly affect your final score.\n\nA Game is ten rounds, but extra rounds can be earned or randomly revealed as you play.\n\nThere are millions, if not billions, of ways a game can be played.\n\n\u2022 Play a game from one of the Leaderboards, building on success of others.\n\u2022 Replay the game you just played to maximize your score.\n\u2022 Play any game over and over, changing your strategy each time.\n\u2022 Challenge friends using the same Game Id.\n\n\u201cToday's Leaderboard leaders, can easily become tomorrow's Leaderboard losers.\u201d\n\nGAME THEORY\n\nThe colors revealed at the start of every round are exactly the same for a given Game Id.\n\nThe playing board consist of 5 rows and 5 columns of colors, but there is also a third dimension that is not visible. Each color is actually a stack of colors. The underneath colors are revealed when Try is pressed and the colors you did not keep are popped off the top of the stack. By choosing to keep a color, you prevent the colors underneath from ever being seen. What lies beneath could have been a Free Try, an Extra Round, or Bonus Points.\n\nYou may disable In-App purchases on your device using the Settings application.""",Danny Aijala,4+,EN,3198976,Games,"Games, Puzzle, Strategy",16/12/2010,7/06/2014
-https://apps.apple.com/us/app/dofus-battles-lite/id408624898,408624898,DOFUS : Battles Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/ed/0e/64/ed0e649f-02bc-52a3-b392-235a234cf357/source/512x512bb.jpg,5,39,0,,"Discover the first iOS game to be set in the world of DOFUS, the multiple awarding winning MMORPG played by several million players worldwide.\n\nDOFUS : Battles Lite offers the perfect mix of TowerDefense and Real Time Strategy mechanisms, skilfully sprinkled with a touch of RPG.\nNo, you\u2019re not dreaming \u2013 this is revolutionary.\n\nWith DOFUS : Battles Lite, prepare to experience a unique and extraordinary adventure which plays out in the World of Twelve. Set off in search of Jeff Stobbs and the demonic Naz T. Peasawerk, and stop them from taking over the world!\n\nTake command of an army of twelve legendary heroes led by the gods\u2019 fantastical summons, Animakhal the dragon. Send them into battle against hordes of bloodthirsty monsters in epic battles which will put your strategy and your reflexes to the test.",Ankama,9+,"EN, FR, ES",14527116,Games,"Games, Role Playing, Strategy",13/05/2011,11/07/2012
-https://apps.apple.com/us/app/dofus-battles-hd/id408625309,408625309,DOFUS : Battles HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/05/52/b1/0552b148-f159-f2b0-a638-49424928a6c5/source/512x512bb.jpg,4.5,180,1.99,,"Discover the first iOS game to be set in the world of DOFUS, the multiple awarding winning MMORPG played by several million players worldwide.\n\nDOFUS : Battles HD offers the perfect mix of TowerDefense and Real Time Strategy mechanisms, skilfully sprinkled with a touch of RPG.\nNo, you\u2019re not dreaming \u2013 this is revolutionary.\n\nWith DOFUS : Battles HD , prepare to experience a unique and extraordinary adventure which plays out in the World of Twelve. Set off in search of Jeff Stobbs and the demonic Naz T. Peasawerk, and stop them from taking over the world!\n\nTake command of an army of twelve legendary heroes led by the gods\u2019 fantastical summons, Animakhal the dragon. Send them into battle against hordes of bloodthirsty monsters in epic battles which will put your strategy and your reflexes to the test.",Ankama,9+,"EN, FR, ES",66781393,Games,"Games, Role Playing, Strategy",13/05/2011,11/07/2012
-https://apps.apple.com/us/app/dofus-battles-hd-lite/id408625686,408625686,DOFUS : Battles HD Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/23/b2/c8/23b2c87a-b2f5-75a8-3df2-e96feccb491a/source/512x512bb.jpg,4.5,47,0,,"Discover the first iOS game to be set in the world of DOFUS, the multiple awarding winning MMORPG played by several million players worldwide.\n\nDOFUS : Battles HD Lite offers the perfect mix of TowerDefense and Real Time Strategy mechanisms, skilfully sprinkled with a touch of RPG.\nNo, you\u2019re not dreaming \u2013 this is revolutionary.\n\nWith DOFUS : Battles HD Lite, prepare to experience a unique and extraordinary adventure which plays out in the World of Twelve. Set off in search of Jeff Stobbs and the demonic Naz T. Peasawerk, and stop them from taking over the world!\n\nTake command of an army of twelve legendary heroes led by the gods\u2019 fantastical summons, Animakhal the dragon. Send them into battle against hordes of bloodthirsty monsters in epic battles which will put your strategy and your reflexes to the test.",Ankama,9+,"EN, FR, ES",21481158,Games,"Games, Role Playing, Strategy",13/05/2011,11/07/2012
-https://apps.apple.com/us/app/romance-of-the-three-kingdoms-2/id408829853,408829853,ROMANCE OF THE THREE KINGDOMS\u30002,,https://is3-ssl.mzstatic.com/image/thumb/Purple49/v4/68/d1/ee/68d1ee2f-16bf-8d1c-7060-db1b86dc068b/source/512x512bb.jpg,3.5,57,11.99,,"A new version of the app has been released.\nThe details are as follows:\n\n[Supported devices]\nThe iOS 9.0 is now supported.\nAs a result, the compatibility requirements will undergo the following changes:\n\n\u30fbCompatible with iPhone, iPod touch or iPad, iOS 4.3 or later\n \u2193\n\u30fbCompatible with iPhone, iPod touch or iPad, iOS 6.0 or later\n\nNote that after installing the upgrade, devices utilizing iOS 5.x or earlier \nwill be unable to redownload the app or upgrade it again.\n\n[Bug fixes]\nFixed various bugs within the app.\n\uff0a\uff0a\uff0a\uff0a\uff0a\uff0a\uff0a\uff0a\uff0a\uff0a\uff0a\n\nThe second installment in the \u201cRomance of the Three Kingdoms\u201d series for iPhone/iPod touch!\nThis game is an updated version of \u201cRomance of the Three Kingdoms II\u201d \u2013 part of the classic, long-running \u201cRomance of the Three Kingdoms\u201d historical simulation series. Players take on the role of heroes such as Cao Cao, Liu Bei or Sun Quan, leading famous generals into battle in an effort to unite the country. Featuring a variety of improvements over the previous game in the series, RTK Touch, players can experience the heart pounding drama of the warriors of the Three Kingdoms.\n\n1. Packed with features that bring the Three Kingdoms to life!\nThis sequel to RTK Touch features a wealth of gameplay elements - tactics and diplomacy, military alliances and betrayals, and exciting battlefield duels have all been improved to provide an even more intense and immersive gaming experience. Over 350 officers are present - around 100 more than in RTK Touch. You must see this new RTK world to believe it!\n\n2. New iPhone/iPod touch elements!\nNew features have been added specifically for the iPhone/iPod touch, such as auto-save, to make gaming on the move even easier, and iPod Music, to enable players to listen to music from their own playlists in-game. Presentation has also been improved and the graphics completely overhauled. Experience this all-new take on the classic Romance of the Three Kingdoms II!\n\n3. A wealth of features to assist new players!\nA solid tutorial allows new players to learn about the game while playing, and the RTK Glossary provides details on the world of the Three Kingdoms. The game also features smooth and intuitive touch controls. New players can begin playing with ease!\n\n*Supports English, Japanese, and Traditional & Simplified Chinese.","KOEI TECMO GAMES CO., LTD.",4+,"EN, JA, ZH, ZH",423871488,Games,"Games, Entertainment, Simulation, Strategy",22/12/2010,7/01/2016
-https://apps.apple.com/us/app/fun-bridge/id408841149,408841149,Fun Bridge,Learn and play bridge!,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/91/8c/9d/918c9d90-181f-51fd-1706-a83d05c51179/source/512x512bb.jpg,4.5,9418,0,"3.99, 9.99, 17.99, 13.99, 12.99, 17.99, 109.99, 129.99, 13.99, 9.99","Funbridge is an online bridge game allowing you to learn and play duplicate bridge wherever and whenever you like.\n \nBridge is a card game played with four people who play as two competing teams of two players called ""pairs"" (North-South and East-West). The players of the same team sit across from each other at a card table. Bridge consists of two parts: the auction, which determines the contract to fulfil, and the play, where the side that wins the bidding tries to take the tricks necessary to make their contract.\n \nOn Funbridge, you play South while North, East and West are played by the same artificial intelligence (AI) at all tables. So no need to wait until other players are available to play. The AI is available 24/7!\n\nOther players play the same deals as you. The aim is to achieve the best result. You enter rankings allowing you to compare your play to other players.\n\nFunbridge is designed for any type of players: from beginners (introductory module, lessons, exercises) to experts (tournaments). It also suits any player who wants to start playing bridge again (practice, challenges against friends).\n\nGame modes:\n- Get started with bridge: (re)discover the basics of bridge.\n- Series tournaments: perfect to see how you compare with players of your level.\n- Tournaments of the day: compare yourself to players from all around the world.\n- Practice deals: play deals at your own pace without stress.\n- Face the elites: pit yourself against top players from the Elite series.\n- Challenges: challenge any player in head-to-head tournaments.\n- Two-player game: practise with your favourite partner.\n- Team Championship: create your team and compete against teams from all over the world.\n- Federation tournaments: improve your federation ranking thanks to official tournaments held conjointly with bridge federations.\n- Funbridge Points tournaments: play these tournaments to enter the Funbridge Points rankings and compare yourself to all players.\n- Exclusive tournaments: create your own tournaments and discuss the deals you play.\n- Commented tournaments: get valuable advice from a bridge champion.\n\nYou can also:\n- Pause your deal or tournament\n- Watch a replay of other players\' moves\n- Replay deals that you have already played\n- Get the meaning of the bids made at the table\n- Seek advice from the AI in case of doubt\n- Set your bidding and card play conventions\n- Access an analysis of your play once the deal is over\n- Meet your friends and chat with them\n\nInternet connection required: the AI is not in the app, which is therefore much more efficient and we can continuously improve it without you having to update it.\n\nGENERAL TERMS OF USE, PRIVACY POLICY, SUBSCRIPTION, PRICES:\nThe Funbridge app offers a monthly subscription (1 month) and a yearly subscription (1 year).\nIf you subscribe in another currency, the price may vary slightly if your bank charges you a conversion fee.\nPayment for your subscription will be debited from your account after your purchase is confirmed.\nThe subscription is automatically renewed at the end of the subscription period. The bank account associated with your payment card will be debited via your iTunes account.\nYou can stop the renewal of your subscription at any time from your iTunes account. Please do so at least 24 hours before your subscription expires to avoid unwanted renewal. No unused subscription period will be refunded.\nFind out more about our general terms of use at https://www.funbridge.com/terms_of_use.\nFind out more about our privacy policy at https://www.funbridge.com/privacy.",GOTO Games,4+,"DA, NL, EN, FR, DE, IT, NB, PL, PT, ZH, ES, SV, ZH, TR",220413952,Games,"Games, Strategy, Card",22/12/2010,17/07/2019
-https://apps.apple.com/us/app/hot-springs-story/id408854559,408854559,Hot Springs Story,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/1a/a8/65/1aa8658b-0177-6d59-f98a-49f69f5767eb/source/512x512bb.jpg,4.5,574,4.99,,"""Build your own resort and propel it to success with but a touch of the finger in this one-of-a-kind simulation!\n\nRooms, restaurants, arcades, and baths--position each facility to lull your guests into hot spring Nirvana and skyrocket your establishment to fame!\n\nCraft the perfect Japanese garden from lanterns, pine trees, azaleas, and more--you'll need it all if you want to attract VIPs like pop stars and novelists.\n\nThere can only be one #1! Do you have what it takes?""","Kairosoft Co.,Ltd",4+,"EN, JA, KO, ZH, TH, ZH",183409664,Games,"Games, Strategy, Simulation, Entertainment",28/02/2011,21/12/2016
-https://apps.apple.com/us/app/countess-thalia-solitaire/id408950034,408950034,Countess Thalia Solitaire,"Freecell, Klondike, Yukon",https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/66/74/58/667458cb-6b6f-bd34-f868-83fb6fda36ef/source/512x512bb.jpg,,,2.99,,"""Why play Solitaire alone, darling? As a member of the idle aristocracy, Countess Thalia has oodles of spare time to devote to games of Freecell, Klondike, and Yukon. \n\nHer ladyship's best kept secret is how she wiggles the cards that she feels simply must be played, saving you oh so much bothersome scanning. But careful, love, she is rather strict on protocol!""",RESETgame,4+,EN,4723712,Games,"Games, Card, Entertainment, Strategy",17/12/2010,17/12/2018
-https://apps.apple.com/us/app/towrcraft/id409292873,409292873,TowrCraft,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/40/20/92/402092da-9240-1cd9-8a44-9ba0eafb9d50/source/512x512bb.jpg,3.5,733,0,"0.99, 0.99, 0.99","*NOW FREE for a LIMITED TIME!*\nthe ORCS are INVADING!\nDIG IN, BUILD TOWERS, STRATEGIZE and PROTECT MIDDLE EARTH!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nmen, dwarves, elves, and wizards live in harmony as middle earth flourishes\u2026 the friends of peace and prosperity work to build and create, making brighter every day\u2026\n\nbut far off, an evil spirit festers in a forgotten wasteland, schemes to conquer middle earth, and poisons the hearts of orcs.\n\nnow, the spirit drives its army into battle, making war and wreaking destruction on its enemies\u2026\n\nthe inhabitants of middle earth make their last defense\u2026 rock and magic must stand strong between final doom and the dawn of another day\u2026\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 epic fantasy BACKGROUND\n\u2022 fast paced ACTION\n\u2022 powerful MAGICAL SKILLS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 28 different TOWER DESIGNS\n\u2022 12 terrible ORC TROOP TYPES\n\u2022 3 types of MAGICAL SKILLS\n\u2022 6 unique MAPS\n\u2022 variable 1x and 2x GAME SPEED\n\u2022 full GAME CENTER LEADERBOARDS and ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,12+,EN,31388320,Games,"Games, Entertainment, Action, Strategy",24/02/2011,3/10/2012
-https://apps.apple.com/us/app/european-war-2/id409567943,409567943,European War 2,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/e7/90/fd/e790fd29-7a22-2324-460c-77ee27ab5bb7/source/512x512bb.jpg,4.5,538,0.99,,"""European war 2 is a new style strategy game on the background of WW\u2161(Super Risk).In the game depending on troops you can compete for territories such as lands,cities and oceans,further for resources,develop economy and military,conquer enemies' capitals and destory the enemies.There are 28 European countries including more than 200 land and sea areas,you can choose 12 countries from the Axis Powers and the Allies while enjoying kinds of game modes.\n\nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers,tanks and artillery.(Soldier troop with high yields but general attack,tank troop with high attack and continue action when complete destroying the enemies,artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding.The attributes of arms are different from each country.For example,the tank of Germany is most powerful but with high price,the soldier of Soviet Union is cheapest,the navy of Britain is best.\n\nIn the game you need to use military cards to cooperate to the battle.\n- Soldier Card (produce soldier troops)\n- Tank Card (produce tank troops)\n- Artillery Card (produce artillery troops)\n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending)\n- Construction Card (construct territories,improve taxes, highest level can draft army troop )\n- Airstrike Card (Air attack the enemy of adjacent territory)\n- General Card(equip a general to the troop for enhancing the attacking power)\n- Marshal Card(equip a marshal to the troop for enhancing the defending power)\n- Special Card (only owned by Germany,Soviet Union,Britain,France,Italy and used once every 7 rounds.)\n\nInclude two modes: conquest mode and battle mode\n\nConquest mode:choose one country from the 12 of the Axis Powers and the Allies to dominate Europe.The others will be your allies,enemies and neutral.\nBattle mode:the main line to 4 countries (Germany,Britain,France,Soviet Union),16 battles for the game.\n\nGermany\nChapter 1 Blitzkrieg\nChapter 2 Maginot Line\nChapter 3 Operation Barbarossa\nChapter 4 Top of Europe\n\nBritain\nChapter 1 England Channel\nChapter 2 North Africa\nChapter 3 Battle of Berlin\nChapter 4 Battle of Eastern Europe\n\nFrance\nChapter 1 Defend The Motherland\nChapter 2 Battle of Apennine\nChapter 3 Battle of Balkan\nChapter 4 Battle of Eastern Europe\n\nSoviet Union\nChapter 1 Defend The Moscow\nChapter 2 Counter Attack\nChapter 3 Duel\nChapter 4 Top of Europe\n\nMagnificent fighting music and sound can make you feel involvement.\n\nFeatures:\n- conquest mode and battle mode\n- more than 200 territories\n- 28 belligerent states\n- 30 millitary troops\n- 15 millitary cards\n- 5 levels\n- 17 battles \n- autosave""",EASY Inc.,9+,"EN, JA, ZH, ES, ZH",30947328,Games,"Games, Strategy, Board, Entertainment",17/12/2010,6/03/2018
-https://apps.apple.com/us/app/crossover/id409678376,409678376,CrossOver,,https://is1-ssl.mzstatic.com/image/thumb/Purple114/v4/71/70/08/71700849-61c9-7f2a-a8ca-dc09e120bc77/source/512x512bb.jpg,,,0.99,,"""CrossOver is a game that consists of 8 matrices by increasing difficulty.\n\nYour goal is to sort the matrix from number 1 to number 16, with minimal number of moves.\n\nFor the resolution of first matrix, you have to make only one move, two moves for the second, and so on, until the matrix n.8 that needs eight different moves.\n\nRemeber that you can't proceed with the following matrix until you have solved the current matrix.\n\nMOVES\n\nIf you flip a number on the left, all numbers that are in the same row and column of the selected number will be decreased by 1.\n\nSimilarly, if you flip a number on the right, all numbers that are in the same row and column will be increased by 1.\n\nRemember that when you reach the value of 16, a flip on the right side will restart the counter from 1 and similarly, when you reach the value of 1, a flip on the left side will restart the counter from 16.\n\nYou can scroll through all your moves back and forth, but remember that if you make a new move (e.g., if you find a shortest path), all subsequent moves will be deleted.""",Giuseppe Cigala,4+,EN,12695552,Games,"Games, Puzzle, Education, Strategy",19/12/2010,14/01/2019
-https://apps.apple.com/us/app/angerofstick2-free/id409784210,409784210,AngerOfStick2: Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/cb/60/fc/cb60fc86-55e8-cc85-b112-15e78985116b/source/512x512bb.jpg,4,5113,0,,"Introduction: \n- Anger of stick 2nd Story - \nUnknown enemies in the city emerge and the hero continues to remove enemies with a variety of weapons, and helicopters and robots that can devastate all enemies at a time. \n\nSpecial Features: \n- Action : You can feel the realistic fighting action with 130 behaviors and Hero air combo action is added that can remove all enemies at one time. \n- Weapons: Enemies can be handled lightly by using helicopters and robots in the map, and weapons such as M1911, UZI, Granade Luncher, Spas_12, SG550, Remington_870, Flamethrower, Ray-gun, Mini-gun, Bat, and Sword. \n- Map: Cities, deserts and forests are configured in the map and the fighting action inside building is added. \n\nTips: \n- When enemies come on the both sides, all enemies will be fallen down on seizing and throwing enemies back. \n- An infinite combo attack is available with Hero air combo. \n- Enemies can be handled by well-using robots and helicopters on the streets. \n- To avoid the attacks from guns and robots of enemies, button on the key to move to the left is necessary. \n\n\nSupport Information: \nFor additional support, please contact: \nE-mail : pjh097@gmail.com",junghyun park,9+,EN,8201413,Games,"Games, Strategy, Casual, Entertainment",19/12/2010,8/04/2013
-https://apps.apple.com/us/app/doodle-jewels/id409833853,409833853,Doodle Jewels,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/ff/7e/96/ff7e967d-c5f3-5919-2ad8-219b09ada021/source/512x512bb.jpg,4.5,513,2.99,,"Beautiful jewel swap game with challenging and fun gameplay. Collect treasure jewels and unlock the hidden treasure before the pirate gets to it.\n\n---------------------------------\n""Beautiful graphics. Awesome gameplay""\n""Awsome - can\'t stop playing it!""\n""Best jewel swap game on the iPhone""\n""Love the pirate character!""\n---------------------------------\n\nYour goal is to swap jewels and build lines to paint the field gold to advance to the next level.\n\nYou have a limited number of swaps to accomplish this, but you get new swaps when you complete a level.\n\nYou have some help though. Collect enough ""treasure"" jewels and go on a treasure hunt to get more points and swaps\u2026 \nBe careful - pirates are lurking around to steal your treasure!\n\nPower jewels can remove whole rows, columns and jewel types from the board giving you better chance of success.\n\nGreat gameplay, awesome graphics, cool music and a whole lot of fun.","Software River Solutions, Inc",4+,EN,23708672,Games,"Games, Strategy, Entertainment, Puzzle",18/12/2010,12/12/2017
-https://apps.apple.com/us/app/catcha-mouse-hd/id409909263,409909263,Catcha Mouse HD,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/fa/af/b9/faafb904-2f44-6b45-3e00-bcf28970b05d/source/512x512bb.jpg,3.5,820,0,"2.99, 2.99, 0.99, 6.99, 2.99, 2.99","""Those who enjoy strategy games with cute characters, such as Cut the Rope or Angry Birds, might also enjoy this adorable but challenging puzzler."" -USAToday.com\n\nCatcha Mouse for iPhone has been downloaded 3 Million times! And is now available on the iPad!\n\nFor news and updates follow us on: twitter.com/odasoft and facebook.com/odaSoft\n\nCatcha Mouse is a very easy to learn game!\nYou\'ll have to use all your wit to corner the mouse before he escapes through the holes!\nIt\'s a fun way of testing your intelligence and improving your skills!\nIf you enjoy challenging games, you will love Catcha Mouse!","Meme, Inc",4+,EN,66686012,Games,"Games, Strategy, Puzzle",6/01/2011,26/04/2013
-https://apps.apple.com/us/app/my-kingdom-for-the-princess-ii-hd-lite/id409984283,409984283,My Kingdom for the Princess II HD Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/12/73/89/127389a3-4993-0f3b-baa7-78b45533647a/source/512x512bb.jpg,4,114,0,,"The innovative mixture of click management and building simulation still works perfectly, and some new twists along with engaging mini-games ensure a pleasant experience!"" - GameZebo.com (4.5/5.0)\n\nSee what the excitement is all about when you try the free trial version or download the full-unlimited version of My Kingdom for the Princess 2 today!"" - Gamehouse.com\n\nMy Kingdom for the Princess 2 is a resource management/strategy title with loads of charm and deceptively deep gameplay."" - 148apps.com (4/5) \n\nBest Time Management/Simulator in 2010 - My Kingdom for the Princess II won the 2010 Nevosoft People\u2019s Choice Award for best Time Management/Simulator\n\nThe adventures of Arthur and Princess Helen continue in this long awaited sequel to the addictive strategy, time management and simulation game. Longbeard the Dwarf kidnaps Helen, and Arthur has to embark on a long and dangerous journey to save his Princess. On his way to triumph he will have to clear the land, defend against invaders, and work with magical beings like flying cats and witches. \n\nMy Kingdom for the Princess 2 is an innovative mixture of click management and building simulation that still works perfectly. The sequel builds on the original formula with some new twists and captivating mini-games. The game features a whopping 60 levels on five different islands with various landscapes and a wide range of tasks, which ensure hours of enjoyable play!\n\nFeatures: \n- Unique mixture of genres - time-management, strategy, and simulation\n- An even more quirky and entertaining storyline\n- New characters and obstacles\n- Two brand new game bonuses expand the game\'s tactical possibilities.\n- Plenty of special tasks and mini-games to keep you on your toes\n- Diverse achievements for excellent performance\n\nTrue heroes are always ready for a new challenge! It\'s time to prove yourself worthy being a knight once again!\n-----------------------------------------\nLIKE GAMES BY NEVOSOFT? \nWHY NOT TRY SOME OF OUR OTHER GAMES!\n\nSupercow: super-dynamic arcade game about the adventures of a new character that deserves everyone\'s attention! Supercow doesn\u2019t give milk, she just rocks! \n\nMagic Academy: fascinating adventure game that mixes hidden object hunts with mini-games and sorcery \n\nMy Kingdom for the Princess: An addictive, award-winning game with unique game play that combines time management, strategy, and simulation. \n\nDream Sleuth: Travel in the world of your dreams and save the girl in this thrilling hidden object puzzle adventure! \n\nLaura Jones and the Gates of Good and Evil: Meet amusing characters and hunt for hidden objects as you try to save the world. \n\nLaura Jones and the Secret Legacy of Nikola Tesla: Test your Hidden Object skills as you race against time and the other people chasing down Tesla\'s invention! \n--------------------------------------------------------- \nTHIS GAME WAS PUBLISHED BY NEVOSOFT. \nIf you want to successfully release your game on the App Store, write us at publishing@nevosoft.com. \nOur experts perform the following services: \n- Producing your game in the final stages of development \n- Localizing it into more than 10 languages \n- Preparing your game for release (and the release itself) \n- Marketing (We have a loyal client base of over a million users) \n- Promoting your game in various media \n- Providing quality customer support. \n-----------------------------------------\nGet the inside scoop on Nevosoft Games:\nJoin us on Facebook: www.facebook.com/Nevosoft\nFollow us on Twitter: http://twitter.com/NevosoftGames\nWatch us on YouTube: http://www.youtube.com/NevosoftCOM\nVisit our site: http://www.iphone.nevosoft.com",Nevosoft LLC,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ES, SV",82959360,Games,"Games, Simulation, Strategy",21/01/2011,10/08/2017
-https://apps.apple.com/us/app/countess-thalia-solitaire-lite/id410022507,410022507,Countess Thalia Solitaire Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/4e/0c/ea/4e0ceaa7-8b45-2978-30e9-37fc8d576dd5/source/512x512bb.jpg,,,0,,"""Why play Solitaire alone, darling? As a member of the idle aristocracy, Countess Thalia has oodles of spare time to devote to games of Freecell, Klondike, and Yukon. \n\nHer ladyship's best kept secret is how she wiggles the playable cards, saving you oh so much bothersome scanning. But careful, love, she is rather strict on protocol!\n\nThis is the free, ad supported 'Lite' version of Countess Thalia Solitaire. The full version is ad free and has a move undo option.""",RESETgame,4+,EN,9157632,Games,"Games, Card, Entertainment, Strategy",20/12/2010,21/09/2016
-https://apps.apple.com/us/app/liquid-defense-lite/id410064207,410064207,Liquid Defense Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple69/v4/fc/67/1c/fc671c3f-bb9b-706c-1eda-4eea9f7c20ea/source/512x512bb.jpg,2,53,0,,"Liquid defense is a unique 3D puzzle game where you must eliminate all of the incoming water, gas and oil. Each levels is carefully designed to require innovative solutions while managing limited resources. Build and manage 20+ structures to eliminate, redirect, freeze, hold, and teleport the liquid away from various hazards. Each structure can be upgraded to increase performance and barrier strength. 28 levels will keep you occupied for hours, with each one slightly more difficult than the last. Once completed, replay the game trying to find each of the several possible strategies to each level.\n\nFeatures include - \n\u2022 3D Graphics with simple 2D gameplay \n\u2022 Realistic Chipmunk physics engine \n\u2022 Actively developed, constant free updates",Nuclear Nova Software,4+,EN,19180544,Games,"Games, Entertainment, Strategy, Puzzle",29/12/2010,21/11/2015
-https://apps.apple.com/us/app/hydrothermal-lite/id410067664,410067664,Hydrothermal Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple19/v4/4d/4f/88/4d4f8818-5b3b-1756-c000-9acdab8cc29d/source/512x512bb.jpg,2.5,29,0,,"""Hydrothermal is a city building game where you create a space colony and ward off alien invaders. Control every aspect of your colony's layout, including zoning, building placement, and terrain features, all with the ability to conquer more land for expansion. Adjust the city details by balancing the budget, passing/repealing laws, and allocating extra resources into six areas using the balance of powers screen. Don't forget to build and manage an army though, aliens attack from time to time! Hydrothermal's addicting gameplay and a classic 2D with over 50 unique buildings, Hydrothermal will keep you entertained for countless hours.\n\nMake sure to check out Nuclear Nova's golf game simulator, GL Golf and GL Golf Lite. GL Golf is a 3D golfing game for the casual gamer. With a realistic physics system and great simple graphics, you and up to four players can golf twenty+ unique courses for countless hours. Also make sure to check out Nuclear Nova's new golf game, Rocket Golf and Rocket Golf Lite. Rocket Golf gives golfing a new twist with its 2D gameplay and clean 3D graphics. Challenge yourself to 36 unique holes over two courses. Rocket Golf provides accurate game physics while maintaining an arcade feel.""",Nuclear Nova Software,4+,EN,8567808,Games,"Games, Simulation, Strategy, Entertainment",29/12/2010,1/12/2015
-https://apps.apple.com/us/app/doodle-jewels-lite/id410091935,410091935,Doodle Jewels Lite,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/bb/17/3d/bb173d04-1f6e-4e1e-dc02-09d410ff5a6b/source/512x512bb.jpg,4,610,0,,"Beautiful jewel swap game with challenging and fun gameplay. Collect treasure jewels and unlock the hidden treasure before the pirate gets to it. \n\n-----------------------------------\n""Not your grandma\'s gem swap!""\n""Awsome - can\'t stop playing it!""\n""Best jewel swap game on the iPhone""\n""Love the pirate character!""\n-----------------------------------\n\nYour goal is to swap jewels and build lines to paint the field gold to advance to the next level.\n\nYou have a limited number of swaps to accomplish this, but you get new swaps when you complete a level.\n\nYou have some help though. Collect enough ""treasure"" jewels and go on a treasure hunt to get more points and swaps\u2026 \nBe careful - pirates are lurking around to steal your treasure!\n\nPower jewels can remove whole rows, columns and jewel types from the board giving you better chance of success.\n\nGreat gameplay, awesome graphics, cool music and a whole lot of fun.","Software River Solutions, Inc",4+,EN,29645824,Games,"Games, Entertainment, Strategy, Puzzle",19/12/2010,12/12/2017
-https://apps.apple.com/us/app/pai-gow-tutor/id410204657,410204657,Pai Gow Tutor,,https://is3-ssl.mzstatic.com/image/thumb/Purple4/v4/1c/74/a9/1c74a91e-1180-2ad5-1334-c55e82bd89a8/source/512x512bb.jpg,4.5,21,0,,"Play on & Learn on ! \n\n\nPai Gow is an ancient Chinese Casino game that is still played in many of worldwide casinos using Chinese dominoes. \nPai Gow Tutor is designed for new players to learn the game the traditional way. This is the first app on the App Store that teaches Paigow Tiles, helps newbies learn with tools and tutorials that improve understanding the game and help practice strategy. You learn the game with never ending multiple choice quizzes, game simulation and value calculator with a smart help and guide to the game rules.\n\nUse the Quiz pages to test your knowledge of the Pai Gow tile names and Pai Gow Tile ranks.\nUse the simulation game to test how well you play the game in terms of strategy or calculation of the tiles you are dealt with.\n\nThis tutor can also be used by intermediate level players to hone their Pai Gow Hand forming skills.\n\nWe recommend advanced players to use our soon to come pro-Tutor application which will add more Casino based strategies and odds calculations.",LardB Labs,4+,EN,2703360,Games,"Games, Entertainment, Casino, Strategy",23/12/2010,22/01/2014
-https://apps.apple.com/us/app/world-to-conquer/id410290778,410290778,World to Conquer,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/99/ff/13/99ff130e-a873-47fa-41df-d66db9f03103/source/512x512bb.jpg,3.5,8,2.99,,"World to Conquer is a turn-based game of swords and sorcery. Command brave soldiers, fierce samurai, archers, and sneaky ninja in tactical battles. Smite foes with fiery blasts of magic and lightning. Breath life into trees and rocks.\n\nWorld to Conquer, Shadow of the Kraul is a follow-up to the award winning 2002 udev games contest entry, lovingly redesigned from the ground up for tactical on-the-go gaming.\n\nFeatures:\n- campaign mode with cinematic story\n- slay mighty dragons and evil overlords\n- recruit and use over a dozen unique units\n- hotseat battles with a local friend\n- earn OpenFeint and GameCenter achievements\n- access convenient customer support & online strategy guide right from the main menu\n\n4/21/2011 - made Apple\'s New & Noteworthy lists for board and strategy games in Canada!\n\n""World to Conquer is a very solid and well balanced turn-based strategy game. 4/5"" -PauseUnpause.com\n\n""World to Conquer doesn\u2019t need such folly to keep you glued to its turn-based screen. Instead, it relies on a combination of good old-fashioned tactics and sweat-inducing fear. 7/10 Bronze Award"" -PocketGamer.co.uk",Easy 8 Software,9+,EN,33408000,Games,"Games, Strategy, Board",19/04/2011,2/01/2018
-https://apps.apple.com/us/app/castle-wars/id410784366,410784366,Castle Wars,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/6a/02/cd/6a02cdd8-c250-46f8-597b-dc9c100f8ee7/source/512x512bb.jpg,4,575,0,"0.99, 0.99","*NOW FREE for a LIMITED TIME!*\nPROTECT your CASTLES and CONQUER the ENEMY!\nSTRATEGIZE and RULE the LAND!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nbarbarians are invading ancient rome!\n\nat every turn, the romans suffer brutal defeat.\n\nnow, they rally their troops to make a stand\u2026\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 super HUGE MAPS\n\u2022 rousing STORY\n\u2022 ultra STICKY GAMEPLAY\n\u2022 beautiful ARTISTRY\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 30 exciting LEVELS\n\u2022 3 main BASES\n\u2022 4 special ATTACKS\n\u2022 11 areas for UPGRADES\n\u2022 GAME CENTER ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,12+,EN,31687274,Games,"Games, Action, Entertainment, Strategy",19/01/2011,5/01/2013
-https://apps.apple.com/us/app/vikings-and-bankers/id411221095,411221095,Vikings and Bankers,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/58/a2/e8/58a2e8a3-0906-4f8b-198d-f21e37dc0c49/source/512x512bb.jpg,2.5,109,0,,Deceive and eliminate Vikings and bankers by make them mimic your movements in this fun platform game!\n\nOriginally created for the Antwerp Global game jam.,M2H,9+,EN,13119602,Games,"Games, Strategy, Puzzle, Entertainment",22/12/2010,5/01/2011
-https://apps.apple.com/us/app/esfera-chess/id411270782,411270782,Esfera Chess,,https://is4-ssl.mzstatic.com/image/thumb/Purple4/v4/14/90/3e/14903e7c-c8f5-4f5c-22d9-514dc186c700/source/512x512bb.jpg,3.5,74,0,,"Esfera is a 3D strategy game inspired by chess. Two armies\xa0fight a battle on a spherical world made of a lattice of hexagonal and pentagonal cells. \n\nIt will push your strategic and tactical abilities to the limits. Fans of Chess, Go, Xiangqi (Chinese Chess) and Checkers love Esfera.\n\nCheckmate your opponent by trapping the enemy king or marching your king around the world to claim the enemy king\'s home.\n\nFeatures:\n* Original and unique game concept inspired by Chess \u2014 only much more futuristic.\n* Stunning translucent, 3D spherical surface. \n* Full HD on iPad\n* Tap pieces to see valid moves.\n* Spin and twist the sphere by swiping with one or two fingers.\n* Intelligent sphere and piece animations\n* Two-player or player-vs-computer (AI)\n* Automatic piece orientation provides optimal visibility\n\nRave reviews:\n\n5-stars: ""Scintillating idea. Streamlined controls and sublime visuals synthesise to create an almost perfect experience.""\n\n5-stars: ""Almost THE BEST Brain-game I\'ve seen - This game is fantastic on many levels.""\n\n5-stars: ""Wonderful implementation - Wow- thankful. I love the way the bishops move in a teleport like fashion across the lines. (try the game to see what I mean). Truly great execution. If this is all original hats off and even if derivative the execution is top notch. I love how the game is not bloated either. It\'s under 1MB. Love it.""",Squz,4+,EN,2052096,Games,"Games, Education, Strategy, Board",3/01/2011,17/11/2013
-https://apps.apple.com/us/app/empire-quest/id411674051,411674051,Empire Quest,,https://is3-ssl.mzstatic.com/image/thumb/Purple4/v4/d7/a5/47/d7a54727-72a9-c564-e252-e654db4dd3f7/source/512x512bb.jpg,,,0,"0.99, 0.99","""Empire Quest is an artillery based iPhone game. A player's quest is to conquer castles and unite them inorder to form an EMPIRE. The game starts from a very easy level, it gets challenging & interesting with every new sublevels within levels. See screenshots for gameplay and information.\n\nFeatures:\n* Visual effects : rain drops, snow falls, stars blinking, moving clouds, fires, lava, etc\n* Can play online with friend(s) via invitation or Auto-Match\n* Can play via Wi-Fi or Bluetooth with nearby iPhone or iPod\n* In-App iPod & Sound effects of shooting, collision etc\n* Many different artilleries (ammunition)\n* Can move the artillery (ammunition) by a single Touch\n* Castles with different shapes and colors\n* Castles and Artillery are Physics based\n* Game Center - Leaderboard & Achievement\n* Zoom in and Zoom out options\n* Game pause option\n* Help section on how to play the game\n* In-App Game Trailer\n* Can auto recommend friends via E-Mail & SMS\nAND MANY MORE FEATURES\n\nTrailer: http://www.youtube.com/user/nakimsoft/""",Roksana Ferdous,4+,EN,31424512,Games,"Games, Adventure, Strategy, Entertainment",11/02/2011,4/08/2014
-https://apps.apple.com/us/app/tap-n-pop-hd-lite/id411753537,411753537,"""Tap 'n' Pop HD Lite""",The classic puzzle game,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/f9/f7/3f/f9f73fff-0a46-330e-ec4e-243d75b251fe/source/512x512bb.jpg,3.5,701,0,,"Great graphics, larger balloons field for a more challenging game and even more fun!\n\nTAP BALLOONS TO POP THEM, ROTATE YOUR DEVICE TO REARRANGE THEM, USE THE PIN TO GET YOURSELF OUT OF A JAM\nShake your iPad to reset colours. \n\nSome user comments:\n""Poppit with a twist! ... well worth the price!""\n""Fun game played just like pop it on pogo ... a must have game""\n""Brilliant game!\n\nTap \u2019n\u2019 Pop is a fun balloon popping puzzle game.\n\nREVEAL PACKAGES\nPop groups of colored balloons to clear and reveal packages containing various items. Reveal all items to reach the next level.\n\nHOW TO PLAY\nTap once to select the group of same colored balloons you want to pop (balloons will start pulsating) \u2013 tap again to pop the balloons. Balloons below the removed ones will move up to fill the empty space. Package will be revealed if no balloons are covering it.\n\nROTATE YOUR DEVICE\nRotate your iPhone/iPad/iPod touch and balloons will move up \u2013 re-arranging positions and helping you out when you think you are getting close to not having any moves left. \nYou have limited number of \u201crotations\u201d, but you earn new one each time you complete a level. If you run out of rotations, but rotate your device anyway \u2013 balloons will simply be rotated along giving you the same layout as before rotation. \n\nUSE THE PIN\nWhen you find yourself in a ""tight spot"" - use one of your pins to pierce any balloon that\'s in your way. Pins are hard to come by so use them wisely.","Software River Solutions, Inc",4+,EN,15311872,Games,"Games, Entertainment, Strategy, Puzzle",30/12/2010,17/08/2017
-https://apps.apple.com/us/app/east-front-2/id412061659,412061659,East Front 2,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/c5/9f/42/c59f4228-268d-0b15-72d1-33f7fb75129e/source/512x512bb.jpg,4,17,0,,"""The Red Army is advancing! \nChoose from four different characters, utilizing five authentic weapons, while harnessing the power fortifications like barbed wire, artillery, and air support to hold the Red Army back as long as possible! \n\n-Compete with your friends through online Achievements and Leaderboards via the OpenFeint system! \n-Choose from four unique characters, in authentic uniforms! \n-Use the MP-40, StG-44, Luger, MG-42, and the Panzerfaust! \n-Upgrade each weapon's rate of fire, muzzle velocity, clip size, reload speed, and accuracy! \n-Upgrade air support and artillery, like bombers, messerschmitts, and nebelwurfers to rain death from above on your enemies! \n\nEast Front 2 is OpenFeint Enabled.""","Porcellus, Inc.",12+,EN,14916751,Games,"Games, Action, Entertainment, Strategy",30/12/2010,30/12/2010
-https://apps.apple.com/us/app/bubble-ball/id412089940,412089940,Bubble Ball,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/1b/55/0a/1b550a18-3bdc-8396-05b9-abbbf1fb99e3/source/512x512bb.jpg,3,32290,0,0.99,"""Bubble Ball has been downloaded over 16 million times!\n\nNEW! Community Levels - make your own levels for Bubble Ball, and play levels created by others!\n\nGo to naygames.com/create on your computer to get started making your own levels!\n\nTry this fun, new physics puzzle game, where you will test your ingenuity and thinking skills to get the bubble to the goal.\n\nUse the pieces and powerups provided, and come up with creative solutions! There are two types of pieces, wood and metal. Wood pieces are affected by gravity when you hit Start, while metal ones stay where you placed them. Use powerups to give the bubble speed boosts and even reverse gravity! Don't like the blue bubble? Make it a different color! Don't want to start at the beginning? You can skip around to your liking and jump right into the 156 available exciting levels (48 are free; then buy the full version of Bubble Ball for all 156).\n\nA great game to test your logical thinking skills, and to play whenever you're bored!""",Nay Games LLC,4+,EN,13466624,Games,"Games, Entertainment, Puzzle, Strategy",29/12/2010,18/02/2018
-https://apps.apple.com/us/app/notakto/id412097279,412097279,Notakto,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/78/68/3d/78683da8-77f3-cb1c-f742-9a8f2bc33c5f/source/512x512bb.jpg,4.5,14,0,,"""Simple to learn and hard to master, Notakto is a variation on Tic-Tac-Toe where BOTH players make X's and whoever makes three-in-a-row LOSES.\n\nDifficulty ranges from Easy to Insane. At Insane, the computer uses advanced game theory techniques to play a perfect game, so don't make any mistakes if you want to win!\n\nUnlock all levels and play on up to six boards at the same time!\n\nChoose Rated Play and work toward becoming Notakto World Champion.\n\nReviews:\n\n***** Fun and addictive! - This game is ingenious and fun!\n\n***** Outstanding - Brilliant app. It's amazing how taking away a symbol and reversing the win condition can turn a trivial game into a fiendishly difficult addiction.""","Counterwave, Inc.",4+,EN,29096960,Games,"Games, Board, Strategy",29/12/2010,14/12/2017
-https://apps.apple.com/us/app/splat-it-free/id412157089,412157089,Splat It! - Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/b7/68/dc/b768dcff-e099-c2c2-9a73-20555166d8af/source/512x512bb.jpg,3,58,0,0.99,"~ ""A blend of fun and excitement in a puzzle game"" - iPhonefootprint.com \n\n~ ""This puzzle game brings new concept for puzzle enthusiastic.....Once you start, you can\'t put it down because this game is highly addictive."" - downloadcheapapp.com \n\nDESCRIPTION \nSplat It! is a game that brings you hours of fun. It has two exciting modes, a puzzle mode and an arcade mode. \n\nIn the puzzle mode along with your problem solving skills your reaction times will also be challenged. It starts with simple levels and slowly builds up to quite tricky levels. The levels are designed such that it keeps you entertained throughout by introducing new balls with unique abilities, helpful items and devious obstacles. \n\nIn the arcade mode, swipe your finger across the screen to splat as many colourful balls while avoiding \'Spikey\' the fun ending monster and collect the stars to get surprise bonuses. \n\n\nSplat It! has an exciting scoring system which will bring out the perfectionist in you when you try to achieve gold, silver or bronze medals for each level. \n\n\nFEATURES \n~ 2 fun packed modes \n~ 4 exciting stages in the puzzle mode \n~ 60 unique and challenging levels \n~ Compete globally \n~ Excellent scoring system \n~ Helpful in-game tutorials",Hitesh Patel,4+,EN,18592360,Games,"Games, Strategy, Puzzle, Entertainment",4/01/2011,18/12/2012
-https://apps.apple.com/us/app/tap-n-pop-hd/id412325632,412325632,"""Tap 'n' Pop HD""",,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/1a/03/63/1a036323-aa50-9349-8454-2a8df4cf4039/source/512x512bb.jpg,4,424,2.99,,"The classic balloon popper with a twist. Rotate your device to re-arrange the balloons.\n\nShake your iPad to reset colours. Very useful when you are running out of moves! \n\nSome user comments:\n""Poppit with a twist! ... well worth the price!""\n""Fun game played just like pop it on pogo ... a must have game""\n""Brilliant game!\n\n\nTap \u2019n\u2019 Pop is a fun balloon popping puzzle game.\n\nREVEAL PACKAGES\nPop groups of colored balloons to clear and reveal packages containing various items. Reveal all items to reach the next level.\n\nHOW TO PLAY\nTap once to select the group of same colored balloons you want to pop (balloons will start pulsating) \u2013 tap again to pop the balloons. Balloons below the removed ones will move up to fill the empty space. Package will be revealed if no balloons are covering it.\n\nROTATE YOUR DEVICE\nRotate your iPhone/iPad/iPod touch and balloons will move up \u2013 re-arranging positions and helping you out when you think you are getting close to not having any moves left. \nYou have limited number of \u201crotations\u201d, but you earn new one each time you complete a level. If you run out of rotations, but rotate your device anyway \u2013 balloons will simply be rotated along giving you the same layout as before rotation. \n\nUSE THE PIN\nWhen you find yourself in a ""tight spot"" - use one of your pins to pierce any balloon that\'s in your way. Pins are hard to come by so use them wisely.","Software River Solutions, Inc",4+,EN,9819136,Games,"Games, Entertainment, Strategy, Puzzle",30/12/2010,17/08/2017
-https://apps.apple.com/us/app/crossover-hd/id412445736,412445736,CrossOver HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple124/v4/24/99/32/249932b3-af04-accb-9e1c-f8e4c59fe50a/source/512x512bb.jpg,,,0.99,,"""CrossOver HD is a game that consists of 8 matrices by increasing difficulty.\n\nYour goal is to sort the matrix from number 1 to number 16, with minimal number of moves.\n\nFor the resolution of first matrix, you have to make only one move, two moves for the second, and so on, until the matrix n.8 that needs eight different moves.\n\nRemeber that you can't proceed with the following matrix until you have solved the current matrix.\n\nMOVES\n\nIf you flip a number on the left, all numbers that are in the same row and column of the selected number will be decreased by 1.\n\nSimilarly, if you flip a number on the right, all numbers that are in the same row and column will be increased by 1.\n\nRemember that when you reach the value of 16, a flip on the right side will restart the counter from 1 and similarly, when you reach the value of 1, a flip on the left side will restart the counter from 16.\n\nYou can scroll through all your moves back and forth, but remember that if you make a new move (e.g., if you find a shortest path), all subsequent moves will be deleted.""",Giuseppe Cigala,4+,EN,12609536,Games,"Games, Education, Strategy",4/01/2011,16/01/2019
-https://apps.apple.com/us/app/easy-chess/id412502748,412502748,Easy Chess,,https://is2-ssl.mzstatic.com/image/thumb/Purple2/v4/fd/ee/f7/fdeef738-c227-f23a-39aa-cfd351e79922/source/512x512bb.jpg,1,15,0,,"When it comes to mind games, chess is undoubtedly at the top of the list. This game has been around for more than sixteen hundred years. To this day, chess is one of the most popular games among people of all ages. The game includes kings, queens, and soldiers who fight for victory. This interpretation of chess pieces may seem a bit funny, but these are the kinds of pieces we play with. People who are familiar with this game are aware of the extent to which this game helps increase the sharpness of mind. This is a common game among the military, as it helps them come up with strategic approaches.\n\nThe game is based on mathematical techniques, and you need to defeat the opponent\u2019s king in order to win. This is known as checkmate. You might think that it is an easy task, but you should not be too relaxed unless you are very aware of the technical moves. Enjoy and Having fun!",willie shi,4+,EN,409570,Games,"Games, Entertainment, Board, Strategy",5/01/2011,14/02/2013
-https://apps.apple.com/us/app/easy-chess/id412502748,412502748,Easy Chess,,https://is2-ssl.mzstatic.com/image/thumb/Purple2/v4/fd/ee/f7/fdeef738-c227-f23a-39aa-cfd351e79922/source/512x512bb.jpg,1,15,0,,"When it comes to mind games, chess is undoubtedly at the top of the list. This game has been around for more than sixteen hundred years. To this day, chess is one of the most popular games among people of all ages. The game includes kings, queens, and soldiers who fight for victory. This interpretation of chess pieces may seem a bit funny, but these are the kinds of pieces we play with. People who are familiar with this game are aware of the extent to which this game helps increase the sharpness of mind. This is a common game among the military, as it helps them come up with strategic approaches.\n\nThe game is based on mathematical techniques, and you need to defeat the opponent\u2019s king in order to win. This is known as checkmate. You might think that it is an easy task, but you should not be too relaxed unless you are very aware of the technical moves. Enjoy and Having fun!",willie shi,4+,EN,409570,Games,"Games, Entertainment, Board, Strategy",5/01/2011,14/02/2013
-https://apps.apple.com/us/app/rps-world-masters-online-rock-paper-scissors/id412539922,412539922,RPS World Masters - Online Rock Paper Scissors,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/aa/d9/05/aad90511-1426-c904-21b8-70e99a524e96/source/512x512bb.jpg,3.5,49,0,,"RPS WORLD MASTERS is an addictive online-only version of the classic Rock Paper Scissors game.\n\nYou will be automatically paired with random opponents from anywhere around the world. Or, challenge your friends to settle silly disputes, assign lowly chores, or to finally prove that to them that you are a true mind reader!\n\nNever played Rock Paper Scissors before? No problem! It\'s easy! Throw rock, paper, or scissors at the same time as your opponent. Rock crushes scissors; paper covers rock; scissors cuts paper. \n\nEasy, right? Sure! But, can you devise a STRATEGY to beat another human player over and over again? Strategy? Really? Yes, really! Throw rock every time and your opponent will obviously notice your oh-so-sly pattern and destroy you. You\'ll just pick one at random? There is no such thing as ""random""! Your opponent will figure out what your SUBCONSCIOUS is up to and will soundly defeat you. \n\nClever must you be to win! Play well and you will climb the online leader board. Lose often and your friends will make fun of your goofy hipster shoes.\n\n*** PLEASE NOTE *** RPS WORLD MASTERS requires an active Internet connection to play. Online functionality works over 3G and Wi-Fi using Apple\'s Game Center. \n\nEach match is in the ""best of 3 of 3"" format. Win 2 out of 3 throws (e.g. rock wins against scissors) to win a set (like in tennis). Win 2 out of 3 sets to win the match.\n\nMatches take less than a minute to play and are completely addictive! You have been warned!\n\nFor the RPS gurus, we hope RPS WORLD MASTERS is a great way to PRACTICE for the many LIVE tournaments held each year. Please let us know your thoughts and suggestions by writing the kind folk of Fictorial at support@fictorial.com.\n\nGAME ON!",Fictorial LLC,4+,EN,3750576,Games,"Games, Strategy, Simulation, Entertainment",18/01/2011,18/01/2011
-https://apps.apple.com/us/app/bad-air-day-lite/id412654105,412654105,Bad Air Day LITE,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/83/e9/5e/83e95e2c-a825-1d9b-22cd-87cce20b57e5/source/512x512bb.jpg,3.5,701,0,,"""Game Description:\nHelp aromatic Artie keep his day job in this hilarious and unique gas management game. \n\nArtie's job is to run the elevator at the swanky Le Fum\xe9 Hotel and, in order to keep his job, every ride must be smooth and without incident. Unfortunately for Artie, his morning breakfast has led to a bad case of gas! Poor guy\u2026 How is he supposed to make it through the day without insulting anyone with his toxic fumes and getting fired?\n\nJoin this flatulent faux pas and direct Artie's air attack to the elevator vents and away from the hotel guests. Maneuver the back blast with skill, but watch out as vents switch and guests move about. Keep an eye out for wacky characters including a disco dancer, a snobby heiress, and a fart fairy! You only have three chances before Artie is sent packing. With unlimited levels, 12 side-splitting trophies - including Ninja Beans and Flatural Selection - and a heavy dose of morning thunder, this is one challenge of malodorous proportions Can you survive a Bad Air Day?\n\nFEATURES: \n\u2022 Swipe Artie's air attack toward elevator vents and away from hotel guests. \n\u2022 Climb as many floors as you can with unlimited levels but only three lives.\n\u2022 Win 12 side-splitting trophies, including Ninja Beans and Flatural Selection.\n\u2022 Never before seen fluid dynamics game mechanic.\n\nGameHouse Guarantee: We take pride in the loyalty and trust our customers show us when they purchase a GameHouse product. If you are not completely satisfied with your recent purchase, please contact us at iphone-games@real.com.""",GameHouse,4+,,16633132,Games,"Games, Strategy, Action, Entertainment",3/02/2011,3/02/2011
-https://apps.apple.com/us/app/dash-race/id412719734,412719734,Dash Race,,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/86/27/29/862729dc-68ef-491c-7844-03edb2f30aa4/source/512x512bb.jpg,4,167,0.99,"2.99, 1.99, 0.99, 0.99, 0.99, 0.99","Steering, speeding up, braking, cutting, blocking: who is the smartest driver in this strategic racing game, leaving his opponents behind and passing the finishing line first? \n\nDash Race is the electronic version of a popular turn-based paper game that can be played everywhere at any time, because all you need is a sheet of squared paper and colored pencils - or Dash Race for even more fun and challenges.\n\nUp to four players make their moves in turns, following very simple rules. This results in an amazingly realistic driving behavior. In order to take curves at optimal speed, you\'ll need experience and dexterity. Play the pure and truly timeless strategic variant in ""Classic Mode"", or turn to the breath-taking ""Challenge Mode"" for a wild arcade-style Dash Race.\n\n\u2022 Up to four players on one or multiple devices \n\u2022 Gamecenter, Bluetooth & WiFi connections available to play with multiple devices locally and around the world\n\u2022 A training course will interactively introduce you to the secrets of Dash Race and prepare you for races against others\n\u2022 Climb up global Dash Race leaderboards in Gamecenter\n\u2022 Prove your skills by earning various Gamecenter achievements \n\u2022 Additional Robot-opponents with adjustable driving skills can be joined into a race\n\u2022 Easy and intuitive game handling\n\u2022 Optimize your racing skills by seeing your last race track in addition to your current driving \n\u2022 Comprehensive statistics: view all the details of your last races and of the previous winners\n\u2022 Differently challenging tracks\n\u2022 Different background grids, requiring distinctive driving strategies -- or make the grid invisible for an additional challenge\n\u2022 Additional tracks can be downloaded from a growing selection of attractive track packages\n\u2022 Upload your completed races to your Facebook wall or send your successes straight to your Twitter account",Hans-Juergen Richstein,4+,"EN, DE",50941952,Games,"Games, Strategy, Entertainment, Racing",16/03/2011,9/10/2014
-https://apps.apple.com/us/app/padd-trek/id412782761,412782761,Padd Trek,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/8b/8d/3e/8b8d3e96-9b00-f758-703d-10002435d8aa/source/512x512bb.jpg,4.5,70,0,,"Your quadrant of the galaxy is being invaded by a species of aliens known as Marauders. The rest of your fleet has been disabled and you, in command of the FS Discovery, are the last chance to save your home planet.\n\nIntelligence reports suggest that the Marauders main targets are the starbases spread throughout the quadrant and you may be called upon to save these vital supply points from attack.\n\nFortunately your vessel is equipped with the very best weapons and shields and it outclasses the majority of the Marauder fleet however rumours suggest the the Marauders have recently put a new more powerful class of ship into operation.\n\n--------------------\n\nPadd Trek is based on the classic mini-computer \\ mainframe trek game that first emerged in the 1970s. The game proceeds in turns with each side having the opportunity to move and fire. The quadrant is broken down into an 8x8 grid of sectors with each sector further broken down into an 8x8 grid containing stars, enemy ships and star bases. If your ship takes damage then this can have various effects on the gameplay: you might be blinded due to sensor failure or unable to move due to engine failure. Damage can be repaired but not while you are under attack.\n\nTo win you must beat the odds and destroy all Marauder vessels in the quadrant and the faster you can complete your mission the higher your final score will be.\n\n--------------------\n\nFeatures\n\n* Classic strategy gameplay\n* 3 levels of difficulty\n* Autosave (exit at any time, perfect for a 5 minute play)\n* Game Center Leaderboard Integration\n* Full instructions on how to play are included",Accidental Fish Ltd.,9+,EN,41119463,Games,"Games, Strategy",13/01/2011,27/06/2012
-https://apps.apple.com/us/app/sudoku-81-squares-free-%E6%95%B8%E7%8D%A8-%EC%8A%A4%EB%8F%84%EC%BF%A0-81%E4%B9%97-%D1%81%D1%83%D0%B4%D0%BE%D0%BA%D1%83-10000-sudoku/id412792847,412792847,Sudoku 81 Squares FREE \u6578\u7368 \uc2a4\ub3c4\ucfe0 81\u4e57 \u0421\u0443\u0434\u043e\u043a\u0443 10000 sudoku puzzles,,https://is1-ssl.mzstatic.com/image/thumb/Purple62/v4/60/02/10/60021034-8c7d-26a8-7236-9309e06d5f56/source/512x512bb.jpg,4,37,0,,"10,000 Classic Sudoku Puzzles! Enough so that you may not ever need to buy another Sudoku game or book again!\n\nBoasts the following features:\n1) Upload your scores to the web (optional - server allows upload of one high score per puzzle for each device - no cheating! :)\n2) View the top 3 high scores upon completion of a puzzle\n3) View the average solving time for uploaded scores upon completion of a puzzle\n4) Select a specific puzzle to play\n5) Select a specific difficulty level (Easy, Medium, or Hard) or select all difficulties to play everything (including Semi-Evil =)\n6) Solve a specific cell (comes in handy when playing hard puzzles - but adds three minutes to the time - just to keep things fair :)\n7) View your current rank against your fellow players on the eLogicPuzzles.com website.\n\n\n\u7ffb\u8b6f\u6210\u4e2d\u570b!\n\u65e5\u672c\u8a9e\u306b\u7ffb\u8a33!\n\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a!\n\ud55c\uad6d\uc5b4\ub85c \ubc88\uc5ed!\n\xdcbersetzt ins Deutsche!\n\xd6versatt till Svenska!\nTraduzido para Portugu\xeas!\nOversatt til Norsk!\nPrzet\u0142umaczone na j\u0119zyk Polski!\nVertaald naar het Nederlands!\nTradotto in Italiano!\nTraduit en Fran\xe7ais!\nTraducido al Espa\xf1ol!\nOversat til Dansk!",elogicpuzzles.com,4+,"DA, NL, EN, FI, FR, DE, IT, JA, KO, NO, PL, PT, RU, ZH, ES, SV, ZH, TR, UK",3123405,Games,"Games, Lifestyle, Puzzle, Strategy",5/01/2011,15/10/2011
-https://apps.apple.com/us/app/fruit-remover/id412839962,412839962,Fruit Remover,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/cd/60/09/cd60094e-2e2f-3cc6-56f8-63cb27a9a60a/source/512x512bb.jpg,4,10,0,,"Fruit Remover is a puzzle game with cool animations and an obvious goal: remove the fruit. Enjoy three different modes of play, Game Center leaderboards, achievements, and more. Fruit Remover runs on most iPhone, iPod Touch and iPad devices and is available at a great price: Free. Try it today!",Paul Kratt,4+,EN,58437632,Games,"Games, Puzzle, Strategy",10/05/2011,11/11/2018
-https://apps.apple.com/us/app/bees-flowers/id412866572,412866572,Bees & Flowers,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/7e/ff/47/7eff47d6-bf9b-6aa0-bb93-9f412debd8ea/source/512x512bb.jpg,2,13,0,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99",These highly addictive quick-fire puzzles are perfect for solving back whenever you have a few seconds to spare.\n\nUsing your logic skills place twelve bees adjacent to each of the twelve flowers. The rules are simple enough - the number at the start of each row and column indicates how many bees should be placed in that particular line. Each flower must have one bee attached to it and each bee must not be adjacent to another.\n\nThis App contains 12 FREE puzzles and additional packs of 100 can be purchased.,Dilemma Apps,4+,EN,1179286,Games,"Games, Entertainment, Puzzle, Strategy",25/01/2011,23/12/2011
-https://apps.apple.com/us/app/sos-puzzle-free/id413107891,413107891,SOS Puzzle Free!,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/23/30/36/233036af-2ec7-f939-cb66-2a09dbeaee02/source/512x512bb.jpg,1.5,10,0,,"BORED of tic-tac-toe? TIRED of the 9-square game board with limited strategies staring at the SAME two letters? UPGRADE to a 49-square board on the iPhone/iPod with SOS!!!\n\nDo you wish you could play a game that CHALLENGES you but is also VERY addictive and fun?? Are you sitting somewhere with a few minutes to spare and looking for a new challenge?\n\n\u2026 Bored with tic-tac-toe?\n\u2026 Need a new, bigger board with greater challenges?\n\u2026 Wish you could play against someone to show off your superior BRAIN POWER?\n\u2026 Longing for a quick, fun game to think FASTER?\n\u2026 Wish you could customize the letters on the board?\n\u2026 Do you like to customize your game environment?\n\nIf you think your BRAIN can handle this game, we dare you to give it a try! (Please remember that becoming addicted to SOS is NOT a valid excuse to skip school and work!!!)\n\nWARNING: this game is not for everyone!! Only those BRAVE enough and with the right stuff should attempt to play this game and challenge the leaders on the global top-score board!!\n\nSOS is packed with features giving the players endless hours of fun and challenges!!\n\nFEATURE LIST:\n\u2022 Play against the computer!\n\u2022 Play head-to-head against an opponent!\n\u2022 Submit your scores, initials, and country to the global leader-board!\n\u2022 See the top three global scores, and the scores surrounding your score!\n\u2022 Personalize your game with initials, state/province, and country for both players!\n\u2022 Choose to submit your high-scores\u2026 if you\u2019re not scared!!\n\u2022 Play against three timers: 25, 15, or 5 seconds!!! (The 5-second timer is only for EXTREME NINJA players!)\n\u2022 Add random BLOCKER squares for a completely different gaming experience!\n\u2022 Limit the computer to only 5 turns to help you learn the game!\n\u2022 Change the default SOS letters to any letters you want!\n\u2022 Customize the square and background colors!! (There is a secret background setting as well\u2026 can you find it?)\n\u2022 Several EASTER EGGS for you enjoyment!! Can you find them all?\n\nOnce you have played SOS, you will never go back to the dull tic-tac-toe game that is sooooo boring!!!\n\nAt spinpin.com we pride ourselves in delivering solid, quality apps that provide real entertainment for iPad, iPhone, and iPod users. Enjoy!\n\nPlease send feedback to sos@spinpin.com as we are always trying to improve our apps!",SpinPin,4+,EN,10027008,Games,"Games, Entertainment, Puzzle, Strategy",6/01/2011,7/11/2014
-https://apps.apple.com/us/app/european-war-2-for-ipad/id413249836,413249836,European War 2 for iPad,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/75/64/00/756400d2-6a8a-53ba-eda3-e884fd387733/source/512x512bb.jpg,4.5,689,2.99,,"""European war 2 is a new style strategy game on the background of WW\u2161(Super Risk).In the game depending on troops you can compete for territories such as lands,cities and oceans,further for resources,develop economy and military,conquer enemies' capitals and destory the enemies.There are 28 European countries including more than 200 land and sea areas,you can choose 12 countries from the Axis Powers and the Allies while enjoying kinds of game modes.\n\nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers,tanks and artillery.(Soldier troop with high yields but general attack,tank troop with high attack and continue action when complete destroying the enemies,artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding.The attributes of arms are different from each country.For example,the tank of Germany is most powerful but with high price,the soldier of Soviet Union is cheapest,the navy of Britain is best.\n\nIn the game you need to use military cards to cooperate to the battle.\n- Soldier Card (produce soldier troops)\n- Tank Card (produce tank troops)\n- Artillery Card (produce artillery troops)\n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending)\n- Construction Card (construct territories,improve taxes, highest level can draft army troop )\n- Airstrike Card (Air attack the enemy of adjacent territory)\n- General Card(equip a general to the troop for enhancing the attacking power)\n- Marshal Card(equip a marshal to the troop for enhancing the defending power)\n- Special Card (only owned by Germany,Soviet Union,Britain,France,Italy and used once every 7 rounds.)\n\nInclude two modes: conquest mode and battle mode\n\nConquest mode:choose one country from the 12 of the Axis Powers and the Allies to dominate Europe.The others will be your allies,enemies and neutral.\nBattle mode:the main line to 4 countries (Germany,Britain,France,Soviet Union),16 battles for the game.\n\nGermany\nChapter 1 Blitzkrieg\nChapter 2 Maginot Line\nChapter 3 Operation Barbarossa\nChapter 4 Top of Europe\n\nBritain\nChapter 1 England Channel\nChapter 2 North Africa\nChapter 3 Battle of Berlin\nChapter 4 Battle of Eastern Europe\n\nFrance\nChapter 1 Defend The Motherland\nChapter 2 Battle of Apennine\nChapter 3 Battle of Balkan\nChapter 4 Battle of Eastern Europe\n\nSoviet Union\nChapter 1 Defend The Moscow\nChapter 2 Counter Attack\nChapter 3 Duel\nChapter 4 Top of Europe\n\nMagnificent fighting music and sound can make you feel involvement.\n\nFeatures:\n- conquest mode and battle mode\n- more than 200 territories\n- 28 belligerent states\n- 30 millitary troops\n- 15 millitary cards\n- 5 levels\n- 17 battles \n- autosave""",EASY Inc.,9+,"EN, JA, ZH, ES, ZH",60491776,Games,"Games, Strategy, Board, Entertainment",7/01/2011,6/03/2018
-https://apps.apple.com/us/app/bubble-pops-free-bubble-busting-strategy-game/id413427295,413427295,Bubble Pops! - Free Bubble Busting Strategy Game,,https://is1-ssl.mzstatic.com/image/thumb/Purple7/v4/e8/2e/35/e82e35da-6e5c-b84d-581c-3562f59c0d33/source/512x512bb.jpg,3.5,498,0,,"""Millions have downloaded Bubble Pops! Thank you to our fans. \n\nTap the bubbles that are adjacent to other bubbles of the same color. Score points by getting the most adjacent bubbles in a row. Play forever. Virtually endless fun with over 500,000 levels and over 500 different backgrounds. Plus the best part is its free!\n\nThis game is similar to other strategy game hits like bubble mania and candy crush, but we've got loads more levels and we'll never annoy your facebook friends.""",John Rouda,4+,EN,84131840,Games,"Games, Strategy, Puzzle, Entertainment",9/01/2011,27/07/2015
-https://apps.apple.com/us/app/full-deck-solitaire/id413443169,413443169,Full Deck Solitaire,,https://is3-ssl.mzstatic.com/image/thumb/Purple124/v4/3f/80/5d/3f805dd0-fcbb-a29c-a382-f43422fb2e66/source/512x512bb.jpg,4.5,14777,0,"3.99, 0.99","Designed by a Solitaire loving Mom and Daughter, Full Deck Solitaire is a beautiful card game with an easy to use user interface. Seventy one uniquely different variations of Solitaire not seen in many other games keep even the most seasoned guru occupied. Statistics for each game let you know how many hours you have played, games you have won and your highest score for that game. A uniquely smart three level hint system lets you know if there are moves to play and will even shake the cards if you can\u2019t quite see that elusive move. Smart badges on decks show you how many cards are left to be dealt from that deck. This latest update adds Daily Challenges, three guaranteed solvable games of solitaire for you to bend your mind over. Can you get all nine stars every day?\n\n""Clearly the best solitaire game available."" ""Most excellent solitaire game ever!"" ""Excellent graphics. Realistic cards."" ""Love this app."" ""Excellent graphics and a huge selection of games makes the app feel fresh every time I play."" ""I love this app and all the games"" ""Wonderful game, great time waster!"" ""One of the best editions I\'ve ever played! Excellent!"" ""This is a wonderful app."" - Just some of the reviews for the current version! Thank you, we are really humbled by your love for the game!\n\nThe game has an option of a classic background, your own wallpaper, or a gorgeous moving video of the ocean under the Moon. \n\nGames include Klondike 3 Card, Klondike 1 Card, Vegas Solitaire, Freecell, Thieves Of Egypt, Forty Thieves, Red And Black, Royal Parade, Demon, Canfield, Canfield 1 Card Turn, Double Canfield, Spider 1 Suit, Spider 2 Suit, Spider 3 Suit, Spider 4 Suit, Pyramid, Tri Peaks Solitaire, Golf, Golf Around Corner, Gaps, Montana, Beleaguered Castle, Bisley, Mrs. Mop, Clock Patience, Grandfather\'s Clock, German Clock, Captive Queens, Scorpion, Scorpion 2, Wasp, Three Blind Mice, Osmosis, Yukon, Russian Solitaire, Chinese Solitaire, Australian Patience, Fortress, Pyramid Golf, Aces Up, Miss Milligan, Demons and Thieves, La Belle Lucie, Trefoil, The Fan, Super Flower Garden, Storehouse, Cruel Solitaire, Baker\'s Dozen, Spanish Patience, Castles in Spain, Portuguese Solitaire, Good Measure, Baker\'s Game, Eight Off, Penguin Solitaire, Seahaven Towers, Rank And File, Number Ten, Lady Jane, Zerline, Double Klondike, Double Klondike 1 Card, Osmosis By The Book, Texas Fury and Texas Patience. A few of these classic games are unique to Full Deck Solitaire! \n\nAnd now with daily challenges, unique solvable puzzles that will challenge you every day.\n\nPlease write or visit our support page if you are having any problems at all. We want you to love this game!",GRL Games,4+,EN,139816960,Games,"Games, Entertainment, Strategy, Card",11/02/2011,8/01/2019
-https://apps.apple.com/us/app/farm-aquarium-hd/id413483193,413483193,Farm Aquarium HD,The Fish Management Simulation,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/87/74/97/8774976a-bca8-b746-ff41-86ad2ff25f9e/source/512x512bb.jpg,,,0.99,,"""You've been hired as (temporary) CEO of the FarmAquarium. For your mandate, you need to choose the species of fish you want to breed (there are more than fifteen species to choose from) and rule over your Aquarium. In each game turn you can buy and sell land for seaweeds, you can allocate seaweeds to feed your fishes and use the rest of the seaweeds to plant your land.\n\nThe key to successfully govern the Aquarium is to balance fish population demands with available crops. You need to respect the international rules for seeding acres of land in relation to the total fish population, manage the jellyfishes problem and other random events, like tropical storms and plagues. \n\nFind the optimal balance to manage your aquarium and you\u2019ll receive the accolades of animalist organizations. Manage poorly and you'll be fired!\n\n...will you be able to maintain your job?\n\n\nFarmAquarium is a classical simulation game in which you'll be able to test your management, strategic and math skills. Now with beautiful HD iPad graphics!\n\nThe game supports background iPod music. Enjoy your own favourite soundtrack while playing the game!""",Alessandro Benedettini,4+,EN,26283008,Games,"Games, Entertainment, Strategy, Simulation",11/01/2011,10/10/2017
-https://apps.apple.com/us/app/halma/id413576141,413576141,Halma,,https://is2-ssl.mzstatic.com/image/thumb/Purple1/v4/4e/ca/5a/4eca5aed-7c3b-b855-fc9b-081448d5e153/source/512x512bb.jpg,,,0.99,,"What this App is:\n\nHalma for iPad is an App that provides a board and the pieces for the classical Star Halma game for 2 or 3 players. It is a mobile game board for use on travel or at home. Searching for lost pieces is a thing of the past.\nOptionally Halma for iPad can validate the moves on the board. With move validation active the following restrictions are applied to moves:\n\n\u2022 Only moves or Jumps according to the rules are possible.\n\n\u2022 After a single field move no further move will be possible. If the move was an error you must use the undo button - that is the button with the blue arrow pointing to the left - to go back.\n\n\u2022 After a Jump only further Jumps will be possible. A single field move following a Jump will not be accepted.\n\n\u2022 After moving a piece of a certain color it will not be possible to move another piece of the same color. Note: This validation will not apply after one player has endet the game and End of Game recognition is on. Thus the other players are able to count how many moves are missing.\n\nFor games with three players there is an option for validating the play direction (clockwise or anticlockwise), which can be chosen by an agreement between the players before the game starts. The play direction is determined with the first move of the second player in the game, i.e. the second color in use. Note: This validation will not apply after one player has endet the game and End of Game recognition is on.\n\nMore Options:\n\n\u2022 End of Move recognition - automatic deselection of a piece if no further move is possible.\n\n\u2022 remember the game status when the application is suspended and restarted later.\n\n\u2022 End of Game recognition - bringing the last piece home is reflected by a tiny animation.\n\n\u2022 Soundeffects on or off\n\n\u2022 Display of the current time\n\n\u2022 Color selector for each player\n\nWhat this App is not:\n\nHalma for iPad is not a Computer Game in common sense. It does not act as an opponent and does not provide any artificial intelligence and therefore cannot be played by a single player.",Martin Buergel,4+,"EN, DE",5775360,Games,"Games, Board, Strategy",13/01/2011,30/07/2015
-https://apps.apple.com/us/app/pop-rocks-world-music-rpg-game/id413611238,413611238,POP ROCKS WORLD - MUSIC RPG GAME,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/fd/77/3b/fd773bc6-311e-5990-2a91-491bd53ae0e6/source/512x512bb.jpg,2.5,17,0,"0.99, 2.99, 1.99, 0.99","Download the @FreeAppADay.com Store App and wish for more top rated paid apps like POP ROCKS WORLD - MUSIC RPG GAME to become FREE for a day!\n\nBecome a mega star in Pop Rocks World and make fans scream out for your name from every corner of the world! Spot your favourite celebs, meet other players and challenge them to a music showdown! \n\nPop Rocks World is a unique and addictive music RPG game that simulates a musician\'s arduous road to stardom. You will start off virtually unknown as a singer but with talent, luck and a lot of hard work, you can climb up the fame ladder.\xa0But once you become famous - if ever you do - will you continue to bask in your glory with millions of wild, screaming fans or will you sink back down to oblivion as other players strive to become more famous than you?\n\nPop Rocks World Singing Contest\nWhat\'s more, we are running the Pop Rocks World Singing Contest - where we will pick a great Youtube singer every 2 months to be featured in our game, find out more inside!\n\n= REVIEWS =\n\u2605\u2605\u2605\u2605\u2605 ""This is the next best thing to being a super star in real life!""\n\u2605\u2605\u2605\u2605\u2605 ""The gameplay is addictive and the graphics are beautiful. There\'s nothing not to love about Pop Rocks World!""\n\u2605\u2605\u2605\u2605\u2605 ""This game rocks! I\'ve never come across a game that brings you into the music industry like this game does!""\n\n= FEATURES =\n- The first ever Music RPG game to accurately simulate the career path of a singer\n- Become a Mega Star \n- Perform in Parks, Pubs, TV stations and Stadiums to scores of screaming Fans\n- Battle with players worldwide and snatch their Moolah and Fans\n- Spot your favourite Celebs and challenge them to Music Showdowns\n- Release Albums for all kinds of music genre\n- Hire music producers, sound engineers and song writers to produce your Albums\n- Dress up in snazzy clothes and give yourself killer instruments and fancy cars\n- Make global announcements on Pop Rocks World\n- Win Music Awards as proof of your achievements \n\nNote: An internet connection is require to play.",Swag Soft LLP,12+,EN,49848517,Games,"Games, Role Playing, Strategy, Entertainment",13/02/2013,4/03/2013
-https://apps.apple.com/us/app/kapicu/id413642222,413642222,KAPICU,,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/6c/db/85/6cdb8506-a2b8-632c-fb95-1d6e3bb23e79/source/512x512bb.jpg,4,124,0,,"Tired of looking for pieces of scrap paper to write down your domino game scores?\n \nLook no further; kapic\xfa will do it for you! Kapic\xfa is an easy to use score pad that lets you keep your domino game score on your iPhone\u2122. Use it at parties, at the beach or wherever you\u2019re having a hand of dominoes with your friends and family.\n \nPlay your best hand!",Francisco Nunez,4+,EN,73899008,Utilities,"Utilities, Strategy, Games, Board",26/01/2011,22/06/2019
-https://apps.apple.com/us/app/nbtd-solitaire-lite/id413779660,413779660,NBTD Solitaire Lite,Solitaire,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/8c/97/de/8c97de84-4eea-f216-cfe6-c20967fcb23d/source/512x512bb.jpg,4,265,0,0.99,"""If you are familiar with Solitaire (Klondike), you'll love this.\n\nNBTD Solitaire is the classic game of Solitaire. It has been created as a Universal app so that it may run on iPad, iPhone or iPod touch. \n \n\nHighlights:\n- Universal build (iPad, iPhone & iPod touch)\n- Game Center achievements\n- Retina display support\n- Play in portrait or landscape mode\n- Draw 1 & Draw 3 modes\n- Standard &\xa0Vegas score modes\n- Drag and Drop Controls\n- Double-tap Controls (double-tap cards to place them)\n- Undo\xa0\n- Auto-complete feature\n- Statistics\n- Select from several colorful backgrounds\n- Beautiful motioned backgrounds\n- Does not disrupt music playing through iPod""",NBTD Productions,4+,EN,109746176,Games,"Games, Entertainment, Card, Strategy",22/01/2011,13/02/2018
-https://apps.apple.com/us/app/marblematch/id413936788,413936788,MarbleMatch,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ed/25/12/ed251232-2bfe-28c6-9904-6ccf27335c77/source/512x512bb.jpg,4,1017,0,,"Adjacent matched marbles can be removed, remove as many as you can to get more points.\n\nFeatures:\n- Multiple orientations support.\n- Bonus Score when clearing a colour.\n- Bonus Score when clearing the board.\n- High score per game difficulty.\n- Orientation lock option.\n- 3 difficulty levels.\n- Game Center support with 15 achievements.\n\nEasy relaxing play.",Mario Couture,4+,EN,7913472,Games,"Games, Puzzle, Strategy",2/05/2011,1/06/2014
-https://apps.apple.com/us/app/jewel-lines-hd/id414305870,414305870,Jewel Lines HD,"The classic ""lines"" puzzle",https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/b8/71/e6/b871e604-71e8-1e8f-03fe-5f2a3459814b/source/512x512bb.jpg,4,17,2.99,,"Build a line of five or more jewels of the same color to remove them from the board. If the board fills up \u2013 the game is over.\n\n\n\u201cBrilliant and relaxing! \u201d\n\u201cGreat fun! What an awesome app!\u201d\n""Fast and accurate gameplay, gorgeous graphics - you have to try this one - A+""\u2028\n\nThree game variations: \n- Classic. There is no time limit and you get three new pieces after each move that did not produce a line\n- Time Limited. New jewels will drop down after a time period. The higher the level \u2013 the faster they come. You can also speed up the timer by taping on it.\n- Classic + time Limited variant is the combination of two and is most likely the hardest one.","Software River Solutions, Inc",4+,EN,3580928,Games,"Games, Puzzle, Strategy, Entertainment",15/01/2011,29/08/2017
-https://apps.apple.com/us/app/inside-trader-lite-3/id414395517,414395517,Inside Trader Lite 3,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/15/e1/83/15e183b1-b6cc-4b9c-f5bc-1bc4cef60e1f/source/512x512bb.jpg,2,9,0,,"""You have $1000 and 30 days - can you turn it into millions? \n\nThe update you've been waiting for, Inside Trader 3 is the next iteration in the massively fun turn-based trading game that's been salvaging boring meetings and tireless lectures for thousands of players! \n\nInspired by turn-based traders like the classic Dope Wars and Space Traders type games, Inside Trader presents you with a portfolio of securities to test your skills against. You've got a man on the inside, but the SEC takes notice when you take his advice - and if they get too close, you'll get busted! \n\nNew in Version 3: \n- More Stocks! \n- World-wide Leaderboards! \n- Achievements! \n- Faster gameplay! \n- Easier buying and selling! \n- Open Feint integration - play against your friends!""","Forge Apps, LLC",9+,EN,5333905,Games,"Games, Simulation, Strategy",15/01/2011,15/01/2011
-https://apps.apple.com/us/app/jewel-lines-hd-lite/id414396969,414396969,Jewel Lines HD Lite,"The classic ""lines"" puzzle",https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/c2/64/ec/c264ecc7-a78d-5982-156d-edf23203e998/source/512x512bb.jpg,2,312,0,,"Build a line of five or more jewels of the same color to remove them from the board. If the board fills up \u2013 the game is over.\n\n\u201cBrilliant and relaxing! \u201d\n\u201cGreat fun! What an awesome app!\u201d\n""Fast and accurate gameplay, gorgeous graphics - you have to try this one - A+""\u2028\n\nThree game variations: \n- Classic. There is no time limit and you get three new pieces after each move that did not produce a line\n- Time Limited. New jewels will drop down after a time period. The higher the level \u2013 the faster they come. You can also speed up the timer by taping on it.\n- Classic + time Limited variant is the combination of two and is most likely the hardest one.","Software River Solutions, Inc",4+,EN,6435840,Games,"Games, Puzzle, Strategy, Entertainment",15/01/2011,30/08/2017
-https://apps.apple.com/us/app/nbtd-freecell/id414498557,414498557,NBTD FreeCell,Freecell,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/d1/2e/42/d12e4209-6799-1abe-23c7-9e3c6f9b2483/source/512x512bb.jpg,4,179,0.99,,"""NBTD FreeCell is a take on the classic game of FreeCell. It has been built as a Universal App (iPad, iPhone & iPod touch) with Retina Display graphics and Game Center achievements.\n\nFreeCell is a solitaire-based card game played with a 52-card standard deck. It is fundamentally different from most solitaire games in that nearly all deals can be solved.\n\n\nFeatures:\n\n\u2022 Game Modes - Standard, Kings Only\n\u2022 Game Center Achievements (20)\n\u2022 Auto-Move - Cards move in to position automatically\n\u2022 Animated & Color Backgrounds\n\u2022 Custom Backgrounds: Chose a photo from your library \n\u2022 Play in Portrait or Landscape Mode\n\u2022 Lock the screen orientation\n\u2022\xa0Unlimited undo's\n\u2022 Track stats""",NBTD Productions,4+,"EN, ES",86999040,Games,"Games, Entertainment, Card, Strategy",7/03/2011,23/02/2018
-https://apps.apple.com/us/app/anthill/id414658364,414658364,Anthill,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/c8/a7/51/c8a75133-7b4e-fb1a-8794-c225604500f3/source/512x512bb.jpg,5,12774,4.99,"0.99, 0.99, 0.99, 1.99","@ GAME OF THE WEEK! @\n\nThe best game on the App Store just got even better! Due to popular demand, we\'ve added the new \'Antology\' campaign. Eight new nail-biting levels and an Endless Mayhem mode!\n\n@@@@@\n\nAWARDS:\n\n- Anthill has been selected as iPad Game of the Week!\n- Anthill has made the Quality Index Top 10 list!\n\nREVIEWS:\n\n""A must-have."" - slidetoplay.com, 4/4\n\n""Strategy done right."" - 148apps.com, 4.5/5\n\n""\u2026the execution is amazingly fluid and perfectly suited to iOS."" \u2014 iFanzine, 4.5/5\n\n""\u2026it\u2019s hard to not call it one of the best, if not the best line drawing TD title available for the iOS."" \u2014 the-app-shack.com, 10/10\n\n""\u2026a total blast!"" \u2014 unboundgamer.com, 9/10\n\nFeatured on thegametrail.com! Thanks guys!\n\n@@@@@\n\nFOR QUEEN AND COLONY!\n\nJoin the ranks of Anthill, a tactical trail defense game based on the real-world behavior of ants. The award-winning user interface enables you to draw pheromone trails to direct your troops, moving streams of ants rather than individuals.\n\nEngage in the mission to protect your hill as wave upon wave of enemy bugs are thrown at you. Don\'t wait, join the colony today!\n\nEAT WHAT YOU KILL\nTake down a bug with your soldiers, then direct your workers to bring back the carcass for dinner - yum!\n\nSURGICAL STRIKES\nSimply tap the screen to send out bomber ants to take out those pesky ladybugs. Satisfaction guaranteed!\n\nUPGRADES! UPGRADES! UPGRADES!\nBuy permanent upgrades for your troops! Turn your bombers into carpet bombers, inspire courage in your workers, and make your soldiers more brutal. Boo-ya!\n\nUNIVERSAL APP\nBuy once, use for both your iPad and iPhone! We don\'t charge double for the same game.\n\n@@@@@\n\nQUOTES FROM THE FORUMS:\n\n""\u2026It the kind of game that grabs you and doesn\'t let go untill you can\'t stay awake anymore and the ipod touch slips out of your sweaty hands and falls on the floor.""\n\u2014 eugekava\n\n""This is a really great TD game that feels so different from the rest. It oozes with charm and personality while having a top notch gameplay! It\'s frantic, fast paced but most of all fun! That\'s all, go for it guys you won\'t regret it :)""\n\u2014 killercow\n\n""It truly is a unique and fun change to the genre (...), and well worth the money.""\n\u2014 paul hendricks\n\n@@@@@\n\nWith close to 40 exciting missions, beautiful surroundings, dozens of different enemies and many days of gameplay, you will love your queen and colony! \n\nCompatible with iPhone 3GS and newer, 3rd generation iPod touch devices and all iPad models.\n\niPhone4: REQUIRES iOS 4.2 OR NEWER.\n\nVISIT US: www.anthillgame.com\nFOLLOW US: www.twitter.com/imageform\nLIKE US: www.facebook.com/imageform",Image & Form International AB,9+,EN,62007296,Games,"Games, Strategy, Action",6/10/2011,3/09/2017
-https://apps.apple.com/us/app/smoothie-moves/id414723566,414723566,Smoothie Moves \u2122,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/93/58/54/935854ad-8879-4cb0-9758-cde677a241a2/source/512x512bb.jpg,4,526,0.99,,"""The Webkinz World favorite comes to the iPhone and iPod Touch! Help Blanche fill her drink orders by clearing the path of fruits and ice cream coming her way! How many levels can you complete?\nEarn Kinzcash\u2122 while you play! Store and send KinzCash earnings to your active Webkinz World account whenever you have an internet connection. Now you can earn KinzCash while you're on a vacation, in the car, or just hanging out in the backyard.\nAlso check out these additional great Webkinz World games for your iPhone and iPod Touch: Polar Plunge, Goober\u2019s Lab and Cash Cow 2!\n\nFor more information on Webkinz, visit webkinz.com.\n\n\u2122, \xa9 2010 GANZ. ALL RIGHTS RESERVED""",GANZ,4+,EN,5010544,Games,"Games, Strategy",19/01/2011,19/01/2011
-https://apps.apple.com/us/app/puzzle-marble-free/id414786592,414786592,Puzzle Marble Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/b8/00/8b/b8008b36-2db4-e573-83fb-8feb8ceca08f/source/512x512bb.jpg,3,84,0,,"""\u2605 Winter Special 67% SALES for FULL ver. \u2605\n\u2605 ONLY 99\xa2 for limited time \u2605 \n\n\u25b6 THE MOST ADDICTIVE PUZZLE EVER ! \u25c0 \n\nQUOTES from Customers \n______________________ \n\n\u2605\u2605\u2605\u2605\u2605 Awesome game and very fun to play. Excellent graphics too! Well done! - Sherry (Android User) \n\n\u2605\u2605\u2605\u2605\u2605 Great game - \u2026 Extremely addicting Beautifully presented and looks great with retna display\u2026 Buy it, you will be happy with it. - Kyle Sloane \n\n\u2605\u2605\u2605\u2605\u2605 very good - I normally like Rpgs,but this is a very nice change and mind boggling all at the same time; - Robbio3939393939 \n\n\u2605\u2605\u2605\u2605\u2605 Hours Of fun - This a great game and hours of entertainment. So fun I was late for work and got suspend for 1 day. Came home and continued to play for the rest of the. - Oh-well \n______________________ \n\nYes, it's really addictive!! \n\n\u263b BEAUTIFUL marbles \n\u263b SOPHISTICATED design \n\u263b EXHILARATING music \n\u263b GREATLY addictive play modes \n\u263b WONDERFUL puzzles \n__________________\n\nBe careful! Fragile marbles on the floor. \n\nThese beautiful marbles are ready to give you great pleasure. Pop them as many as you can. Yes, it's easy! But if you want to clear all the marbles on the floor, oh, it's not so easy. The more you play, you'll find your own strategy to make more scores! \n\nTry Puzzle Marble, it'll be your unputdownable game. \n\nFOUR DIFFERENT MODEs TO PLAY: \n\nCLASSIC \n- Tap on clusters of the same colored marbles. \n- The larger cluster, the more scores you gain. \n- Try to clear all marbles, and get 200 bonus points! \n\nACTION (for Full Version) \n- New marbles drop down from the top to fill empty spaces. \n- You have 1 minute to gain scores. \n- Pop a bigger cluster, and extend remaining time. \n\nGRAVITY (for Full Version) \n- No more cluster to pop? Tilt your iPhone to slide marbles to left, right or up. New cluster can be found! \n- Play in any direction. \n- Uh-oh, tilting right then right is not the same as tilting up. ;) \n\nPUZZLE \n- 9 puzzles to test your spatial perception (36 for Full Version) \n- Clear all marbles on the floor to unlock the next level. \n- Moving less means more stars. \n- Try to make the optimal moves. \n\nFEATURES \n\n\u272a Difficulty option of 4, 5, 6 marbles. \n\u272a Undo and score preview (Classic Mode) \n\u272a Global Leader-board and Achievement with Apple's Game Center \n\u272a Beautiful marbles and sophisticated design \n\u272a Exhilarating music and sound\n\n_______________\n\nLike US facebook.com/BlueOnionSoft\nFollow US @blueonionsoft\nWatch US youtube.com/BlueOnionSoft""","Blueonionsoft, Corp.",4+,"EN, KO",27556652,Games,"Games, Strategy, Puzzle",20/01/2011,8/11/2011
-https://apps.apple.com/us/app/puzzle-marble-hd-free/id414788461,414788461,Puzzle Marble HD Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/ba/af/32/baaf322a-de34-0491-3083-e84fb5c62908/source/512x512bb.jpg,2.5,125,0,,"""\u2605 Winter Special 80% SALES for FULL ver. \u2605\n\u2605 ONLY 99\xa2 for limited time \u2605 \n\n\u25b6 THE MOST ADDICTIVE PUZZLE EVER ! \u25c0 \n\nQUOTES from Customers \n______________________ \n\n\u2605\u2605\u2605\u2605\u2605 Awesome game and very fun to play. Excellent graphics too! Well done! - Sherry (Android User) \n\n\u2605\u2605\u2605\u2605\u2605 Great game - \u2026 Extremely addicting Beautifully presented and looks great with retna display\u2026 Buy it, you will be happy with it. - Kyle Sloane \n\n\u2605\u2605\u2605\u2605\u2605 very good - I normally like Rpgs,but this is a very nice change and mind boggling all at the same time; - Robbio3939393939 \n\n\u2605\u2605\u2605\u2605\u2605 Hours Of fun - This a great game and hours of entertainment. So fun I was late for work and got suspend for 1 day. Came home and continued to play for the rest of the. - Oh-well \n______________________ \n\nYes, it's really addictive!! \n\n\u263b BEAUTIFUL marbles \n\u263b SOPHISTICATED design \n\u263b EXHILARATING music \n\u263b GREATLY addictive play modes \n\u263b WONDERFUL puzzles \n\nBe careful! Fragile marbles on the floor. \n\nThese beautiful marbles are ready to give you great pleasure. Pop them as many as you can. Yes, it's easy! But if you want to clear all the marbles on the floor, oh, it's not so easy. The more you play, you'll find your own strategy to make more scores!\n\nTry Puzzle Marble, it'll be your unputdownable game.\n\nFOUR DIFFERENT MODEs TO PLAY:\n\nCLASSIC\n- Tap on clusters of the same colored marbles. \n- The larger cluster, the more scores you gain.\n- Try to clear all marbles, and get 200 bonus points!\n\nACTION (60 hours limit)\n- New marbles drop down from the top to fill empty spaces.\n- You have 1 minute to gain scores.\n- Pop a bigger cluster, and extend remaining time. \n\nGRAVITY (for Full Version)\n- No more cluster to pop? Tilt your iPhone to slide marbles to left, right or up. New cluster can be found! \n- Play in any direction.\n- Uh-oh, tilting right then right is not the same as tilting up. ;)\n\nPUZZLE\n- 9 puzzles to test your spatial perception (36 for Full Version)\n- Clear all marbles on the floor to unlock the next level.\n- Moving less means more stars.\n- Try to make the optimal moves. \n\nFEATURES\n\n\u272a Difficulty option of 4, 5, 6 marbles.\n\u272a Undo and score preview (Classic Mode) \n\u272a Global Leader-board and Achievement with Apple's Game Center\n\u272a Beautiful marbles and sophisticated design\n\u272a Exhilarating music and sound\n\n_______________\n\nLike US facebook.com/BlueOnionSoft\nFollow US @blueonionsoft\nWatch US youtube.com/BlueOnionSoft""","Blueonionsoft, Corp.",4+,"EN, KO",24527694,Games,"Games, Strategy, Puzzle, Entertainment",20/01/2011,8/11/2011
-https://apps.apple.com/us/app/find-the-differences-puzzle-spot-the-difference-games/id414870851,414870851,Find the differences Puzzle - Spot the Difference games,,https://is3-ssl.mzstatic.com/image/thumb/Purple69/v4/2e/b4/89/2eb48993-7dab-f207-d7e1-e3a64c9b3459/source/512x512bb.jpg,4,50,0,"0.99, 0.99","Find the differences game which previous version ranked NO.1 in the appstore all over the world on more than two weeks ! Now, we release an enhanced version. Thanks.\n\nFind the Differences\n\nTHE CHALLENGE is to find out the correct positions of the differences between the two pictures to pass the 50 levels.\n\nA CASUAL CLASSIC GAME FOR YOU\n.The clock is ticking - find those differences quickly\n.Each mistake will cost you time against time\n.You have 3 hints to help you along the way\n.Save your score and compare with friends\n\nOur version will be upgrade the version which will include more pictures!\n\nFellow us on twitter:@MagicPocketes(http://twitter.com/#!/MagicPocketes)",MagicPocket,4+,"EN, ZH, ZH",29192192,Games,"Games, Puzzle, Strategy",21/01/2011,2/12/2015
-https://apps.apple.com/us/app/are-you-quick-enough-training-the-ultimate-reaction-test/id415231898,415231898,Are You Quick Enough? Training - The Ultimate Reaction Test,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/4a/bd/ec/4abdec66-690b-69a2-daec-ee3856d1ed76/source/512x512bb.jpg,4,552,0,,"*** A #1 Free App in Singapore! Over 600,000 users have downloaded \'Are You Quick Enough?\' ***\n\nHow quick are you fingers? Race against time and yourself to achieve the best score in each challenge. Some of the challenges include doing the perfect wave at a baseball game, dialing a lock combination, turning the hands on a clock to get the right time, and many more! Your performance statistics are recorded for every challenge, so you know which skills you are awesome at and which skills need work!\n\nAn exclusive iPhone/iPod only game that takes advantage of the platform to bring a truly fun and challenging experience. \n\nFeatures:\n*26 CHALLENGES included in the Training version that will test your reaction skills to the limits! Challenges have different themes and gameplay elements!\n*View your performance statistics for each challenge so you can compare how well you are doing with your friends.\n*Includes EXTRA HARD CHALLENGES for the gifted people with quick fingers and a quick mind!\n*Challenges are fun and tough but NOT FRUSTRATING!\n*Supports Fast App Switching, resume where you left off!\n\nApp Usage:\n*Falling asleep at work? Play \u2018Are You Quick Enough?\u2019 for a jolt of energy!\n*Trying to impress a girl? Show your best score to impress her.\n*Hate your brother? Let him play first then humiliate him while he watches you decimate his score!\n*Have an upcoming test? Stay sharp by keeping the brain active with \u2018Are You Quick Enough?\u2019 breaks.\n\nWhat are customers saying:\nby Allan Singapore - ""A lamest creation I had ever seen, guess wad I\'m the lamest guy playing it.""\n\nby Tyrant76 - ""Keeps my mind going but not stressing out at the same time :)""\n\nby OceanSax - ""Made me missed 3 buses while playing at the bus-stop!!!""\n\nby mudtimud - ""I saved a girl from getting hit by a car thx to my awesome reflexes from playing this game! We\'re now happily married with five kids thx to this game! f-f-f-f-Five STARSssss!""",phuong vo,4+,EN,37572608,Games,"Games, Entertainment, Action, Strategy",28/01/2011,4/04/2014
-https://apps.apple.com/us/app/enemy-alert/id415236673,415236673,Enemy Alert!,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/9f/f5/01/9ff50138-af17-c3d9-905b-8f1238bcabd7/source/512x512bb.jpg,3.5,201,0,0.99,"*NOW FREE for a LIMITED TIME!*\nthe ENEMY has DISCOVERED your SECRET BASE...\nBUILD DEFENSIVE TOWERS and STAVE off the THREAT! NOW w/ OVER 500,000 DOWNLOADS!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 real-time strategy DYNAMICS\n\u2022 retro PIXEL ART STYLE\n\u2022 fast-paced, frenetic GAMEPLAY\n\u2022 realistic battlefield SOUND ENVIRONMENT\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 8 enemy types, w/ FOOT SOLDIERS, TANKS, and AIRCRAFT\n\u2022 4 unique TOWER DESIGNS\n\u2022 3-level tower UPGRADE SYSTEM\n\u2022 3 epic BATTLEFIELDS\n\u2022 game center LEADERBOARDS and ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,12+,EN,8723252,Games,"Games, Action, Entertainment, Strategy",17/02/2011,5/01/2013
-https://apps.apple.com/us/app/peg-board/id415596610,415596610,Peg Board,,https://is3-ssl.mzstatic.com/image/thumb/Purple6/v4/cb/f5/cf/cbf5cf97-da43-3ac2-1de1-628d7e1c1264/source/512x512bb.jpg,4,103,0,,"Play three versions of the classic peg jumping puzzle game.\n\n*How to Play*\nTap a fuse to remove it and start the game timer. Like checkers, tap another fuse to ""jump"" over its neighbor and then tap the empty hole it should land in. The jumped fuse will be automatically removed. Make sure that the three holes are right next to each other and in a straight line. The game only lets you select where you can legally move. If you remove all but one fuse, then you win!\n\n*Multiple Board Types*\nBeautiful graphics and three board shapes: triangle, plus, and octagon. For an added challenge, try the custom game types with random missing peg spots (oh yes, it\u2019s hard). The plus shaped board is the traditional game of peg solitaire.\n\n*Time Yourself*\nChoose your board type and select a peg to remove to begin the timer. Race against yourself to see how fast you can beat each game board. \n\n*Compare with Friends*\nPeg board is OpenFeint and Game Center enabled so you can share your shockingly low times with all your friends and compete against the rest of the world to become the Peg Board Master.\n\n*Graphics*\nVisually stunning with beautiful Retina Display capable graphics.\n\nRevisit your childhood playing the game popularized by Cracker Barrel and supposedly first was invented by a French aristocrat in the 17th century while incarcerated in prison. Since then, there have been many game variants with different board shapes and sizes. \n\n\nCracker Barrel is a trademark of Cracker Barrel Old Country Store, Inc.","Lumate, LLC",4+,EN,22822912,Games,"Games, Puzzle, Strategy, Entertainment",15/02/2011,1/10/2013
-https://apps.apple.com/us/app/adas-shopping-mall/id415606677,415606677,"""Ada's Shopping Mall""",,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/17/ac/84/17ac8412-14ee-99aa-6dc5-662c3f210f58/source/512x512bb.jpg,3.5,263,0,0.99,"""*ALL ADA's GAMES are NOW FREE for a LIMITED TIME!* \n*SEARCH for ADA on the APP STORE!* \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nADA'S SHOPPING MALL is ABOUT to OPEN!\nhelp her TAKE CARE of CUSTOMERS, and MAKE the MALL a SUCCESS!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nOne day, Ada received a long letter from her Grandmother. Grandpa was very sick, and the shopping mall which he had worked for years to own and operate had fallen on hard times\u2026 \n\nAda thought back on her childhood and remembered all the happy times she'd spent playing with Grandpa, all the times she'd played hide and seek in the clothing racks, all the times she'd played dress-up with makeup and high heels.\n\nShe couldn't just stand by and watch Grandpa's dream fade away\u2026 So, just like she always did, Ada decided to do something, and to take on a new challenge.\n\nWhile Grandpa was recovering, she would run his shopping mall, make it better than ever, and bring the family happiness and success!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 4 diverse LOCATIONS\n\u2022 40 exciting STAGES\n\u2022 12 temperamental CUSTOMER TYPES\n\u2022 13 challenging TASKS for ADA\n\u2022 game center LEADERBOARDS and ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames""",Triniti Interactive Limited,4+,EN,16331458,Games,"Games, Simulation, Strategy, Entertainment",3/03/2011,19/01/2012
-https://apps.apple.com/us/app/reiner-knizias-labyrinth-hd-lite/id415611962,415611962,"""Reiner Knizia's Labyrinth HD Lite""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/e7/04/06/e7040674-ba46-f4e4-f9fc-911a7aefc2d7/source/512x512bb.jpg,3.5,136,0,2.99,"""Reiner Knizia's Labyrinth, free first scenario!\n\nLabyrinth is the latest addictive puzzle from the legendary game designer, Dr. Reiner Knizia. You take the role of a hero venturing deep into the earth in search of unknown treasures. Along the way you must face both danger and opportunity. \n\nCan you find the way through the labyrinth to the hidden riches deep inside the mountain? Will you be able to defeat the dragons guarding the treasure? \n\nThe game mechanics are very simple, but incredibly addictive. You build a labyrinth by dragging tiles into a 4x4 grid and rotating them into place. Your objectives while building the labyrinth are: \n\n1. Get through the labyrinth to the upper side \n2. Avoid the monsters \n3. Collect swords that let you deal with the monsters \n4. Collect treasures on the way \n\nThe game is divided into 3 scenarios. You start off in the Hedge Maze, with the basic game as described above. When you have completed all levels of the Hedge Maze, you proceed into the Castle Ruins. This scenario is haunted by ghosts who randomly block tiles and make it harder for you to find your way out. The third scenario is in the Dungeons, and really quite hard to get through. \n\nWe apologize in advance for wasting hours of your life, stuck in a digital labyrinth.""",Tribeflame,9+,EN,52613120,Games,"Games, Puzzle, Strategy",11/02/2011,23/05/2013
-https://apps.apple.com/us/app/doodle-jewels-hd/id415915620,415915620,Doodle Jewels HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/bf/84/15/bf8415a7-6ad8-3b9f-b8b5-84f3d28228db/source/512x512bb.jpg,4,496,2.99,,"Beautiful jewel swap game with challenging and fun gameplay. Collect treasure jewels and unlock the hidden treasure before the pirate gets to it. \n\n---------------------------------------\n""Not your grandma\'s gem swap!""\n""Awsome - can\'t stop playing it!""\n""Best jewel swap game on the iPhone""\n""Love the pirate character!""\n----------------------------------------\n\nYour goal is to swap jewels and build lines to paint the field gold to advance to the next level.\nYou have a limited number of swaps to accomplish this, but you get new swaps when you complete a level.\n\nYou have some help though. Collect enough ""treasure"" jewels and go on a treasure hunt to get more points and swaps\u2026 \nBe careful - pirates are lurking around to steal your treasure!\n\nPower jewels can remove whole rows, columns and jewel types from the board as well as explode - giving you better chance of success.\n\nGreat gameplay, awesome graphics, cool music and a whole lot of fun.","Software River Solutions, Inc",4+,EN,39838720,Games,"Games, Puzzle, Strategy, Entertainment",5/02/2011,12/12/2017
-https://apps.apple.com/us/app/doodle-jewels-hd-lite/id415918754,415918754,Doodle Jewels HD Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/12/e6/3f/12e63fd1-3c91-af70-e156-31984b9cd37c/source/512x512bb.jpg,3.5,576,0,,"Beautiful jewel swap game with challenging and fun gameplay. Collect treasure jewels and unlock the hidden treasure before the pirate gets to it. \n\n------------------------------------\n""Not your grandma\'s gem swap!""\n""Awsome - can\'t stop playing it!""\n""Best jewel swap game on the iPhone""\n""Love the pirate character!""\n------------------------------------\n\nYour goal is to swap jewels and build lines to paint the field gold to advance to the next level.\nYou have a limited number of swaps to accomplish this, but you get new swaps when you complete a level.\n\nYou have some help though. Collect enough ""treasure"" jewels and go on a treasure hunt to get more points and swaps\u2026 \nBe careful - pirates are lurking around to steal your treasure!\n\nPower jewels can remove whole rows, columns and jewel types from the board as well as explode - giving you better chance of success.\n\nGreat gameplay, awesome graphics, cool music and a whole lot of fun.","Software River Solutions, Inc",4+,EN,47139840,Games,"Games, Puzzle, Strategy, Entertainment",5/02/2011,12/12/2017
-https://apps.apple.com/us/app/decked-builder-hd/id416254013,416254013,Decked Builder HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple115/v4/b5/69/14/b569146b-cce9-83eb-ba44-7714eac4bcdb/source/512x512bb.jpg,4.5,790,5.99,"2.99, 4.99","Decked Builder iPad is the iPad version of the highly acclaimed Decked Builder for the iPhone and Mac.\n\nNew in version 3.0:\nMajor changes\n- User Interface updated and streamlined\n- New file format for Collections (.coll2) now supports foil cards\n\nNew in the iPad version:\n- A fully optimized all-in-one view for searching and building your deck that allows you to work more efficiently.\n\n""This is the program I recommend for anyone willing to spend ... on an MtG application. I\u2019m one of those people who will generally take the free alternative over the paid app any day, but I\u2019m actually happy to have spent the money on this one. It has a ton of very cool features, runs smoothly, and even has RSS feeds for several top MtG sites.""\n- Michael Evans, GatheringMagic.com\n\n""Decked Builder is the absolute pinnacle of what a Magic the Gathering accessory app should be. There\u2019s almost nothing that I need, that this app can\u2019t do for me.""\n- Jaden, appaddict.net\n\n""The iPad version of Decked Builder is perfect. Solitaire play has been upgraded and the card loading speed is marvelous. Thanks for a good application.""\n- Eugene Lee, author of Wagic\n\n""I have to say that this app is certainly one that I would recommend to any MTG player""\n- Josh Elliot, eyeofthevortex.com\n\nDecked Builder is the premium deck building app for Magic the Gathering -- providing a sleek user interface to research decks, find cards, and then build, price and finally buy the deck that you want.\n\nFEATURES:\n\n* Find your cards\n- Instant search results with no Internet connection as the database is stored locally\n- Search for cards by any combination of card expansion, rarity, color, type or cost\n- Built in support for tournament formats including Standard, Modern, Extended, EDH and Classic\n- See only distinct cards, or find every printing of a card in every set\n- Full card text search -- easily find every Landfall card, Elf, Vampire or any other attribute that has ever been printed.\n\n* Build your decks\n- Build multiple deck listings and sideboards\n- Easily test sample draws from the deck, and simulate a game of Magic by playing cards to the battlefield.\n- Get statistics on your deck including mana curves, color symbol counts and card type percentages\n- Email decks to your friends\n- Full text search for cards in your deck -- perfect for building EDH 100 card singleton decks\n- Sort and filter your deck by mana cost, color, card type, tournament legality and more\n\n* Price and buy your decks\n- Decked Builder contains multiple price feeds from TCGplayer.com, CoolStuffInc.com, CardShark.com and MTGOTraders.com\n- Finding the cheapest way to put your deck together from some of the largest card suppliers on the Internet\n- Price your entire deck with a single tap\n- Easily buy your entire deck online, or just cards missing from your collection\n\n* Research decks\n- Decked Builder includes RSS feeds which are specially formatted for clean viewing and fast downloads.\n- Cards names are automatically be highlighted for instant (no network required) card lookups from the built-in database\n- Featured RSS feeds from TCGplayer.com, DraftMagic.com, MTGCast, PureMTGO.com, Channel Fireball, Power 9 Pro, GatheringMagic.com, StarCityGames\n- Deck integration with mtgo-stats.com allows you to download, analyze and test the latest winning decks directly on your device\n\n* Track your collection (enabled via in-app purchase)\n- Easily input your collection by any criteria you can think of\n- Find missing cards to complete your collection or your deck\n- Value your collection -- find out how much you have spent on your Magic addiction\n- iCloud synchronization makes it effortless to keep your collection in synch across your Mac, iPad and iPhone.\n\n* And More!\n- Decked Builder features high-definition card art scans that display brilliantly on your Retina Display\n- Fully support for Innistrad day/night cards, Kamigawa flip cards and split cards\n- Works perfectly offline with no Internet connection",TJ Soft,9+,EN,40597504,Games,"Games, Strategy, Entertainment, Card",4/02/2011,11/06/2018
-https://apps.apple.com/us/app/war-2-victory/id416757122,416757122,War 2 Victory,,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/00/23/ed/0023edfc-41fb-6714-e1cb-4cda3932f097/source/512x512bb.jpg,3,3909,0,"11.99, 4.99, 0.99, 29.99, 49.99, 99.99","Based on the hit WAR2 browser game with 3,000,000 monthly active users across multiple platforms, the FREE MMO strategy game War 2 Victory now lands on App Store. Seek honor and glory in the battlefields of WWII. Take charge of either Allied or Axis forces and build a lone outpost into a mighty war machine.\n\n--BUILD your city from scratch\n--Form alliances to EXPAND your territory\n--Raise and COMMAND an unstopable army\n--Crush and CONQUER your enemy\n\n***Highlights***\n\n-Expert battle system. Rapid turn-based combat puts you in charge, allowing intricate control of over 30 historically accurate units. Crush your enemies with massed infantry, a blitzkrieg of tanks, swooping bombers, mighty battleships, or stand unconquerable behind an invincible line of fortifications. \n-Detailed Resource Management. Control multiple cities, each producing a variety of resources, and manage a growing workforce. Build up your industry, feed your army, and turn your citizens into soldiers or factory workers. \n-Develop new technologies to unlock powerful new units, strengthen old ones, or boost your industry. \n-Play with thousands of people across the globe. Form powerful Alliances with fellow players to crush your opponents and wage epic wars against other alliances. \n-Intuitive missions system guides you through your early development, assuring you get right into the action. \n- Free to download and play!\n\n***Comments from players of its browser-based version***\n\n""Tons of fun. Reminds me of the old turn based strategy games like Civ 2. ""\n""Love the battles. The turn system works very well, fights are fast.""\n""Love it, love it, LOVE IT!""\n\n***Community***\nJoin our Facebook Fans Group http://www.facebook.com/war2victory\nVisit our forum for guides and more: http://community.wistone.com",WiSTONE Entertainment,17+,"AR, CA, HR, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, SL, ES, SV, TH, ZH, TR, UK, VI",131172352,Games,"Games, Simulation, Strategy",15/04/2011,20/06/2019
-https://apps.apple.com/us/app/dogfight/id416766984,416766984,DOGFIGHT!,,https://is3-ssl.mzstatic.com/image/thumb/Purple2/v4/a5/d3/27/a5d32772-b61a-ab51-7bcd-7fee63b32255/source/512x512bb.jpg,3,1018,0,0.99,"""* Dogfight means a fight between fighter planes, they fly close to one another and move very fast.\n\nDogfight is very simple but exciting survival shooting game. Just drag fighter to shoot down enemy's fighter. \n\n------------------- \nGame Description \n------------------- \n\n* FEATURES \n\n- Simple and easy control. Just drag. That's it. \n- Various items for more fun. \n- Global/Country/Daily/Local top scores support. You can compete with people all over the world. \n- You can also beat your friends on Facebook. \n- Fighter unit was designed based on real war. \n\n* HOW TO PLAY \n\n- Just drag fighter to attack enemy. \n- The longer you drag, the faster movement. \n- Automatic attack if an enemy is in your shootable range, and vice versa. \n- Exclamation mark let you know enemy's position in advance. \n- New item shows up every five down's of enemy. \n\n* ITEM DESCRIPTIONS \n\n- Red missiles : Four straight missles.(20seconds) \n- Blue missiles : Four radial missles.(20seconds) \n- Green missiles : Power up missles.(20seconds) \n- Invincible : You can shoot down enemies by touching it.(20seconds) \n- Shield : No damage.(20seconds) \n- Lightening : All enemies down in the current screen. \n- Repair : Repair damaged fighter(100%) \n\n* Upgraded unit \n\n- Ugraded unit will be availabe if you shoot down total 5,000 enemies. If you want use it immediately, you can buy it for $0.99.""",WestRiver,4+,"EN, FR, DE, IT, JA, KO, PT, ZH, ES, ZH",10652411,Games,"Games, Strategy, Action",10/02/2011,6/02/2013
-https://apps.apple.com/us/app/hammurabi-the-game-hd/id416791138,416791138,"Hammurabi, The Game - HD",Govern ancient Babylon!,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/24/5f/bd/245fbdab-a6f7-1000-1574-2f9af79b71c5/source/512x512bb.jpg,,,0.99,,"""Hammurabi, The Game, is our tribute to a classical computer game. The original game (called Hamurabi, due to limitations of the original hardware in the lenght of names) was the ancestor of strategy and resource management games and was completely text based. The iPad version is enhanced with graphics (and sound effects) and sliders for input management. Moreover, some additions were introduced to game mechanism to improve longevity. It's also possible to play with the original version initial resources parameters.\n\nThe game's goal is simple. You\u2019re given a kingdom to rule over by managing land and grain resources. In each turn you can buy and sell land for grain, you can allocate grain for your people and use the rest of the grain to plant your land.\n\nTo succeed, you must successfully balance population demands with available crops. You must achieve this task while trying to stave off random occurrences such as the plague and the ever-present rat problem.\n\nThrough trial and error you can find the optimal balance. Govern well and receive the accolades of your people. Govern poorly and you'll be responsible for the deaths of many...\n\n\nThe game is also available for your iPhone and Mac!\n\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.""",Alessandro Benedettini,4+,EN,15377408,Games,"Games, Entertainment, Strategy, Role Playing",2/02/2011,6/10/2017
-https://apps.apple.com/us/app/tictactoe-master3d/id417116053,417116053,TicTacToe Master3D,,https://is1-ssl.mzstatic.com/image/thumb/Purple7/v4/bf/08/82/bf088279-39ce-9d47-c032-bf63347d7eda/source/512x512bb.jpg,,,0,,TicTacToe is one of the most popular games on the planet.\nThis TicTacToe Master3D has a very nice design with 3D effect.\nYou can play only with the computer or with your friends.\n\nHave fun!,Blaise SARR,4+,"EN, FR, DE, IT, ES",9749504,Games,"Games, Puzzle, Strategy, Utilities",8/02/2011,7/01/2016
-https://apps.apple.com/us/app/take-1-or-2/id417579453,417579453,Take 1 or 2,,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/e4/6c/ca/e46cca41-eadc-f6c7-746d-7ec220f89286/source/512x512bb.jpg,,,0.99,,"This simple math and strategy game is designed for kids and adults who have a few minutes to spare. It is ideal for primary grade students in a classroom and for parents of a child or two waiting in line, for food at a restaurant or anywhere a wait is better occupied constructively. The game can be played by with a partner or against the ghost pirate (app). It is played just as the name implies. During your turn, take 1 or 2 treasure coins of your choice. Your goal is to take the yellow treasure coins without taking the cursed copper one. Whoever is forced to take the cursed one, loses. The player who uses strategy to not take the cursed one, wins.",My Love For Learning,4+,"BN, EN, FR, DE, HI, IT, JA, KO, PT, ZH, ES, TR",930816,Education,"Education, Family, Strategy, Games",5/02/2011,30/03/2017
-https://apps.apple.com/us/app/hekkie-hek/id417634445,417634445,Hekkie Hek,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/7c/70/56/7c7056a5-a7c0-3110-e894-063790d5d75e/source/512x512bb.jpg,,,0.99,,"""Hekkie Hek is a dice game played by two players. With this app you can play against a friend on the same iOS device or beat one of the eleven computer opponents.\n\nThe goal of Hekkie Hek is to get a 'Hekkie' for each of the values 1 through 12 in as few turns as possible and definitely faster than your opponent. A 'Hekkie' is awarded when you form a number at least five times.\n\nA turn starts with rolling the dice. After that, a number is to be chosen. Choosing a number from 1-6 gives you a point for that number per dice. Choosing a number from 7-12 requires the combination of two dice to sum up to the chosen number. Dice are selected automatically to ensure a maximum score for the chosen number. \n\nThe unused dice are rerolled. If your chosen number can be formed from the rerolled dice, this score is added automatically. This continues until you can't form the chosen number again, or when you are awarded a 'Hekkie'. When you get a 'Hekkie', you get to roll again as if it is a new turn, else it's the end of your turn. When you roll three of 7-12 in a turn, all dice are rerolled and you still have the three points from them.\n\nFeatures:\n- 4 easy opponents with simple strategies\n- 5 medium opponents with regular strategies\n- 2 hard opponents with advanced strategies\n- Play with a friend on the same device""",Rick van Urk,4+,EN,66145280,Games,"Games, Strategy, Entertainment",4/02/2011,7/10/2016
-https://apps.apple.com/us/app/shatranj/id417715370,417715370,Shatranj,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/56/91/1d/56911df7-e9d3-a36d-54b1-c930af4d36e5/source/512x512bb.jpg,,,0,,"Chess, formally known as Shatranj (Currently also known in some part of Asia) is strategic board game for 2 players. \n\nThis version of the game is exactly like the physical Shatranj set with some minute changes.\n\nGet an attractive graphical Shatranj set with realistic looking pawns.\n\nInstead of another person, here your opponent is the computer.\n\nIt plays sound as you or your opponent make a move.\n\nThe game is set at a high level posing challenge to each player.\n\nYou win the game when your opponent (the computer)has no moves left to save the king.\n\nThis game is developed by GameDevelopmentIndia.com, a division of Hiddenbrains.com",HiddenBrains,4+,,7634750,Games,"Games, Strategy",10/02/2011,10/02/2011
-https://apps.apple.com/us/app/poshi-toky/id417722771,417722771,Poshi Toky,Break all the tiles!,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/6c/c3/db/6cc3dbe5-04ea-a4d2-de68-a07b65719c12/source/512x512bb.jpg,,,0.99,,"""Poshi Toky is a really exciting game..."" (read the full review on pianetatech.it)\n\nPoshi Toky is a nice, pretty animal that lives in Japan. He likes to play with gems, jewels, diamonds, but especially with coloured tiles. He uses his sturdy legs to touch and break the tiles, then shakes his long tail to remove them. He tries to remove as much tiles as possible and he is smart enough to use special weapons to facilitate this task. Unfortunately, he needs to avoid to be overwhelmed by incoming tiles and this is not so easy...\n\nDo you want to help the Poshi Toky? He really needs your support... but beware, once you start playing you may never want to stop!\n\nSome features of the game:\n* expressly and exclusively designed for the iPhone and iPod touch with use of the finger touch & accelerometer (for shaking) features to control the game;\n* two game modes: ""Classic"" (with levels) and ""Survival"" (continuous mode);\n* three different difficulty levels;\n* 150+ different backgrounds;\n* gameplay that rewards strategy as well as speed;\n* special weapons and bonuses to help with the game;\n* hall of fame for your best scores;\n* playable for everybody and anybody!\n* it\'s fun for all ages!\n\nIf you like puzzle game download it now... don\'t miss it!\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com",Alessandro Benedettini,4+,EN,106615808,Games,"Games, Entertainment, Strategy, Puzzle",9/02/2011,11/12/2017
-https://apps.apple.com/us/app/forklift-guy/id417725235,417725235,Forklift Guy,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/2c/b8/2e/2cb82e8b-d6be-4a9b-72a8-3eba0cbb49be/source/512x512bb.jpg,4,25,0.99,,"""The Forklift Guy is an easy and funny strategy game. The aim of the game is to manage successful a containers depot to unload and load vehicles in time with forklifts. The Forklift Guy's navigation was created easy, but its game mode was added more variety, interesting things and creativity. There are 9 varied maps, 3 types of vehicles like trucks, trains and ships, a lot of funny containers and you can choose from among 6 forklifts.\n\nFeatures:\n- 9 maps,\n- 6 forklifts,\n- lot of vehicles and containers.""",Navigation-Info Kft.,4+,EN,13816832,Games,"Games, Strategy, Puzzle",4/02/2011,29/11/2016
-https://apps.apple.com/us/app/chessbase-online/id417726752,417726752,ChessBase Online,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/21/15/9b/21159b4b-b054-24ae-b457-798d32ad43df/source/512x512bb.jpg,2.5,157,4.99,,"""The whole history of chess in an app: 5 million chess games from 1624 till 2014! And every week new games from world class tournaments are added to it. \nYou can look through on your iPad ( or iPhone or iPod touch) all the great tournaments, like Z\xfcrich 1953 or the Fischer-Spassky match 1972, the chess detective story Karpov versus Korchnoi 1978 or Nakamura's amazing victory in Wijk aan Zee 2011. Or you can load the games of Magnus Carlsen and see what makes the young Norwegian so irresistible. And you can also study the latest opening variations and access statistcs for all opening positions. Whether you are a chess professional or an amateur: the ChessBase Online database will become indispensable from the first time you use it. \n\nFeatures:\n\u2022 6 million games of chess: carefully edited and maintained by the ChessBase team of grandmasters\n\u2022 weekly games update: up-to-date material from all important tournaments \n\u2022 searchable by opening position, player, tournament, year \n\u2022 super-rapid system response times \n\u2022 for every opening position, all the moves and the statistics\n\u2022 professional board graphics in 5 designs, with coordinates\n\u2022 easy move entry\n\u2022 games presented with complete notation\n\u2022 access to player info, including pictures\n\u2022 Engine (iPhone and iPod Touch: landscape only)\n\u2022 Import PGN files through iTunes file sharing""",ChessBase GmbH,4+,EN,73814016,Games,"Games, Reference, Strategy, Board",13/04/2011,6/12/2016
-https://apps.apple.com/us/app/mixture/id418186982,418186982,Mixture,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/de/7a/96/de7a963e-f1d7-ca00-7b2d-0966f9219134/source/512x512bb.jpg,3.5,271,0,,"""**One of the most Unique Drinking Games ever to hit the Appstore**\n\n**Have you ever wanted to mix up a nasty drink as a joke?**\n\nExperience a hilarious time mixing up horrid cocktails with super disgusting ingredients!\xa0\n\nChoose from three unique characters and hundreds of different ingredients.\n\nDave is your guinea pig and has to suffer through every single one of your sickening drinks. Get scored on taste factor and reactions but be careful because he might get sick in the process!\n\nThe Mad Scientist will drink anything you mix for him, including all the ingredients in his lab.. but be careful, your mix might have strange side effects! \n\nConjure up spooky transformations with the Wicked Witch. Her cauldron bubbles away as you add ingredients, she'll try any potion but don't expect her to like it!""",Sunmore Systems Ltd,12+,EN,89993216,Games,"Games, Puzzle, Strategy, Entertainment",27/05/2011,18/12/2018
-https://apps.apple.com/us/app/catch-the-donut-game-lite-ipad-edition/id418508494,418508494,"Catch the Donut Game Lite ""iPad Edition""",,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/a2/6b/48/a26b48fb-2d83-e91c-9514-8a385c311203/source/512x512bb.jpg,2.5,330,0,,Catch the Donuts by touching on the plate. Pile the over the top to win!\n\nLook at the screenshots!\n\nGet your download today!,Pop-ok.com,4+,EN,2516220,Games,"Games, Strategy, Action, Entertainment",15/02/2011,15/02/2011
-https://apps.apple.com/us/app/gemcraft/id418510736,418510736,GemCraft,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/7c/17/86/7c178680-7639-b41f-0cb1-0a4ee4f9c06d/source/512x512bb.jpg,4.5,1174,2.99,"3.99, 9.99, 1.99, 27.99, 15.99","GemCraft, the online sensation played over 90 million times, has arrived!\n\nExperience a completely new chapter in the GemCraft series featuring an all new user interface, stunning retina art, and levels designed specifically for mobile gaming.\n\n""the game is just too awesome to begin with... two thumbs up, and a rating of 5 over 5 for this excellently crafted game. Go, get it now!"" -NineOverTen.com\nTry out GemCraft free to see what all the fuss is about!\n\nThe goal in GemCraft is to combine the magic powers of 8 gem types each with its own special abilities. You can use Pure gems, or combine gems together to craft new and powerful multi-color gems with both their strengths.\n\nUse gems in towers and traps to wipe out hordes of monsters preventing them from reaching your mana crystal.\n\nGemCraft features:\n-Completely redone beautiful hand-drawn retina graphics\n-32 levels across 4 worlds\n-Detailed skill system with 27 unlockable skills\n-Combine 8 types of gems together to form hundreds of combinations\n-Game Center achievements and scoreboards\n-7 different game modes\n-3 difficulty levels to engage both beginners and experts\n-Unique XP system that challenges you to beat your own best scores",NTT Resonant Inc.,9+,"EN, FR, DE, HU, JA, ES",19544803,Games,"Games, Strategy, Action",15/04/2011,16/08/2011
-https://apps.apple.com/us/app/jewish-temple-jigsaw-puzzle-game-hd-lite/id418603735,418603735,Jewish Temple Jigsaw Puzzle Game HD Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/a3/bd/96/a3bd96b0-7882-9691-4245-459293eff249/source/512x512bb.jpg,,,0,,"Build this beautiful jigsaw puzzle of the jewish temple, also known as the Beit Hamikdash. \n\nLook at the screenshots! \n\nUniversal game good for iPad and iPhone/iPod Touch. \n\nFor a paid version without advertisements please search for the full version on the AppStore.\n\nEnjoy!",Pop-ok.com,4+,EN,2050395,Games,"Games, Puzzle, Education, Strategy",10/02/2011,10/02/2011
-https://apps.apple.com/us/app/sudoku/id418743655,418743655,Sudoku *,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/2d/8f/63/2d8f6346-858f-4241-5209-2709880fff76/source/512x512bb.jpg,2.5,38,0,,"""Presented by piplay\n\nSudoku for FREE NOW! Other sudoku with Error check makes you stupid!! Play this!!!\n\nPEACEFUL AND ELEGANT ATMOSPHERE\nDeep beautiful blue unterwater scenery provides comfortable atmosphere for long-time play.\n\nEASY TO USE GUI DESIGN\nRational control design in input and display\n\nERROR CHECKING REMOVED\nVery realistic play. Don't play stupidly. In real sudoku world, no one tells you that what is wrong.\n\nSOLVER IMPLEMENTED\nSolver is used to help players to exit from being dizzy.""",PI Entertainment Limited,4+,EN,3944447,Games,"Games, Sports, Sports, Strategy",11/02/2011,9/07/2011
-https://apps.apple.com/us/app/metawar/id418784843,418784843,METAWAR,,https://is4-ssl.mzstatic.com/image/thumb/Purple117/v4/ee/d5/34/eed534d0-a8ac-07d4-dcc9-7e95a0db2911/source/512x512bb.jpg,3.5,16,0.99,1.99,"NUTSHELL: a revolutionary arcade-looking strategy game with stunning graphics and intelligent units. Upgrade your starships or execute special moves to defeat outrageous numbers of enemies. \n\nYOU NEED THIS GAME!\n\nGet back to proper old-school blasting with 24 smart levels: unique, interesting, sophisticated. Add cool graphics, great sound, original gameplay. It\'s got a tutorial and in-game tips, so it\'s easy to learn.\n\nWARNING: BRAIN REQUIRED\n\nWARNING 2: HIGHLY ADDICTIVE\n\nelbeastie said: ""Trendsetter - 5 STARS First game of it\'s kind... expect to see other games copy this one.. Great game, addictive, fun, smart and original... and great value for money! Download!""\n\nThanks elbeastie!",metaConsciousGames,12+,EN,8273920,Games,"Games, Strategy, Puzzle",6/03/2011,27/05/2017
-https://apps.apple.com/us/app/eugene-chess-hd/id418816633,418816633,Eugene Chess HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple7/v4/22/ee/0d/22ee0d75-8a27-1718-224f-bd321a45b1d4/source/512x512bb.jpg,3,19,0,,"""Download Eugene Chess today and start playing with one of iTunes best Chess apps. With over 100,000 downloads, Eugene is one of the most popular Chess apps on iTunes. Can you defeat him? Download Eugene now and find out.\n\nHOW SMART IS EUGENE?\nA good chess player should be able to defeat Eugene with a good game. He starts out with a difficulty of 2, but you can increase it to 3 if he isn't challenging you enough. This will slow Eugene down a bit, especially on devices older than iPhone 4.\n\nEugene isn't programmed with any pre-set openings. This makes for some interesting and non-traditional situations right from the start. Obviously, this also means that Eugene might get into trouble early since his vision isn't as deep as other engines that play by the book.\n\nEugene's brains are basically javascript, the language that powers the web. Apple continues to improve the performance of javascript with each new phone so Eugene will continue to get faster.\n\nAn actual rating of Eugene is a bit hard to calculate. If someone would like to calculate his actual ELO that would be awesome and I will update this description accordingly. If I had to estimate it I would guess it is maybe 1600. That is really just a guess, however.""",Adrian3,4+,"EN, DE",4449280,Games,"Games, Entertainment, Board, Strategy",12/02/2011,8/12/2015
-https://apps.apple.com/us/app/companions/id418974698,418974698,Companions,Old-school dungeon crawling!,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/24/b0/dc/24b0dc21-c0b3-4814-4b51-91f22035e5b0/source/512x512bb.jpg,4.5,371,0,"0.99, 9.99, 1.99, 4.99","- TOUCHARCADE REVIEW (****):\n""It\'s pretty rare to see an iOS strategy game that not only has a captivating story, sound gameplay mechanics, and challenging difficulty, but also manages to accomplish all this while not being a tower defense derivative. Companions manages to achieve all this and more, and leads to a great experience for those iPad owners looking to try out a real strategy game.""\n\n- GAMERS TEMPLE (96%):\nCompanions drags together the best of bigger console titles (story, character, length) and the best of the handheld world (touch-screen controls, single iPad multiplayer) into one cohesive, extremely fun game. No joke: If you don\'t like the game after level 1 or 2, you probably just hate fun games. Download this one soon.\n\n- iPHONE LIFE:\n""Companions makes good use of the iPad to give complete command over any melee situation, has a detailed storyline, and plenty of challenges to keep oneself immersed for hours!""\n\n\n- FEATURES:\n\n- PLAY the huge campaign with 10+ hours playtime\n- PLAY again with different party combinations\n- ENDLESS replay value (random drops, random enemies) \n- PLAY with 3 different classes for each race:\n\n- Minotaur: Berserker, Gladiator, Bull\n- Elf: Assassin, Ranger, Archer\n- Dwarf: Miner, Draftsman, Engineer\n- Human: Light, Matter, Void\n\n- IMMERSE yourself into the deep story line\n- ENJOY the 40+ skills\n- BUILD bombard, crossbow and scythe towers\n- LAY spike traps, stone traps and decoy bombs\n- GATHER 100+ items\n- GAIN 30+ unique items\n- FIGHT brutal boss mobs\n- SURVIVE gigantic battles\n- USE the tactical pause (20 or 60 seconds)\n- LISTEN to philosophical pest zombies \n- DEFEAT the really BIG DRAGON RAARTAARK\n- LOOK upon the great artwork\n- CHOOSE from 3 difficulty settings\n- CONNECT to GameCenter\n- GET 41 achievements\n- SCORE on the 4 single maps with leaderboards\n- AUTO and MANUAL save\n\n\n- YOU ARE IN CONTROL! \n\nLead the four Companions to their destiny. Battles of epic magnitude await you on your way down towards the catacombs of Mentzel and the lava chambers of the volcano Eaneum.\nHordes of evil and strange creatures with nothing but hatred and death in their minds will do everything in their power to stop the Companions! \n\nAltland may well be thrown into another devastating war. You are the only one able to guide the Companions safely through the storm that threatens to engulf the world!\n\nThe dangers are potent and manyfold. MAY UROORG BE WITH YOU!\n\n- SAVE ALTLAND!\n\nAltland is in danger. The dark god Detexx is on the rise again, ready to plunge Altland into eternal darkness. \n\nPeople are vanishing and rumour has it, that strange creatures roam the land. Unbeknown to each other our four heroes begin their quests in the catacombs of Mentzel. \n\nYou have to unriddle the evil plans of the dark god and do everything in your power to stop the ""Hordes of Nether""!",smuttlewerk interactive,12+,"EN, DE",82830336,Games,"Games, Strategy, Role Playing",26/05/2011,17/04/2018
-https://apps.apple.com/us/app/flip/id419242369,419242369,Flip \u25cc,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/8f/69/92/8f699239-0923-f2fc-abef-e9b7b7faa330/source/512x512bb.jpg,4,7,0,,"The goal is to blow up the flashing stars within the time limit. Blocks blow up when at least three blocks of the same color are stacked or placed in a row.\n\nUnlimited gameplay option, as well as an extremely difficult setting!\n\n4 difficulty settings, 3 speed variations, and Leaderboards for total wins overall and fastest times for 25 and 50 stars!",Jeff Harden,4+,EN,26068992,Games,"Games, Strategy, Action, Entertainment",23/02/2011,11/12/2018
-https://apps.apple.com/us/app/crazy-harbor/id419342105,419342105,Crazy Harbor,,https://is5-ssl.mzstatic.com/image/thumb/Purple5/v4/ca/d1/8d/cad18dde-eb15-6a18-2c5d-7a8d51b8a530/source/512x512bb.jpg,3.5,275,0,0.99,"""Crazy Harbor is an addictive game with more than 1.000.000 downloads! One million people addicted to Crazy Harbor can't be wrong! \n\nCrazy Harbor is an addictive, high-concentration game. It entertains you with detailed, colorful graphics and funny sounds, making the game appealing to all ages. Crazy Harbor gives you 180 levels of pure entertainment. \n\nYou must envision yourself in a port. You are in charge of loading your ship only with the most valuable content. \nUse dynamite, wind and magnets to avoid carrying any unwanted containers on your boat. \nMake sure to keep your valuables out of the water! With only 30 seconds to strategize, Crazy Harbor will challenge your mind, offering 180 levels for you to prove your ability and effectiveness. \n\nCrazy Harbor is a Jenga-inspired puzzle game, where it's all about physics. \n\nAvailable for both iPhone and iPad.""",Appgeneration Software,4+,EN,17248256,Games,"Games, Strategy, Puzzle, Entertainment",24/02/2011,3/01/2015
-https://apps.apple.com/us/app/sea-jurassic-craft/id419424268,419424268,Sea Jurassic Craft,Battle & World builder game,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/2e/9f/5e/2e9f5e58-8e49-bc42-c8ee-fb89e8ac83d3/source/512x512bb.jpg,4.5,3548,0,"1.99, 1.99, 1.99, 4.99, 4.99, 4.99, 9.99, 9.99, 4.99, 5.99","Welcome to Jurassic sea craft where you can have different ocean dino species and sharks, battle for dominance and create your own Jurassic underwater World - all in carefully drawn pixel art style.\n\nFeatures \n- Free to play! \n- A wide variety of exciting sea dinosaurs to breed\n- Feed the hungry creatures to evolve\n- Fuse to create new species\n- Fight in underwater battle arena. Battle between mosasaurus and megalodon shark. See who wins!",Free Pixel Games Ltd,4+,"AR, BN, EN, FR, DE, HI, ID, IT, JA, KO, PT, RU, ZH, ES, TH, ZH, TR, VI",115684352,Games,"Games, Entertainment, Role Playing, Strategy",28/03/2011,22/06/2019
-https://apps.apple.com/us/app/farm-frenzy-3-free/id419568487,419568487,Farm Frenzy 3 Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/f6/86/cb/f686cb14-8410-c6d2-3bec-c8d0eae8e1df/source/512x512bb.jpg,3,185,0,,"""Attention! This version may not be compatible with iPhone 7!\n-----------------------------------------\n\nSo you think you've mastered farming sims? Try running five exotic farms in one game! Farm Frenzy 3 challenges you to revamp farms from around the world that need your help! Conquer Farm Frenzy 3 and you may even find yourself president of the Farmer's Union!\n\nThe Frenzy goes global as you compete in 95 fast-paced levels in places like the South Pole, Africa, Russia, the Wild West, and the untamed jungle. Feed 30 wild and crazy animals including walruses, penguins and llamas, while protecting your farm from dangerous jaguars, lions and bears!\n\nWhen you catch a predator, dress it in a silly outfit and sell it for profit! Once you've recovered from laughing at his absurd attire, return to the business of growing crops, raising animals, collecting goods, purchasing production facilities, upgrading your warehouse and transportation, and buying and selling vital farming supplies. \n\nThere's also iPad and Mac versions of this game! Check the App Store!\n\nFREE VERSION INCLUDES:\n\u25c7 14 of 95 levels\n\u25c7 One of five enemies\n\u25c7 6 of 30 animals\n\u25c7 Trophies and achievements\n\u25c7 Retina display support\n\n-----------------------------------------\nFIND US in FACEBOOK: AlawarEntertainment\nFOLLOW US in TWITTER: @AlawarMobile\nBe the first to hear about our new games and awesome contests!""","Alawar Entertainment, Inc",4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, SV",96057079,Games,"Games, Strategy, Simulation, Entertainment",15/09/2011,21/02/2013
-https://apps.apple.com/us/app/dyson-telescope-game/id419584432,419584432,Dyson Telescope Game,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/07/f6/2e/07f62ee8-501f-2722-e3b7-065c326f7cd8/source/512x512bb.jpg,4.5,18,0,,"Use the telescopes to push, pull, block and release the ball and maneuver it into the hole. The engineers at Dyson have designed 48 levels \u2013 each more challenging than the last. You\u2019ll have to think differently to beat them all.",Dyson Inc.,4+,EN,289805,Games,"Games, Strategy, Puzzle",24/02/2011,24/02/2011
-https://apps.apple.com/us/app/online-sniper-league/id419812538,419812538,Online Sniper League,,https://is1-ssl.mzstatic.com/image/thumb/Purple4/v4/7e/f6/a9/7ef6a9d3-6b85-80b9-90ee-1c00d4054cad/source/512x512bb.jpg,4.5,14789,0,"0.99, 3.99, 1.99, 2.99","++ Online Multiplayer, Survival, Missions, Sandbox, Custom Equipment, Perks, Achievements, Leaderboards, Retina Support. Does your sniper game have all this? Online Sniper League does. Time to step it up - download now. Over 800,000 people already have.\n\n5/5 Stars ""Recommended and must own"" - iPhoneGamerUK\n\n4/4 Stars ""a must for any 1st person shooter enthusiasts"" - IViewApps.com\n\n""a competitive-top of the food chain game"" - The App Shack\n\n""an awesome game to play"" - AppAdvice.com\n\n++ The most complete sniper game - with both online and offline play, as well as freestyle Sandbox Mode.\n\n++ The most unique sniper game on the app store or anywhere. \nThis isn\'t a game where you sit there waiting for some guy to walk around a corner to shoot him. This is an action sniper game where you have to act quickly and shoot accurately.\n++ Several Game Modes\nOnline Multiplayer - Play online against a friend or using auto-match. Launch foot agents, paratroopers, armored vehicles, helicopters, attacks and more from your Wrist Computer real-time to defeat your opponent before they get you. Use perks and your customized weapons to gain the upper hand. Only one will survive the battle. See how you compare on the Leaderboards.\n\nSurvival - Defend your base against never ending waves of enemies for as many days as you can. Go for kill streaks to unlock extra defense mechanisms. Compare how many days you can last against others on the Leaderboards. Unlock Achievements to prove your skills. \n\nMissions - Fulfill contracts from your boss to earn prestige as well as some extra Gold. Each mission requires skill and strategy. New missions will be released periodically, so pay attention to updates and the news feed.\n\nSandbox - Freestyle version of Multiplayer where you can train for matches or play for fun. Test out your weapons and perk combinations to find the best strategy to defeat your opponents. Hone your sniping skills and your attack skills. Or just dial up some enemies and take them out for fun!\n\n++ Customizations\nPerks - Unlock 48 perks and 3 slots to equip them. This gives you over 17,000 possible combinations. Find the ones that work well together to gain the upper hand on your opponent. Use offensive and defensive perks to win the match.\n\nWeapons - Unlock and equip custom weapons to create the ultimate loadout. Upgrade your rifle, scope, ammo and more. Custom weapons can be used in all game modes.\n\n++ Much More\nRetina graphics\nUnlock the Machine Gun to mow down enemies with ease\nEnlist body guards to protect your base and defeat enemy Agents in hand to hand combat\nUnlock the mighty Nuclear Bomb to unleash an attack that leaves no survivors\nGet bonuses for Kill Streaks\nLeaderboards and Achievements to track your progress and show your skills off\nWager gold against opponents in head to head, then laugh as you walk away with their money\nOh, and you can Rick Roll your opponent in Multiplayer :)\n\nIf you made it this far, you are an elite person and this game is for you. See you on the Leadeboards.\n\nNOTE: Multiplayer requires Game Center. If you do not have Game Center, you can play the other modes. This game was meant to be a competitive online multiplayer game, but we decided to include other modes for completeness and fun. Keep this in mind if you can only do offline modes. Thank you.\n\nNOTE 2: Multiplayer - Professional has a separate leaderboard. The main leaderboard is for Rookie scores.",James Dailey,9+,EN,24502272,Games,"Games, Action, Strategy, Entertainment",17/06/2011,10/04/2014
-https://apps.apple.com/us/app/european-war-2-lite/id419878771,419878771,European War 2 Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/a4/d4/ba/a4d4bae9-c01e-344d-50c6-2bc71566fc9a/source/512x512bb.jpg,4,161,0,,"""European war 2 is a new style strategy game on the background of WW\u2161(Super Risk).In the game depending on troops you can compete for territories such as lands,cities and oceans,further for resources,develop economy and military,conquer enemies' capitals and destory the enemies.There are 28 European countries including more than 200 land and sea areas,you can choose 12 countries from the Axis Powers and the Allies while enjoying kinds of game modes. \n\nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers,tanks and artillery.(Soldier troop with high yields but general attack,tank troop with high attack and continue action when complete destroying the enemies,artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding.The attributes of arms are different from each country.For example,the tank of Germany is most powerful but with high price,the soldier of Soviet Union is cheapest,the navy of Britain is best. \n\nIn the game you need to use military cards to cooperate to the battle. \n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops) \n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending) \n- Construction Card (construct territories,improve taxes, highest level can draft army troop ) \n- Airstrike Card (Air attack the enemy of adjacent territory) \n- General Card(equip a general to the troop for enhancing the attacking power) \n- Marshal Card(equip a marshal to the troop for enhancing the defending power) \n- Special Card (only owned by Germany,Soviet Union,Britain,France,Italy and used once every 7 rounds.) \n\nInclude two modes: conquest mode and battle mode \n\nConquest mode:choose one country from the 12 of the Axis Powers and the Allies to dominate Europe.The others will be your allies,enemies and neutral. \nBattle mode:the main line to 4 countries (Germany,Britain,France,Soviet Union),16 battles for the game. \n\nGermany \nChapter 1 Blitzkrieg \nChapter 2 Maginot Line \nChapter 3 Operation Barbarossa \nChapter 4 Top of Europe \n\nBritain \nChapter 1 England Channel \nChapter 2 North Africa \nChapter 3 Battle of Berlin \nChapter 4 Battle of Eastern Europe \n\nFrance \nChapter 1 Defend The Motherland \nChapter 2 Battle of Apennine \nChapter 3 Battle of Balkan \nChapter 4 Battle of Eastern Europe \n\nSoviet Union \nChapter 1 Defend The Moscow \nChapter 2 Counter Attack \nChapter 3 Duel \nChapter 4 Top of Europe \n\nMagnificent fighting music and sound can make you feel involvement. \n\nFeatures: \n- conquest mode and battle mode \n- more than 200 territories \n- 28 belligerent states \n- 30 millitary troops \n- 15 millitary cards \n- 5 levels \n- 17 battles \n- autosave""",EASY Inc.,9+,"EN, JA, ZH, ZH",24142820,Games,"Games, Entertainment, Strategy, Board",20/02/2011,20/02/2011
-https://apps.apple.com/us/app/european-war-2-lite-for-ipad/id420143542,420143542,European War 2 Lite for iPad,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/91/61/75/91617547-cd6d-3cab-fef9-3d92465ed47b/source/512x512bb.jpg,4,123,0,,"""European war 2 is a new style strategy game on the background of WW\u2161(Super Risk).In the game depending on troops you can compete for territories such as lands,cities and oceans,further for resources,develop economy and military,conquer enemies' capitals and destory the enemies.There are 28 European countries including more than 200 land and sea areas,you can choose 12 countries from the Axis Powers and the Allies while enjoying kinds of game modes. \n\nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers,tanks and artillery.(Soldier troop with high yields but general attack,tank troop with high attack and continue action when complete destroying the enemies,artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding.The attributes of arms are different from each country.For example,the tank of Germany is most powerful but with high price,the soldier of Soviet Union is cheapest,the navy of Britain is best. \n\nIn the game you need to use military cards to cooperate to the battle. \n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops) \n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending) \n- Construction Card (construct territories,improve taxes, highest level can draft army troop ) \n- Airstrike Card (Air attack the enemy of adjacent territory) \n- General Card(equip a general to the troop for enhancing the attacking power) \n- Marshal Card(equip a marshal to the troop for enhancing the defending power) \n- Special Card (only owned by Germany,Soviet Union,Britain,France,Italy and used once every 7 rounds.) \n\nInclude two modes: conquest mode and battle mode \n\nConquest mode:choose one country from the 12 of the Axis Powers and the Allies to dominate Europe.The others will be your allies,enemies and neutral. \nBattle mode:the main line to 4 countries (Germany,Britain,France,Soviet Union),16 battles for the game. \n\nGermany \nChapter 1 Blitzkrieg \nChapter 2 Maginot Line \nChapter 3 Operation Barbarossa \nChapter 4 Top of Europe \n\nBritain \nChapter 1 England Channel \nChapter 2 North Africa \nChapter 3 Battle of Berlin \nChapter 4 Battle of Eastern Europe \n\nFrance \nChapter 1 Defend The Motherland \nChapter 2 Battle of Apennine \nChapter 3 Battle of Balkan \nChapter 4 Battle of Eastern Europe \n\nSoviet Union \nChapter 1 Defend The Moscow \nChapter 2 Counter Attack \nChapter 3 Duel \nChapter 4 Top of Europe \n\nMagnificent fighting music and sound can make you feel involvement. \n\nFeatures: \n- conquest mode and battle mode \n- more than 200 territories \n- 28 belligerent states \n- 30 millitary troops \n- 15 millitary cards \n- 5 levels \n- 17 battles \n- autosave""",EASY Inc.,9+,"EN, JA, ZH, ZH",53060699,Games,"Games, Strategy, Board, Entertainment",18/02/2011,18/02/2011
-https://apps.apple.com/us/app/golden-4/id420150260,420150260,Golden 4,,https://is4-ssl.mzstatic.com/image/thumb/Purple42/v4/16/89/7d/16897dd6-e2ce-6ca7-f464-3fae2f401fc9/source/512x512bb.jpg,,,0.99,,"Play the well known game of connect-4 (a.k.a. four-in-a-row).\nPlay head-to-head on one and the same device, or via bluetooth against any other iOS device with Golden 4 installed, or play a single player game against the computer to enhance your tactics.",J B van Asselt,4+,EN,4643840,Games,"Games, Trivia, Strategy, Entertainment",22/02/2011,26/09/2016
-https://apps.apple.com/us/app/golden-4/id420150260,420150260,Golden 4,,https://is4-ssl.mzstatic.com/image/thumb/Purple42/v4/16/89/7d/16897dd6-e2ce-6ca7-f464-3fae2f401fc9/source/512x512bb.jpg,,,0.99,,"Play the well known game of connect-4 (a.k.a. four-in-a-row).\nPlay head-to-head on one and the same device, or via bluetooth against any other iOS device with Golden 4 installed, or play a single player game against the computer to enhance your tactics.",J B van Asselt,4+,EN,4643840,Games,"Games, Trivia, Strategy, Entertainment",22/02/2011,26/09/2016
-https://apps.apple.com/us/app/drug-wars/id420263615,420263615,Drug Wars!,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/24/26/68/2426682e-2efc-a102-1c66-5577bfbc1430/source/512x512bb.jpg,4,617,0,,"""The classic game is back! Hit the streets to make your fortune in the remake of this popular game you loved on your computer or calculator... fully updated for our spam-infested times.\n\n*** Featured as a top 100 strategy game in more than 40 countries worldwide ***\n\nBUY LOW, SELL HIGH, STAY OUT OF JAIL!\nYou're unemployed and your mom just kicked you out of the house (again!). Thankfully, you've found a new career - spamming the streets with drugs!\nBut it won't be easy. To start your life of crime, you have to borrow money from your good pal Levino and only have a short time to pay him back - or else.\nThe clock is ticking as you try to make as much money as you can on the streets. Just watch out for the pesky police, who are always right behind you.\nTravel around New York to sell your wares and collect cash. This challenging strategy game is always changing with breaking news (prices plummet!) and random encounters (watch out!).\nHow will you make a profit before time runs out?\n\nCLASSIC GAME WITH FUN NEW TWISTS\nFeatures of Drug Wars! include:\n * Addictive game play - Takes just a minute to learn, but you'll be hooked for hours\n * Three exciting game modes - Including the extra-challenging 5 day mode and new 60 day mode\n * Fast-paced action - Prices change quickly and the police want to send you to jail\n * Leaderboards - Show off your high scores to friends on the Game Center and OpenFeint leaderboards\n * Fun graphics - Fully updated for our spam-infested times\n\nSee how much money you can make on the streets - try Drug Wars! now.\n\nWe welcome all customer feedback - please feel free to email our support staff with your suggestions and ideas!\n\nsupport@deepthoughtssoftware.com""",Deep Thoughts Software,17+,EN,17531234,Games,"Games, Strategy, Entertainment, Simulation",26/02/2011,17/06/2011
-https://apps.apple.com/us/app/dofus-battles/id420352842,420352842,DOFUS : Battles,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/b3/bb/1a/b3bb1a21-c688-4215-b2e9-75a45ee6c00f/source/512x512bb.jpg,4.5,461,0.99,,"Discover the first iOS game to be set in the world of DOFUS, the multiple awarding winning MMORPG played by several million players worldwide.\n\nDOFUS : Battles offers the perfect mix of TowerDefense and Real Time Strategy mechanisms, skilfully sprinkled with a touch of RPG.\nNo, you\u2019re not dreaming \u2013 this is revolutionary.\n\nWith DOFUS : Battles, prepare to experience a unique and extraordinary adventure which plays out in the World of Twelve. Set off in search of Jeff Stobbs and the demonic Naz T. Peasawerk, and stop them from taking over the world!\n\nTake command of an army of twelve legendary heroes led by the gods\u2019 fantastical summons, Animakhal the dragon. Send them into battle against hordes of bloodthirsty monsters in epic battles which will put your strategy and your reflexes to the test.",Ankama,9+,"EN, FR, ES",38953615,Games,"Games, Role Playing, Strategy",13/05/2011,11/07/2012
-https://apps.apple.com/us/app/shatranj-hd/id420374009,420374009,Shatranj HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/64/7e/ed/647eed5c-ca32-37e4-cbd8-8594151a094e/source/512x512bb.jpg,,,0,,"Chess, formally known as Shatranj (Currently also known in some part of Asia) is strategic board game for 2 players.\n\nThis version of the game is exactly like the physical Shatranj set with some minute changes.\n\nGet an attractive graphical Shatranj set with realistic looking pawns.\n\nInstead of another person, here your opponent is the computer.\n\nIt plays sound as you or your opponent make a move.\n\nThe game is set at a high level posing challenge to each player.\n\nYou win the game when your opponent (the computer)has no moves left to save the king.\n\nThis game is developed by GameDevelopmentIndia.com, a division of Hiddenbrains.com",HiddenBrains,4+,,7850949,Games,"Games, Strategy",23/02/2011,23/02/2011
-https://apps.apple.com/us/app/shogi-demon-xl/id420880715,420880715,Shogi Demon XL,Japanese Chess,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/62/d5/26/62d526d3-7924-647d-0871-82d65ec0ff6f/source/512x512bb.jpg,4,5,3.99,,"Shogi is Japanese Chess.\nThe difference between this and regular Chess is that the player is allowed to reuse the pieces captured from the opponent for themselves.\nWith exceptions to the King and the Gold, any pieces that enter the zone of the opponent can be turned over to increase their range of movement. \nPositioning 2 or more Pawns on a vertical line is not permitted if the Pawns are not turned over.\nAlso, although it is possible to put a King in mate with your own Pawn, it is not permitted to put a King in mate with a Pawn captured from your opponent.\nThis is because such act is an insult to the King. \n\n- In the shogi board mode, it is possible to play man face to face.\n- Three computer levels.\n- 22 kinds of handicaps.\n- Position editor.\n- There is a guide that informs player of a possible movement of the pieces.",NUTRACTOR,17+,"EN, JA",14589952,Games,"Games, Strategy, Board",28/02/2011,13/07/2018
-https://apps.apple.com/us/app/balloon-explosion/id420903765,420903765,Balloon Explosion,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/e1/7e/cc/e17ecc93-8463-97ae-a6d2-bac5c0ae91e4/source/512x512bb.jpg,,,0,,"""If you're having hard time trying to decide who's going to pay that bill, clean that mess after party, or just to choose someone to do something, we can decide it for you. \n\nPump the balloon as much as you want. Green light indicates that you can pass it on to the next person. Now take your turn, and pass it on. When the balloon explodes, you know who's got to do the job.""",Goro Sato,9+,"EN, JA",2807707,Entertainment,"Entertainment, Action, Strategy, Games",25/02/2011,23/02/2013
-https://apps.apple.com/us/app/conquist-2/id421205743,421205743,Conquist 2,,https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/ee/6e/ef/ee6eefe0-8495-adbb-0b3c-1b42f518e66b/source/512x512bb.jpg,4.5,3210,2.99,,"""Conquist 2 Online Arena: A mind blowing take on strategy games\nChallenge your friends wherever they are! Use your IPad as a board, pass and play your IPhone or show who's the boss online and reach the top of the leaderboard! \nNo friends? Try the merciless bots and earn exciting achievements!\n\nWith Conquist 2 the quest for fun is over. Yes, it has it all.\n\nHighlights: \n\n- Universal real time online multiplayer via Game Center.\n- Global leaderboard for online games with competitive ranking system.\n- 4 game modes: World Domination, Secret Mission, Colonization and Castle. \n- 8 beautifully crafted maps: World, USA, Europe, Mesoamerica, Octopus, Asia, the Roman Empire and Atholon.\n- Universal application: buy it once play it on all your devices.\n- 31 exciting achievements.\n- 3 difficulty levels to suit all skills.\n- IPad party mode: Use the IPad as a board, no need to pass it around.\n- Pass'n'Play on your IPhone/IPod Touch.\n- Up to six players on the same device.\n- Up to four online players, wherever they may be.\n- Zoom and Scroll the board. Easy on old eyes ;)\n- Configurable game rules. \n- Customizable game play and game speed.\n- Game Statistics, no one can blame the dice anymore ;)\n- Optimized for retina display""",Schmeuk Studios,4+,"EN, FR, DE, IT, ES",47837184,Games,"Games, Entertainment, Strategy, Board",20/06/2011,20/02/2017
-https://apps.apple.com/us/app/rollrover-free/id421399481,421399481,RollRover Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/38/3b/54/383b54a3-3fc6-7076-dbb1-9db02f534888/source/512x512bb.jpg,5,6,0,,"EightyEight Games presents RollRover, a fun and original game now on your iPod or iPhone.\n\n""The gameplay is ever-changing and highly addictive"" - 4/5 - touchreviews.net\n\n""Excellent fun"" - 4/5 - NineOverTen\n\nYou control the RollRover as you try to guide it to the goal with a unique control method\n\nFeatures:\n\n\u2022 11 FREE Levels with puzzles that get progressively more fiendish\n\u2022 Use powerups to change the size of your wheels\n\u2022 Traverse over magnetic and glass blocks\n\u2022 Find the star hidden on every level. Can you find them all?\n\u2022 Master control of the rover in order to beat the target time\n\u2022 Features the music of Neon Highwire\n\nFor info, support and feedback, check us out at http://www.eightyeightgames.com",EightyEight Games LTD,4+,EN,17690170,Games,"Games, Puzzle, Strategy",2/03/2011,14/03/2011
-https://apps.apple.com/us/app/defender-of-diosa/id421785586,421785586,Defender of Diosa,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/c2/a0/30/c2a03063-a24d-dcfd-7850-0787a4e62a0c/source/512x512bb.jpg,4,599,0,"0.99, 1.99, 4.99, 0.99, 0.99, 9.99, 24.99, 0.99","Japan Mag Famitsu: \u4eca\u4e16\u7d00\u6700\u9ad8\u306e\u30c7\u30a3\u30d5\u30a7\u30f3\u30b9\u30b2\u30fc\u30e0\u306b\u51fa\u4f1a\u3044\u307e\u3057\u305f\u300eDefender of Diosa\u300f\n\n==Defender of Diosa, a New kind of TD Game==\n\n\u201cDefender of Diosa\u201d is set in a fantasy world. It is a tale of two Diosa (goddess). You, the General of Kingdom of Phoenix, swore to protect Diosa Ada(Chicken) in her battle against the minions - goblin hordes of her archnemesis and sister, Diosa Iris (Snake). To keep a promise, you lead your armies and use the goddess\u2019s power to defeat the enemies, earn gold coins, upgrade your parties and craft citizen into the ultimate battle force!\n\nFeatures:\n- 7 Jobs (Citizen, Infantry, Archer, Magician, Knight, Axe Warrior, Assassin)\n- 2 Game Modes: Adventure, Quest Mode\n- Over 66 upgrades in shop\n- 2 levels of difficulties\n- Endless mode for player to challenge\n- 40 levels in Story Mode\n- 30 levels in Quest Mode \n- 30 more Quest levels available in the iAP shop\n\nLet us know what you think. \nFor technical support or any inquiries about the game, please email on \ninfo@sigma-game.com \nFollow us on Twitter: http://twitter.com/sigmagame \nBecome our fans on facebook: \nhttp://www.facebook.com/pages/Sigma-Game/120711097967447",Sigma Game Limited,9+,EN,19214839,Games,"Games, Entertainment, Role Playing, Strategy",28/03/2011,20/09/2011
-https://apps.apple.com/us/app/lords-knights-medieval-mmo/id421864154,421864154,Lords & Knights - Medieval MMO,Building Castle Siege Strategy,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/b3/b5/01/b3b50163-54bc-3212-5cd8-063530512e8b/source/512x512bb.jpg,4.5,6160,0,"0.99, 5.99, 11.99, 3.99, 19.99, 8.99, 13.99, 99.99, 24.99, 49.99","Strategic alliances with other players, fierce campaigns and wars as well as massive fortresses await you in Lords & Knights! Trade, complete missions and discover technologies. Recruit armies of noble knights to protect your castle or conquer other cities.\n\nConquer an empire and make your enemies quiver before you.\n\nLords & Knights is a free to play medieval strategy MMO. At first you take control of one castle and it\u2019s knights. As time goes by, you can expand your realm all the way to an empire with the right strategy. Conquer the cities of your enemies and become the most powerful ruler of the medieval times.\n\nRAISE A POWERFUL ARMY AND LEAD IT INTO WAR!\nRecruit several medieval units like knights and foot soldiers. Lead them into battle against other lords with the right strategy and tactics, or send them on lucrative missions. Among these missions, you will find adventures such as driving off robbers, taking part in a joust or hold a castle festival in honor of your empire.\n\nCONSTRUCTION AND DEVELOPMENT OF YOUR CASTLES INTO MASSIVE FORTRESSES\nImprove your simple starting castle all the way to a powerful fortress. You can stock up on resources for the war in your keep, while you are coming up with tactics and strategies for the upcoming battles. Strengthen your armies by improving your armory and researching new technologies. Improve the defense of your realm by erecting fortifications or improve your resource production. Strategy and tactics are an important part of the creation of your defense and you decide on them as the king!\n\nAN ALLIANCE SYSTEM THAT FACILITATES JOINT CONQUESTS\nFound an alliance or join an existing one, in order to plan the strategy and construction of your medieval empire with hundreds of other players. You can forge non aggression treaties and great alliances with other alliances or march into war together. You can take on different roles within these alliances, for example that of the minister of war or of defense and exchange information with your friends other lords in the forum and the live alliance chat.\n\nPEACEFUL REALM OR WARLIKE EMPIRE\nInteract with other lords in order to plan attacks or set up your defense. You can support them with armies and resources. Defend each other throne! Should diplomacy fail, another solution would be a well planned war of conquest with numerous attacks on enemy cities. Send out your armies and plunder the resources of your enemy or assault his fortifications, conquer his castle and make it a part of your empire and expand your realm. Make sure that your most hated enemy won\u2019t remain a king for long!\n\nShow everyone that you have what it takes to be the king of an entire realm and conquer a throne!\n\nBecome a fan on Facebook: http://fb.com/lordsandknights\nFollow us on Instagram: https://www.instagram.com/lordsandknights/\n\nThe medieval strategy MMO Lords & Knights is free to play and needs an active internet connection.\n\nTake a look at the rest of our free to play games:\n\n- Kingdoms & Monsters \u2014 City Building MMO\n- Goal Tactics \u2014 Football Manager\n- Celtic Tribes \u2014 Celtic Strategy MMO\n- Crazy Tribes \u2014 Post apocalyptic MMO",XYRALITY GmbH,4+,"AR, DA, NL, EN, FR, DE, EL, ID, IT, JA, KO, MS, PL, PT, RU, ZH, ES, SV, TH, ZH, TR, VI",503759872,Games,"Games, Strategy, Entertainment, Simulation",11/08/2011,24/07/2019
-https://apps.apple.com/us/app/nbtd-freecell-lite/id421978997,421978997,NBTD FreeCell Lite,Freecell,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/3e/00/33/3e00331e-b017-b3a9-3a66-4dd8137b03a4/source/512x512bb.jpg,4,686,0,0.99,"""NBTD FreeCell is a take on the classic game of FreeCell. It has been built as a Universal App (iPad, iPhone & iPod touch) with Retina Display graphics and Game Center achievements.\n\nFreeCell is a solitaire-based card game played with a 52-card standard deck. It is fundamentally different from most solitaire games in that nearly all deals can be solved.\n\n\nFeatures:\n\n\u2022 Game Modes - Standard, Kings Only\n\u2022 Game Center Achievements (20)\n\u2022 Auto-Move - Cards move in to position automatically\n\u2022 Animated & Color Backgrounds\n\u2022 Custom Backgrounds: Chose a photo from your library \n\u2022 Play in Portrait or Landscape Mode\n\u2022 Lock the screen orientation\n\u2022\xa0Unlimited undo's\n\u2022 Track stats""",NBTD Productions,4+,"EN, ES",95590400,Games,"Games, Entertainment, Strategy, Card",7/03/2011,23/02/2018
-https://apps.apple.com/us/app/space-cargo/id422274101,422274101,Space Cargo,,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/cb/b9/e6/cbb9e663-4ac1-4091-21ae-273d65099eac/source/512x512bb.jpg,,,0.99,,"""What it's really like to be a pilot, control human, robot or alien spaceships, conquer sky and deliver cargo.""",Micha\u0142 Parpura,4+,EN,402186240,Games,"Games, Action, Strategy",12/09/2016,23/03/2017
-https://apps.apple.com/us/app/top-chess/id423000476,423000476,Top Chess,,https://is1-ssl.mzstatic.com/image/thumb/Purple60/v4/93/c8/c2/93c8c2db-a3c9-0a3e-ed53-b86dfa57aa57/source/512x512bb.jpg,3.5,16,0,0.99,"Top Chess lets you play the classic board game of Chess against other players or computer.\n\nChess features:\n - 1 player and 2 players mode\n - Full take back & forward\n - Use hint for help\n - Choose black or white figures\n-Simple, elegant user interface\n- Good big screen for fits on your iPad\n\nPlay chess against your iPad, enjoy best strategy game of all time.",Buzly Labs Ltd.,4+,EN,1375202,Games,"Games, Entertainment, Strategy, Board",4/03/2011,24/05/2012
-https://apps.apple.com/us/app/chess-tiger-pro/id423198259,423198259,Chess Tiger Pro,Learn and play chess,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/f6/7b/32/f67b3220-802a-08ab-686c-b56948eb005c/source/512x512bb.jpg,5,20923,7.99,,"\u25bb Do you want to learn or improve at chess?\n\u25bb Do you want to master the most prestigious, the classiest game ever, while having fun?\nIt\'s EASY, and you can start right now!\n\nHow does it work? It\'s really simple: you just play! The coach shows you the moves a Grandmaster would pick. Not just one move, but the 4 best moves.\n\nSounds silly? Well think about it... How did you learn to talk when you were a child? Did you take grammar and spelling lessons? Of course not. You just went with the flow! Because that\'s the most effective way to learn!\n\nChess Tiger Pro allows you to do just that, AND IT WORKS!\n\nIn two minutes you start learning effortlessly. You start having fun immediately, and notice after just a few games that the right moves come to your mind naturally, as if they were obvious.\n\nIf it still sounds incredible, please read the reviews. Chess Tiger Pro has one of the highest customer satisfaction of the App Store!\n\nAlso, Chess Tiger Pro is the only chess app that analyzes your games to show you how to improve, and is also one of the MOST COMPLETE apps for players of all levels.\n\n\nFOR BEGINNERS:\n\n\u2022 The rules of chess are included and easily accessible.\n\u2022 Just tap on a piece to see its legal moves.\n\u2022 A move is not allowed? The app tells you why.\n\u2022 Suggestions: can watch over your shoulder and suggest 4 moves.\n\u2022 Can tell you when you can mate your opponent, so you can look for the winning move by yourself.\n\u2022 Can warn you when your opponent is about to play a very dangerous move.\n\u2022 Provides 50 trainer levels of increasing difficulty. No big jump between levels.\n\u2022 Knows and applies perfectly all the official rules of chess.\n\u2022 Contains a very high quality chess engine, the guarantee to learn from a good professor.\n\u2022 Finds interesting positions in your own games and shows you how to improve.\n\n\nFOR EXPERTS:\n\n\u2022 Both USCF and FIDE rating scales are supported.\n\u2022 Chess Tiger Pro has one of the strongest chess engines for mobile devices.\n\u2022 On current devices, as incredible as it sounds, it plays at the world champion level.\n\u2022 Chess Tiger has been ranked twice as the strongest chess engine on the SSDF list (the worldwide recognized and independent computer rating list).\n\u2022 You can set up any position.\n\u2022 You can save your games in collections and replay them later.\n\u2022 You can exchange games with your friends very easily by email (send and receive).\n\u2022 You can import game collections in PGN format.\n\u2022 The chess engine displays its thinking, up to 20 plies ahead.\n\u2022 You can analyze a game by replaying it. Chess Tiger Pro tells you when a bad move has been played by coloring it in red. The 4 best moves in every position are colored in green.\n\u2022 Chess Tiger Pro supports variations and allows you to test ""What if..."" scenarios without erasing your current game.\n\n\nOTHER FEATURES INCLUDE:\n\n\u2022 The coach can comment your game while you are playing (optional).\n\u2022 When a game is finished, the coach can analyze it for you and show you how to improve.\n\u2022 15 gorgeous predefined visual themes that you can customize.\n\u2022 9 chess pieces sets (wood, ebony & ivory, metal, glass, \u2026).\n\u2022 14 board styles (marble, blue marble, wood, metal, stone, \u2026).\n\u2022 A collection of more than 6000 famous games of the greatest players of all times.\n\u2022 ""Reload last game"" allows you to retrieve the most recent game, even if you have forgotten to save it.\n\u2022 4 different playing styles, ranging from the quiet to suicidal, which you can apply to all the levels.\n\u2022 Includes an opening book of more than one million moves (can be turned off).\n\u2022 Many customization options (graphics, sounds, engine output\u2026).\n\n\nTHIS APP IS ""CLEAN"": it does not display any ad.",Christophe Th\xe9ron,4+,"EN, FR, DE",43340800,Games,"Games, Board, Strategy",8/03/2011,26/06/2019
-https://apps.apple.com/us/app/fiveinrowlt-five-in-a-row/id423402184,423402184,"FiveInRowLT - ""Five in a Row""",,https://is4-ssl.mzstatic.com/image/thumb/Purple117/v4/8f/65/64/8f6564ba-d422-fdc4-b0f0-ba09efd8d905/source/512x512bb.jpg,,,0,,"One board, one rule... An easy strategy game. \nYou have ""only"" to put five token in a row (horizontal, vertical or diagonal) before your opponent.\nStop playing will be difficult!\n\nFour difficulty levels.\n\n\nYou can also play against other player both on your own devices or in network (in this case you and your opponent need a Google+ account).\n\n\nSeveral board backgrounds available.\nMusic and sound effects tunable.",Rainbow Runner software,4+,"EN, IT",52939776,Entertainment,"Entertainment, Games, Board, Strategy",9/03/2011,29/05/2017
-https://apps.apple.com/us/app/fast-traffic/id423533300,423533300,Fast Traffic,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/13/f0/0a/13f00a7c-48aa-4c4a-5573-3d0949a3a10e/source/512x512bb.jpg,3.5,698,0,"0.99, 1.99, 0.99, 3.99, 1.99, 2.99, 1.99, 2.99, 2.99, 2.99","""Fast Traffic is much more than just a game. \n\nIt's traffic in rush hour and on steroids!\n\nIt requires superior hand-eye coordination, and it's loaded with adrenaline and lots of fun!\n\nControl chaos with the swipe of your finger. \n\nHelp Speedy, Shorty, and Racy cross the intersection without crashing into each other, or any special vehicles that appear out of nowhere. \n\n\nCompete against your friends in Game Center.\n\nAlways expect the unexpected... \n\nGame Features: \n\n\u2022 Multiple missions to accomplish\n\n\u2022 Multiple stages \n\n\u2022 Multiple Cars and Drivers with different driving styles \n\n\u2022 Game Center leaderboards and achievements \n\n\u2022 Gorgeous graphical environment""",Eggbite,4+,"EN, DE, PT, ZH",139298816,Games,"Games, Entertainment, Strategy, Action",13/04/2011,22/12/2018
-https://apps.apple.com/us/app/radzone-the-nuclear-war-game/id423637440,423637440,Radzone : The Nuclear War Game,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/08/85/98/088598b8-83dc-d17f-2782-059b39480c78/source/512x512bb.jpg,3.5,68,2.99,,"""-= Radzone, the ultimate thermonuclear war simulator. =-\nPsychological warfare, tense atmosphere. Deploy your buildings and units. Make alliances. Wait for the first nuke. Choose how you will respond. Betray your allies. Protect your citizens, nuke the rest of the world. Peace is near.\n\nRadzone superbly evokes the tension, paranoia and suspicion of the Cold War era, playing on the fascinating aspects of psychological gameplay that occur during strategic nuclear warfare.\nLike the greatest board games, its entry curve is small, its interface elementary, and its potential for strategic depth enormous. \n\nFeatures:\n\n- Choose from 3 levels of difficulty, from moderate to insane. Enjoy a challenge that matches your RTS experience.\n- Drag and scroll to gauge the battlefield. Pinch-zoom in and out of the action. Select and move units with a tap. Control multiple units at once. \n- Giant multi-scale battlefield.\n- 5 simultaneous IA\n- Alliances\n- Deep strategy\n- Retina display\n- Vectorial gfx\n- Immersive soundtrack\n\nAny questions? \nDon't hesitate to contact me at : marsaults(@)yahoo.fr\n\nNew!! Follow radzone on twitter: @radzoneios""",S.MARSAULT,9+,EN,55430144,Games,"Games, Strategy, Entertainment, Simulation",13/03/2011,29/01/2018
-https://apps.apple.com/us/app/puissance-4-lite/id423637742,423637742,Puissance 4 Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple2/v4/8b/23/4e/8b234eb7-7230-d39d-a3b0-db2ced928ae1/source/512x512bb.jpg,,,0,,"""Vous cherchez un bon jeux de reflexion ? Arr\xeatez de chercher .. vous l'avez trouv\xe9... \n\nPuissance 4 Lite est un jeux dont le principe repose sur le fait d'aligner 4 boules en horizontal, vertical ou en diagonal avant l'adversaire. \n\nVous pouvez \xe9galement profitez de la version payante qui vous permet de :\n\n- jouer contre l'iPhone avec 3 niveaux de difficult\xe9s.\n- jouer en mode 2 joueurs.\n- jouer en mode r\xe9seaux ( Wifi ou Bluetooth). \n- sauvegarder et consulter vos scores via Game Center.\nLa version Puissance 4 Pro ne contient pas \xe9galement de la pub.\n\nD\xe9fiez vos amis en jouant contre eux en r\xe9seaux ou en inscrivant les meilleurs scores afficher via le Game Center. \n\nLe jeux supporte le Retina Display ! \n\nAmusez vous bien !""",Amine Arous,4+,EN,4061693,Games,"Games, Strategy",9/03/2011,19/03/2013
-https://apps.apple.com/us/app/doodle-train-railroad-puzzler/id423759279,423759279,Doodle Train - Railroad Puzzler,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/e3/5e/02/e35e0243-89cd-4e3d-469c-3a36d303c716/source/512x512bb.jpg,4,538,0,,"NOW FREE!\n\nDoodle train is the latest game by Spooky House Studios - creators of big hits: Bubble Explode and Pumpkin Explode.\n\nSolve 100+ of challenging and unique puzzles, build railroads, bomb through obstacles, escape PIRATES on rails. Have a lot of fun with this new and unique puzzle game.\n\nFeatures:\n\n* 100+ puzzles\n* Tunnels\n* Bombs\n* PIRATE trains\n* Super long trains\n* Global online scoreboards by Scoreloop\n* 4 game modes:\n LABYRINTH - Puzzle, \n BUILD RAILROAD - Action,\n SNAKE - Action,\n LONGEST RAILROAD - Puzzle Action\n\nPOCKET GAMER: ""the cheerfulness of the game is reinforced by the visual style which is clearly inspired by the doodle school of thought. The western-style music does much to reinforce the idea of chaos within Doodle Train""\n\nAPP DISCOVER: ""The art style is great, and is sure to please fans of the hand-drawn aesthetic.""\n\nFreeAppReport.com: ""FreeAppReport.com Showcased App!""\n\n\nREVIEWS BY OUR PLAYERS:\n\nBy Aliecat1234 ( 5 starts)\nCute and very addictive. I love this game!! My friends have to drag me away from my iPhone to get my to help them with their reports. 5 stars!\n\nBy Eugenefield ( 5 stars)\nWow! How much fun and a challenge.\n\nBy speed4mee (5 stars):\nThis game is one of my favorites. With a unique game concept it was created with plenty of ideas. It reminds me on my childhood when i\'m playing the electric train. But this game is more, it\'s a puzzle with challenging levels. Another highlight is the fitting music. Great work from the developer.\n\nBy MarcusWN (5 stars):\nI really like this train game. Tons of levels and unique features like pirate trains and bombs make this train game one of my favorites!\n\nBy tomb12345\nIt starts easy - but after a while, it really makes you think. Love it!\n\n\nGet Doodle Train now!",Spooky House Studios UG (haftungsbeschraenkt),4+,EN,19522012,Games,"Games, Strategy, Puzzle, Entertainment",23/03/2011,11/04/2011
-https://apps.apple.com/us/app/backgammon-gold/id423783267,423783267,Backgammon Gold,,https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/b6/79/24/b679244c-3ab1-61dd-d864-3c653e9b4995/source/512x512bb.jpg,3.5,3154,0,"5.99, 1.99, 4.99, 0.99, 0.99, 0.99, 0.99","""Play Backgammon Gold \u2013 also called Tavla \u2013 anytime and anywhere for free on your smartphone or tablet. Play with your friends or against one of the strongest computer opponents.\n\nNow you can play one of the oldest board games in the world even if you are outside. A mix of strategy and luck is waiting for you.\n\nChallenge your friends to a classic Backgammon game in local two-player mode or play against the strongest computer opponent from BGBlitz. It is also suitable for beginners \u2013 the tutor shows you the best moves. \n\nWhat are you waiting for? Get into the backgammon world!\n\nThe app includes the following features:\n* Elo Rating (FIBS)\n* Computer opponent with 4 grades of difficulty\n* Single game or tournament (1, 3, 5, 7, 11, 15 oder endless games)\n* Random.org or live dice for 100% fair dice\n* 6 different game board designs\n* Use the tutor from BGBlitz to learn the 'perfect move'\n* For experts: the internationally rewarded Backgammon computer software BGBlitz\n* Extended statistics with Elo graph, game history with the result of the last games\n\nHave fun with Backgammon Gold!""",mobivention GmbH,4+,"EN, DE, RU, TR",89321472,Games,"Games, Strategy, Entertainment, Board",21/06/2011,31/05/2019
-https://apps.apple.com/us/app/rift-soul-calculator/id423911691,423911691,Rift Soul Calculator,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/a1/39/94/a1399473-f1bb-04a9-f727-288df97f1b6a/source/512x512bb.jpg,4.5,834,0,,"""Rift Soul Calculator: absolutely FREE!\n\nThe Rift Soul Calculator is a helpful utility, created by Rift fans for Rift fans. We've outfitted the calculator with the latest Rift Soul Tree data, and we've updated the graphics to fit your iPad and iPhone 5.\n\nBuild your Rift soul tree wherever you are - on the go. Plus, choose to sync your builds to iCloud.\n\nIncludes German, French and English descriptions\n\nNOTE: All previously saved builds are not compatible with this version, and will be lost.""",Fluik,4+,"EN, FR, DE",24945862,Games,"Games, Entertainment, Role Playing, Strategy",11/03/2011,7/02/2013
-https://apps.apple.com/us/app/balance-it/id424376330,424376330,Balance IT,The toughest Balancing Game,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/e0/80/9b/e0809b00-6a12-5f71-d8d3-a16b43cc0cff/source/512x512bb.jpg,2.5,97,0,0.99,"Balance IT is a simple, addictive, one-tap, physics based game. This game is completely free. \n\nThis balancing game is designed for both adults and kids. Box, an animal, a fruit or a stick you need to stack! The game is aimed to train your patience as well as provide a lot of fun. Keep stacking up and hope you are not the one who tosses the tower. Players have to balance the pieces with different shapes and sizes, on top of one another, as high as they can. You can unlock more life by watching videos.\n\nThere are around 60 objects to select from. It includes different type of boxes, bricks, fruits, animals, bottles, sticks, wooden shapes, etc.\n\nAround 18 different platforms and 10 different background themes are available in the game.\n\nHow to play? \nBalance IT is very addictive and easy to play. Objective of the game is to stack and balance the objects as tall as you can without any of them falling off of the the platform. Tap the screen to drop the object.","Revolution Games, Inc.",4+,EN,144000000,Games,"Games, Strategy, Casual, Sports",13/05/2011,24/05/2019
-https://apps.apple.com/us/app/jungle-games-free/id424424767,424424767,Jungle Games Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/ed/61/91/ed619152-1537-b3bb-6aa4-d7d4ab9c7ae4/source/512x512bb.jpg,4,5,0,0.99,"""Welcome to the jungle! Throw rings on poles and\ncombine their colors to keep the challenge running!\n\nHere's the new series of puzzle-action games set\nin mystic ruins:\n\nPlayers find themselves in a colorful cartoon-like \njungle world. So what will you do there? \n\nThe gameplay is easily explained: \n\nSwipe your finger to toss colored rings at three poles. Build rows and columns of matching colors to score and make the rings disappear. \n\nIf all poles are filled with a maximum of five rings, the game is over. \n\nTo give you a chance of planning in advance, there is a preview of the next two upcoming rings. Whenever a color doesn\u2019t fit you at all, throw that ring in the bin. This can only be done three times, but high scores will earn you more throw-aways.\n\nThe five difficulty levels reach from Easy to Ultra Panic. In Panic Mode, time is limited. Score color combos to earn additional seconds to your countdown, but the constant time pressure makes it hard to plan your next throw. There are separate scores for each level. \n\nHighscores and any achievements won \nwill be saved on Game Center.\n\nFEATURES:\n- Easy Mode: Relaxed gameplay\n- Panic Mode: Score by speed!\n- Cartoon-like game environment\n- Bonus score for combos\n- Game Center connection\n- 4 achievements\n- Full retina support\n\nADDITIONAL FEATURES IN FULL VERSION:\n- Unlimited gameplay\n- Difficulty levels from Easy to Master\n- Ultra Panic Mode!\n- 14 achievements\n\niPad owners also check out Jungle Games iPad edition! \n\nGet ready for JUNGLE GAMES!""",Koordinauten GmbH,4+,EN,14287257,Games,"Games, Strategy, Entertainment, Puzzle",22/04/2011,27/05/2011
-https://apps.apple.com/us/app/9-mens-morris/id424610463,424610463,"""9 Men's Morris""",,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/da/2a/84/da2a842f-af7c-6a9b-23a4-25b1bf0fbf69/source/512x512bb.jpg,3.5,203,0,0.99,"NINE MEN\'S MORRIS\n\nEach player has nine pieces, or ""men"", which move among the board\'s twenty-four spots. The object of the game is to leave the opposing player with fewer than \nthree pieces or, as in checkers, no legal moves.\n\nPlacing the pieces:\n\nThe game begins with an empty board. Players take turns placing their pieces on empty spots. If a player is able to form a row of three pieces along one of the board\'s lines, \nhe has a ""mill"" and may remove one of his opponent\'s pieces from the board; removed pieces may not be placed again. Players must remove any other pieces first before \nremoving a piece from a formed mill. Once all eighteen pieces have been used, players take turns moving.\n\nMoving the pieces:\n\nTo move, a player slides one of his pieces along a board line to an empty adjacent spot. If he cannot do so, he has lost the game.\nAs in the placement stage, a player who aligns three of his pieces on a board line has a mill and may remove one of his opponent\'s pieces, avoiding the removal of \npieces in mills if at all possible.\nAny player reduced to two pieces is unable to remove any more opposing pieces and thus loses the game.",Uwe Meier,4+,EN,30434304,Games,"Games, Board, Strategy",16/03/2011,10/11/2017
-https://apps.apple.com/us/app/ace-lie-detector-polygraph/id425093062,425093062,Ace Lie Detector Polygraph,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/17/bf/93/17bf93bb-7301-b7e7-a85c-2385f7000edf/source/512x512bb.jpg,3,338,0,0.99,"""This app is intended for entertainment purposes only and does not provide true polygraph functionality.\n\nFind the TRUE answer to any question you ask of friends, parents, girlfriends, boyfriends, teachers! Lie Detector Polygraph with TruthWave\u2122 visual technology has never been so accessible and affordable! \n\nUltra-cool polygraph TruthWave\u2122 data is displayed live while you conduct your interrogation and it looks awesome! Impress and intimidate your friends with this super slick and useful app!\n\nUpgrade to manipulate the results and play jokes on your friends. Trust us it's funny!""",Tiny Mobile Inc.,4+,EN,15328256,Entertainment,"Entertainment, Strategy, Games, Simulation",19/03/2011,28/08/2017
-https://apps.apple.com/us/app/mother-of-all-battles/id425160860,425160860,Mother Of All Battles,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/cf/a3/da/cfa3dae0-0d9e-c191-cab8-2d79997b0d7a/source/512x512bb.jpg,4,142,0,"0.99, 9.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","""Conquer the world starting from your single home city. Each city can build units (either tanks, planes, paratroopers, bombers, transports, destroyers, battleships, submarines or aircraft carriers) in order to explore the world and defeat your enemies.\n\nThere's a lot of AI in the computer's moves and every game the islands are randomly generated, so each game is interesting and challenging.""","""Sean O'Connor""",9+,EN,45227008,Games,"Games, Strategy, Board",17/03/2011,7/02/2018
-https://apps.apple.com/us/app/word-assist/id425200130,425200130,Word Assist,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/ad/80/a7/ad80a769-12da-4f67-6712-f0ba867a20f6/source/512x512bb.jpg,,,0.99,,"""Word Assist is a tool to help you find words to play in the game Words With Friends (WWF) or other word tile games. Word Assist was designed to help you improve your play, yet not do so much, that it takes away the excitement and challenge of the game. Word Assist frees you from the tedium of searching a long list of words, or guessing at random combinations of letters hoping for a valid word, and allows you to focus on the real strategy of the game.\n\nOn the Home screen of Word Assist, you can enter your letter tiles, then enter your search string, a maximum length for the word, and click a button to look for the search string at the start of the word, the end of the word, or anywhere in the middle of the word. Example, say your tiles are z,h,o,r,t,e,u and there is a word on your game board 'back'. You could enter 'back' as the search term, with a max len of 15 and click In Middle, and you would get results such as 'backhoe' worth 19 points or 'outback' worth 18 points. The results returned are all those words that can be made given the search term (tiles already on the board) and your own letter tiles.\n\nNow, Word Assist does not take into account Double or Triple Word or Letter square values. This is where the player must employ their own strategy, and is what keeps the game fun to play. A result that may have a lower word score may be more valuable if a high value tile falls on a Triple Letter square, so, it is up to the player to choose the best word from the list of results. Why play the game at all if your App plays the game for you?\n\nHere are some other search terms that you could enter and what they mean:\n\nYour Tiles: d,a,e,n,r,i,r\n\nSearch term 'elude' with a max length of 15, clicking In Middle returns 'deluder', 'deluded', 'eluded', 'eluder'\n\nYou can also use an underscore to be a placeholder for any one of your tiles:\n\nSearch term 'v_i' with a max length of 8, clicking In Middle returns 'vainer', 'vein' etc.\n\nWord Assist also has a Lookup Screen (click the magnifying glass on the Home Screen navigation bar). The Lookup Screen searches the dictionary without any regard for the tiles that you have. So, it is a way for you to verify if a particular word you have in mind is in the dictionary or not. For example, if you were not sure if 'na' was a valid word, you could enter this in the search field on the Lookup Screen, click Search, and if the word is returned as a result, then it was found in the dictionary. If no results were returned, it does not exist in the dictionary.\n\nYou may perform some advanced searches on the Lookup screen using 'wildcard' characters. So, similar to the way we used the underscore (_) character on the Home Screen to be a placeholder for any single character, you could enter 'f_z' in the Search field and click Search and the words 'fez' and 'fiz' will be returned. In effect, your wildcard search requested any three letter word starting with 'f' and ending with 'z'. \n\nYou can also use the wildcard character '%' to represent 'any number of characters'. So, if you entered '%z' in the Search Field and clicked Search, then you would get results such as 'razzamatazz' (worth 50 points!). Your wildcard search requested words of any length ending with the letter 'z'. \n\nYou may also combine wildcard characters. So, if you entered '__z%' in the Search field, and clicked Search, you would get 'razzamatazz' and 'zyzzyvas' since you requested words of any length, starting with any two letters followed by a 'z'. \n\nWord Assist eliminates the tedium of looking through long word lists for valid words, without taking away the fun and challenge of playing the game!""",Michael Dougan,4+,EN,18002944,Games,"Games, Word, Strategy, Utilities",17/03/2011,10/08/2017
-https://apps.apple.com/us/app/sunshine-acres-lite/id425353652,425353652,Sunshine Acres Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/73/12/a6/7312a68d-0dba-32f5-f0a7-65864987be24/source/512x512bb.jpg,3.5,27,0,,"""IMPORTANT: \nThis application doesn't support iOS 8.0 or later!\n\nThe fun never stops at Sunshine Acres! You'll feel the joy of a job well done as you cultivate your land, harvest your crops, build factories and take your produce to market, making every effort to bring in the best return on your investment. You might succeed, but can you earn the gold ranking on every level? \n\nGet ready to plant, till and water to your heart's content! The more cash you rake in, the quicker you'll be able to upgrade your equipment and turn your crops into the products consumers want! Sunshine Acres features a superb user interface, gorgeous visuals and finger-tapping gameplay that's been fine-tuned to perfection. Don't pass up your chance to spend time at one of the most exhilarating places on Earth: Sunshine Acres! \n\nThere's also iPad and Mac version of this game! Check the App Store! \n\nLITE VERSION INCLUDES: \n\u25c7 10 levels (of 30 in the full version) \n\u25c7 Two (of four) \n\u25c7 Six tools (of ten) \n\u25c7 Three plants (of five) \n\u25c7 iPhone 4 retina display support""","Alawar Entertainment, Inc",4+,"NL, EN, FR, DE, IT, JA, PT, RU, ES, SV",31928390,Games,"Games, Simulation, Entertainment, Strategy",24/03/2011,24/03/2011
-https://apps.apple.com/us/app/sunshine-acres-hd-lite/id425353674,425353674,Sunshine Acres HD Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/81/20/dc/8120dc13-49a3-6fb0-c15a-8f71ba98abab/source/512x512bb.jpg,4,23,0,,"""The fun never stops at Sunshine Acres! You'll feel the joy of a job well done as you cultivate your land, harvest your crops, build factories and take your produce to market, making every effort to bring in the best return on your investment. You might succeed, but can you earn the gold ranking on every level? \n\nGet ready to plant, till and water to your heart's content! The more cash you rake in, the quicker you'll be able to upgrade your equipment and turn your crops into the products consumers want! Sunshine Acres features a superb user interface, gorgeous visuals and finger-tapping gameplay that's been fine-tuned to perfection. Don't pass up your chance to spend time at one of the most exhilarating places on Earth: Sunshine Acres! \n\nThere's also iPhone and Mac version of this game! Check the App Store! \n\nLITE VERSION INCLUDES: \n\u25c7 10 levels (of 30 in the full version) \n\u25c7 Two factories (of four)\n\u25c7 Six tools (of ten) \n\u25c7 Three plants (of five)\n-----------------------------------------\nMore fun games from Alawar: \n\u2605 VACATION MOGUL HD \u2013 The tourism business has never been easier or more fun!\n\u2605 DANCING CRAZE HD \u2013 A time management game with a twist!\n\u2605 JOAN JADE AND THE GATES OF XIBALBA HD \u2013 Take a breathtaking journey through a world of danger and suspense!\n\u2605 THE TREASURES OF MONTEZUMA HD \u2013 Trigger Power Totems in this dazzling match-three adventure! \n\nFor more games, visit us at iphone.alawar.com! \n-----------------------------------------\nFIND US in FACEBOOK: AlawarEntertainment \nFOLLOW US in TWITTER: @AlawarMobile \nBe the first to hear about our new games and awesome contests!""","Alawar Entertainment, Inc",4+,"NL, EN, FR, DE, IT, PT, RU, ES, SV",17518959,Games,"Games, Strategy, Entertainment, Simulation",24/03/2011,24/03/2011
-https://apps.apple.com/us/app/bees/id425440680,425440680,Bees,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/5a/7a/1d/5a7a1da0-ffc7-c2f6-8e6c-e1272ae02c9b/source/512x512bb.jpg,4,607,0,"0.99, 14.99, 0.99, 4.99, 2.99, 2.99, 0.99, 4.99, 19.99, 0.99","""Buzz around vibrant flower fields collecting pollen for your beehive. Along the way, look for bonuses and presents while avoiding the energy-zapping dragonflies. In the beehive, make organic honey and then choose from over 50 jars to store it in. Send free ecards to friends with your selected jars and receive bonuses, or sell your honey at the farmers' market. Work to gain access to all of the tranquil and beautifully-designed nature settings such as strawberry fields, a desert garden, an orange grove and a Hawaiian garden. Complete missions for special awards. New levels coming soon! \n\nBees features:\n\n- Twelve unique nature habitats full of colorful flowers and insects\n- Over 50 honey jars to collect\n- Send free ecards to friends\n- Play the Queen, worker or drone bee to keep your hive alive.\n- Learn how bees work in the hive and flower fields, and how they reproduce.\n\nBe a part of nature and start making some honey!""",Sticky Wicket,4+,"EN, ES",32487676,Games,"Games, Family, Entertainment, Strategy",17/05/2011,6/03/2012
-https://apps.apple.com/us/app/lines-classi%D1%81/id425645888,425645888,Lines Classi\u0441,,https://is3-ssl.mzstatic.com/image/thumb/Purple60/v4/c3/b0/67/c3b0671f-19ab-daf2-1a75-82e6aa02bbd0/source/512x512bb.jpg,4.5,9,0.99,,\xabLines\xbb is one of the oldest but most popular games. The purpose of game is to put different colored balls into the line. The longer the line you make the better score you get. It\u2019s an easy and catchy game that you can play in the comfort of your home or to relax in the workplace.,Eremenko Aleksey,4+,"EN, DE, RU",19858432,Games,"Games, Puzzle, Entertainment, Strategy",23/03/2011,19/07/2016
-https://apps.apple.com/us/app/adas-fitness-center/id426068335,426068335,"""Ada's Fitness Center""",,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/6a/62/70/6a6270b6-2bf2-2eba-17c8-9e889b520089/source/512x512bb.jpg,3.5,333,0,0.99,"""*ALL ADA's GAMES are NOW FREE for a LIMITED TIME!* \n*SEARCH for ADA on the APP STORE!* \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nJOIN ADA at the FITNESS CENTER, HELP her CUSTOMERS GET INTO SHAPE!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nSeveral months after returning to her hospital, Ada began to notice something strange: many of her patients weren't suffering from illnesses at all. In fact, their symptoms came from lack of exercise. Ada thought for a long time, trying to come up with a solution\u2026\n\nAt last, she knew what to do! Ada would take on another new challenge, and open a fitness center for her patients! She would make exercising fun again, and bring health and happiness to all who came\u2026\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames""",Triniti Interactive Limited,4+,EN,14889932,Games,"Games, Entertainment, Simulation, Strategy",31/03/2011,19/01/2012
-https://apps.apple.com/us/app/great-little-war-game-hd/id426392350,426392350,Great Little War Game HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/49/da/c8/49dac82d-b9d0-c3e7-df17-37d435761d09/source/512x512bb.jpg,4.5,19322,1.99,"2.99, 2.99","GLWG is the hit 3D turn-based strategy game that everyone\'s talking about. With a unique comical style and plenty of laughs and excitement, you\'ll keep coming back again and again for ""just one more go.""\n\nCore Features:\n\u25b6 Campaign mode\n\u25b6 Multiplayer mode\n\u25b6 Skirmish mode\n\u25b6 GameCenter achievements\n\u25b6 Four difficulty settings\n\u25b6 Lush visuals, esp. on iPad 2\n\u25b6 Full 3D terrain affects gameplay\n\u25b6 Simple control method\n\u25b6 Lots of units\n\u25b6 Lots of terrain types\n\u25b6 High replayability\n\u25b6 Extra campaigns via cheap iap\n\u25b6 Tons of humour\n\u25b6 Absolutely no birds or zombies\n\nTake command of your army and battle the foe on land, sea and air but be sure to make wise decisions as you go. You want to deploy your soldiers to take full advantage of the higher terrain, natural choke points, ambush spots and defensive walls. Get it right and the bad guys will lose to your superior strategy skills.\n\nSee what the critics are saying:\n\n\n\u25b6 TapScape review: 10/10\n\n""Great Little War Game is just that: a well-designed and enjoyable tactical war game perfect for those who enjoy the lighter side of virtual warfare.""\n\n\n\u25b6 Touch Arcade review: 5/5\n\n""I\'ll call Great Little War Game ""great"" without hesitation"" ... ""the kind of game you can really sink your teeth into, which is rare enough. So I\'m delighted to discover that it\'s also rich in features, good looking and full of humor.""\n\n\u25b6 Top10.com: First place (march)\n\n""The lavish production values of the game, incredible attention to detail and excellent animation gives you a sense of aerial, naval and land warfare that gets as good as you can expect on a small screen""\n\n\n\u25b6 Infinipixel review: 9.5/10\n\n""Between the improved AI and wonderful new modes, I\'m going to have to give GLWG a solid 10 in this category. It features the best gameplay I\'ve found in any mobile turn based strategy game I\'ve played to date.""\n\n\nVaried missions are the order of the day here - capture the enemy HQ, escort the Generalissimo to safety, guide small squads behind enemy lines, defend your base...you get the picture. There are 20 missions included, so it\'s going to be one crazy ride if you decide you\u2019re brave enough to give them a try.\n\nWhat are waiting for? Right now, as you sit reading this, there is a battalion of soldiers just waiting for your command. Download Great Little War Game now and take your place alongside your troops. Lead well, live long and have fun.",Rubicon,12+,EN,38559147,Games,"Games, Role Playing, Entertainment, Strategy",26/03/2011,10/02/2012
-https://apps.apple.com/us/app/bloons-td-4-hd/id426415634,426415634,Bloons TD 4 HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/5a/10/25/5a1025e9-83a9-063e-6d40-6103c4abd6af/source/512x512bb.jpg,4,2582,2.99,"6.99, 1.99, 2.99, 0.99, 0.99, 1.99, 1.99, 0.99, 0.99, 0.99","""Update News: new winter track & challenges, celebrating the release of Bloons TD 5 on iPad!\n\nWe are committed to bringing you the very best updates over the coming weeks so stay tuned.\n\nUpdate history :\n\n2.8 - Added 2 new Challenges.\n2.7 - Added 2 new Challenges.\n2.6 - Added Retina display for new iPad.\n2.5 - Added Beehive Map, Extreme Challenges and new Mystery Tower.\n2.4 - Added 2 new Challenges.\n2.3 - Added 2 new Challenges.\n2.2 - Added Monkey Heart Map, 2 new Challenges and Jolly Roger Extreme Map.\n2.1 - Added new tower Spike Factory.\n2.0 - Added 2 Holiday themed Maps, 2 new Challenges, Holiday Towers and Double XP.\n1.9 - Added Challenges with Unique Gameplay\n1.8 - Added Trick or Treat Map and Spooky Surprise Towers.\n1.7 - Added Firecracker Map, Blue Laser Challenge and Extreme Maps IAP.\n1.6 - Added Brand New Challenge Mode.\n1.5 - Added Sweet Tooth Map.\n1.4 - Added new tower Dartling Gun.\n1.3 - Added DNA Test Map\n1.2 - Added Deflation Mode and IAP for Premium Upgrades\n1.1 - Added Apopalypse Mode and Spring themed Daisy Chain track.\n\nBloons TD 4 finally receives the HD treatment and Bigger is definitely Better!\n\nFeaturing a brand new HUD layout designed to take full advantage of the larger screen space, the Bloons TD experience just got better. All towers, upgrades and important information are now always at hand just where you need them. Combine this with gorgeous, crisp HD graphics and Bloons TD 4 HD may just be the definitive version!\n\nThis time the monkeys are serious and are ready to take down the enemy from the land, air and sea. Utilising a new ranking system you can build up your experience and gain access to even more powerful towers and upgrades. Call in mortar strikes, deploy the monkey aces and harness the power of banana farms as you bid to take down the enemy in true bloon popping fashion. \n\nBloons TD 4 HD features a mix of classic tracks from the online game as well as a whole host of new tracks for you to master. The medal ranking system is also back to add a new level of difficulty to the challenge. Can you battle through all 75 rounds to earn the gold medal? \n\nOf course, even if you do, the fun doesn't stop there and you can continue the madness in freeplay mode. Discover how many rounds can you survive before the enemy overpowers you then challenge your friends to beat your score using Game Centre high scores. \n\nBloons TD 4 HD combines all of this with Game Centre achievements and there is even some special bonuses which you can discover and unlock by mastering the tracks!\n\nFeatures:-\n\n* All new HUD layout designed for the larger touch screen, now all of your towers and upgrades are easily accessible and important information is always at hand.\n\n*Crisp, vibrant HD graphics, perfectly suited to the iPad.\n\n*25 different tracks + 5 Extreme Tracks (available through IAP).\n\n*3 difficulty settings on each map, Easy, Medium and Hard for varying degrees of challenge. \n\n* Challenge Mode and all new Extreme Challenges.\n\n*Continue the popping frenzy in freeplay mode once you master a track.\n\n*Game Centre high score tables and achievements. \n\n* Special bonus unlocks.\n\n* Now includes Apopalypse and Deflation modes.""",Ninja Kiwi,4+,EN,164235264,Games,"Games, Strategy, Casual",1/04/2011,21/10/2016
-https://apps.apple.com/us/app/minesweeper/id426444406,426444406,Minesweeper!,Classic Puzzle Logic Game,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/b6/5e/7e/b65e7e42-0d85-bd9f-9bef-445753bb8849/source/512x512bb.jpg,4.5,2931,0,8.99,"Enjoy Minesweeper!, the classic Windows 95 game, anytime on your device - FREE for iOS. This classic throwback game provides hours of fun on those slow days. Just try to avoid the bombs to clear the minefield and win the game! Apply strategy and logic to navigate various levels of difficulty and if you\u2019re feeling confident, take a shot at the custom board builder for more challenging gameplay. This is perfect for fans of classic games such as checkers, chess, sudoku, solitaire and Tetris. Test your focus and keep your mind sharp with this all-ages, nostalgic brain training app. \n\nGame Features:\n- Pinch to zoom tiles\n- Monitor progress with a stats tracker and use it to beat top times\n- Unlimited Minesweeper games with three different difficulty settings and a custom mode\n- Game Center support for leaderboards and achievements\n- Great statistics that help track your progress\n- Adjustable levels of difficulty: Beginner, Medium and Difficulty\n- User-friendly Flag Mode: Easily turn on flag mode to mark tiles\n- Warns users how many mines are left\n\nBrought to you by Maple Media, the Solitaire, Mahjong and Sudoku Company. Thank you for playing Minesweeper! Have any questions, problems or feedback?\nEmail: contact@maplemedia.io\nVisit us: http://www.maplemedia.io/","Solitaire, Mahjong and Sudoku Company",4+,EN,51631104,Games,"Games, Strategy, Entertainment, Puzzle",13/04/2011,12/09/2018
-https://apps.apple.com/us/app/world-conqueror-1945/id426603626,426603626,World Conqueror 1945,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/2b/cd/68/2bcd6864-5d6b-8d42-2336-afae70af7f0e/source/512x512bb.jpg,4.5,698,2.99,,"""World Conqueror 1945 is a new style strategy game on the background of WW\u2161(Super Risk). In the game depending on troops you can compete for territories such as lands, cities and oceans, further for resources, develop economy and military, conquer enemies' capitals and destroy the enemies. \nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers, tanks and artillery.(Soldier troop with high yields but general attack, tank troop with high attack and continue action when complete destroying the enemies, artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding. The attributes of arms are different from each country. For example, the tank of Germany is most powerful but with high price, the cannon of the Soviet Union is excellent, the navy of Britain is best. \n\nThe troop will gain experience by combat, and get the medal with enough experience. The troop owning the medal is with higher combat effectiveness than the normal troops and will become a Troop Ace.\n\nIn the game you need to use military cards to cooperate to the battle.\n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops)\n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending)\n- Construction Card (construct territories, improve taxes, highest level can draft army troop )\n- Airstrike Card (Air attack the enemy of adjacent territory)\n- General Card(equip a general to the troop for enhancing the attacking power)\n- Marshal Card(equip a marshal to the troop for enhancing the defending power)\n- Special Card (only owned by U.S.A, Germany, Soviet Union, Japan, Britain, France, Italy and used once every 7 rounds.)\n\nInclude two modes: conquest mode and battle mode \nConquest mode: choose one country from the 11 Axis and Allies which may change the fate of the world to dominate the world. The others will be your allies, enemies and neutral. There are 3 periods to choose from: 1940 the beginning WW\u2161,1942 the middle WW\u2161, 1944 the end WW\u2161.\n \nBattle mode: 10 great battles which may change the fate of the world are waiting for your challenge!\n\n1942 Pacific War \n1943 China Burma India Theater\n1942 The Battle of Kursk\n1944 D-Day in Normandy\n1941 North African Campaign\n1942 Kokoda Campaign \n1945 The Fate of Reich\n1945 August Storm\n1942 Compete for Indian Ocean\n1940 Sea Road \n\nMagnificent fighting music and sound can make you feel involvement.\n\nFeatures:\n- battle mode and conquest mode \n- 243 territories\n- 11 belligerent states\n- 40 military troops\n- 17 military cards\n- 5 difficulty levels\n- 3 periods and 10 battles\n- auto save""",EASY Inc.,9+,"EN, JA, ZH, ZH",34198528,Games,"Games, Entertainment, Board, Strategy",26/03/2011,6/03/2018
-https://apps.apple.com/us/app/world-conqueror-1945/id426603626,426603626,World Conqueror 1945,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/2b/cd/68/2bcd6864-5d6b-8d42-2336-afae70af7f0e/source/512x512bb.jpg,4.5,698,2.99,,"""World Conqueror 1945 is a new style strategy game on the background of WW\u2161(Super Risk). In the game depending on troops you can compete for territories such as lands, cities and oceans, further for resources, develop economy and military, conquer enemies' capitals and destroy the enemies. \nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers, tanks and artillery.(Soldier troop with high yields but general attack, tank troop with high attack and continue action when complete destroying the enemies, artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding. The attributes of arms are different from each country. For example, the tank of Germany is most powerful but with high price, the cannon of the Soviet Union is excellent, the navy of Britain is best. \n\nThe troop will gain experience by combat, and get the medal with enough experience. The troop owning the medal is with higher combat effectiveness than the normal troops and will become a Troop Ace.\n\nIn the game you need to use military cards to cooperate to the battle.\n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops)\n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending)\n- Construction Card (construct territories, improve taxes, highest level can draft army troop )\n- Airstrike Card (Air attack the enemy of adjacent territory)\n- General Card(equip a general to the troop for enhancing the attacking power)\n- Marshal Card(equip a marshal to the troop for enhancing the defending power)\n- Special Card (only owned by U.S.A, Germany, Soviet Union, Japan, Britain, France, Italy and used once every 7 rounds.)\n\nInclude two modes: conquest mode and battle mode \nConquest mode: choose one country from the 11 Axis and Allies which may change the fate of the world to dominate the world. The others will be your allies, enemies and neutral. There are 3 periods to choose from: 1940 the beginning WW\u2161,1942 the middle WW\u2161, 1944 the end WW\u2161.\n \nBattle mode: 10 great battles which may change the fate of the world are waiting for your challenge!\n\n1942 Pacific War \n1943 China Burma India Theater\n1942 The Battle of Kursk\n1944 D-Day in Normandy\n1941 North African Campaign\n1942 Kokoda Campaign \n1945 The Fate of Reich\n1945 August Storm\n1942 Compete for Indian Ocean\n1940 Sea Road \n\nMagnificent fighting music and sound can make you feel involvement.\n\nFeatures:\n- battle mode and conquest mode \n- 243 territories\n- 11 belligerent states\n- 40 military troops\n- 17 military cards\n- 5 difficulty levels\n- 3 periods and 10 battles\n- auto save""",EASY Inc.,9+,"EN, JA, ZH, ZH",34198528,Games,"Games, Entertainment, Board, Strategy",26/03/2011,6/03/2018
-https://apps.apple.com/us/app/bobby-fischer-complete-collection/id426892039,426892039,Bobby Fischer Complete Collection,,https://is3-ssl.mzstatic.com/image/thumb/Purple2/v4/bc/f7/56/bcf756e5-18b3-b83d-66b6-cffc479b5804/source/512x512bb.jpg,2,16,1.99,"3.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","""Every game Bobby Fischer ever played - at your fingertips. Is there a more famous chess player than Bobby Fischer? He dazzled the world with his brilliant mind and stunning games. Chess fans will be studying his games forever. This app brings you the complete collection of Fischer's games. \n\nWatch every game in its entirety or pause mid game and play against this apps built in chess engine. Each game is showcased on a beautiful customizable board. You can also keep track of your favorite games by ranking them with 1 to 4 stars. There is even an option to email the games to yourself or friends. \n\nAs a bonus, this app comes with samples from ten of the other greatest chess players the world has ever seen. Find out what makes these players tick and sharpen your skills as you learn from the masters. You should purchase Bobby Fischer's Complete Library today.""",Adrian3,4+,"EN, DE",40583168,Games,"Games, Strategy, Board, Entertainment",29/03/2011,3/07/2014
-https://apps.apple.com/us/app/world-conqueror-1945-for-ipad/id427150724,427150724,World Conqueror 1945 for iPad,,https://is1-ssl.mzstatic.com/image/thumb/Purple62/v4/0e/a5/74/0ea57456-4119-a0b9-cd1f-46fc235806d3/source/512x512bb.jpg,4.5,709,2.99,,"""World Conqueror 1945 is a new style strategy game on the background of WW\u2161(Super Risk). In the game depending on troops you can compete for territories such as lands, cities and oceans, further for resources, develop economy and military, conquer enemies' capitals and destroy the enemies. \nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers, tanks and artillery.(Soldier troop with high yields but general attack, tank troop with high attack and continue action when complete destroying the enemies, artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding. The attributes of arms are different from each country. For example, the tank of Germany is most powerful but with high price, the cannon of the Soviet Union is excellent, the navy of Britain is best. \n\nThe troop will gain experience by combat, and get the medal with enough experience. The troop owning the medal is with higher combat effectiveness than the normal troops and will become a Troop Ace.\n\nIn the game you need to use military cards to cooperate to the battle.\n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops)\n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending)\n- Construction Card (construct territories, improve taxes, highest level can draft army troop )\n- Airstrike Card (Air attack the enemy of adjacent territory)\n- General Card(equip a general to the troop for enhancing the attacking power)\n- Marshal Card(equip a marshal to the troop for enhancing the defending power)\n- Special Card (only owned by U.S.A, Germany, Soviet Union, Japan, Britain, France, Italy and used once every 7 rounds.)\n\nInclude two modes: conquest mode and battle mode \nConquest mode: choose one country from the 11 Axis and Allies which may change the fate of the world to dominate the world. The others will be your allies, enemies and neutral. There are 3 periods to choose from: 1940 the beginning WW\u2161,1942 the middle WW\u2161, 1944 the end WW\u2161.\n \nBattle mode: 10 great battles which may change the fate of the world are waiting for your challenge!\n\n1942 Pacific War \n1943 China Burma India Theater\n1942 The Battle of Kursk\n1944 D-Day in Normandy\n1941 North African Campaign\n1942 Kokoda Campaign \n1945 The Fate of Reich\n1945 August Storm\n1942 Compete for Indian Ocean\n1940 Sea Road \n\nMagnificent fighting music and sound can make you feel involvement.\n\nFeatures:\n- battle mode and conquest mode \n- 243 territories\n- 11 belligerent states\n- 40 military troops\n- 17 military cards\n- 5 difficulty levels\n- 3 periods and 10 battles\n- auto save""",EASY Inc.,9+,"EN, JA, ZH, ZH",61742080,Games,"Games, Strategy, Board, Entertainment",31/03/2011,6/03/2018
-https://apps.apple.com/us/app/classic-lines/id427192720,427192720,Classic Lines,,https://is1-ssl.mzstatic.com/image/thumb/Purple60/v4/c2/e0/a0/c2e0a0d2-515d-5a9f-12e8-ff171d742bf9/source/512x512bb.jpg,3.5,23,0.99,,\xabLines\xbb is one of the oldest but most popular games. The purpose of game is to put different colored balls into the line. The longer the line you make the better score you get. It\u2019s an easy and catchy game that you can play in the comfort of your home or to relax in the workplace.,Eremenko Aleksey,4+,"EN, DE, RU",27610112,Games,"Games, Puzzle, Strategy, Entertainment",30/03/2011,26/07/2016
-https://apps.apple.com/us/app/forbidden-island/id427419772,427419772,Forbidden Island,A co-operative adventure!,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/c1/70/9e/c1709e07-503e-f4ef-f4e9-f9d4dccc6493/source/512x512bb.jpg,4.5,1361,4.99,0.99,"""Forbidden Island is honestly one of the best apps I have ever played on iOS."" -- BoardGameGeek.com\n\n""Beautiful graphics reproduce the look and feel of the original game."" -- Wired.com: GeekDad\n\n""Two thumbs up! I highly recommend it!"" -- The Dice Tower\n\n** Awards **\n\nBoardGameGeek iOS Board Game Awards 2011:\niOS Board Game of the Year - Nominee\nBest Children\'s Game App - Winner\nBest Family Game App - Nominee\nBest Interface and Graphic Design 2011 - Nominee\nBest Local Multiplayer or Pass and Play Multiplayer - Nominee\nThe Dice Tower: Best Digital Boardgame 2011 - Nominee\n\n****\n\nForbidden Island is a cooperative game of strategy and courage as you and up to three other adventurers attempt to capture the four ancient treasures hidden on a sinking island. It\'s a thrilling adventure based on the best-selling Gamewright board game.\n\nForbidden Island was the secluded retreat of an ancient mystical empire known as the Archeans. Legend has it that the Archeans possessed the ability to control the Earth\'s elements - fire, wind, water, and earth - through four sacred treasures: The Crystal of Fire, The Statue of the Wind, The Ocean\'s Chalice, and The Earth Stone. Because of their potential to cause catastrophic damage if they fell into enemy hands, the Archeans kept the treasures secretly hidden on Forbidden Island and designed it to sink if intruders ever attempted to claim them. In the centuries since the mysterious collapse of their empire, Forbidden Island remained undiscovered ... until now.\n\nWill your team be the first to breach its borders, capture the treasures, and make it out alive?\n\nAwarded as Mensa Select in 2010 and nominated for the prestigious Spiel des Jahres award in 2011, Forbidden Island is a fantastic game that\'s fun and engaging for all who play.\n\n****\n\nFeatures:\n\u2219 Co-operative gameplay for 2-4 players\n\u2219 Single player gameplay (by controlling multiple Adventurers)\n\u2219 Game Center Achievements\n\u2219 Side-by-side or Around-the-Table board layouts\n\u2219 Beautiful artwork\n\u2219 Interactive tutorial and in-depth rulebook\n\u2219 Context aware in-game hints\n\u2219 Includes two different island shapes, providing different gameplay challenges\n\u2219 A single in-app purchase for 10 more island shapes\n\u2219 Facebook and Twitter integration. Share your Achievements!\n\nTested and compatible with iOS 11.",Button Mash Games Inc.,9+,"EN, FR, DE, EL, HU, ID, JA, MS, PT, ZH, ES, ZH",141209600,Games,"Games, Strategy, Board",9/11/2011,19/04/2018
-https://apps.apple.com/us/app/garry-kasparovs-complete-chess-collection/id427480057,427480057,"""Garry Kasparov's Complete Chess Collection""",,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/e4/71/99/e4719905-6bfa-0edc-0ad3-752082563094/source/512x512bb.jpg,2.5,9,1.99,"0.99, 0.99, 0.99, 0.99, 0.99","""Every game Garry Kasparov ever played - at your fingertips. Garry Kasparov was one of the greatest minds to ever play chess. Chess fans will be studying his games for years. This app brings you the complete collection of Garry Kasparov's games. \n\nWatch every game in its entirety or pause mid game and play against this apps built in chess engine. Each game is showcased on a beautiful customizable board. You can also keep track of your favorite games by ranking them with 1 to 4 stars. There is even an option to email the games to yourself or friends. \n\nAs a bonus, this app comes with samples from ten of the other greatest chess players the world has ever seen. Find out what makes these players tick and sharpen your skills as you learn from the masters. You should purchase Garry Kasparov's Complete Library today.""",Adrian3,4+,"EN, DE",39432192,Games,"Games, Entertainment, Board, Strategy",15/04/2011,3/07/2014
-https://apps.apple.com/us/app/pocket-bugs-photo-destroyer-destroy-insects-relief/id427792386,427792386,Pocket Bugs & Photo Destroyer: Destroy insects and relief stress!,,https://is2-ssl.mzstatic.com/image/thumb/Purple1/v4/23/9c/06/239c0676-f704-f427-f022-75376cc7c740/source/512x512bb.jpg,3.5,244,0,"0.99, 1.99, 4.99, 9.99, 94.99, 24.99, 49.99, 74.99","Burn, Smash, Freeze, Explode and Demolish spiders to death within seconds with nuclear bombs, use epic Bug exterminator weapons and airstrike your insect fear away! Destroy time and relieve stress endlessly!\n\nDemolish Photos, Destroy Backgrounds, Explode Wallpapers and Freeze Screenshots! Destroy your enemies Endlessly! \n\n*** Download Pocket Bugs & Photo Destroyer Now! *** \n\n*** Features *** \n\u25b7 Crazy and Awesome Weapons, Utilities and Creatures and many more coming with updates!\n\n\u25b7 Experiment with Explosives, Bugs, Bomber Airplanes, Gun Towers, Magnets, Bricks, Machine Guns, Lasers, Buzzsaws, Missiles, Poison Traps, Explosive Cookies, Explosive Mines, Freeze Rays, Shrink Rays, Atomic Bombs and many more!\n\n\u25b7 Automatic Tesla, Minigun and Flamethrower Towers!\n\n\u25b7 Laser, Missile and Freezer Towers!\n\n\u25b7 Build your own traps - lay minefields and lure the silly bugs with candysticks\u2026 which explode, too! Get creative!\n\n\u25b7 15 Types of silly victims\u2026 erm bugs!\n\n\u25b7 Beautiful Retina HD Graphics\n\n\u25b7 Use your photos as background for destruction and send your destroyed pictures to your friends! \n\n\u25b7 Challenge your friends to kill bugs in an even crazier way than you do!\n\nTip: How to destroy your own Homescreen:\n1. Go to your iPhone / iPod\'s homescreen.\n2. Press the lock button (at the upper right of the device) and keep it pressed - and press the homebutton at the same time\n3. Let go of both buttons and you should hear a camera click sound - the screen will go white for a second. If you don\'t get the sound and white screen, repeat steps 2 and 3 until it works.\n4. Now start Pocket Bugs and start a new game.\n5. Go to the weapons menu (upper right corner, the yellow grenade) and in the following screen, tap the blue icon ""custom background"".\n6. Your photos will be shown - the last of which should be your homescreen, pick that one.\n7. Start the destruction :) \n\n*** \nTell us what you want to see in the next updates in your iTunes Reviews!\nWe would like to thank all the fans of Pocket Bugs! \nYour good iTunes reviews and ratings keep us motivated to keep updating Pocket Bugs!\n***",Stark Apps GmbH,9+,"CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, NB, PL, PT, RO, RU, ZH, SK, ES, SV, ZH, TR",51228672,Games,"Games, Strategy, Puzzle, Entertainment",9/04/2011,14/03/2015
-https://apps.apple.com/us/app/11go/id427965905,427965905,11Go,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/e2/5f/47/e25f47ec-a26d-4c71-2670-f0f257ac0b95/source/512x512bb.jpg,4,8,0.99,,Combine exposed cards exposed to 11 points.\nSounds easy? ... ha!\n\nDifferent backgrounds\nCartoon figure as a commentator (on/off)\nHighscore local / Gamecenter\niTunes music library\nAd-Free,Stephan Abramowski,4+,EN,55363584,Games,"Games, Strategy, Card, Education",30/03/2011,14/10/2016
-https://apps.apple.com/us/app/plush-wars-lite/id428050762,428050762,Plush Wars Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/08/3f/1a/083f1ab9-e57f-4537-1170-e18e86bb5692/source/512x512bb.jpg,3,48,0,"2.99, 0.99, 1.99","After being rejected, the PlushBalls decided to take revenge: they locked up the princess in her castle and killed all PlushBears.\n\nBut they were brought back as ZomBears to save the princess and destroy the PlushBalls. Will you let them succeed?\n\nHelp defend the castle, shooting down the gruesome yet fluffy ZomBears. Define your defense strategy using specially designed traps and ammo.\n\nWith the Full Version you will get:\n- 3 challenging worlds, full of nasty ZomBears\n- different kinds of cannons to wipe them out of the map\n- installing traps to keep them from coming\n- choosing your ammo\n- destroying the vicious ZomBosses\n- completing all the tricky achievements\n- and much more!\n\nSuport for retina display with amazing graphics!\n\nhttp://www.qubyteinteractive.com/games/plushwars/\nhttp://www.twitter.com/qubytegames\nhttp://www.facebook.com/pages/QUByte-Interactive/129428830449232",QUByte Games Desenvolvimento de Jogos LTDA,4+,EN,93532542,Games,"Games, Entertainment, Casual, Strategy",1/04/2011,22/06/2012
-https://apps.apple.com/us/app/hanto-hd-table-top-strategy-forever/id428143938,428143938,Hanto HD: Table-top Strategy Forever!,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/0b/45/ce/0b45ceb5-97a7-564e-4f68-760063fe11b8/source/512x512bb.jpg,3,25,0,0.99,"Hanto is the new Chess!\n\nHanto is must-have board game for your iPad (and its FREE!). It provides you with endless hours of brain teasing fun, either to play by yourself or with a friend face to face! (using your magical device as a magical board) \n\nDevelop your strategic skills with the increasingly difficult rule sets and train your ability to ""think ahead"", while you listen to the superb soundtrack by Kevin Mac Leod!\n\nHanto is a no-brainer download for the smart iPad owner!\n\n----------------\nHow to play:\n\nAll rule sets are based on a common idea: surround your opponent\'s Butterfly (Queen) before he surrounds yours. Think of a Butterfly like a King in Chess that is captured when it has pieces all around it.\n\nIn your turn you can either put a new piece in the board or move one of your existing ones. New pieces can only enter in contact with your own pieces.\n\nYou have a limited quantity of pieces, and they all move differently, so you have to think very carefully your move in order to use them wisely and outsmart your opponent!\n\nFinally, but most important of all: all pieces in the game should make one big group at all times, regardless of their owner. This rule can be used at your advantage to ""block"" your enemy\'s pieces and prevent them from moving.\n\nRule sets vary the amount of pieces players have and the way they move. \n\nThere are 10 rule-sets to choose from plus the ability to make your own!!!",Raul Ignacio Verano,4+,EN,40899848,Games,"Games, Strategy, Board, Lifestyle",5/04/2011,5/04/2011
-https://apps.apple.com/us/app/go-books/id428149193,428149193,Go Books,Books to learn the game of Go,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/28/5d/4b/285d4bbb-3cac-6263-e0bc-e5e0773aa00e/source/512x512bb.jpg,4,156,0,"4.99, 4.99, 6.99, 6.99, 6.99, 4.99, 8.99, 6.99, 6.99, 9.99","""Enjoy high-quality books about the game of Go on your iPad and iPhone. Replay moves and solve problems directly within diagrams. A better experience than printed books, at half the price.\n\nFeatures:\n- Free chapter for each book.\n- Play and replay moves in diagrams.\n- Interactive problem diagrams.\n- Text enhanced with inline diagrams.\n- Links to pro games in SmartGo Kifu.\n- Add your own notes anywhere in a book.\n- Adjustable font and layout.\n- Some multi-lingual books (Japanese, German, French & Spanish).\n- Buy once, read on iPad, iPhone, and Mac.\n\nSmartGo Books currently offers more than 130 Go books that you can buy using in-app purchase; more books are in the works. To help you choose, the free \u201cGuide to Go Books\u201d provides clues as to which books might be appropriate for your level.\n\nGetting started:\n- \u201cLearn to Play Go\u201d (vol. 1-5) by Janice Kim 3 dan & Jeong Soo-hyun 9 dan\n- \u201cGo: A Complete Introduction to the Game\u201d by Cho Chikun 9 dan\n- \u201cSo You Want to Play Go?\u201d (levels 1-4) by Jonathan Hop\n\nFor more than 20 years, the Elementary Go Series books have been the standard texts for Go players who want to get a firm grasp of the fundamentals. Not only is the theory of Go explained clearly and simply, the reader is also given problems to show how these theoretical concepts are applied in actual games.\n- \u201cIn the Beginning\u201d\n- \u201c38 Basic Joseki\u201d\n- \u201cTesuji\u201d\n- \u201cLife and Death\u201d\n- \u201cAttack and Defense\u201d\n- \u201cThe Endgame\u201d\n- \u201cHandicap Go\u201d\n\nImproving your technique:\n- \u201cHow Not to Play Go\u201d (Spanish & French & English)\n- \u201cDouble Digit Kyu Games\u201d\n- \u201cSingle Digit Kyu Game Commentaries\u201d (vol. 1 & 2)\n- \u201cMore Go by example\u201d\n- \u201cBasic Techniques of Go\u201d\n- \u201cFundamental Principles of Go\u201d\n- \u201cThe Workshop Lectures\u201d (vol. 1-5)\n- \u201cCho Hun-hyeon\u2019s Lectures on Go Techniques\u201d (vol. 1 & 2)\n\u2013 \u201cCounting Liberties and Winning Capturing Races\u201d\n- \u201cTesuji and Anti-Suji of Go\u201d (out-of-print)\n- \u201cMaking Good Shape\u201d\n- \u201cAll About Ko\u201d\n- \u201cKey Concepts in Life and Death\u201d\n- \u201cHow to Destroy and Preserve\u201d (out-of-print)\n- \u201cSabaki \u2013 How to Manage Weak Stones\u201d (out-of-print)\n- \u201cPunishing and Correcting Joseki Mistakes\u201d (out-of-print)\n- \u201cCorrect Joseki\u201d\n- \u201cVital Points and Skillful Finesse for Sabaki\u201d\n\nProblem books:\n- \u201cBlack to Play! Train the Basics of Go\u201d (German & French & Spanish & English)\n- \u201cGraded Go Problems for Beginners\u201d (vol. 1-4)\n- \u201c501 Opening Problems\u201d & \u201c501 Tesuji Problems\u201d\n- \u201cRescue and Capture\u201d & \u201cTricks in Joseki\u201d\n- \u201cGet Strong at Life and Death\u201d & \u201cGet Strong at the Endgame\u201d\n- \u201cShuko: The Only Move\u201d (vol. 1 & 2)\n\u2013 \u201cGateway to All Marvels: The Xuanxuan Qijing of 1347\u201d\n- \u201cThe most difficult problem ever: Igo Hatsuy\xf4ron 120\u201d (German & English)\n\n\u201cInvincible: The Games of Shusaku\u201d by John Power has been widely acclaimed as a masterpiece on one of the greatest Go players who ever lived. Enhanced with in-diagram replay, inline diagrams, and links to referenced games, be prepared to experience this classic in a whole new way.\n\n\u201cThe Life, Games and Commentaries of Honinbo Shuei\u201d by John Fairbairn provides a full-length biography, detailed commentaries on 79 of Shuei's games tracing the development of Shuei's elusive style, and a collection of Shuei's commentaries. A must-read for every serious Go player and student of Go history.\n\nPro game analysis:\n- \u201cMaster Play: The Style of Lee Changho / Go Seigen / Takemiya / Kitani Minoru & Cho Chikun\u201d\n- \u201cThe Games of Fujisawa Shuko\u201d\n- \u201cModern Master Games: The Dawn of Tournament Go\u201d\n- \u201cThe Go Consultants\u201d\n- \u201cPatterns of the Sanrensei\u201d (Japanese & English)\n- \u201cUnderstanding Pro Games\u201d & \u201cDeep Thought\u201d (vol. 1 & 2)\n- Books on games by O Rissei, Naoki Hane, Keigo Yamashita, Go Seigen, Takemiya Masaki, and Sakata\n\nGo is a 4000-year-old board game that originated in China. The two players take turns placing stones in an effort to surround territory. The rules can be learned in minutes, yet the complexity of the game provides lifetime enjoyment. Also known as baduk, w\xe9iq\xed, and igo, it is played by millions of people worldwide.""","Smart Go, Inc.",4+,"EN, FR, DE, JA, ES",20283392,Book,"Books, Games, Board, Strategy",11/04/2011,17/11/2018
-https://apps.apple.com/us/app/plush-wars-hd-lite/id428552942,428552942,Plush Wars HD Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/b6/c7/3b/b6c73bfa-d32b-3f6b-82cd-b77e8f5c1d0a/source/512x512bb.jpg,3.5,56,0,"2.99, 0.99, 1.99, 4.99","After being rejected, the PlushBalls decided to take revenge: they locked up the princess in her castle and killed all PlushBears.\n\nBut they were brought back as ZomBears to save the princess and destroy the PlushBalls. Will you let them succeed?\n\nHelp defend the castle, shooting down the gruesome yet fluffy ZomBears. Define your defense strategy using specially designed traps and ammo.\n\nWith the Full Version you will get:\n- 3 challenging worlds, full of nasty ZomBears\n- different kinds of cannons to wipe them out of the map\n- installing traps to keep them from coming\n- choosing your ammo\n- destroying the vicious ZomBosses\n- completing all the tricky achievements\n- and much more!\n\n\nhttp://www.qubyteinteractive.com/games/plushwars/\nhttp://www.twitter.com/qubytegames\nhttp://www.facebook.com/pages/QUByte-Interactive/129428830449232",QUByte Games Desenvolvimento de Jogos LTDA,4+,EN,95960305,Games,"Games, Casual, Entertainment, Strategy",31/03/2011,4/06/2012
-https://apps.apple.com/us/app/kasparovs-choice-100-influential-chess-games/id428875551,428875551,"""Kasparov's Choice: 100 Influential Chess Games""",,https://is4-ssl.mzstatic.com/image/thumb/Purple6/v4/59/94/32/59943299-9132-e09f-b9e2-8f75cbf0ea2e/source/512x512bb.jpg,2.5,6,0.99,"0.99, 0.99, 0.99, 0.99","""Garry Kasparov is widely regarded as the greatest chess player the world has ever seen. So when he identifies his greatest influences you can be sure his words have weight. This app contains the 100 games Garry Kasparov selected as being the biggest influences on him.\n\nWatch the games in their entirety or pause mid game and play against this apps built in chess engine. Each game is showcased on a beautiful customizable board. You can also keep track of your favorite games by ranking them with 1 to 4 stars. There is even an option to email the games to yourself or friends. \n\nAs a bonus, this app comes with samples from ten of the other greatest chess players the world has ever seen. Find out what makes these players tick and sharpen your skills as you learn from the masters. You should purchase Garry Kasparov's Most Influential Games today.""",Adrian3,4+,"EN, DE",39604224,Games,"Games, Strategy, Entertainment, Board",4/04/2011,3/07/2014
-https://apps.apple.com/us/app/sallys-studio/id429000513,429000513,"""Sally's Studio""",A Top Time Management Game!,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/e0/49/76/e04976de-98e6-34b5-e8c3-e26a0bd4c424/source/512x512bb.jpg,4.5,2169,2.99,,"""\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 Sally's Studio\u2122 30% OFF! Limited Time \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \nWhy wait? Make your Studio FEEL GREAT in Sally's Studio!\n\nIt\u2019s HERE! Sally\u2019s Studio\u2122 the sequel to Sally\u2019s Spa\u2122!\n\nIn Sally\u2019s Studio\u2122 you get to travel the world helping people feel their best! Warm up on the beach, find balance at a mountaintop retreat, unwind in a peaceful courtyard and lots more. Along the way, meet a colorful collection of customers, from Teachers and Tourists, to Ballroom Dancers and Olympic Athletes.\n\nWarm-ups, yoga poses, toning, and even dance steps are some of the unique services you will offer as your studio expands. Enjoy shopping for over 60 items including new equipment, upgrades, staff, and special power-up songs to keep everyone motivated! Keep your customers happy and you\u2019ll earn extra hearts and bigger tips to help grow your very own Studio!\n\nSally\u2019s Studio\u2122 features the freshest Sally experience and all the fast paced fun you\u2019ve enjoyed in Sally\u2019s Spa\u2122. A wonderful escape for gamers of all ages, join Sally on her latest adventure today! \n\nF E A T U R E S: \n\u25a0 Move your customers to Studio stations such as Swiss Warm up Balls, Yoga Mats, Weights, Step-ups, Dance Bars and serve them rehydrating Juice and don\u2019t forget to play your favorite workout music to help them feel recharged. \n\n\u25a0 Fresh new Studio services to play as Mini Games like Yoga Pose, Stress Relief, Weights, Dancing, Step Ups, Rehydration & much more! \n\n\u25a0 It\u2019s not just about serving your customers, they may need to feel more motivated, so play the latest tunes from your boombox to help them feel upbeat or even slow down time so you can get to more customers!\n\n\u25a0 Shop for over 60 different powerups to keep those clients happy! After all, how do you train a Popstar? With a famous personal trainer of course! \n\n\u25a0 As you travel from Rio de Janeiro, Vancouver, London, Hawaii, Hong Kong, Sydney, India and many more places, you will meet many character personalities like soccer players, ballroom dancers, kungfu experts, models, nurses, popstars plus way more!\n\n\u25a0 With 50 Levels and 10 beautiful locations around the world with many medals and trophies to earn you get hours upon hours of fun! \n\nHighly recommended for fans of time management games such as Sally\u2019s Spa, Sally\u2019s Salon, Supermarket Mania, Diner Dash & Cake Mania. \n\nAt Games Cafe we worked hard to make Sally\u2019s Studio\u2122 the best game possible. We really hope that you enjoy this game and tell your friends and family! :)""",Games Cafe Inc.,4+,"EN, FR, DE, IT, ES",509799424,Games,"Games, Casual, Entertainment, Strategy",16/06/2011,13/09/2017
-https://apps.apple.com/us/app/brain-teaser-extreme/id429102963,429102963,Brain Teaser Extreme,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/24/1a/1c/241a1c1f-76d4-c955-c277-3c5b751fac85/source/512x512bb.jpg,4,204,0,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","""Ready for Brain Teaser Extreme? You will need all your brain power to solve all puzzles. \n\nAt first, this might look like the good old Tile Puzzle - but it is not. You move the tiles the same way: You have one empty square and you have to move the tiles in the correct position using the empty square. The problem is, you don't know what the picture looks like and you don't know the position of the empty square - the correct position of the empty tile might be anywhere. You first have to figure out where the tiles belong, which is harder than you might think and than move them in the correct place. In the GameCenter you will earn an achievement for every puzzle solved correctly. In the GameCenter leaderboard you will see how you measure against others for how long it took you to solve puzzles of a certain size and how many moves it required you to solve the puzzle.""",Uwe Meier,4+,EN,26561536,Games,"Games, Puzzle, Strategy",9/04/2011,10/11/2017
-https://apps.apple.com/us/app/squidge-rush-lite/id429392137,429392137,Squidge Rush Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/99/fe/c2/99fec2bb-cbd9-b099-5e54-9fc7393c0fa4/source/512x512bb.jpg,,,0,,"SQUIDGE SQUASH!!\n\nDo you have what it takes to restore the balance of power to the Squidge World? Evil dragons have stolen the 7 Aurora crystals and have taken control of the powers of the elements. \n\nHelp Aquor and his squidgy friends to squish past the enemy and win back the prize jewels. Be quick, before the evil forces get their way and squash you instead!\n\nSquidge Rush Lite features 7 stages, 3 fun mini-games and 4 cute and bubbly characters!\n\nGame Features\n\nRUSH STAGE, BATTLE STAGE\n\nWith your army of squidges, made up of squidges, KNIGHT squidges and KING squidges, destroy the enemy pieces coming at you and rush across the bridge. Once you have enough squidges across, get ready to attack the enemy base\u2026 Line up your pieces strategically and do major SQUISH damage!\n\nSQUIDGE FUSION\n\nYou can even squish together the right combination of squidges to create \u201cSUPER\u201d squidges! Unlock new spells as you progress through the game and pick up special powers on the way.\n\n----------------\n\nFollow us on Twitter for Squidge Rush updates:\n\nhttp://www.twitter.com/squidge-rush\n\nBecome a fan of Squidge Rush on Facebook:\n\nhttp://www.facebook.com/SquidgeRush",RX Games,4+,EN,31031391,Games,"Games, Action, Strategy",21/04/2011,25/05/2011
-https://apps.apple.com/us/app/hack-run-lite/id429597970,429597970,Hack RUN Lite,Over 3 million downloads!,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/86/8d/9c/868d9c43-b331-9688-61b9-142254be4bc3/source/512x512bb.jpg,4,1932,0,0.99,"Ever wanted to be a hacker? Play Hack RUN Lite! Hack your way into the heart of a mysterious organization to uncover their secrets. Hack RUN is a game which uses \'old school\' command prompts (like DOS or UNIX) that simulate a real operating system. Learn the commands of each system to help you navigate through your adventure. \n\nAs you hack into their systems, you will learn about the organization and the people who work there. Read files and emails to find clues and riddles which will give you access to more accounts. Data found on their systems will help you learn about the motives of the organization, and how dark their plans can get. You may also discover dirty little secrets about the employees as well. \n\nHacking into new accounts or discovering key information will increase your skill level. As you achieve your goals, you will move closer and closer to the final achievement; over 50 levels deep in the full version! \n\nIt\'s time for a Hack RUN!\n\nUse the Apple TV companion app to enhance your game on the big screen!\n\nGAME CENTER SUPPORT: Earn achievements and compare your leaderboard score against other players.\n\nLITE VERSION: This Lite (free) version of Hack RUN does not contain all of the levels of the full game. \n\nStuck on a level? Just use the \'hint\' or \'answer\' commands to help you along.\n\n===================================== \nHack RUN has been featured in the App Store! We are thrilled Apple has given us this honor, and we hope you enjoy it as much as they do! \n===================================== \n\n""Great fun! I just finished Hack RUN, what a great game! I\'m a big fan of interactive fiction and this is a wonderful example of how the genre can be expanded and still be current.""\n\n""Brilliant game! Command propmpt for lay people.""\n\n""This is AWESOME!!! This game us so cool that I stopped texting my girlfriend to play it haha :P""\n\n===================================== \nWhen you\'re done playing Hack RUN make sure to play our other FOUR games \'Hack Run ZERO\', \'Hack WATCH\', \'Hack Time\' and \'Hack NET\'!\n===================================== \n\nHack RUN Lite is a game. It is not a tool or aid for learning how to hack into real computer systems. i273 LLC does not endorse hacking.","i273, LLC",12+,"EN, DE",12764160,Games,"Games, Strategy, Puzzle, Entertainment",8/04/2011,14/08/2018
-https://apps.apple.com/us/app/jeans-boutique-2/id429844857,429844857,"""Jean's Boutique 2!""",No.1 time management game!!,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/e2/5f/3a/e25f3a40-e2fb-bd9c-1889-d28ffa72ccca/source/512x512bb.jpg,4,2243,0,"4.99, 0.99, 9.99, 19.99","""Jean's Boutique 2 is Time Management Game for the iPhone & iPod Touch & iPad.\n\nRecommended for fans of Time Management Games.\n\nBasic Concepts:\n- Serving customers fast keeps them happy.\n- Waiting customers can get upset, angry and will eventually leave the store.\n- Each day the store will remain open for a limited time.\n\nFeatures:\n- Total 64 Stage ( Story Mode 57, Mini Game 7 ).\n- 8 unique locations.\n- 11 unique customer types ( Normal customer 10, Special customer 1 ).\n- 6 Popup Services ( Measure, Hanger, Footgear, Headgear, Eyeglasses, Package ).\n- Use Wink & Flatter Skill.\n- 3 Items ( Gives all customers a single heart, Stops the timer, Makes Jean move fast ).\n- Auto Cleaner ( dressing room, mirror )\n- Include AD\n\nEndless Mode:\n- Once you finish a boutique in STORY MODE, you can play ENDLESS MODE.\n- If a customer leaves out, you will lose a heart. Once you run out of hearts the game will end.\n- If you provide continuous services to five customers with five hearts(5 COMBO), you will obtain a one heart.\n- Global Ranking System""","AFEEL, Inc.",4+,"EN, JA, KO",94828544,Games,"Games, Strategy, Simulation, Entertainment",12/04/2011,9/04/2018
-https://apps.apple.com/us/app/forklift-guy-lite/id429886090,429886090,Forklift Guy Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/70/e9/5a/70e95a00-9def-6d36-246f-b99f4f35962a/source/512x512bb.jpg,3.5,7,0,,"""The Forklift Guy is an easy and funny strategy game. The aim of the game is to manage successful a containers depot to unload and load vehicles in time with forklifts. The Forklift Guy's navigation was created easy, but its game mode was added more variety, interesting things and creativity. There are 2 varied maps, 1 vehicle, a lot of funny containers and you can choose from among 3 forklifts in the Lite version of the Forklift Guy.\n\nDifferences with the Full edition:\n2 maps instead 9,\n3 forklifts instead 6,\n1 type of vehicles instead the 3, like trucks, trains and ships,\nsome funny containers.""",Navigation-Info Kft.,4+,EN,10205035,Games,"Games, Puzzle, Strategy",8/04/2011,8/04/2011
-https://apps.apple.com/us/app/war-2-victory-hd/id430139573,430139573,War 2 Victory HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/a2/07/31/a207313f-a3fe-dfdb-fb83-ad20736b92cc/source/512x512bb.jpg,3.5,605,0,"11.99, 0.99, 4.99, 29.99, 49.99, 99.99","Based on the hit WAR2 browser game with 3,000,000 monthly active users across multiple platforms, the FREE MMO strategy game War 2 Victory now lands on App Store. Seek honor and glory in the battlefields of WWII. Take charge of either Allied or Axis forces and build a lone outpost into a mighty war machine.\n\n--BUILD your city from scratch\n--Form alliances to EXPAND your territory\n--Raise and COMMAND an unstopable army\n--Crush and CONQUER your enemy\n\n\n***Highlights***\n\n-Expert battle system. Rapid turn-based combat puts you in charge, allowing intricate control of over 30 historically accurate units. Crush your enemies with massed infantry, a blitzkrieg of tanks, swooping bombers, mighty battleships, or stand unconquerable behind an invincible line of fortifications. \n-Detailed Resource Management. Control multiple cities, each producing a variety of resources, and manage a growing workforce. Build up your industry, feed your army, and turn your citizens into soldiers or factory workers. \n-Develop new technologies to unlock powerful new units, strengthen old ones, or boost your industry. \n-Play with thousands of people across the globe. Form powerful Alliances with fellow players to crush your opponents and wage epic wars against other alliances. \n-Intuitive missions system guides you through your early development, assuring you get right into the action. \n- Free to download and play!\n\n***Comments from players of its browser-based version***\n\n""Tons of fun. Reminds me of the old turn based strategy games like Civ 2. ""\n""Love the battles. The turn system works very well, fights are fast.""\n""Love it, love it, LOVE IT!""\n\n***Community***\nJoin our Facebook Fans Group http://www.facebook.com/war2victory\nVisit our forum for guides and more: http://community.wistone.com",WiSTONE Entertainment,17+,"AR, CA, HR, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, SL, ES, SV, TH, ZH, TR, UK, VI",135835648,Games,"Games, Simulation, Strategy",23/04/2011,20/06/2019
-https://apps.apple.com/us/app/draft-trainer/id430252596,430252596,Draft Trainer,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/65/e8/9e/65e89e8f-a56d-644c-c648-49e9c6b6ece2/source/512x512bb.jpg,3.5,88,1.99,,"** Discounted for a limited time **\n\nEver wonder how Pro-Tour Magic: The Gathering players get so good at drafting? The answer is simple: they practice a whole lot. Now you can fill all your spare time practicing your drafting skills with Draft Trainer. You will recognize signals better, you will learn cards faster, and you will win more.\n\nDraft Trainer is your complete Collectible Card Game (CCG) drafting engine. In Draft Trainer, you select 45 cards from three packs of CCG cards against seven computer drafters. Each computer opponent has a different personality, so be careful, and pay attention to the cards you are passed.\n\nAt the conclusion of the draft, you\'ll be able to review your picks and the picks from your opponents. You will also be scored on your selections, which you can compare to against your friends\' score or against the computer drafts.\n\nALWAYS FREE NEW CARDS\n\u221a New sets are always free\n\u221a Sets like M20, Beta, WAR, DOM \n\u221a Nostalgia: older sets are added occasionally too, like Unlimited, Beta, and RAV\n\nFEATURES\n\u221a Draft your favorite CCG against 7 computer opponents\n\u221a Different computer personalities: scrub and competitive\n\u221a Computer players pay attention to drafting signals\n\u221a Weekly challenge to compete against friends\n\u221a Ability to replay a draft with the same card pool to see if you could have done better\n\u221a Works with any CCG like Magic: The Gathering, Yu-Gi-Oh, Pokemon and World of Warcraft TCG, even ones you invent.\n\u221a Ideal for drafting Cubes\n\u221a Draft Trainer can give you hints on which card to pick\n\u221a Learn to draft\n\u221a Learn to recognize your favorite CCG cards on sight\n\u221a Tracks your high scores\n\u221a Simple (for low bandwidth) and picture views of cards \n\u221a You can even draft while offline\n\nWEEKLY CHALLENGES\nIn addition to unlimited games, Draft Trainer features a weekly challenge. For each set of cards, each week has a card pool that you can play over and over again to compare your results to your friends\' results. Did you make the right choices? Did you pay attention to signals?\n\nSCORING\nScoring is based on lots of factors. Among them: how good the card is among the remaining cards, rarity, time, signals, if it is ""in"" a color you have picked and your use of hints.\n\n\nMagic: The Gathering is property of Wizards of the Coast, Inc. in the US and other countries. Other card games are property of their respective rights holders.","GG Wizards, LLC",9+,EN,28120064,Games,"Games, Utilities, Card, Strategy",26/05/2011,23/07/2019
-https://apps.apple.com/us/app/somalia-game/id430656610,430656610,Somalia Game,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/13/2f/df/132fdfe1-e111-db24-72f5-d92d9b2e9c65/source/512x512bb.jpg,4.5,55,0.99,,"Sailing at sea might be dangerous, as crowds of pirates attack vessels. Repel an attack by arming the crew, hitting pirates and throwing objects at them. You can move members of the crew across the deck, save them from water and put back on the ship. Make sure that at least one member of the crew is standing on a deck; otherwise pirates will steal the ship. \nYou can choose from 3 difficulty levels, each of them features 4 ships that are unlocked one by one. Your personal achievements are listed in a table of records. \nUse different tactics on different ships. Each member of the crew has their own personality and acts differently (read more on tutorial), so you have to find the most suitable position and weapon for captain, bosun and chef, which differ from level to level. Deck space depends on kind of ship, and on each level there are different types of pirates (read more on tutorial), and each type should be fought using special strategy and the most efficient weapons.\nFeel the atmosphere of a severe battle and help good guys to win. \n\n** use your index finger to play the game, it should help\n** one sailor with pan hardy can bet the pirate, try to regroup your forces\n** you can move not only sailors, but also weapons\n** first level on easy mode should take a couple of minutes to pass\n** second level is a bit harder, because of drunken pirates, but it should take a couple of minutes to pass, after some practice\n** all your comments and support are very essential to us, after a week we are planing first update, which will fix major bugs and misbalance",Aleksejs Voloviks,9+,EN,14193664,Games,"Games, Strategy, Entertainment, Simulation",19/04/2011,23/08/2018
-https://apps.apple.com/us/app/power-duel/id430813415,430813415,Power Duel,Lots and lots of Porsches,https://is2-ssl.mzstatic.com/image/thumb/Purple114/v4/47/f3/c6/47f3c60e-61c7-fa1f-f28a-77aef5975400/source/512x512bb.jpg,,,0.99,,"Appzine and trump card game of all major models produced by Porsche since the 356 up to modern times.\n\nRead all about the best sports cars in world and then beat Ferdinand by sheer power of knowledge or cunningness, take your pick.",Margus Holland,4+,EN,39514112,Entertainment,"Entertainment, Strategy, Games, Card",15/04/2011,1/02/2019
-https://apps.apple.com/us/app/crime-city/id430907397,430907397,Crime City,,https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/99/67/39/99673973-82f0-b00f-0e5d-80c1e7792435/source/512x512bb.jpg,4,51485,0,"4.99, 9.99, 19.99, 79.99, 9.99, 79.99, 15.99, 7.99, 4.99, 19.99","""*****#1 free game in 26 countries and counting \n*****#1 free app in 10 countries and counting \n\nIndulge your inner criminal mastermind in Crime City, brought to you by GREE\u2014makers of hit games like Modern War!\n\nBreaking the rules is way more fun than playing by them! \n\nBuild your criminal empire, one job at a time! Hit the streets, flex some muscle, and climb your way to the mafia\u2019s highest rank: Crime Boss! The whole city is yours for the taking, if you\u2019re smart enough, tough enough, and willing to do what\u2019s necessary to get the job done. Check your morals at the door and get ready for an adventure that will take you into the city\u2019s seedy underbelly. \n\nFeatures:\n\n-Massive Multiplayer Online game\n-Fight and rob other players LIVE\n-Build hotels, casinos, restaurants, and more\n-Boost cars, get in fights, and pull of heists \n-Invite friends to create strong mafia alliances \n-Build factories, bunkers, power plants, and more\n- Invite friends to make your alliance stronger\n-Make bank from your criminal empire\n-Find yourself at the center of a thrilling criminal saga\n-Enjoy eye-popping graphics\n-150 + powerful weapons and cars to buy\n-500 + different jobs \n-200 + goals to complete\n-80 + properties to own\n-60 + areas to explore\n-100 + criminal titles to claim\n\nFunzio, the studio behind Crime City, has joined the GREE family to further their shared goal of creating groundbreaking games and delivering them to players around the world! Stay tuned for more hit games from GREE.\n\nWant to take your gaming to the next level? Then come play on GREE\u2014the world\u2019s largest mobile social network. comeplayGREE.com.\n\nJoin the fun and share your passion for Crime City with other criminal masterminds:\nVisit our Forums: forums.gree.net\nFollow us on Twitter: @CrimeCity\nLike us on Facebook: facebook.com/crimecity\nWatch us on YouTube: youtube.com/GREEgames\n\nNOTE: \n\u2022This is an ONLINE ONLY game. You must be connected to the Internet to play\n\u2022Works great on iPhone, iPod Touch, and iPad!\n\nUse of this application is governed by Funzio's Terms of Service. In addition, please note that Funzio respects your privacy and asks you to review the Funzio Privacy Policy. The Funzio Terms of Service and Privacy Policy can be found in the Legal section below and at http://www.funzio.com/?page_id=568.""",Deca Games EOOD,17+,EN,131874816,Games,"Games, Entertainment, Role Playing, Strategy",10/08/2011,5/02/2019
-https://apps.apple.com/us/app/tikal/id430920838,430920838,Tikal,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/7e/db/87/7edb87a4-e0d6-2036-fb7f-08ddb398ee53/source/512x512bb.jpg,4.5,648,3.99,,"Explore the untamed jungles of Guatemala at Tikal, the infamous Mayan city.\n\n\nReviews: \n\n""Tikal offers jungle brilliance for 10 action points a turn"" - TUAW \n\n""Deep strategic gameplay... provides a 4-Dimple [out of 5] cerebral experience."" - AppSmile.com \n\n""Tikal [is] a game I enjoyed my time with and is easily worth the money."" - Gamezebo \n\n\n\nSend your expedition members out from base camp to discover buried treasure and uncover over-grown temples. But stay alert, as both treasures and temples can change hands as you compete with other expeditions! \n\nEach turn, you place a new tile representing an area of the jungle you have just mapped, then spend action points to explore. When a volcano tile is revealed, each player has one extra chance to improve their position, then points are awarded. Plan your moves and stake your claims wisely, and your expedition will take it\'s place in the history books! \n\nWith no setup time required, no pieces to lose, and no arguments about the rules, the future of board games is here and Tikal gives you exactly what you want -- to play! \n\nHow to play:\n\nChoose your favorite of 6 Mayan totems as your avatar, and then discover the true power of this ancient civilization as you compete against them in solo play. \n\nOn a players turn they perform the following actions:\n\n1.Place the next terrain tile on the board; and,\n2.Use 10 action points to explore Tikal\n\nPlay continues in order with each player placing a new tile and exploring until the volcano tile is drawn. When a volcano tile is drawn players are scored and given 10 more APs to set themselves up for the best possible score.\n\nAfter the last tile is played a final scoring round occurs and the winner is determined. \n\nFeatures \n======== \nNo set up required\nFast, easy, and fun game play for 1 to 4 players \nStunning HD graphics with plenty of eye candy \nSupport for 3 modes of play: solo, ""pass and play"", and online multiplayer \n6 different Mayan totem avatars to choose from \n6 different AI opponents to compete against \nIn-game hints make it easy to learn the game \nComplete rules and game guide \nPlayer rankings and stats \nAchievements and leaderboards \nOnline multiplayer play \nPlay your own iPod music\n\nAbout \n===== \n\nWolfgang Kramer is one of the world\'s most decorated and successful board game designers, and this is the official iOS version of his 1999 German Game of the Year. \n\nSage Board Games is an independent software developer, focusing on bringing award-winning and classic board games to mobile devices. With a veritable ""who\'s who"" of Euro games already licensed, Sage Board Games is poised to become the premiere source of board games for iPad, iPhone, and iPod Touch. \n\nVisit us: sageboardgames.com \nLike us: facebook.com/sageboardgames \nFollow us: twitter.com/sageboardgames \n\nPlease send us your feedback and requests, and rate the game once you\'ve bought it.",Codito Development Inc.,4+,EN,113505280,Games,"Games, Strategy, Entertainment, Board",20/04/2011,22/10/2017
-https://apps.apple.com/us/app/trenches-generals/id431074398,431074398,Trenches: Generals,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/ba/90/9f/ba909ffb-a9bc-b543-7f02-aa6cfd33fa4c/source/512x512bb.jpg,3.5,568,0.99,,"""80% off for Labor Day! Take the the trenches and slay on, my friends!\n\nThe AppStore Top 10 hit comes to the iPad as Trenches: Generals!\n\n********* \n\n-=- Local and GameCenter Global Multiplayer with Friend Invites -=- \n\nThe wait is over. Trenches: Generals v1.2 is now out and it bears a payload of update AWESOMENESS! Here it is players ... as promised ... the FREE update containing ... GameCenter global multiplayer. Let the mayhem begin! \n\n********* \n\nNOTE: Trenches: Generals uses a lot of memory, so please restart iPad before playing to avoid crashes.\n\nTake to the trenches once again in this redefined version of Trenches built for the iPad from the ground up with exclusive features and content! \n\nBRAND NEW CAMPAIGN\n\nThe war rages on and you must continue the war effort in Western Europe during the Great War. The brand new campaign allows you to have more fun than ever before and allow for a whole new experience! \n\nAWESOME PERK UPGRADES\n\nFor the first time ever, Trenches introduces a perk system to allow the player to customize the way they battle! Love the sniper? Now you can choose the perks to equip them with better weaponry or reduce their cost. Does dropping heavy artillery on incoming troops excite you? Now you can do it more often! \n\nSPLIT-SCREEN MULTIPLAYER ON 1 DEVICE\n\nTired of your friends coming over and not letting you play your favorite iPhone game? Now you can have them join you on the iPad with cooperative and competitive split-screen multiplayer on 1 device! \n\nHD GRAPHICS\n\nThe brand new high definition art will have your eyes explode with delight! Well, not literally, but the vibrant detail looks great on an iPad! \n\nGAMECENTER MULTIPLAYER W/ FRIEND INVITES\n\nYou can now battle friends, enemies and strangers in Trenches: Generals. Watch as your artillery makes gibs of your opponent. Delight as your army rolls over theirs with relative ease. Maniacally laugh while you choke the battlefield with your minion. Your victory is almost assured ... time for tea. Yep ... it\u2019s good to be YOU!\n\n\u221a GameCenter global multiplayer with Friend Invites\n\u221a Local multiplayer\n\u221a Expanded and reinvented Campaign\n\u221a Tons of achievements through GameCenter and OpenFeint\n\u221a Split-screen Versus and Coop mulitplayer\n\u221a Zombie Horde ... who doesn't love Zombies? \n\u221a Original Voice Talent \n\u221a Original Musical Scores \n\u221a Improved Enemy AI\n\u221a World Class HD Art \n\u221a Captivating Gameplay \n\u221a Mini-game as good as some stand-alone games \n\u221a Tons and Tons of Cowbell \n\nGermans got you stuck? Got a beef? Found a bug? Tell us about it. Remember we can't respond to your reviews, but we do read every email we get and respond to 95% of them. If you\u2019ve got an issue with any of our games, we want to solve it. support@thundergameworks.com \n\nAs always, it is your 5-star reviews that allow us to continue making great games! Remember, friends don't let friends give bad reviews to good games.\n\nFollow us on twitter @thundergamewrks and find our page on Facebook! \n\nNew to Trenches? Be sure to check it out on the iPhone! It has online multiplayer, too!""","Catapult Consulting, LLC",9+,EN,51644805,Games,"Games, Entertainment, Strategy, Action",23/06/2011,29/07/2011
-https://apps.apple.com/us/app/master-solitaire/id431992865,431992865,Master Solitaire,,https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/54/5a/57/545a57c8-34c0-00bf-585e-47d556294406/source/512x512bb.jpg,4,15,0,,"""Master Solitaire is a collection of 34 different solitaire card games, including five original games created for this app. A wide variety of solitaire games is included with different styles of play and different difficulty levels. There is a solitaire game here for everyone to enjoy!\n\nGames Included: Aces Up, Agnes, Alhambra, Baker's Dozen, Bouquet, Bristol, Calculation, Canfield, Duchess, Easthaven, Eight Off, Forty Thieves, Gaps, Golf, Interregnum, Klondike (Deal 1), Klondike (Deal 3), Lady of the Manor, Octave, Osmosis, Osmosis (Easier), Parallels, Pyramid, Salic Law, Scorpion, Shamrocks, Spider, Windmill and Yukon.\n\nAnd, introducing five original games created for Master Solitaire: Blank Slate, Cascade, Collapse, Skillet and Willow.\n\nFEATURES:\n- Easy-to-read cards with face card pictures and the correct number of spots on number cards\n- Double-tap to move cards\n- Undo multiple moves\n- Auto move cards onto foundations\n- Win/Loss and Average Score statistics for every game\n- Complete in-game rules for every game""",TwoNineEight Software,4+,EN,2211840,Games,"Games, Strategy, Card",18/05/2011,15/10/2014
-https://apps.apple.com/us/app/mathoku/id432012251,432012251,Mathoku,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/96/a6/45/96a645d5-d493-be75-b143-4a3416ab607f/source/512x512bb.jpg,,,0.99,,"The puzzle game of Mathoku is similar to Sudoku but with a mathematical twist. The goal is to place numbers from zero to nine in the spaces to produce the correct total for each row and column, utilizing the mathematical operations shown. \n\nMathoku is easy to learn and very addictive. Since the app utilizes random numbers to generate each puzzle, the number of combinations is almost endless (over 2 million games per level).\n\nUsers have the ability to save scores and view reports of those scores. Four more difficulty levels have been added to increase usability and enhance enjoyment of the game. \n\nCreated by a certified Math teacher, Mathoku can help sharpen a child\u2019s arithmetic and mathematical skills as well as stimulate the logical mathematical minds of young adults. Fans of Sudoku, Twenty-four and Kenken will love it. \n\nThere are now nine difficulty levels and the ability to ask for a hint when needed. The mathematical rules of order of operations are reinforced with this app.\n\nChallenge yourself today!\n\nPlease contact customer support at kairosco@aol.com with any questions or concerns.",Kairos Development Co,4+,EN,30656512,Games,"Games, Strategy, Puzzle, Education",21/04/2011,29/05/2019
-https://apps.apple.com/us/app/lost-in-space/id432022189,432022189,#Lost in Space,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/c0/03/83/c00383c8-edef-0487-78be-038a55e3024c/source/512x512bb.jpg,4.5,26,0,,"Launch your spaceships to visit colorful planets while trying to find your way through the galaxy without being caught by the UFOs!!!\n\nAs featured on AppAdvice: ""The true fun in the game is watching the spaceships zip around...""\n\n#Lost is great if you just want to play a quick puzzle game, or to maximize your high score potential. \n\n\u25cf A campaign/story mode where you get to help Sam and Emily find their way though the galaxy searching for something they lost. \n\u25cf Unlock quick play for an unlimited amount of adventure. How high can your score go, what level can you reach.\n\u25cf Lots of ways to get bonus points. Can you get them all?\n\u25cf Avoid UFOs that are chasing you across the stars\n\u25cf Share your high scores with your friends on Facebook or via e-mail.\n\nWe hope you enjoy this new game and we look forward to hearing from you. \n\n\u25cf Follow us at FiveLakesStudio.com\n\u25cf Follow us on www.twitter.com/FiveLakesStudio\n\u25cf Friend us on facebook.com at FiveLakesStudio","Five Lakes Studio, LLC",4+,EN,36798319,Games,"Games, Family, Lifestyle, Strategy",13/06/2011,20/10/2011
-https://apps.apple.com/us/app/pocket-academy/id432080204,432080204,Pocket Academy,,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/22/db/65/22db65b1-0398-9027-aa23-20d4c1a2cc37/source/512x512bb.jpg,4.5,681,4.99,,"""School got you down? Wish you could change a few things? Well, now's your chance to create the ultimate dream school in this simulation smash-hit!\n\nTailor your personal academy as you see fit, erecting classrooms, making clubs--even deciding this week's hot couple!\n\nHow will you expand your hallowed halls of learning? Sponsor athletic meets, art shows, and other events to attract as many students as you can and elevate your school's prestige!\n\nWill your students make it college or land their dream job? Find out with Pocket Academy!\n--\nTurn your device to rotate the screen, touch to scroll, and pinch to zoom in and out. \n\nSupports iPhone, iPod touch, and iPad. \nNote: Screen rotation and zoom are only available on iPhone 3GS and later, iPod touch 2nd generation and later, and iPad. \n\nThe game now lets you switch between English and Japanese.""","Kairosoft Co.,Ltd",4+,"EN, JA, KO, ZH, TH, ZH",245374976,Games,"Games, Entertainment, Strategy, Simulation",29/06/2011,24/06/2019
-https://apps.apple.com/us/app/stacking-island/id432094282,432094282,Stacking Island,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/14/8b/29/148b295d-b5a6-fc95-f306-f69a65e610b3/source/512x512bb.jpg,3.5,49,0,,Build the right buildings and save your villagers from the water. How long can you keep up? In multiplayer you can compete with your friends. Use the 7 available buildings to make best use of the 5 random events.,M2H,4+,EN,15809718,Games,"Games, Entertainment, Strategy, Adventure",20/04/2011,20/04/2011
-https://apps.apple.com/us/app/fishing-life/id432280308,432280308,Fishing Life,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/1e/19/cb/1e19cbf4-b955-29d3-b336-c026119a47a9/source/512x512bb.jpg,4.5,141,0,"4.99, 0.99, 1.99, 0.99, 0.99, 0.99, 1.99, 1.99, 1.99, 1.99","Big boss octopus is coming. It attacks you not only by using its tentacles but also summoning fishes to attack deck. Your eyes can\'t take it all and you have your hands full! You are too high to cramp your fingers! After victory, you will get rich gold coins as reward!\nThe unique fishing game that has super-cool full-screen fishing shooking the three realms!\nThe unique fishing game that has 21 sea animals and 6 realistic undersea worlds!\nThe unique fishing game that provides both fishing and sailing!\n\nGame Uniqueness:\n\n\u2605Super cool fishing fort, giving you a whole new experience of fishing!\n\n\u2606Trident - Shoot 3 bullets at one target from different directions\n\n\u2606Freezing gun - Freeze the fish for more hits\n\n\u2606Penetrate arrow - penetrate all the fishes in one direction instantly\n\n\u2605The most challenged: exciting time-limited and bullet-limited challenges. Only the skill master can occupy the position of king.\n\n\u2605Great sail: 4 brand new harbors are opened now. Set sail to fish the new rare fish!\n\n\u2605 Get ten times extra gold coins when you catch a golden dead fish.\n\n\u2605 Cool Collection: Collect Fish Ilustration through fishing, we have luxurious Display Wall for you to meed your demands!\n\n\u2605 More than 2 times the capture rate and double the amount of gold coins gift as compared to other ordinary fishing games.\n\n\u2605 Play it everyday and get Big ""Daily Gift"" surprise (50 gold coins)!\n\nGameplay Video:\nhttp://www.youtube.com/watch?v=m3Ja__5DMhU&feature=youtu.be",ELEX Wireless,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, ZH",48439106,Games,"Games, Strategy, Entertainment, Action",16/06/2011,1/07/2012
-https://apps.apple.com/us/app/acquisition/id432432026,432432026,Acquisition,,https://is5-ssl.mzstatic.com/image/thumb/Purple62/v4/3f/38/16/3f381648-8337-d23d-9abf-c6ec46bb66fe/source/512x512bb.jpg,,,0.99,,"""Acquisition is to be commended for introducing something new into the crowded abstract board game market and doing it with a great deal of style. 7/10"" - iPadBoardGames.org\n\nAcquisition is an original turn based, iOS board game from Pint Sized Planet.\n\nForge your way across the battlefield to capture your opponent\'s flags, but plan your route carefully to impede your opponent and leave a lasting trail for your triumphant return.\n\nAggressive strategy and tactical planning are essential to offset the element of chance that haunts every turn in Acquisition. Advancing across the board requires a successful spin on the wheel of war but can you skew the odds by weighting the wheel in your favour?\n\nPractice against the brutal AI, or play head to head against a friend.",Pint Sized Planet,4+,EN,17015808,Games,"Games, Strategy, Board",23/10/2012,12/09/2016
-https://apps.apple.com/us/app/ticket-to-ride/id432504470,432504470,Ticket to Ride,A railway adventure,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/a8/9c/d2/a89cd225-533d-b0c6-dadc-a53d43e85392/source/512x512bb.jpg,4,5755,6.99,"0.99, 2.99, 2.99, 2.99, 2.99, 2.99, 2.99, 2.99, 2.99, 4.99","Discover Ticket To Ride, the digital adaptation of the famous Ticket To Ride board game.\n\nDon\'t hang about on the platform \u2013 board the train and set off on a railway adventure like no other. Collect wagons to take control of the railways connecting the various cities of the United States of America and relive the golden age of the first railroads. Continue the adventure in other countries using the various maps available in the store, including Europe, India, Asia, Germany, and the new United Kingdom expansion. Now you can create your own railway network by connecting cities across the world.\nEnjoy different gaming experiences such as challenging players from around the world in asynchronous multiplayer mode and discovering a very balanced single-player mode on different platforms!\nWith over 50 million online matches and a new game starting every four seconds, Ticket To Ride delivers a gaming experience that is unique in its genre.\n\n**Ars Technica \u2013 """"Ticket to Ride is impressive right from the start""""\n\n**Pocket Gamer: 9/10 with a Gold Award \u2013 """"A fantastic adaptation of an excellent board game, and a must-buy for strategy fans""""\n\nTicket To Ride Series is:\n\u2022 The original USA board from Alan R. Moon\'s Ticket To Ride in high resolution.\n\u2022 9 additional maps and 2 mini-expansions (with 2 game variations each) are sold in the in-game store, each with their own special characteristics:\n- France (map & game variations) \n- United Kingdom (map & game variations)\n- Switzerland (map)\n- USA 1910 (game variations)\n- Europe (map) \n- Legendary Asia (map) \n- India (vertical map) \n- Scandinavia (vertical map) \n- Europa 1912 (game variations) \n- Pennsylvania (map) \n- Germany (map) \n- ...And new content updated regularly! \n\u2022 Single-player mode: play against 1 to 4 AI opponents.\n\u2022 Multiplayer mode\n \xb7 Asynchronous online games (Wi-Fi, 3G and 4G) against other players on all types of smartphones and tablets, as well as on computers.\n \xb7 A unique online community with tens of thousands of players available 24 hours a day!\n \xb7 Pass and Play Mode: up to 5 players on one screen and the option of adding AI (bots). \n \xb7 Cross-platform play: challenge players around the world on different platforms and operating systems\n\u2022 Tutorial to quickly familiarize you with the game. \n\u2022 Pop-up help during the game to help you get to know all the subtleties of the various boards and game rules.\n\u2022 Ranking of the best online and single-player players (best scores). \n\n To find out more, visit:\nhttp://www.asmodee-digital.com/en/ticket-to-ride/\n\nGot a problem and need help? Contact us on: https://asmodee.helpshift.com/a/ticket-to-ride/\n\nDue to the terms of our conditions of use and our privacy policy, you must be at least 13 years old to download and play Ticket to Ride online or to chat in the Lobby.\nLanguages available: English, French, German, Spanish, and Italian.",Asmodee Digital,4+,"EN, FR, DE, IT, ES",668668928,Games,"Games, Board, Entertainment, Strategy",18/05/2011,9/05/2019
-https://apps.apple.com/us/app/tapdefensehd/id432631433,432631433,TapDefenseHD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/27/50/de/2750de96-9d48-91fb-5107-572f0c8236fd/source/512x512bb.jpg,3.5,102,0,,Defend the Gates of Heaven from the enemies of Hell with an incredibly fun mobile TOWER DEFENSE game on your iPad. \n\nTapJoy is proud to bring you TapDefenseHD -- a new TOWER DEFENSE strategy game that you can take you with you all day long. Play for hours or salvage snippets of time on the go. \n\nEnjoy an ever improving experience through free content updates! \n\nChallenge yourself and your friends by competing to master all levels and obtain high scores. \n\n-42 levels! \n-6 towers types! \n-7 enemy types! \n-6 different game modes \n\n-much more ... \n\nDo you have what it takes to fend off the evil enemies of Hell and rise to the top as supreme TOWER DEFENSE master?,TapJoy,9+,EN,16554609,Games,"Games, Strategy, Simulation",24/04/2011,24/04/2011
-https://apps.apple.com/us/app/hack-run-2-hack-zero/id432778305,432778305,Hack RUN 2 - Hack ZERO,,https://is2-ssl.mzstatic.com/image/thumb/Purple30/v4/ed/51/e3/ed51e37e-c230-9199-9a9d-b4bd0a2085fa/source/512x512bb.jpg,4.5,357,2.99,,"It\'s time for a SECOND Hack RUN!\n\nNote: \'Hack RUN 2 - Hack ZERO\' is a prequel to the app \'Hack RUN\'. You should play \'Hack RUN\' before starting this game.\n\n>>> ""...I promise you that today\'s hacking game for the iPhone is worth the look. It\'s called Hack Run ZERO, and here\'s why you need to check it out..."" - AppChronicles.com\n\nTest your skills again as you hack your way through strange and secretive organizations to discover their hidden agendas! Hack ZERO uses old school prompts (like dos and unix) to help you navigate from system to system. As you access users\' accounts, you\'ll discover more and more about the organizations and the people that work there.\n\nYour adventure begins when you receive a disturbing ransom note about a loved one. Your only way to set them free is to follow the kidnapper\'s shady demands. Once again your mission is to penetrate the maze of computer accounts through the use of your hacking skills. The stakes run high as you uncover more and more of the enemy\'s diabolical plan; and with over 70 levels there\'s no guessing how it will all end!\n\nStuck on a level? Just use the \'hint\' or \'answer\' commands to help you along. \n\n==================================== \nMake sure to play the THIRD, FOURTH and FIFTH games in the series called \'Hack Time\', \'Hack NET\' and \'Hack WATCH\' after you complete this game! \n==================================== \n\n\'Hack RUN 2 - Hack ZERO\' is a game. It is not a tool or aid for learning how to hack into real computer systems. i273, LLC does not endorse hacking.","i273, LLC",12+,EN,12897280,Games,"Games, Strategy, Puzzle, Entertainment",28/06/2011,5/05/2016
-https://apps.apple.com/us/app/assault-commander-ultimate/id432783861,432783861,Assault Commander Ultimate,,https://is3-ssl.mzstatic.com/image/thumb/Purple122/v4/00/26/81/00268164-4632-0d9d-a6f8-d3a279cadd24/source/512x512bb.jpg,4,199,1.99,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99","Assault Commander Ultimate is a traditional turn-based strategy game played on a hexagonal map.\n\nThis is a great Assault Commander collection pack, it includes maps from the following editions:\n\nAssault Commander (original) 8+1 maps\nAssault Commander Advance 8+1 maps\nAssault Commander Bravo 8+1 maps\n\nAssault Commander Ultimate was featured as New & Noteworthy app in Board, Strategy categories.\n\nFeatures:\n24 single player missions in 3 campaigns with days of gameplay.\n8 hotseat maps to play with a friend on the same device or to play against the computer.\nNetwork games through Game Center.\n20 unit types including infantry, tanks, artillery, ships and other units of modern warfare.\n8 building types including factories and resource collectors.\nAdvanced AI.\nNo ads.\nThree difficulty levels for single player maps.\nRealistic sounds and great soundtracks.\nTactical map by pinch and zoom on the screen.\nGame Center leaderboards.\nWorks in all device orientations.\nSave and load games from Main Menu, autosave.\n\nSome user comments from previous editions of Assault Commander series:\n\nRmattbill: ""I really can\'t recommend this game strongly enough. It\'s enormously entertaining.""\nJayjayjayjaynay: ""Great game. Played through whole thing twice, and still entertained.""\nPatK.: ""Overall, I think this is a very impressive strategy game for the iPod touch.""\nrooterscooter: ""If you like turn based hex strategy games, I highly recommend this game.""\n\nThanks for your continuous support and reviews.\nJoin us on Facebook: http://www.facebook.com/vtdevapps\nFollow us on Twitter: http://twitter.com/vtdevapps",VTDev Informatics LLC,12+,"EN, FR, DE, IT, JA, KO, PL, RU, ES",61392896,Games,"Games, Board, Strategy",4/05/2011,20/03/2017
-https://apps.apple.com/us/app/chess-puzzles-pro/id432827559,432827559,Chess Puzzles Pro,,https://is5-ssl.mzstatic.com/image/thumb/Purple5/v4/6c/da/fd/6cdafdce-4e87-f892-3299-b5846e1bc5b2/source/512x512bb.jpg,3,21,1.99,,"Hundreds of chess puzzles are now at your fingertips with Chess Puzzles Pro. \n\nIs there anything more fun than finding a killer checkmate combination? Do you ever wonder how many games you could have won in you were better at seeing those hidden checkmates? \n\nThis app delivers over three hundred brilliant checkmate puzzles to your iPhone, iPod Touch and iPad. You will be mesmerized by the incredible sacrifices and unlikely moves that result in checkmate. Whether you are new to chess or an experienced pro looking to add some flair to your endgame, Chess Puzzles Pro has something for every skill level.\n\n- Hundreds of puzzles (mate in 1, 2, 3, 4 and up)\n- Stats that record achievements as you solve puzzles\n- A helpful hint button that appears if you get stuck on a particularly challenging puzzle\n- A clean and beautiful interface encouraging hours of interaction",Adrian3,4+,EN,4679680,Games,"Games, Entertainment, Board, Strategy",9/05/2011,10/12/2015
-https://apps.apple.com/us/app/9heroes-defence-zombie-invasion/id432861835,432861835,9Heroes Defence : Zombie Invasion,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/45/1b/6b/451b6b9d-0e5b-bad7-76f6-dc87b0f4e84b/source/512x512bb.jpg,4.5,1157,0,"3.99, 0.99, 1.99, 3.99, 0.99, 9.99, 1.99, 0.99","==================================================\nEven more interesting ""Monster VS Zombie released""!!!\nAppstore in ""Monster VS Zombie"", try searching for\n================================================== \n\n\n9Hero Defense was finally updated into 2.0 version.\nYou can make a much more interesting play because Mission Mode, a new mode, was added through this update.\nYou can have fun different from Story Mode as a new map, new boss zombies, and fishing, a mini game, were added in Mission Mode added this time.\nThanks all the people who have loved 9 Hero Defense all the while and waited for update.\n\nUPDATE\n- Mission Mode is added.\n- A mini game and a background. \n- Boss zombies are added. \n- Game sounds are added.\n- The level that heroes are changed is added.\n- The maximum level of heroes is raised up to 50.\n- The level that super heroes are changed is added.\n- The maximum level of super heroes is raised up to 30.\n- Store items are added\n- The balance is adjusted.\n- Icons are changed.\n- Other bugs are corrected \n\nTo. my beloved animals.\nDr.Z has turned the entire humankind into zombies. \nThe humankind\u2019s last hope is the babies kidnapped by Dr.Z.\n All we have left is you, who are not infected. \nI will awaken your hidden power. \nYou have to save the babies no matter what. \nThe fate of the world is in your hands. \nI wish you become the heroes who will save the world. \nFrom Dr.K\n\n\nP.S. \n-Battles are available in line 4.\n-You can transform 3 times. \n-You have 3 different skills for support. \n-When battle becomes difficult, a superhero will come and save you. \n-Never put your guards down. There is a rumor saying that they also \nhave super zombies on their side. \n-Always be prepared for zombie attacks. \n-You can defeat zombie attacks using three different methods.",9 FACTORY,12+,EN,75412602,Games,"Games, Strategy, Entertainment, Role Playing",8/07/2011,16/07/2012
-https://apps.apple.com/us/app/tactical-warrior-lite/id432873925,432873925,Tactical Warrior Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/55/ba/31/55ba31cf-4c65-b713-c9f8-64a8117a7521/source/512x512bb.jpg,4.5,17,0,,"Tactical Warrior is a strategic RPG with fast paced turn based battles. Battle the men and beasts of the land as you discover new items and strengthen your team of warrior\'s.\n\n\nFull Version Contains:\n- 10 Classes of Warriors - Each with a variety of attacks and passive abilities to choose from.\n\n- 60 Items - Find some chain mail and a book of mastery to replace that stale bread your wielding.\n\n- 100+ Battles - The single player campaign features well over 100 battles ranging from a one sided battle against a badger to challenging battles against bears, skilled warriors and more.\n\n- Hot Seat Multiplayer - Challenge your friends in hot seat multiplayer skirmishes.\n\n- 60+ Achievements - Unlock over 60 various achievements on Game Centre and Openfeint ranging from trivial achievements to great challenges. \n\n\nReviews:\n""This is a really well designed, challenging, turn-based game featuring relatively small maps with a good variety of missions. The whole game appears well designed and thoughtfully put together.""\n89.5/100 - ArcadeLife\n\n""Give this one a try if you like thinking before you swing your sword.""\n- SlideToPlay",James Pawliuk,9+,"EN, JA",17133371,Games,"Games, Strategy, Role Playing",25/04/2011,22/11/2011
-https://apps.apple.com/us/app/control-craft/id432878907,432878907,Control Craft,,https://is4-ssl.mzstatic.com/image/thumb/Purple6/v4/fd/b9/90/fdb990f3-b948-b673-ba1a-4a8d8a4da86f/source/512x512bb.jpg,3.5,62,0,,"A fast thinking RTS game, with tactic capabilities and graphics in unique style. Take over the enemy colonies to battle your way through 13 challenging levels that call for your skill and wit.",Elite Games Ltd,4+,EN,43126784,Games,"Games, Puzzle, Strategy",11/05/2011,13/09/2013
-https://apps.apple.com/us/app/koi-kei-bakery-lite/id432888433,432888433,Koi Kei Bakery Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/1d/e3/94/1de394ac-a1e9-19e6-5b0b-10e9e8a2d802/source/512x512bb.jpg,3.5,38,0,,"Just tap with your fingers to run a bakery shop for Chinese tradition foods! \n\nKoi Kei girl need your help to manage a Koi Kei bakery shop. Put your Chinese traditional food making skills to the test in time management and sales adventure. \n\n\u2606 With 40 challenging levels and 4 themed shop. \n\n\u2606 Decorate and upgrade your shop with your gain from sales \n\n\u2606 High Quality Visuals which is designed for iPhone4 HD screen \n\n\u2606 Collect up to 10 diiferent kinds of foods \n\n\u2606 Serve up to 7 unique and cute customers with personalities. \n\n\u2606 Koi Kei Bakery will keep updating this game with fresh content, bug fixes, and game enhancements. \n\n******************* \nAbout Koi Kei Bakery Macau \n\nTracing its roots back to a cart selling only crunchy peanut and ginger candy, Koi Kei established its first shop in 1997 and initiated the trend of making almond cake and egg roll immediately uponcustomer\u2019s request. Currently selling over 300 varieties of product, the most popular items include the almond cake, egg roll, crunchy peanut candy, and fillet of beef and pork. \n\nThough renowned as a traditional shop, Koi Kei is never conservative in product innovation. A new department was set up specially to invent newrecipes, and has surprised the market with its flair in pastries. \n\nNew varieties include assorted nuts,\u201dgolden twist\u201d pastry, seasoned orange peel cake, Portuguese style pineapple pastry, Chinese pastry, cookies with walnut, cookies with cashews, and an improved nougat. \n\nAlways striving to raise their standards, the Koi Kei reputation is reflected in their opening of eight chain stores, owning their own factory, employing 200 staff and ,above all, gaining recognition as the\u201dmost popular food souvenir\u201d champion in Macau, occupying 60 percent of the current market. Many visitors buy Koi Kei food items to take Macau culture home with them. \n\nIn 2004 the Koi Kei name spread beyond Macau, to establish their retail network inforeign countries, Koi Kei is a Macau name that has been well perceivedin many nations.",WIZ Technology,4+,"EN, ZH, ZH",14801992,Games,"Games, Strategy, Simulation",26/04/2011,3/05/2011
-https://apps.apple.com/us/app/outwitters/id432969074,432969074,Outwitters,,https://is3-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/b7/b9/fdb7b95e-cd8b-1aee-7ce9-986229dcfd5e/source/512x512bb.jpg,4.5,5019,0,"7.99, 3.99, 3.99, 3.99, 3.99, 3.99, 1.99, 1.99, 1.99, 1.99","App Store Editor\u2019s Choice Selection\n\nFeatured in the App Store\u2019s Best of 2012\n\nAmong TouchArcade.com\u2019s Best Strategy & Defense Games of 2012\n\nIt\u2019s a battle of wits against friends or strangers! Take turns maneuvering your troops through the fog of war in 1 on 1 or 2 vs 2 battles. The first player to destroy the enemy base wins. Four races are at your disposal, each with a unique special unit to master. Will you fight alongside a hermit crab cannon, a brainwasher, a creeping thorny octopus, or a troop-teleporting narwhal?\n\nFeatures:\n\n\u2022 Take turns asynchronously, or pass the device\n\u2022 1-on-1 or 2-on-2 mayhem!\n\u2022 Battle players of similar skill with league placement & matchmaking\n\u2022 New seasons arrive to shake up the leaderboards\n\u2022 Use your Game Center account and friends list\n\u2022 Cross-platform play\n\u2022 A universal app with retina support",One Man Left,12+,EN,461504512,Games,"Games, Entertainment, Board, Strategy",5/07/2012,24/05/2018
-https://apps.apple.com/us/app/dinertown-pets/id433045102,433045102,DinerTown Pets,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/51/f1/f0/51f1f0ab-1ccd-1ab5-8ebc-2f4e1399c364/source/512x512bb.jpg,4.5,1721,0,"1.99, 1.99, 4.99, 9.99, 4.99, 19.99, 9.99, 19.99, 14.99, 49.99","Welcome to DinerTown Pets, a pet store in your pocket that\u2019s sure to put a smile on your face. Help cute and cuddly animals like dogs, cats, birds, fish and rare exotic animals find loving homes as you build the best pet store in DinerTown! \n\nGAME FEATURES \nPLAY WITH YOUR PETS \nCheck out the special play area to play with your pets. Get to know your animals by playing with them and petting them to see their adorable personalities! \n\nMORE THAN 60 PETS TO CHOOSE \nDinerTown Pets includes popular dog and cat breeds like Tabby, Persian, Siamese, Labrador, German Shepherd, Dalmatian, and more, plus fish, birds and exotic animals! \n\nMANAGE YOUR STORE INVENTORY \nKeep your shop stocked with the cutest animals around! \n\nCUSTOMIZE YOUR SHOP \nDesign the pet store of your dreams by purchasing fun decorations in the shop! Spruce up the walls and floors, buy deluxe cages for your pets and furnish your show room to show off your style.\n\nWhat people are saying:\n""Wonderful game, loads of fun"" - M9789 \n""Great game"" - Goldiroxx \n\nLove DinerTown Pets? Try our other addictive games, including DinerTown Zoo, Diner Dash, Hotel Dash, Wedding Dash and Cooking Dash. You\u2019re guaranteed to see familiar faces that you know and love. \n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/dinerdash \n\nTwitter: @playfirst \n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com",Glu Games Inc,4+,EN,55476937,Games,"Games, Simulation, Strategy",3/08/2011,19/12/2011
-https://apps.apple.com/us/app/decked-drafter/id433341409,433341409,Decked Drafter,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/ec/12/ef/ec12efc4-314a-727f-4368-7fb972845ecd/source/512x512bb.jpg,3,163,0,"1.99, 2.99, 2.99, 2.99, 2.99, 2.99, 2.99, 1.99, 1.99, 2.99","""Decked Drafter is the only app designed to help Magic: the Gathering players improve their draft and sealed deck skills, featuring a full draft simulator and expert strategy tips and card ratings. \n\nThe perfect app for any draft or sealed deck fan, players can pick the Magic the Gathering expansion they would like to practice with, then launch into an event against seven other A.I. opponents. Open powerful cards from sets like Scars of Mirrodin and easily sort the contents by color, type and rarity. Then pick the best card for your deck and pass the rest to your opponent, working to build the most powerful deck at the table.\n\nMaking the right draft pick is never easy, but for the first time ever you're not alone. Marlon Egolf, DraftMagic.com columnist and Grand Prix Boston 2009 Champion, provides a full strategy analysis for each Magic card contained within the app. Improve your strategy skills with the help of these card ratings, which give a detailed look into the power level of each card. His expert ratings are also used to tune the A.I. opponents, making Decked Drafter the closest experience to actually drafting with the pros, and an incredible strategy resource.\n\nAfter the draft is finished, build your deck using the simple interface, swapping cards around with a simple touch. Once the deck is built, test it in the draw simulator, email the list to your friends, or print out the decklist and assemble the deck with your own collection! Or access the handy card ratings and strategy tips at any time, making Decked Drafter the perfect pocket guide for your next draft event.\n \nWhether you're a seasoned drafter looking to refine your skills, or a Magic noob just learning how to play, this is the app for you! Learn from the pros by practicing with Decked Drafter, and you will be sure to dominate your next draft!\n\nFeatures\n- The only Magic the Gathering draft simulator available for the iPhone or iPod touch\n- Practice drafting against skilled virtual opponents, learning which cards to pick and why\n- Access ratings and strategy tips for every card on-the-fly\n\nImprove your draft and sealed deck skills!\n\nDrafting and Sealed Deck\n- Open virtual packs from actual Magic the Gathering expansions\n- Sort the contents of each pack by color, type or rarity\n- Easily pick and pass cards using the simple interface\n- Stop the action at any time to examine your picks, or sneak a peek at your opponent's\n- Having trouble? Check Marlon's strategy tips; or press the Suggest button!\n- View the price of a card, courtesy of TCGplayer.com -- decide if it is worthwhile giving up your pick to select a card that will pay for your entire draft!\n\nDeck Building\n- Add and remove cards from your deck with a simple touch\n- Easily sort draft picks by type, cost, color or name\n- Test draw from your deck to see how it performs\n- Email your decklist to your friends, or print it out and play in real life!\n- .Dec support lets you easily import your decklist to Decked Builder, Magic Online or Apprentice\n \nNew to drafting? Learn the rules with the included guide!\n\nNotes: Comes complete with access to the entire Scars of Mirrodin expansion. Additional expansions are available for purchase, including Mirrodin Besieged and New Phyrexia. Each of these expansions improves the Decked Drafter A.I. so it can draft with this new set of cards, and of course, features full analysis and strategy tips for every card in the set. We try to target about 100 words of writeup for each card on average, which results in about 23,000 words of strategy tips for just Scars of Mirrodin alone.""",TJ Soft,9+,EN,29739008,Games,"Games, Card, Strategy, Entertainment",22/05/2011,29/09/2018
-https://apps.apple.com/us/app/towrcraft-hd/id433843875,433843875,TowrCraft HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/72/a8/4b/72a84b94-4ccc-cbad-50df-d4b84b4a2b7a/source/512x512bb.jpg,3.5,61,0,"0.99, 0.99, 0.99","*NOW FREE for a LIMITED TIME!*\nthe ORCS are INVADING! DIG IN, BUILD TOWERS, STRATEGIZE and PROTECT MIDDLE EARTH!\nCLASSIC MAGICAL strategy, now in FULL HD!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nmen, dwarves, elves, and wizards live in harmony as middle earth flourishes\u2026 the friends of peace and prosperity work to build and create, making brighter every day\u2026\n\nbut far off, an evil spirit festers in a forgotten wasteland, schemes to conquer middle earth, and poisons the hearts of orcs.\n\nnow, the spirit drives its army into battle, making war and wreaking destruction on its enemies\u2026\n\nthe inhabitants of middle earth make their last defense\u2026 rock and magic must stand strong between final doom and the dawn of another day\u2026\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 epic fantasy BACKGROUND\n\u2022 fast paced ACTION\n\u2022 powerful MAGICAL SKILLS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 28 different TOWER DESIGNS\n\u2022 12 terrible ORC TROOP TYPES\n\u2022 3 types of MAGICAL SKILLS\n\u2022 6 unique MAPS\n\u2022 variable 1x and 2x GAME SPEED\n\u2022 full GAME CENTER LEADERBOARDS and ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames\nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,12+,EN,31544770,Games,"Games, Strategy, Entertainment, Action",11/05/2011,3/10/2012
-https://apps.apple.com/us/app/bees-hd/id434159374,434159374,Bees HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/f3/57/41/f3574182-3ff7-32ce-1434-5f143d5f961a/source/512x512bb.jpg,4.5,331,0,"0.99, 4.99, 14.99, 2.99, 0.99, 2.99, 4.99, 0.99, 19.99, 4.99","""Buzz around vibrant flower fields collecting pollen for your beehive. Along the way, look for bonuses and presents while avoiding the energy-zapping dragonflies. In the beehive, make organic honey and then choose from over 50 jars to store it in. Send free ecards to friends with your selected jars and receive bonuses, or sell your honey at the farmers' market. Work to gain access to all of the tranquil and beautifully-designed nature settings such as strawberry fields, a desert garden, an orange grove and a Hawaiian garden. Complete missions for special awards. New levels coming soon! \n\nBees features:\n\n- Twelve unique nature habitats full of colorful flowers and insects\n- Over 50 honey jars to collect\n- Send free ecards to friends\n- Play the Queen, worker or drone bee to keep your hive alive.\n- Learn how bees work in the hive and flower fields, and how they reproduce.\n\nBe a part of nature and start making some honey!""",Sticky Wicket,4+,"EN, ES",82677264,Games,"Games, Family, Strategy, Entertainment",17/05/2011,7/03/2012
-https://apps.apple.com/us/app/lines-master-game/id434377009,434377009,Lines Master Game,the most popular puzzle game,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/b4/11/6d/b4116d3a-f20a-db0c-e223-39029210baaf/source/512x512bb.jpg,4,8,0,"0.99, 0.99, 1.99, 0.99","""Lines Master is a classical puzzle game. The gameplay is rather simple - just set the figures of the same color in the line. When you\u2019ll get 5 or more, the line will be destroyed and you'll gain some points. But don't relax - the amount of figures is growing up! If the board is full, the game will be over. Bonus: build the figure from the right corner of the screen, take the Bomb and enjoy. It's a megabang!\n\nFeatures:\n- 4 colorful interface options: Forest, City, Beach, Winter.\n- Nice background music.\n- The Bomb for making the board clear in a simple way.""","Art Studio Dereza, s.r.o.",4+,EN,69645312,Games,"Games, Strategy, Puzzle",2/05/2011,23/08/2018
-https://apps.apple.com/us/app/400-arba3meyeh-multiplayer/id434815663,434815663,400 Arba3meyeh Multiplayer,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/ac/71/1d/ac711d28-9b51-80c3-4345-6553718b3943/source/512x512bb.jpg,2.5,22,0.99,"0.99, 0.99","""The Original, The Best!""\n\nThe popular Arabic Card Game 400 Arba3meyeh finally on all your Devices with no Ads!\n\nThe Original 400 Arba3meyeh game in the app store, get it now on your device and try your best to beat the other team! \n\nWith great graphics, traditional sounds, and superb game play, 400 \u2018Arba3meyeh\u2019 on your device is a must! \n\nWin the game by reaching 41 or more points before the opponents! With \u201cRules\u201d and \u201cHow To Play\u201d in \u201cOptions\u201d - if you\u2019re not already a pro, you\u2019ll be a pro in no time! \n\nThis great app also includes a inbuilt Scoreboard that you can use when playing Arba3meyeh with cards at home with your family and friends, instead of using paper and pen! This scoreboard automatically calculates all scores; sets minimum bets, allows renaming of players! \n\n""A MUST HAVE FOR EVERY 400 LOVER!"" \n\nGet it now and play 400 Arba3meyeh whenever you like and show it off to your family and friends!\n\nIf you have comments, questions or feedback please email us at info@400cards.com.",Isaac Daoud,4+,EN,45342720,Games,"Games, Strategy, Entertainment, Card",5/05/2011,17/09/2016
-https://apps.apple.com/us/app/avatar-fight/id435039432,435039432,Avatar Fight,,https://is5-ssl.mzstatic.com/image/thumb/Purple6/v4/b1/67/74/b1677487-ff30-1a31-5467-a69e91faeed9/source/512x512bb.jpg,4.5,5468,0,"4.99, 1.99, 9.99, 19.99, 1.99, 0.99, 39.99, 4.99, 9.99","""Avatar fight is an ingenious multiplayer online game nothing like the other MMORPG games in the app store.\nThe game is simple yet challenging, fun and addictive. It will give you a different taste of online games.\n\n* DESIGN FOR THE FUN OF PLAYING WITH HUMAN PLAYERS\nThe core of the game play is PvP fight and guild wars. You can't be a top player without support of friends, without being a part of a powerful guild. Making lots of friends and cherishing your reputation, building a great guild and making your fame!\nNOTE: not all players are your friends, they could be your ruler who taxing on you, they could be the spy in your guild.\n\n* GORGEOUS GAME PLAY\nTo grow your avatar in the game, you have to actively fight players, enroll contests, and do tasks to gain experiences and level up. You need to raise pets, collect weapons, and armor your avatar to face the fightings. \n\n* Features:\n- Fighting other players in the arena.\n- Claiming titles in the combat contests.\n- Cool characters: Knight, ninja, pirate, vampire, etc.\n- Cool pets: werewolf, dragon, dinosaur, etc.\n- Cool weapons and armors to acquire.\n- Cool skills: call friends to join a fight, turn your enemy's pet into sheep, etc.\n- Friends list, message wall and group discussion.\n- Guild war: exciting multi-rounds group fightings.\n- Guild league: guild team vs guild team, each team has 5 members.\n- Single player league: a good place to demo your power.\n- Auction house.\n\n** Thank you all for the feedbacks. We are listening! **""",VirtueSoft.com,9+,EN,67420160,Games,"Games, Strategy, Entertainment, Role Playing",20/07/2011,24/10/2015
-https://apps.apple.com/us/app/dragon-lords/id435285971,435285971,Dragon Lords,,https://is1-ssl.mzstatic.com/image/thumb/Purple49/v4/34/2c/e8/342ce8e7-3395-a663-1c32-3cf2cee96def/source/512x512bb.jpg,4.5,4275,0,"4.99, 9.99, 4.99, 49.99, 1.99, 24.99, 49.99, 99.99","After the fall of the Dragon Lords there is no power in the land to unite fighting kingdoms. Are you going to end the war and be next Dragon Lord? Find out now!\n\nDragon Lords is a free fantasy turn based online strategy/role playing game for iPhone and iPod Touch. Establish your kingdom, raise buildings, discover new technologies & spells, create alliances with other players and fight rival kingdoms. You will also chose a champion, who will lead your armies to battle, defend your kingdom, gather experience, level up and enhance his abilities.\n\nFeatures:\n- FREE Massively Multiplayer Online Strategy/Role Playing Game (MMORPG) for the iPhone and iPod Touch\n- FREE updates with new buildings, units, spells, and more\n- Gorgeous graphic\n- Simple, intuitive interface\n- Expand your kingdom by raising structures and discovering advancements\n- Invite your friends and form unstoppable alliance\n- Send your armies to battle against other players and alliances\n- Cast powerful spells to help your allies and hinder your enemies\n- Raise the Nether Portal, bring back the dragons and become next Dragon Lord!\n\nIMPORTANT:\nInternet access is required to play the game.",Mighty Dragon Studios,12+,EN,20635648,Games,"Games, Role Playing, Entertainment, Strategy",17/08/2011,14/01/2016
-https://apps.apple.com/us/app/dudu-link/id435347306,435347306,Dudu Link,,https://is4-ssl.mzstatic.com/image/thumb/Purple41/v4/81/63/b8/8163b86b-aec7-fb07-f697-d765c3c49f1d/source/512x512bb.jpg,4,40,0,,"This is a iPad version of ""Link and Eliminate"" game(other names: Kyodai,""Match It"").\nTouch to select objects. If you select one object are ""same"" and ""can be linked"" with the last one, they will be eliminated. ""Can link"" means can be linked by one, two or three straight lines. If you eliminate all objects in limited time, you win. You need sharped eyes and fast fingers :)\nUp to 5 themes are supported: ""shapes"", ""Flags"", ""Mahjong"", ""Fruits and Vegetables"", ""Animals"".\nIt\'s free. Download and enjoy it!",Guihang Xu,4+,ZH,24913920,Games,"Games, Trivia, Strategy, Entertainment",24/05/2011,9/11/2015
-https://apps.apple.com/us/app/world-conqueror-1945-lite/id435371884,435371884,World Conqueror 1945 Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/77/d4/b9/77d4b9cc-42ed-825f-401e-444041b348c0/source/512x512bb.jpg,4,71,0,,"""World Conqueror 1945 is a new style strategy game on the background of WW\u2161(Super Risk). In the game depending on troops you can compete for territories such as lands, cities and oceans, further for resources, develop economy and military, conquer enemies' capitals and destroy the enemies. \nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers, tanks and artillery.(Soldier troop with high yields but general attack, tank troop with high attack and continue action when complete destroying the enemies, artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding. The attributes of arms are different from each country. For example, the tank of Germany is most powerful but with high price, the cannon of the Soviet Union is excellent, the navy of Britain is best. \n\nThe troop will gain experience by combat, and get the medal with enough experience. The troop owning the medal is with higher combat effectiveness than the normal troops and will become a Troop Ace. \n\nIn the game you need to use military cards to cooperate to the battle. \n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops) \n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending) \n- Construction Card (construct territories, improve taxes, highest level can draft army troop ) \n- Airstrike Card (Air attack the enemy of adjacent territory) \n- General Card(equip a general to the troop for enhancing the attacking power) \n- Marshal Card(equip a marshal to the troop for enhancing the defending power) \n- Special Card (only owned by U.S.A, Germany, Soviet Union, Japan, Britain, France, Italy and used once every 7 rounds.) \n\nInclude two modes: conquest mode and battle mode \nConquest mode: choose one country from the 11 Axis and Allies which may change the fate of the world to dominate the world. The others will be your allies, enemies and neutral. There are 3 periods to choose from: 1940 the beginning WW\u2161,1942 the middle WW\u2161, 1944 the end WW\u2161. \n\nBattle mode: 10 great battles which may change the fate of the world are waiting for your challenge! \n\n1942 Pacific War \n1943 China Burma India Theater \n1942 The Battle of Kursk \n1944 D-Day in Normandy \n1941 North African Campaign \n1942 Kokoda Campaign \n1945 The Fate of Reich \n1945 August Storm \n1942 Compete for Indian Ocean \n1940 Sea Road \n\nMagnificent fighting music and sound can make you feel involvement. \n\nFeatures: \n- battle mode and conquest mode \n- 243 territories \n- 11 belligerent states \n- 40 military troops \n- 17 military cards \n- 5 difficulty levels \n- 3 periods and 10 battles \n- auto save""",EASY Inc.,9+,"EN, JA, ZH, ZH",26745135,Games,"Games, Strategy, Board",6/05/2011,6/05/2011
-https://apps.apple.com/us/app/world-conqueror-1945-lite-for-ipad/id435373843,435373843,World Conqueror 1945 Lite for iPad,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/fb/b4/21/fbb4215d-f1f6-0cb3-0611-2a6000773e28/source/512x512bb.jpg,4,79,0,,"""World Conqueror 1945 is a new style strategy game on the background of WW\u2161(Super Risk). In the game depending on troops you can compete for territories such as lands, cities and oceans, further for resources, develop economy and military, conquer enemies' capitals and destroy the enemies. \nDuring the game you need to operate and distribute the three basic troops reasonably which include soldiers, tanks and artillery.(Soldier troop with high yields but general attack, tank troop with high attack and continue action when complete destroying the enemies, artillery troop attacks soldier troop and tank troop while they cannot strike back),judge on the current situation correctly at any time for the AI is outstanding. The attributes of arms are different from each country. For example, the tank of Germany is most powerful but with high price, the cannon of the Soviet Union is excellent, the navy of Britain is best. \n\nThe troop will gain experience by combat, and get the medal with enough experience. The troop owning the medal is with higher combat effectiveness than the normal troops and will become a Troop Ace. \n\nIn the game you need to use military cards to cooperate to the battle. \n- Soldier Card (produce soldier troops) \n- Tank Card (produce tank troops) \n- Artillery Card (produce artillery troops) \n- Battleship Card (take actions on the sea ) \n- Fortress Card (cannot move and attack during 3 rounds but improve defending) \n- Construction Card (construct territories, improve taxes, highest level can draft army troop ) \n- Airstrike Card (Air attack the enemy of adjacent territory) \n- General Card(equip a general to the troop for enhancing the attacking power) \n- Marshal Card(equip a marshal to the troop for enhancing the defending power) \n- Special Card (only owned by U.S.A, Germany, Soviet Union, Japan, Britain, France, Italy and used once every 7 rounds.) \n\nInclude two modes: conquest mode and battle mode \nConquest mode: choose one country from the 11 Axis and Allies which may change the fate of the world to dominate the world. The others will be your allies, enemies and neutral. There are 3 periods to choose from: 1940 the beginning WW\u2161,1942 the middle WW\u2161, 1944 the end WW\u2161. \n\nBattle mode: 10 great battles which may change the fate of the world are waiting for your challenge! \n\n1942 Pacific War \n1943 China Burma India Theater \n1942 The Battle of Kursk \n1944 D-Day in Normandy \n1941 North African Campaign \n1942 Kokoda Campaign \n1945 The Fate of Reich \n1945 August Storm \n1942 Compete for Indian Ocean \n1940 Sea Road \n\nMagnificent fighting music and sound can make you feel involvement. \n\nFeatures: \n- battle mode and conquest mode \n- 243 territories \n- 11 belligerent states \n- 40 military troops \n- 17 military cards \n- 5 difficulty levels \n- 3 periods and 10 battles \n- auto save""",EASY Inc.,9+,"EN, JA, ZH, ZH",56763252,Games,"Games, Board, Strategy",10/05/2011,10/05/2011
-https://apps.apple.com/us/app/tutorial-for-roblox/id435798758,435798758,Tutorial for ROBLOX,Kickstart Your Roblox Success!,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/06/6f/7d/066f7d28-fad7-39ae-7769-9b76d460ec59/source/512x512bb.jpg,3,189,0.99,,"Need Help on ROBLOX? This app will help you on your way with basic commands on how to play. This app has 7 Categories of information with 30+ subpages with tutorials and information. These tutorials can help anyone ranging from new to experienced users.\n\nIf you have any suggestions please email the support team or leave a comment.\n\nThis App and the App makers are not associated with content contained in this application and/or the respected owners and or licensers. All trademarks, property and copyrights belong to their respective owners, namely ROBLOX.",Double Trouble Studio,4+,EN,5594112,Reference,"Reference, Games, Family, Strategy",10/05/2011,1/01/2018
-https://apps.apple.com/us/app/chess-club-open/id435937858,435937858,Chess Club - Open,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/26/34/40/26344083-5926-4675-4cca-35d6b8cdedf6/source/512x512bb.jpg,4,97,0,,"""Welcome to The New Chess Club - Multiplayer Online Chess! \n\nGame's Highlights: \n\n- integrated with Facebook and Game Center - there is no need for a new account or password \n- push notifications \n- chat with your opponents using the build in chat\n- simulate the opponent's moves using strategy mode\n- unlimited number of easy to manage simultaneous games \n- view the finished games statistics, so that your can keep the score with your friends \n- Elo ratings\n\n- multiple ways to find opponents and start a game \n\n\n- beautiful graphics rooted in functionality \n- easy aids for beginners\n\n \nConnect with your family, friends, colleagues or even with random opponents around the world and enjoy one of the oldest board games in history - Chess.\n \nThis turn based version of the game, integrated with Apple's Game Center, lets you enjoy the best of both worlds so you can play whenever you have time.\n \nChess Club provides multiple ways to find an opponent and start a game - search online, choose a favorite from your own list of friends, a random opponent from the worldwide club or just bump to play.\n \nCreate an unlimited number of games that are easy to manage due to our simultaneous play interface and push notifications that never fail. Move from game to game with just one swipe - no need to leave the game interface and hustle through the main menu.\n \nAre you a beginner or do you find yourself playing a game that started so long ago that you don't really remember what you've done? Chess Club's graphic elements are specially designed to improve your game experience and help solve some of these problems - easy to recognize history browsing, graphic alerts for mate, checkmate or risky moves, cool transitions.\n \nTake advantage of your iPhone's capabilities while enjoying all the things you love about the classic game.""",Sparkle Idea,4+,EN,10983424,Games,"Games, Strategy, Board",6/06/2011,2/11/2017
-https://apps.apple.com/us/app/mathemagical/id436096119,436096119,Mathemagical,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/be/a2/2e/bea22e61-4476-4181-c595-981f075c8e66/source/512x512bb.jpg,,,0,,"This tile sliding game helps players of all ages test and improve their basic mathematical skills in a fun and entertaining way. With multiple game styles, including timed games, you can play using addition, subtraction, division, multiplication operators or with combinations. The game speed is also variable making it suitable for all skill levels.\n\nGame play:\nScore points by sliding tiles to make valid equations using a single golden equals sign. When you place a tile over a star extra points are given for each tile used. The better you do the faster the game gets.\n\nScreen getting cluttered? No problem. Slide a tile over a bomb to create some more room. But be careful. You may accidentally blow up the tile you need to make your next equation.\n\nTips:\n* Move tiles over stars for bonus points.\n* Use zeros i.e. 1x1=01.\n* Use equations either side of the equals sign i.e. 1+1=4-2.\n* Move a tile over a bomb to make room.\n* The more tiles per equation the bigger the score.",Penny de Byl,4+,EN,21252920,Games,"Games, Education, Strategy",22/05/2011,29/05/2012
-https://apps.apple.com/us/app/battle-on-the-sea-for-ipad/id436134281,436134281,Battle On The Sea for iPad,,https://is1-ssl.mzstatic.com/image/thumb/Purple111/v4/55/03/9c/55039cd7-95e4-592b-3c66-d5510fdb6f65/source/512x512bb.jpg,4,6,0.99,,"""Classic naval battle board game.\n\nTake the role of a naval commander and destroy enemy fleet controlled by your iPad. Don't forget to challenge your friend during the next meeting!\n\nFEATURES:\n\n- 2 players can play together on one device in Hot Seat mode \n- difficulty settings for versus AI play\n- 5 fleets to choose from, each with a unique set of battle ships \n- classic rules \u2013 ships cannot be placed too close\n- the choice of your fleet (big ships: size 2 to 5, small ships: size 1 to 4)\n- ships cannot be placed too close (ships can't be placed on squares that contact on corners), possibility of swiching on/off the option of contact on the corners\n- the option of resinging from the shot after hitting\n- revealing the position of not sunken ships after the battle\n- simple, intuitive interface \n- clear 2D graphics\n- extra battle animations \n- battle sounds \n- game state autosaving \n\n------ ------ ------ ------ ------\n\nPlanszowa gra w okr\u0119ty utrzymana w duchu m\u0142odzie\u0144czych potyczek, toczonych na kartce papieru podczas lekcji w szkole.\n\nStocz bitw\u0119 przeciw flocie kontrolowanej przez Twojego iPada lub zmierz si\u0119 ze swoimi przyjaci\xf3\u0142mi podczas najbli\u017cszego spotkania!\n\nCECHY SZCZEG\xd3LNE:\n\n- mo\u017cliwo\u015b\u0107 grania we dwie osoby na jednym iPadzie\n- wyb\xf3r stopnia trudno\u015bci dla gry przeciw sztucznej inteligencji\n- wyb\xf3r jednej z pi\u0119ciu dost\u0119pnych flot, ka\u017cda z unikalnym zestawem okr\u0119t\xf3w\n- klasyczne zasady - okr\u0119ty nie mog\u0105 zajmowa\u0107 s\u0105siaduj\u0105cych p\xf3l\n- wyb\xf3r sk\u0142adu flot (du\u017ce okr\u0119ty: rozmiary 2 do 5, ma\u0142e okr\u0119ty: rozmiar 1 do 4)\n- okr\u0119ty nie mog\u0105 zajmowa\u0107 s\u0105siaduj\u0105cych p\xf3l, mo\u017cliwo\u015b\u0107 w\u0142\u0105czenia b\u0105d\u017a wy\u0142\u0105czenia opcji s\u0105siadowania okr\u0119t\xf3w po skosach.\n- opcjonalna mo\u017cliwo\u015b\u0107 oddania dodatkowego strza\u0142u je\u015bli gracz trafi\u0142\n- ujawnianie po\u0142o\u017cenia nie zatopionych okr\u0119t\xf3w po zako\u0144czeniu rozgrywki\n- prosty, intuicyjny interfejs\n- przejrzysta grafika 2D\n- dodatkowe animacje podczas bitwy\n- pe\u0142ne ud\u017awi\u0119kowienie\n- mo\u017cliwo\u015b\u0107 wznowienia gry po zamkni\u0119ciu aplikacji - automatyczny zapis stanu gry""",PIK Sp. z o.o.,4+,"AR, NL, EN, FR, DE, IT, JA, PL, PT, RU, ZH, ES, SV, ZH, TR",27770880,Games,"Games, Board, Entertainment, Strategy",14/06/2011,13/05/2014
-https://apps.apple.com/us/app/battle-on-the-sea-for-ipad/id436134281,436134281,Battle On The Sea for iPad,,https://is1-ssl.mzstatic.com/image/thumb/Purple111/v4/55/03/9c/55039cd7-95e4-592b-3c66-d5510fdb6f65/source/512x512bb.jpg,4,6,0.99,,"""Classic naval battle board game.\n\nTake the role of a naval commander and destroy enemy fleet controlled by your iPad. Don't forget to challenge your friend during the next meeting!\n\nFEATURES:\n\n- 2 players can play together on one device in Hot Seat mode \n- difficulty settings for versus AI play\n- 5 fleets to choose from, each with a unique set of battle ships \n- classic rules \u2013 ships cannot be placed too close\n- the choice of your fleet (big ships: size 2 to 5, small ships: size 1 to 4)\n- ships cannot be placed too close (ships can't be placed on squares that contact on corners), possibility of swiching on/off the option of contact on the corners\n- the option of resinging from the shot after hitting\n- revealing the position of not sunken ships after the battle\n- simple, intuitive interface \n- clear 2D graphics\n- extra battle animations \n- battle sounds \n- game state autosaving \n\n------ ------ ------ ------ ------\n\nPlanszowa gra w okr\u0119ty utrzymana w duchu m\u0142odzie\u0144czych potyczek, toczonych na kartce papieru podczas lekcji w szkole.\n\nStocz bitw\u0119 przeciw flocie kontrolowanej przez Twojego iPada lub zmierz si\u0119 ze swoimi przyjaci\xf3\u0142mi podczas najbli\u017cszego spotkania!\n\nCECHY SZCZEG\xd3LNE:\n\n- mo\u017cliwo\u015b\u0107 grania we dwie osoby na jednym iPadzie\n- wyb\xf3r stopnia trudno\u015bci dla gry przeciw sztucznej inteligencji\n- wyb\xf3r jednej z pi\u0119ciu dost\u0119pnych flot, ka\u017cda z unikalnym zestawem okr\u0119t\xf3w\n- klasyczne zasady - okr\u0119ty nie mog\u0105 zajmowa\u0107 s\u0105siaduj\u0105cych p\xf3l\n- wyb\xf3r sk\u0142adu flot (du\u017ce okr\u0119ty: rozmiary 2 do 5, ma\u0142e okr\u0119ty: rozmiar 1 do 4)\n- okr\u0119ty nie mog\u0105 zajmowa\u0107 s\u0105siaduj\u0105cych p\xf3l, mo\u017cliwo\u015b\u0107 w\u0142\u0105czenia b\u0105d\u017a wy\u0142\u0105czenia opcji s\u0105siadowania okr\u0119t\xf3w po skosach.\n- opcjonalna mo\u017cliwo\u015b\u0107 oddania dodatkowego strza\u0142u je\u015bli gracz trafi\u0142\n- ujawnianie po\u0142o\u017cenia nie zatopionych okr\u0119t\xf3w po zako\u0144czeniu rozgrywki\n- prosty, intuicyjny interfejs\n- przejrzysta grafika 2D\n- dodatkowe animacje podczas bitwy\n- pe\u0142ne ud\u017awi\u0119kowienie\n- mo\u017cliwo\u015b\u0107 wznowienia gry po zamkni\u0119ciu aplikacji - automatyczny zapis stanu gry""",PIK Sp. z o.o.,4+,"AR, NL, EN, FR, DE, IT, JA, PL, PT, RU, ZH, ES, SV, ZH, TR",27770880,Games,"Games, Board, Entertainment, Strategy",14/06/2011,13/05/2014
-https://apps.apple.com/us/app/jelly-defense/id436134867,436134867,Jelly Defense,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/e4/4d/92/e44d92d6-5664-044a-1d33-da009e587b3c/source/512x512bb.jpg,4.5,5211,2.99,,"Join the Jelly forces now and lead them to glory in this uneven and fierce fight against the invaders! Use your tactical skills and wisdom to tip the scales of victory in your favor in order to save the Diploglobe and the Jelly nation from the agressors! That\'s right, you are their only hope - the one they call the liberator, the true leader, the Jelly savior! You are the hero they deserve! Just look at these poor little creatures. They trust you, they believe in you, they rely on you. Can you refuse those big faithfull eyes (or eye)? You\'re really their only hope!\n\nDownload Jelly Defense now and lose yourself in a unique and beautiful world. Lead your army into battle against fantastic and demanding enemies. A magic, addicting, and surreal adventure awaits you. Jump in and become the ultimate Jelly legend!\n\n======\nAwards\n======\n\n- Apple Award: Best of Mac App Store 2011\n- Mobile Trends Awards 2011: Best Mobile Game\n- Generation Mobile 2012: Best iOS Game\n- Review on the Run: Best iOS Strategy Game of the Year\n- GameDynamo: Best Mobile Game 2011\n- appSIZED: Top 10 iPhone and iPad Games of 2011\n- PocketGamer Bronze Award\n\n==========\nPress quotes\n==========\n\n""This game will test your tower defense skills like no other."" - Forbes\n\n""It\u2019s as smooth as butter, even when the action gets intense."" - TouchArcade\n\n""Stunningly gorgeous artistic style"" - AppSpy\n\n""A straightforward tower defence game blessed by beautiful visuals"" \u2013 PocketGamer\n\n""Cute graphics; good sound; lots of character; lots of challenge"" \u2013 SlideToPlay\n\n""The music is unique and fun, with a very catchy vibe going on"" \u2013 148Apps\n\n""Simple to understand, has fun, whimsical graphics, and is addicting as hell"" - MacGasm",Infinite Dreams Inc.,4+,EN,297523200,Games,"Games, Entertainment, Strategy, Puzzle",29/09/2011,20/09/2017
-https://apps.apple.com/us/app/explosive-%E9%BB%91%E7%99%BD%E6%A3%8B/id436636773,436636773,Explosive \u9ed1\u767d\u68cb,,https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/12/77/56/1277561c-18cd-3b97-92f1-83dc36a7d977/source/512x512bb.jpg,4,21,0,,"* It is a innovative Reversi game. It adds three kinds of bombs and methods of playing in the normal Reversi game, which are not only entertaining but also helps stimulate constructive mental skills.\n\n* The three bombs are \u201cReal-time Bomb\u201d, \u201cRemote-controlled Bomb\u201d and \u201cTime Bomb\u201d. They have different exploding methods and explosive ranges.\n\n* If the bombs have exploded, your opponent\'s pieces in the explosive range turn over and all reversed pieces now show your color.\n\n* All kinds of bombs move as normal piece (They can turn over all opposing pieces lying on a straight line between your new piece and any anchoring pieces after placing the piece). Of course, your opponent can turn over them.\n\n* Bomb introduction: \n\n-Real-time Bomb-\nThe exploding method: When use the bomb, it turns over your opponent\'s pieces, and then explodes the bomb instantly.\nThe explosive range: The 3x3 grids centre around the bomb.\n\n-Remote-controlled Bomb-\nWhen use the bomb, it turns over your opponent\'s pieces, but can\u2019t explode the bomb instantly. You can determine when to explode the bomb from your next move.\nExploding a bomb is deemed a move. After your bomb has exploded, it\'s your opponent\u2019s turn.\nThe exploding method: Click the bomb on the board on your turn.\nThe explosive range: The 5x5 grids centre around the bomb.\n\n-Time Bomb-\nWhen use the bomb, it turns over your opponent\'s pieces, but can\u2019t explode the bomb instantly.\nExploding a bomb is deemed a move. After your bomb has exploded, it\'s your opponent\u2019s turn.\nThe exploding method: The bomb explodes automatically on your turn after three rounds. The bomb show the remaining rounds.\nThe explosive range: The 7x7 grids centre around the bomb.\n\n* A round is that black player moves a piece and white player moves a piece.\n\n* The icon below the word ""NOW"" shows whose turn and the piece or bomb used.\n\n* The methods of using a bomb:\n1. To use the bombs after total pieces > 10 pieces on the board.\n2. When you click a bomb in the top corner of the screen, the icon below the word ""NOW"" shows the bomb used.\n3. Then placing it on the board.\n4. You can click another bomb or your piece in the top corner of the screen to change the bomb or piece used.\n5. Each kind of bomb can use once.\n\n* The player can decide how to use bombs to affect the result of game.\n\n* To provide the diversified playing methods and different settings below:\n-Computer- Your opponent is the computer. This is a practice for you.\n \n-2 Players- Your opponent is another person. The black player makes the first move.\n \n-Network- Game Center matches the two players and computer decides the colors. You can play with all players of the world. (Please join Game Center at first.)\n \n-Leaderboards- Game Center saves the result of the games including the wins, draws and defeats of the players, and provides the Leaderboards.\n \n-Achievements- Game Center saves the players\u2019 \u201cPoints\u201d and provides the achievements.\n \n-Explosive/Normal- Switch playing methods\u2014\u201cExplosive\u201d (with bomb) and \u201cNormal\u201d. The player switches them by oneself. (The Explosive method is the fixed one at the network mode.)\n \n-Audio Switch- Turn on/off audio and shaking effects.\n \n-Tips Switch- Turn on/off the tip function.\n \n-Turn Speed- Adjust the speed of turning over piece. (The speed is fixed at the network mode.)\n \n-AI Wait Time- Adjust the waiting time of the move of the computer.\n \n* The point formula for Achievements: \n1 win=3 score, 1 draw=1 score, 1 defeat=-1 score, ten scores=1 point, points=(wins x 3 + draws - defeats) / 10\n\n* The player who exits game before game over loses the game at the network mode.\n\n* The more explanations please refer to the Readme of the app or APP Support.",CHIA HO KUO,4+,"EN, ZH, ZH",20881408,Games,"Games, Board, Strategy, Entertainment",24/05/2011,8/02/2017
-https://apps.apple.com/us/app/stupid-test-brainteasers-trivia-and-logic/id436679941,436679941,"Stupid Test: Brainteasers, Trivia, and Logic","Logic, Trivia & Thinking Game",https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/b7/4b/0c/b74b0c73-21e7-4d03-ea90-e7737e5dca09/source/512x512bb.jpg,,,0.99,,"""This app is filled with tricks, jokes, riddles and trivia challenges to test your logic! You never know what kind of questions you're going to be asked: trick questions, IQ questions, a puzzle to solve, or something funny and dumb.\n\nForget other knowledge apps or thinking games with boring quizzes or predictable questions, this game is interactive and challenging! You don't have to be a genius to play, but you definitely can't be a moron and guess your way through it. Challenge yourself for best score or play with friends to see who's the biggest idiot.\n\nAddicting, fun, and great for kids.""","Digital Bananas, LLC",4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES",17600512,Entertainment,"Entertainment, Trivia, Games, Strategy",7/06/2011,17/08/2017
-https://apps.apple.com/us/app/musket-smoke/id436684234,436684234,Musket Smoke,Turn-based tactical bliss!,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/e0/c1/96/e0c19675-2b68-bd77-e2eb-445bfd17a974/source/512x512bb.jpg,4.5,147,0,2.99,"Flank and charge with friends! Simple, fun and rich with tactical options. Musket Smoke is a turn-based, war game with an unusually interactive UI allowing for enormous tactical options.\xa0 Smoke, artillery, cavalry charges, morale and flanking.\xa0 It\u2019s all here and dead simple to play.\n\nFeatures:\n\n\u2022 Solo training skirmish maps with AI.\n\u2022 Take turns online, with friends, asynchronously.\n\u2022 Special training zone for first-time-online players.\n\u2022 Online campaign - the core feature.\n\u2022 Pass n Play.\n\u2022 Full replay for online matches.\n\u2022 Competitive ELO like leaderboards.\n\u2022 Manual, tutorial, help video.\n\u2022 Universal app. \n\u2022 In-game video recoding for newer devices.\n\u2022 4 round \'Mingle Phase\' before deciding on who you want to play online.\n\u2022 Just \'Friendly Pass\' with those not suitable for your first battles. It\'s the ideal system for great match-ups.\n\nMusket Smoke is a tactical online turn based war game. It supports both single player and multi player but the competitive asynchronous matches are the primary focus. \n\nThe board game design was \'inspired by\' Napoleonic warfare but streamlines it to be fast and furious, optimized for online play.\xa0 This is a \u2018people first\u2019 war game with a focus on usability and visually rich tactical options.\n\n-------------------------------------------------------\n\nWhat people are saying about Musket Smoke:\n\n(US) \u201cHands down the most fun game I have played on the iPad period. I\u2019m a sucker for historical wargames and musket smoke is one of the best I have played virtual or otherwise. I enjoy it so much, I plan on making some chits and buying a hex board to play it on table top!\u201d\n\n(Canada) \u201cOne of the best strategy titles available for the iPad. Immense amounts of strategy, replayability and detail. One of the few must have titles of strategy gamers\u201d\n\n(Ireland) \u201cThis is the first game that have regularly played online matches. While the mechanics are quite simple, you can really get yourself into to some interesting situations, especially when playing the campaign.\u201d\n\n(Australia) One night in Naarden.\nThis game is a blast. The campaign mode will have you on the edge of your seat, whether you\'re battling one of the top ten players or a newcomer. Mini matches are great fun, and the variety of armies and tactics is amazing. Even the AI is fun to play against, if you want to learn the game or perfect your strategies. Musket Smoke is a one of a kind game and will forever be in our hearts.""\n\n(Croatia) \u201cReal Strategy. Great game for the strategy gamers.\u201d\n\n(Germany) \u201cSeems simple at first glance, but at second glance turns out this game as a strategic, round-based strategy game \u2026 Who loves it with his favorite drink in peace weigh all options to try out individual solutions, while relaxing on the couch at sit and then burning it waits his opponent makes his turn, this game is highly recommended !!!\u201d\n\n(Greece) \u201cFast, easy, deep. recommended!\u201d\n\n(Japan) \u201cThis is without a doubt one of the most fun and most polished, with deep strategy, but easy-to-get-into-gameplay turn-based stragegy games around. And the async multiplayer is seamless.\u201d\n\n(Austria) \u201c... show me a better wargame today!\u201d",Snowpunch,4+,EN,207930368,Games,"Games, Education, Board, Strategy",31/05/2012,3/01/2019
-https://apps.apple.com/us/app/klaverjassen/id436691368,436691368,Klaverjassen,"""Be careful, it's addictive!""",https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/83/83/76/8383762e-9321-7f1b-33e8-e4b47d14f4fe/source/512x512bb.jpg,4.5,28,2.99,"0.99, 0.99, 0.99","Klaverjassen is one of the most popular card games in the Netherlands, traditionally played in cafes and social clubs, as well as at home. The game is for 4 players who play in pairs, sitting opposite each other. The game has a number of variants, named after the cities where they originated: Amsterdam and Rotterdam.\n\nThe object of the game is to score as many points as possible in 16 hands. In competition games the players on one table will rotate so as to have had each of the other three as a partner, so playing 3 sets of 16 hands.\n\nIn each hand the object of the game is for the player (and partner) who chooses trumps to collect more than half of the available points. If they fail to do this then they score nothing at all and the opposing pair receives all of the points.\n\nPoints are collected by taking tricks containing valuable cards, and also as bonus points during the play.",Robin Knip,4+,EN,82276352,Entertainment,"Entertainment, Games, Strategy, Card",22/05/2011,11/06/2019
-https://apps.apple.com/us/app/frozen-equilibrium/id436693646,436693646,Frozen Equilibrium,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/9d/0d/37/9d0d37de-6cac-c932-d9c2-fa0cc2a6512d/source/512x512bb.jpg,5,185,0,,"One ancient Puzzle you will find,\nIce and snow will catch your mind.\n\nThe Solution hides under the frost, \nIt could be found and it could be lost...\n\nKeep your mind clear and don\'t close your eyes. \nSomething will sink but something will rise.\n\nSolve the conundrum of Frozen Lands! \nThe Fate of the World is in your hands...\n\n**************************\nWatch Frozen Equilibrium official trailer:\nhttp://bit.ly/fetrailer\n\nAnd ""How To Play"" video\nhttp://bit.ly/fehowto\n**************************\n\nTouchArcade.com forums community:\n\n\u2605\u2605\u2605\u2605\u2605 That\'s great. Definitely love this kinda cool game. Both the music and the graphics give me a mysterious feeling!\n\n\u2605\u2605\u2605\u2605\u2605 1 tutorial video and you\'ve convinced me to buy it . I\'m gonna love the challenge!\n\n\u2605\u2605\u2605\u2605\u2605 I\'ve finally finished the game (using no hints). Whee!\xa0Any chance of new levels down the line? \n\n\u2605\u2605\u2605\u2605\u2605 Yeah, I tried out the lite version, and this is a great puzzle game! \n\n- Best Brain-training games - \n- Good number games -\n\n**************************\n\nMain features:\n\n- original gameplay you have never seen before\n- simple and easy to grasp puzzle mechanics\n- 100 levels in total (3 basic and 1 special stage with 25 brain-challenge levels)\n- cultivates logic, attention and intuition\n- based on the principles similar to IQ tests\n- various strategies to solve puzzles\n- achievements\n- duel mode - your chance to challenge your friends\n- epic ambience and music\n- unique graphics style\n- and special guest - Mr. Pinky. Your small furry assistant\n\n\u0410bout the game.\n\nThe Legend says... For ages, the ancient and powerful forces kept the balance of the world on the great columns of frozen lands. And no one remembers how had evil came and chaos reigned. However the equilibrium was lost. But there is still a hidden bond between the columns. And the only those who comprehend it, could restore the frozen equilibrium. \n\n* For those of you, who don\'t like cool epic legends... ;)\n\nThe main goal of the game is to bring ice blocks back to zero-level.\nBut it\'s not so easy, - all blocks are connected to each other. So you can\'t press one of them without rising another blocks. This connection is called the Rule. Comprehend it, and you will solve the puzzle.",Suricatum,4+,EN,19635080,Games,"Games, Strategy, Puzzle",17/05/2011,17/08/2011
-https://apps.apple.com/us/app/antroad-defense-for-iphone-retina-support/id437077202,437077202,Antroad Defense for iPhone (Retina support),,https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/56/5e/ba/565eba60-e5ee-4df8-a04d-e48b6520ba4e/source/512x512bb.jpg,4.5,71,0.99,,"If you are a fan of open field tower defense games, download this game with next Features: \n\n- 85 LEVELS! \n- 9 Types of enemies (moving and flying)\n- 4 Unique towers (some towers can be upgraded) \n- Possibility to put/destroy stones (free obstacles)\n- 5 Super-bonuses for attack\n- 3 Game modes (easy, normal, hard)\n- Excellent graphics and sound effects \n- Game Center support \n\nIMPORTANT:\nAnts are always looking for the shortest way! Big Blue Ants move across the stones!\n\nEnjoy!",Aliaksandr Miadzvedzeu,4+,EN,54432768,Games,"Games, Role Playing, Entertainment, Strategy",29/06/2011,3/04/2017
-https://apps.apple.com/us/app/grand-defense/id437080806,437080806,Grand Defense,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/f1/a9/bb/f1a9bb77-4367-70ff-1be7-9ae63f1b0ee1/source/512x512bb.jpg,4,1975,0,"0.99, 0.99","Grand Defense is a free version of Antroad game with some changes and additions. And if you are a fan of open field tower defense games, get this game with next Features: \n\n- 3 Game Modes (CLASSIC, SURVIVAL, CHILD)\n- 9 Types of enemies (moving and flying)\n- 3 Unique towers (some towers can be upgraded) \n- 5 Super-Bonuses for attack\n- Additional-Bonuses for extra-attack\n- Retina Display support\n- Excellent graphics and sound effects \n- Game Center support \n\nIMPORTANT:\nAnts are always looking for the shortest way! Big Blue Ants move across the stones!\n\nEnjoy!",Aliaksandr Miadzvedzeu,4+,EN,54656000,Games,"Games, Strategy, Family, Social Networking",7/07/2011,4/04/2017
-https://apps.apple.com/us/app/robotek/id437602797,437602797,Robotek,Conquer the Empire of Machine!,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/13/ee/c3/13eec36f-ca9d-95a4-cd16-8be0fbe6d1fa/source/512x512bb.jpg,4,1457,0,"2.99, 0.99, 1.99, 0.99, 0.99, 0.99","""The humanity had fallen. In the great robot uprising machines took the planet over. Empire of Machine is the new world order. It's time to take it back! One node at a time.\n\n\u25c9 Unique blend of strategy, action and RPG.\n\u25c9 More than 200 levels spread all around the world.\n\u25c9 Rewarding skill system with more than 30 levels.\n\u25c9 9 upgradable slot symbols to fit your own style of play.\n\u25c9 4 special abilities including the devastating Nuke.\n\u25c9 Play thrilling duels with your friends!\n\u25c9 Play online battles in free multiplayer!\n\nRip through your enemies with lasers, electrocute them or fry them with microwaves. Deploy your own robots to fight for you or steal them from your enemy. Protect and upgrade your forces or throw them away in a ruthless wave of destruction.\n\nGet experience from every battle, level up, gain power and crush the Empire of Machine!\n\nCheck out the Strategy Guide for additional tips and tricks:\nhttp://blog.hexage.net/2011/05/27/strategy-guide-to-robotek/\n\nIN-APP PURCHASES\n\nRobotek is free to play supported only by optional in-app purchases. You can finish the entire game without re-charging your energy. Play it safe: Learn all of the symbols in tutorial. Do not challenge nodes tougher than you. Master the gameplay, level up and go against weaker nodes first! You can always reset the campaign in Options and start from scratch.\n\nHowever with any in-app purchase you get: \n\u2022 Power & Coins\n\u2022 gain access to RECHARGE NODE\n\u2022 better Power gains for every victory\n\u2022 unlock the DUEL mode to play with friends""",David Peroutka,4+,EN,14261248,Games,"Games, Role Playing, Entertainment, Strategy",9/06/2011,18/06/2019
-https://apps.apple.com/us/app/sallys-studio-hd/id437665714,437665714,"""Sally's Studio HD""",A Top Time Management Game!,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/2f/d6/aa/2fd6aaf6-9c63-d18b-be95-2590630650ec/source/512x512bb.jpg,3.5,477,4.99,,"""\u25a0 \u25a0 \u25a0 \u25a0 \u25a0 Sally's Studio HD\u2122 30% OFF! Limited Time \u25a0 \u25a0 \u25a0 \u25a0 \u25a0 \nWhy wait? Make your Studio FEEL GREAT in Sally's Studio HD!\n\nIt\u2019s HERE! Sally\u2019s Studio HD\u2122 the sequel to Sally\u2019s Spa HD\u2122!\n\nNow available on iPad with better graphics, lots of characters and GameCenter! Treat yourself to a fun-packed addictive experience on the iPad! In Sally\u2019s Studio HD\u2122 travel the world helping people feel their best! Warm up on the beach, find balance at a mountaintop retreat, unwind in a peaceful courtyard and lots more. Along the way, meet a colorful collection of customers, from Teachers and Tourists, to Ballroom Dancers and Olympic Athletes.\n\nWarm-ups, yoga poses, toning, and even dance steps are some of the unique services you will offer as your studio expands. Enjoy shopping for over 60 items including new equipment, upgrades, staff, and special power-up songs to keep everyone motivated! Keep your customers happy and you\u2019ll earn extra hearts and bigger tips to help grow your very own Studio!\n\nSally\u2019s Studio HD\u2122 features the freshest Sally experience and all the fast paced fun you\u2019ve enjoyed in Sally\u2019s Spa HD\u2122. A wonderful escape for gamers of all ages, join Sally on her latest adventure today! \n\nF E A T U R E S: \n\u25a0 Move your customers to Studio stations such as Swiss Warm up Balls, Yoga Mats, Weights, Step-ups, Dance Bars and serve them rehydrating Juice and don\u2019t forget to play your favorite workout music to help them feel recharged. \n\n\u25a0 Fresh new Studio services to play as Mini Games like Yoga Pose, Stress Relief, Weights, Dancing, Step Ups, Rehydration & much more! \n\n\u25a0 It\u2019s not just about serving your customers, they may need to feel more motivated, so play the latest tunes from your boombox to help them feel upbeat or even slow down time so you can get to more customers!\n\n\u25a0 Shop for over 60 different powerups to keep those clients happy! After all, how do you train a Popstar? With a famous personal trainer of course! \n\n\u25a0 As you travel from Rio de Janeiro, Vancouver, London, Hawaii, Hong Kong, Sydney, India and many more places, you will meet many character personalities like soccer players, ballroom dancers, kungfu experts, models ,nurses, popstars and even an astronaut plus way more!\n\n\u25a0 With 50 Levels and 10 beautiful locations around the world with many medals and trophies to earn you get hours upon hours of fun! \n\nHighly recommended for fans of time management games such as Sally\u2019s Spa, Sally\u2019s Salon, Supermarket Mania, Diner Dash & Cake Mania. \n\nAt Games Cafe we worked hard to make Sally\u2019s Studio\u2122 the best game possible. We really hope that you enjoy this game and tell your friends and family! :)\n\nSally loves to hear from her fans. Visit the links below to get all the latest Sally\u2019s Game updates, contests, free promo codes and other fun gifts! Here are a few ways to get in touch:\n\nBecome a Sally\u2019s Studio\u2122 Fan on Facebook, when visiting just click on \u201cLike\u201d button at the top! \nhttp://bit.ly/ihJpVb \n\nSally also has a Sally Facebook page for all of the Sally games. Join nearly 25,000 other Sally fans at the Facebook page here: \nhttp://bit.ly/cPtUDM \n\nSally\u2019s followers at Twitter, follow @SallysGames now by clicking here: \nhttp://twitter.com/SallysGames\n\nSally even has her own website, another way to visit Sally is to go here:\nwww.sallysgame.com""",Games Cafe Inc.,4+,"EN, FR, DE, IT, ES",647016448,Games,"Games, Entertainment, Casual, Strategy",24/11/2011,13/09/2017
-https://apps.apple.com/us/app/hack-run-2-hack-zero-hd/id437978188,437978188,Hack RUN 2 - Hack ZERO HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple60/v4/a5/cb/5b/a5cb5bb6-54ef-c585-0938-19114ed4d4f9/source/512x512bb.jpg,4.5,67,2.99,,"It\'s time for a SECOND Hack RUN! \n\nNote: \'Hack RUN 2 - Hack ZERO HD\' is a prequel to the app \'Hack RUN\'. You should play \'Hack RUN\' before starting this game. \n\n>>> ""...I promise you that today\'s hacking game for the iPhone is worth the look. It\'s called Hack Run ZERO, and here\'s why you need to check it out..."" - AppChronicles.com\n\nTest your skills again as you hack your way through strange and secretive organizations to discover their hidden agendas! Hack ZERO HD uses old school prompts (like dos and unix) to help you navigate from system to system. As you access users\' accounts, you\'ll discover more and more about the organizations and the people that work there. \n\nYour adventure begins when you receive a disturbing ransom note about a loved one. Your only way to set them free is to follow the kidnapper\'s shady demands. Once again your mission is to penetrate the maze of computer accounts through the use of your hacking skills. The stakes run high as you uncover more and more of the enemy\'s diabolical plan; and with over 70 levels there\'s no guessing how it will all end! \n\nThe iPad \'HD\' version contains additional features not found in the standard iPhone game such as functional \'command\' windows that can be resized and moved around the terminal. \n\nStuck on a level? Just use the \'hint\' or \'answer\' commands to help you along.\n\n====================================== \nMake sure to play the THIRD, FOURTH and FIFTH games called \'Hack Time HD\', \'Hack NET HD\' and \'Hack WATCH\' after you complete this game! \n====================================== \n\n\'Hack RUN 2 - Hack ZERO HD\' is a game. It is not a tool or aid for learning how to hack into real computer systems. i273, LLC does not endorse hacking.","i273, LLC",12+,EN,13284352,Games,"Games, Puzzle, Strategy, Entertainment",28/06/2011,5/05/2016
-https://apps.apple.com/us/app/mempathy/id438032206,438032206,MemPathy,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/1c/da/78/1cda7884-2a60-9544-f78b-b1540bfaf142/source/512x512bb.jpg,,,0,,"A simple memory game, trying to recreate a path against the clock or your friends.\n\nVery Simple. Very Addictive. Very Annoying",Turquoise Tooth Technology,4+,EN,6982656,Games,"Games, Strategy, Puzzle",10/03/2012,26/09/2017
-https://apps.apple.com/us/app/ching-chang-chong/id438044811,438044811,Ching Chang Chong,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/92/cf/c4/92cfc461-73fe-f758-5465-0e091cf651fd/source/512x512bb.jpg,,,0,,Ching Chang Chong das beste Spiel von allen. Egal ob Spa\xdf oder zur entscheidung. Es ist einfach und macht auch Spa\xdf. Zur Einf\xfchrung von Musik Player Plus gibt es Ching Chang Chong jetzt kostenlos (http://itunes.apple.com/us/app/musikplayer-plus/id445509435?mt=8&ls=1),JBStudio,4+,EN,241895,Games,"Games, Family, Entertainment, Strategy",22/05/2011,22/05/2011
-https://apps.apple.com/us/app/crimson-steam-pirates/id438053238,438053238,Crimson: Steam Pirates,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/9a/d3/86/9ad386b0-5f0d-d9c6-9ef3-deb487dc560f/source/512x512bb.jpg,4.5,10640,0,"2.99, 1.99","""In Crimson: Steam Pirates, plumes of black smoke fill the blue Caribbean sky as Thomas Blood\u2019s pirate fleet steams ahead\u2014over, above, and below the waves. On the surface, ships bristle with swivel cannons and lightning guns. Above, zeppelins drip with incendiary bombs. And below, silent and deadly, submarines stalk their targets, torpedoes at the ready.\n \nCommand your fleet and your Steampunk crew using an elegant action interface. Crimson: Steam Pirate\u2019s turn-based gameplay provides an addicting mixture of strategy and action as you anticipate your enemies\u2019 moves and counter them, luring them into a deadly hail of weapons fire while uncovering the mystery brewing in the Caribbean.\n \nCrimson: Steam Pirates features:\n \n\u2022 8 free-to-play voyages begin the tale of Thomas Blood\u2019s adventures in the Caribbean\n\u2022 Chapters 2 & 3 feature a total of 16 additional voyages that complete the tale, available as in-app purchases\n\u2022 2 \u201cPass-and-Play\u201d multiplayer scenarios\n\u2022 Over a dozen types of ships, subs, and airships\n\u2022 Over 20 unique crew members whose special abilities enhance gameplay\n \nPresented by Bungie Aerospace and conceived by the mind of Harebrained Schemes' Jordan Weisman, creator of the MechWarrior, Crimson Skies, and Shadowrun universes.""",Bungie Aerospace Corporation,12+,EN,180524503,Games,"Games, Strategy",1/09/2011,8/12/2011
-https://apps.apple.com/us/app/picopicofighters/id438081990,438081990,PicoPicoFighters,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/56/45/03/56450318-e9f2-c9d5-d4d1-335f4cb687f2/source/512x512bb.jpg,4.5,52,2.99,,"""Just Hard Shooting Game!\nDestroy them all!\n- 4 Stages\n- Trace Play Mode\n- Global Top 10 Fighters Ranking (New)\n\nYou can see top 10 player's trace play.""",yamagame,4+,"EN, JA",2350080,Games,"Games, Entertainment, Strategy, Action",28/05/2011,13/10/2017
-https://apps.apple.com/us/app/pioneer-lands-lite-western-settlers-strategy/id438178197,438178197,Pioneer Lands lite: western settlers strategy,,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/21/db/bf/21dbbf10-006b-9c3d-b27b-8fcf2d41b792/source/512x512bb.jpg,4,162,0,"2.99, 0.99, 0.99","""Pioneer Lands is a unique game with a fascinating combination of business simulation and strategy set on the frontier of America's Old West! A true Western casual game! \n\nIt's a story about brave pioneers who lived in early America. You're one of the first to head west into all sorts of adventures. Your mission is to develop new tracts of land! You'll discover eight unique locations, 99 levels, and an unbelievable number of various tasks which will require strategic thinking! \n\nFeatures: \n- A fascinating combination of business simulation and strategy \n- 48 levels of an intriguing gameplay! Two more great level packs are coming soon! \n- 23 types of resources \n- A unique system of achievements - get all 99! \n- Build your own unique farm! \n- A comical series of video clips with country music \n\nWelcome to America's Old West! Unbelievable adventures are about to begin! \n\n--------------------------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nFollow us on Twitter: http://twitter.com/NevosoftGames \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com""",Nevosoft LLC,4+,"EN, DE, RU",16177987,Games,"Games, Simulation, Strategy",1/09/2011,20/12/2011
-https://apps.apple.com/us/app/starbase-orion/id438375580,438375580,Starbase Orion,,https://is1-ssl.mzstatic.com/image/thumb/Purple127/v4/2d/54/cd/2d54cd10-b4f2-d07f-7c05-da916376e682/source/512x512bb.jpg,4.5,2295,7.99,,"""The best 4X game currently available for mobile"" - PocketTactics.com\n""This one is geek heaven"" - AppAdvice.com\n""Master of Orion in Your Pocket\u201d - GamePro.com\n""Starbase Orion has an epic-feeling"" - TouchArcade.com\n""Starbase Orion is here, and it\'s glorious."" - TUAW.com\n\nExplore. Expand. Exterminate. Can you defeat your friends and become the ruler of the galaxy?\n\nStarbase Orion is an old-school 4X space strategy game that draws inspiration from titles such as Master of Orion and Galactic Civilizations. Lead your empire from the birth of its space age; colonize new worlds, explore new horizons, and discover other players attempting to do the same. It is a race to the stars where only one empire can declare victory over the galaxy.\n\nNew to 4X Strategy Games? No Problem\n\nStarbase Orion includes a hand tailored tutorial mission perfect for those new to the genre. It features high-quality voice acting provided by the very talented Maurice Thomas.\n\nAged like a Fine Wine\n\nWith nearly a five year life span the dedicated community of Starbase Orion players and the developer have produced twenty-four fantastic updates. Each update has introduced new features and player suggested functionality to make the game better, more strategic, and more immersive.\n\nStrong Single-Player Experience\n\nCompete against a battle-tested artificial intelligence. Our AI was derived from our entry into to 2010 Google AI contest, where it placed in the top 15% of thousands of competing intelligences. Go head-to-head against a single AI opponent, or ramp up the carnage with a 4 way free-for-all.\n\nGameCenter Multiplayer Turn-Based Games\n\nStarbase Orion was designed to provide a fantastic multiplayer experience. Launch the game, sign into GameCenter, and start a new multiplayer game. No need to coordinate play times or seek out other players. Just go play, when you want and on your terms.\n\nChoose Your Race, Or Create Your Own\n\nThere are five uniques races included; Human, Draske, Vass, Cyban, and Isather. You can also create your own custom race by picking and choosing between different race characteristics.\n\nIntense Space Combat\n\nDesign your ships from a variety of weapons, hull, and systems. Send them into battle against the enemy. Give them orders, then watch the battle in unfold as they duke it out in the dark expanses of space.\n\nDiplomacy, Espionage, Free Agents\n\nDirect confrontations not your cup of tea? Negotiate your way to victory through diplomatic endeavors. Confound your enemies with an army of spies. Contract one of the many power and unique leaders to help you to victory.\n\niCloud Support\n\nStarbase Orion is built from the ground up for iOS 5. It supports iCloud so that your saved games are instantly available on all of your devices. Start a game at home on your iPad, then pick it up again the next day on your iPhone. Simple, streamlined, fantastic.\n\nUniversal - You Bought the Cool Gadgets, Go Play on Them\n\nFull support for iPad, iPhone, iPod, standard and Retina displays. Play when you want, where you want.\n\nGuaranteed Pricing\n\nWhile it is quite common for apps to become \u201cfree for a day\u201d, Starbase Orion is not one of those apps. The standard price for Starbase Orion is $7.99 USD; it will never run a \u201cfree for a day\u201d campaign. Tens of thousands of players have placed their confidence in us by purchasing Starbase Orion, and this is our guarantee to you.\n\nGuaranteed Free Updates\n\nWe have a lot more planned for Starbase Orion. We plan to release all updates for free, without any hidden fees or In-App Purchases.","Chimera Software, LLC",9+,EN,261958656,Games,"Games, Strategy, Simulation",12/10/2011,27/05/2017
-https://apps.apple.com/us/app/battle-boats-extreme/id438422672,438422672,Battle-Boats Extreme,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/2f/75/51/2f7551e2-6e17-bc33-719a-3d69861814e3/source/512x512bb.jpg,2.5,26,0,"1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99","Challenging, addictive, and fun - all of these words describe the popular game of Battleships, which as a pen and paper game has been around for over 100 years now.\n\nDue to customer requests, Dilemma Apps has produced one of the finest interactive versions of this game for you to download and enjoy wherever you are. This version for the iPad offers a greater challenge than our quicker version of Battle-Ships which is available on the iPhone and iPod Touch.\n\nOur design is not too far away from what Clifford Von Wickler came up with in the early 1900s. Using logic alone, work out where each of the ships in the fleet has been hidden. The numbers to the left of or above the grid indicate how many ship parts are in each of the rows or columns.\n\nThis app contains 12 FREE puzzles and additional packs of 40 can be purchased.",Dilemma Apps,4+,EN,5351974,Games,"Games, Entertainment, Puzzle, Strategy",23/06/2011,22/12/2011
-https://apps.apple.com/us/app/puerto-rico-hd/id438437326,438437326,Puerto Rico HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/3e/3f/a8/3e3fa81f-f8b1-0760-6fe1-189e666d9547/source/512x512bb.jpg,4.5,3181,3.99,,"Puerto Rico has finally gone mobile! Experience one of the world\u2019s most popular board games in stunning HD and with fast, crisp game play. \n\nTravel back in time to the days of colonial Spain and become one of Puerto Rico\u2019s island governors. Prospect for gold, plant crops, and build up your economy in an epic quest for island domination. Players will have to take on the roles of mayors, settlers, traders, captains, and craftsmen to beat out their opponents.\n\nFeatures include:\n\u25ba Beautiful HD graphics include new building designs and animated, in-game cut scenes.\n\u25ba Compete against up to four other players, and mix and match between the computer, your friends (pass and play and local connectivity), or other players online through the Game Center.\n\u25ba Specially designed tutorial and in-game Help feature for those new to the game (or anyone who might want a brief brush-up on the rules).\n\u25ba Automatic resource distribution: no more fumbling with tiny board pieces.\n\u25ba No set up of the game required! Press \u201cPlay\u201d and get started. And best of all, no tidying up after a match.\n\nSo dust off your conquistador hat, pull out your doubloons, and join the over 250,000 fans who have already fallen in love with Puerto Rico.\n\nIn addition to being ranked number one for eight years in a row on BoardGameGeek.com, Puerto Rico has also received the following awards:\n\n\u25ba German Games Award\n\u25ba Austrian Gaming Experts Award\n\u25ba Game of the Year Nominee, Germany\n\u25ba United States International Gaming Award\n\u25ba And many more \u2026",Ravensburger Digital GmbH,4+,"EN, FR, DE, IT, ES",103260160,Games,"Games, Entertainment, Strategy, Board",4/08/2011,8/11/2018
-https://apps.apple.com/us/app/island-tribe-hd-free/id438669536,438669536,Island Tribe HD Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple6/v4/f2/64/fa/f264fa09-413f-a315-36d8-5280502e64ab/source/512x512bb.jpg,3,173,0,,"Get ready for exciting adventures and real challenges in this FREE HD adaption of a widely popular PC game called Island Tribe, now optimized for iPad! \n\nIsland Tribe HD is a perfect game to play on your device that combines a well balanced mix of strategy, time management, and adventure into one package! \n\nYou find yourself on a mysterious island in the middle of the ocean inhabited by a forgotten tribe. The islanders lived a carefree and quiet life and everything seemed to be perfect\u2026 until one day a great volcano woke up. As the sky spewed lava and ash, the villagers abandoned their homes and ran for their lives! Help the settlers reach the ocean before the great volcano strikes its final blow in Island Tribe, a fun Strategy game!\n\nPlay 5 levels for FREE and upgrade to the Full Version to get:\n\n- incredible action and fast-paced gameplay \n- 30 challenging levels in 3 colorful episodes \n- beautiful HD graphics and animations \n- strategy and time management gameplay \n\nMake all haste you can! Escape from a doomed island!\n\nGrab it while you can, and TELL YOUR FRIENDS!\n\nJOIN US! \n\nFollow us on Facebook: https://www.facebook.com/RealoreGame \nFollow us on Twitter: https://twitter.com/RealoreGames",Qumaron,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ES, SV",123760640,Games,"Games, Strategy, Adventure, Entertainment",27/05/2011,6/08/2013
-https://apps.apple.com/us/app/spell-words/id438669885,438669885,Spell Words,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/2c/9f/09/2c9f0997-7960-5e05-d47b-d83a816dcf50/source/512x512bb.jpg,,,0,"0.99, 1.99, 2.99, 3.99, 4.99","Spell Words is a social word game that pits your word skills against other players. You have a minute to create as many words as you can from a 4x4 grid of random letters. Use spells to increase your word score and make it harder for your opponent to beat you.\n\nEarn experience by winning challenges and become the top wizard!\n\nADDICTIVE FEATURES\n\n\u2605 Play with friends on iPhone, iPad, and iPod Touch \nChallenge your friends on Facebook or Twitter. Challenge multiple people at a time!\n\n\u2605 Unlock Letters\nUse coins to unlock more powerful letters which increase your total score and rewards.\n\n\u2605 Use Spells\nDouble letter (Magic Missile), triple letter (fire ball), double word (quake), triple word (lightning), and More Time (extra 30 secs)\n\n\u2605 Leader boards\nGain experience and level up to be the top wizard.\n\n\u2605 Push Notifications\nBe alerted when you win a challenge or someone is challenging you to a duel\n\nIMPORTANT NOTE:\n\u2605 You must turn on push notifications to earn your coins from won challenges. It is also recommended to change the alert style under Settings->Notifications->SpellWords to Alert. This gives a popup menu instead of a banner that disappears.",Chris Egerter,4+,EN,20009584,Games,"Games, Word, Strategy",28/04/2012,5/05/2012
-https://apps.apple.com/us/app/qq-restaurant/id438904674,438904674,QQ Restaurant,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/0b/f5/0c/0bf50c5b-9ce2-1b7d-9b48-5cea1fa4cad7/source/512x512bb.jpg,4,169,0,,"\u2605\u2605\u2605\u817e\u8baf\u7ecf\u5178\u6a21\u62df\u7ecf\u8425\u7c7b\u6e38\u620f\u2605\u2605\u2605\n\n\u2605\u2605\u2605\u4e2d\u56fd\u4f18\u79c0\u5236\u4f5c\u4eba\u5927\u8d5b\u8bc4\u9009\u6700\u5177\u521b\u610f\u624b\u673a\u6e38\u620f\u5165\u56f4\u5956\u2605\u2605\u2605\n\n\u6d6a\u6f2b\u5728\u5ef6\u7eed,\u7701\u94b1\u4e0a\u641e\u8da3!\u641e\u8da3\u7f51\u60c5\u4eba\u8282\u8054\u5408\u300aQQ\u9910\u5385\u300b\u6700\u6d6a\u6f2b\u88c5\u626e,\u5c06\u7231\u60c5\u8fdb\u884c\u5230\u5e95\u3002\nAppStore\u641c\u7d22\u201cgao7\u201d\u5b89\u88c5\u201c\u9650\u65f6\u514d\u8d39\u201d,\u591a\u5feb\u597d\u7701\u641e\u8d77\u6765!\n\n\u5b98\u65b9\u5fae\u535a:http://t.qq.com/qqrestaurant\n\nQQ\u9910\u5385\u7531\u817e\u8baf\u6e38\u620f\u503e\u529b\u6253\u9020,\u662f\u4e00\u6b3e\u7ecf\u5178\u7684\u6a21\u62df\u7ecf\u8425\u7c7b\u793e\u4ea4\u6e38\u620f,\u79fb\u690d\u81ea\u817e\u8bafQQ\u7a7a\u95f4\u4eba\u6c14\u4e4b\u4f5c\u300aQQ\u9910\u5385\u300b\u3002\u5728\u8fd9\u91cc\u4f60\u4e0d\u4ec5\u53ef\u4ee5\u7ecf\u8425\u5c5e\u4e8e\u81ea\u5df1\u7684\u9910\u5385, \u901a\u8fc7\u5bf9\u83dc\u80b4\u7684\u7814\u7a76\u548c\u5bf9\u9910\u5385\u7684\u4e2a\u6027\u5316\u6253\u9020, \u6210\u4e3a\u4e00\u4ee3\u9910\u996e\u4e1a\u5927\u4ea8\u3002\u66f4\u53ef\u4ee5\u901a\u8fc7iOS\u7684\u79fb\u52a8\u7279\u6027\u8ba9\u60a8\u80fd\u591f\u968f\u65f6\u968f\u5730\u5728\u4efb\u4f55\u5730\u65b9\u4f53\u9a8c\u5230\u4e0ePC\u7248\u672c\u76f8\u540c\u7684\u9910\u5385\u4e50\u8da3\u3002\n\n\u6e38\u620f\u7279\u70b9:\n1. iOS\u7248\u672c\u72ec\u6709\u7684\u6d88\u606f\u63d0\u9192\u3002\u53ca\u65f6\u63d0\u9192\u60a8\u96c7\u4f63\u3001\u52a0\u83dc\u3001\u8865\u6ee1\u4f53\u529b\u3002\n2. iOS\u7248\u672c\u7279\u6709\u7684\u89e6\u63a7\u4f53\u9a8c\u3002\u5728\u624b\u6307\u8f7b\u89e6\u4e0e\u6ed1\u52a8\u95f4\u8ba9\u4f60\u53ef\u4ee5\u81ea\u7531\u7684\u96c7\u4f63\u597d\u53cb\u3001\u8e6d\u996d\u3001\u88c5\u9970\u9910\u5385\u3001\u8bbf\u95ee\u597d\u53cb\u3002\n3. \u4e0ePC\u7248\u9910\u5385\u6570\u636e\u540c\u6b65\u3002\u5305\u62ec\u60a8\u5728PC\u7248QQ\u9910\u5385\u7684\u7b49\u7ea7\u3001\u83dc\u5f0f\u3001\u597d\u53cb\u7b49\u7b49,\u968f\u65f6\u968f\u5730\u4eab\u53d7\u5230\u4e0ePC\u7248\u9910\u5385\u76f8\u540c\u7684\u6e38\u620f\u4e50\u8da3\u3002 \n4. \u4e30\u5bcc\u591a\u6837\u7684\u6e38\u620f\u6027,\u9ad8\u54c1\u8d28\u7684\u89c6\u89c9\u754c\u9762\u4e0e\u8d85\u70ab\u7684\u52a8\u753b\u7279\u6548\u3001\u5168\u65b0\u52a0\u5165\u7684\u573a\u666f\u53d8\u5316\u7cfb\u7edf,\u529b\u6c42\u6253\u9020\u6781\u81f4\u7684\u6e38\u620f\u4f53\u9a8c! \n5. \u5f3a\u5927\u7684\u4f11\u95f2\u4e0e\u793e\u4ea4\u5a31\u4e50\u6027,\u4e0d\u4ec5\u53ef\u4ee5\u8ba9\u60a8\u7684\u597d\u53cb\u5728\u9910\u5385\u4e2d\u4e0e\u60a8\u4e00\u8d77\u6210\u957f\u3001\u4ea4\u6d41,\u66f4\u80fd\u8ba9\u60a8\u901a\u8fc7\u9910\u5385\u7ed3\u8bc6\u5168\u65b0\u7684\u670b\u53cb\u3002 \n6. \u7279\u522b\u52a0\u5165\u573a\u666f\u914d\u4e50\u4e0e\u97f3\u4e50\u7cfb\u7edf,\u8ba9\u60a8\u5728\u4f53\u9a8c\u9910\u5385\u7684\u540c\u65f6\u66f4\u662f\u5982\u540c\u5728\u4eab\u53d7\u4e00\u573a\u97f3\u4e50\u9955\u992e\u5927\u9910\u3002 \n7. \u5b9e\u65f6\u7684\u95ee\u9898\u53cd\u9988\u3002\u901a\u8fc7\u4e00\u952e\u53cd\u9988\u529f\u80fd\u5c06\u60a8\u5728\u6e38\u620f\u4e2d\u9047\u5230\u7684\u4efb\u4f55\u95ee\u9898\u968f\u65f6\u4e0e\u6211\u4eec\u8054\u7cfb,\u6211\u4eec\u5c06\u6839\u636e\u7528\u6237\u7684\u5efa\u8bae\u4e0e\u9700\u6c42\u4e0d\u65ad\u5b8c\u5584\u6e38\u620f\u3002\n\n\u5e38\u89c1\u95ee\u9898FAQ\n1\u3001PC\u7248QQ\u9910\u5385\u91cc\u9762\u7684\u529f\u80fd,\u8fd9\u91cc\u90fd\u6709\u5417?\n\u7b54:QQ\u9910\u5385for iPhone\u4e0ePC\u7248QQ\u9910\u5385\u7684\u6570\u636e\u90e8\u5206\u540c\u6b65,\u5305\u62ec\u7b49\u7ea7\u3001\u597d\u53cb\u3001\u83dc\u5f0f\u7b49,\u4f46\u662f\u4e0d\u5305\u62ec\u6536\u8d39\u6709\u5173\u7684\u5185\u5bb9,\u4e0d\u652f\u6301\u5927\u80c3\u738b\u3002\u73a9\u5bb6\u80fd\u5728ios\u7248\u4f53\u9a8c\u5230PC\u7248\u5927\u90e8\u5206\u529f\u80fd,\u5e76\u80fd\u4f53\u9a8cios\u7248\u5bf9\u6e38\u620f\u7684\u72ec\u6709\u4f18\u5316\u3002\n\n2\u3001\u6211\u662f\u57283G\u7f51\u7edc\u4e0b\u4f7f\u7528QQ\u9910\u5385,\u4f46\u7a81\u7136\u4e0d\u80fd\u767b\u5f55\u6e38\u620f\u4e86,\u600e\u4e48\u529e? \n\u7b54:\u5728\u8fdb\u5165\u624b\u673a\u8bbe\u7f6e-\u901a\u7528-\u8fd8\u539f,\u70b9\u201c\u8fd8\u539f\u7f51\u7edc\u201d\u5c31\u80fd\u6062\u590d\u4e86\u3002 \n\n\u2605\u2605\u2605\u2605\u2605\u2605\u2605\u610f\u89c1\u53cd\u9988 \u2605\u2605\u2605\u2605\u2605\u2605\u2605\nQQ\u9910\u5385\u53cd\u9988QQ\u7fa4:136028849 \nE-Mail:qqrestaurant@vip.qq.com\n\n\n\u58f0\u660e \n\u672ciOS\u7248QQ Restaurant\u4e0e\u5176\u4ed6\u5e73\u53f0\u7684QQ Restaurant\u5171\u4eab\u7528\u6237\u7b49\u7ea7\u3001\u6e38\u620f\u91d1\u5e01\u548c\u7ecf\u9a8c\u6570\u636e\u3002 \n\u4f46\u817e\u8baf\u7684\u865a\u62df\u8d27\u5e01(Q\u5e01\u3001Q\u70b9)\u4ee5\u53ca\u4efb\u4f55\u5728\u5176\u4ed6\u5e73\u53f0\u4e2d\u8d2d\u4e70\u7684QQ Restaurant\u6e38\u620f\u9053\u5177\u65e0\u6cd5\u5728iOS\u7248QQ Restaurant\u4e2d\u4f7f\u7528\u3002 \nThis iOS version of QQ Restaurant may share user data, game coins and game data with versions of QQ Restaurant on other platforms (""Other Versions""). However, in-game virtual currency (such as Q\u5e01 and Q\u70b9) or other virtual items purchased in or available from the Other Versions, cannot be transferred to this iOS version of QQ Restaurant, and such virtual items available in the Other Versions cannot be purchased in this iOS version of QQ Restaurant.",Tencent Technology (Shenzhen) Company Limited,4+,EN,54674744,Games,"Games, Entertainment, Strategy, Simulation",15/06/2011,10/12/2012
-https://apps.apple.com/us/app/siga/id438932271,438932271,Siga,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/28/1b/3f/281b3f2c-a241-02d0-d947-4892026bc833/source/512x512bb.jpg,4,44,0,0.99,"If you like Tic Tac Toe game, here you got a new challenge, Siga is an Ancient Egyptian Strategy Board Game available now on your iPhone, iPod and iPad\n\nYou MUST MOVE ALL game pieces then form a line like traditional Tic Tac Toe game.\n\nSiga supports One Player and Two Players, So you can play it against your iPhone or your friends.\n\nSiga also supports network play via Game Center. It have a global Leaderboard and challenging Achievements, so you can compare your score and Achievements with your friends and other players all over the world to beat their score.\n\nSiga has all these great features:\n\u2605 Single player game with two difficulty levels.\n\u2605 Two player game in the same device.\n\u2605 Network game over the internet via Game Center.\n\u2605 Global Leaderboard.\n\u2605 Exciting Game Center Achievements.\n\u2605 Great graphics & sound effects.\n\nGet your Siga game on iPhone today and have fun!\n\nFollow us on Twitter:\nhttp://twitter.com/Siga_iPhone\n\nJoin us on Facebook:\nhttp://www.facebook.com/pages/Siga/103606583066975",Log n Labs LLC,4+,"DA, NL, EN, FR, DE, IT, JA, KO, PL, PT, RU, ZH, ES, SV, ZH",33016341,Games,"Games, Strategy, Board, Entertainment",28/06/2011,9/04/2013
-https://apps.apple.com/us/app/tanks-and-turrets-off-road-hd/id439128449,439128449,Tanks and Turrets Off-Road HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/90/51/03/905103ab-47e1-9eb3-6291-fcb9450715ee/source/512x512bb.jpg,4.5,58,0,0.99,Try out 2 maps with 50 levels each\n\nIn-App Purchase - 12 Unique Maps - unlimited levels \n\nGame Center and OpenFeint support for Scores and Achievements - View layouts of Top scorers in OpenFeint \n\n3 difficulty Levels \n\n6 Types of Turrets - Newly added Flamethrower and Oil(Slow),Gordon Roberts,9+,EN,15297039,Games,"Games, Simulation, Strategy",2/06/2011,2/06/2011
-https://apps.apple.com/us/app/catanerator-map-generator/id439248947,439248947,Catanerator - Map Generator,A Catan Map Generator,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/26/a3/cd/26a3cd9b-7208-0523-34ef-d83728d81a5e/source/512x512bb.jpg,3.5,279,0,"1.99, 0.99, 1.99, 1.99","""The #1 competitive board generator for Settlers of Catan. With countless configurations, including adjacent reds, max dots per intersection, fair ports, and much more. Upgrade your app for the Expansion packs and Sea Farers.\n\nSettlers of Catan is an exciting, strategy, social board game which is played around a randomly generated board. Players collect resources, including wood, brick, sheep, wheat and ore, to trade or build new roads and settlements. First person to 10 points wins. \n\nCatanerator is a tool used to generate a board which distributes the odds in a fashion that allows a customizable balance. Now you can play Settlers of Catan with a board which does not give unfair advantages to certain players. \n\nCheck it out and let us know what you think or what you'd like to see!\n\nNOTE: The difference between Catanerator Pro and this is that Pro comes with some of the in app purchases by default.\n\nEnjoy!""",Elevated Pixels Software,4+,EN,8681472,Games,"Games, Utilities, Board, Strategy",25/05/2011,24/10/2017
-https://apps.apple.com/us/app/memory-burn/id439577614,439577614,Memory Burn,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/c4/0c/56/c40c5674-4d24-5e29-d0c3-7a755459cce9/source/512x512bb.jpg,,,0.99,,"The goal of the game is simple, clear all the tiles from the game board. However, trying to remember where all the specific colors exist is the difficult part. You will only be able to see the colors surrounding an empty tile you select. You can customize your game options, including number of colors, turning the timer on/off, and/or including move limits.",Imagic Place,4+,EN,4947968,Games,"Games, Puzzle, Strategy",1/06/2011,14/07/2018
-https://apps.apple.com/us/app/match-flowers/id439895364,439895364,Match Flowers,,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/03/01/17/030117e7-7f81-b696-4800-302b943e8c44/source/512x512bb.jpg,4,22,0,,"This is a variation of the popular ""Match and Eliminate"" game(other names: Kyodai,""Match It""), by changing rectangle to hexagon.\nTouch to select objects. If you select one object are ""same"" and ""can be linked"" with the last one, they will be eliminated. ""Can link"" means can be linked by one or two straight line. If you eliminate all objects in limited time, you win. You need sharped eyes and fast fingers :)\nUp to 4 themes are supported: ""Color blocks"", ""Flags"", ""Fruits and Vegetables"", ""Flowers""",Guihang Xu,4+,"EN, ZH, ZH",30023680,Games,"Games, Strategy, Entertainment, Trivia",31/05/2011,19/07/2013
-https://apps.apple.com/us/app/delicious-emilys-childhood-memories/id440119351,440119351,"""Delicious - Emily's Childhood Memories""",,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/08/ba/a4/08baa49c-0e5e-e2c4-40ca-24507d0af9bb/source/512x512bb.jpg,4,309,9.99,,"""Game Description:\nThe heartwarming hit game is now fully customized and available on iPad!\n\nPlayers simply love this game:\n\u201cI think the storyline is unique and entertaining. Keep games like this coming!\u201d\n\u201cReally enjoyable game. Every bit as good as the previous ones!\u201d\n\u201cIt\u2019s a lovely game. I finished all the levels and immediately started again!\u201d\n\nRekindle the magic of growing up with Delicious - Emily's Childhood Memories, a brand-new game in the timeless hit series! Emily's parents are selling the farm she grew up in, making her recall wonderful memories from the past. Follow Emily, her family, and friends on this touching journey as they live out moments of their past that made them who they are today.\n\nFEATURES: \n+ Reminisce with Emily in a touching time management adventure \n+ Meet old friends, play games from the past and get out of childhood predicaments \n+ Enjoy new content, such as a strategy guide, and a memory scrapbook\n+ Watch some of your own childhood memories come to life\n+ Now fully customized for iPad in HD quality!\n\n\n\nGameHouse Guarantee: We take pride in the loyalty and trust our customers show us when they purchase a GameHouse product. If you are not completely satisfied with your recent purchase, please contact us at iphone-games@real.com.""",GameHouse,4+,"NL, EN, FR, DE, IT, PT, ES, SV",185074525,Games,"Games, Strategy, Puzzle, Entertainment",12/07/2011,2/08/2011
-https://apps.apple.com/us/app/delicious-emilys-childhood-memories-free/id440131973,440131973,"""Delicious - Emily's Childhood Memories - FREE""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ca/98/3e/ca983eea-bef1-882e-0afc-cb6c9143ddbe/source/512x512bb.jpg,4,181,0,,"""The heartwarming hit game is now fully customized and available on iPad!\n\nPlayers simply love this game:\n\u201cI think the storyline is unique and entertaining. Keep games like this coming!\u201d\n\u201cReally enjoyable game. Every bit as good as the previous ones!\u201d\n\u201cIt\u2019s a lovely game. I finished all the levels and immediately started again!\u201d\n\nRekindle the magic of growing up with Delicious - Emily's Childhood Memories, a brand-new game in the timeless hit series! Emily's parents are selling the farm she grew up in, making her recall wonderful memories from the past. Follow Emily, her family, and friends on this touching journey as they live out moments of their past that made them who they are today.\n\nFEATURES:\n+ Reminisce with Emily in a touching time management adventure \n+ Meet old friends, play games from the past and get out of childhood predicaments \n+ Enjoy new content, such as a memory scrapbook\n+ Watch some of your own childhood memories come to life\n+ Now fully customized for iPad in HD quality!\n\nGameHouse Guarantee: We take pride in the loyalty and trust our customers show us when they purchase a GameHouse product. If you are not completely satisfied with your recent purchase, please contact us at iphone-games@real.com.""",GameHouse,4+,"NL, EN, FR, DE, IT, PT, ES, SV",68972283,Games,"Games, Entertainment, Puzzle, Strategy",26/04/2012,26/04/2012
-https://apps.apple.com/us/app/parcheesi-online-prime/id440317442,440317442,Parcheesi Online Prime,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/93/72/bd/9372bd1b-ab00-ccd3-8387-1bdc9abfc318/source/512x512bb.jpg,3.5,116,0,0.99,"Parcheesi can be played by 1 to 4 players. Each player race their four pawns from start to finish according to dice rolls along a path. The game gets interesting when a player captures an opponent player\'s pawn which is then returned to the starting area. The winner is the first player to get all four of his/her pawns to the finish square/grid (home square/grid). Play and try this amazing classic game of Parcheesi.\n\n* Play against A.I\n* 3D dice\n* Play Online\n* MultiPlayer - up to 4 players offline\n* Play with nearby iOS devices\n* 5 different Parcheesi boards\n* In-App iPod Music Player\n\nMore Features: \n* Universal app for iPhone and iPad\n* Simple User Interface \n* Sound effects: Dice roll, Pawn Cut, etc \n* Auto-saves a game \n* Start a new game anytime \n* Load a previously saved Parcheesi game \n* Parcheesi board game rules for reference \n* Facebook and Twitter integration for sharing game information\n* Leaderboards & Achievement \n\nAbout Parcheesi :\nParcheesi is also known as Ludo, Ludi in the Caribbean, ""Fia med Knuff"" in Sweden, ""The Chinese"" in Poland, \'mens-erger-je-niet"" in the Netherlands. Parcheesi board game is also similar to Tock and Sorry! \n\nPlay and try this amazing classic game of Parcheesi.",Roksana Ferdous,4+,EN,37614592,Games,"Games, Strategy, Entertainment, Board",15/07/2011,17/07/2018
-https://apps.apple.com/us/app/bubble-shootix/id440480260,440480260,Bubble Shootix,Bubble Shooter Game,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/39/b1/df/39b1df9e-02a1-48b1-3bf8-4ac898603e6f/source/512x512bb.jpg,4,1807,0,"1.99, 4.99, 9.99, 0.99, 99.99, 74.99","Shooting bubbles has never been so much fun before. Take your bubble shooting experience to the next level with Bubble Shootix. Game by Spooky House Studios - creators of Bubble Explode & Rail Maze.\n\nBubble Shootix feautures:\n\n- Beautiful animations\n- Underwater distortion effects\n- NEW: 4 skins: Classic, Jewels, Pumpkins, and Monochrome\n- Game Center leaderboards and achievements\n- Awesome bubble explosions\n- Accelerometer assisted aiming\n- Bonus bubbles\n- Bonus shapes\n- Combo bonuses\n- Hundreds of levels\n- Immersive underwater music & sound effects\n- FREE game\n\n\nExplode bubble groups of special shapes to gain additional bonus points, explode special shapes in a row and gain COMBO bonuses. \n\nGet Bubble Shootix for FREE now!",Spooky House Studios UG (haftungsbeschraenkt),4+,EN,93295616,Games,"Games, Entertainment, Strategy, Puzzle",28/06/2011,20/10/2017
-https://apps.apple.com/us/app/street-parking-3d-car-parking-and-driving-simulation/id440484760,440484760,Street Parking - 3D car parking and driving simulation,,https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/0c/97/1d/0c971dfb-90b0-f8b0-4734-11bda7367f5c/source/512x512bb.jpg,3.5,500,0,"0.99, 1.99, 0.99, 0.99, 0.99","STREET PARKING LITE\n\nThe game with almost 1 million downloads and sharing success story on app store for previous 3 years, brings to you its latest 3D car parking simulation treat as all new christmas themed car parking simulator\n\nAVAILABLE IN HD \n\nAvailable for iPhone , iPod and iPad, all three in single download\n\nGet your driving skills tested on this extremely engaging and addictive car parking game. The best of the car simulation games on store. Great game play with steering , gear , accelerator and brakes to control the car and get it to the required parking locations with lots of challenges and rewards.\n\n# UNIVERSAL APP for iPhone, iPad and iPod touch \n# cars that unlocks with levels\n# 30 levels of extreme gaming difficulty \n# High definition graphics\n# Attractive interface\n# Easy handling and great control\n# Obstacles to make the game much more engaging.\n\nStay tuned to get more updates and levels very soon.\n\nEnjoy the treat for christmas with your friends and family . Merry Christmas \n\nWEAR SEAT BELT and PLAY IT SAFE !! \nenjoy!!",Ashish Parakh,4+,EN,254947328,Games,"Games, Strategy, Simulation, Education",30/07/2011,19/12/2014
-https://apps.apple.com/us/app/titus-politics-is-not-a-game/id440513050,440513050,TITUS - Politics is not a game,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/81/a7/cc/81a7ccdb-a4c1-b3eb-a57b-55e0c4eee866/source/512x512bb.jpg,4.5,56,1.99,,"Have you ever wondered what it would be like to be a politician? \n\nPlay the role of TITUS, an agoraphobic watchmaker who decides to achieve his dream of becoming the president of Wealland. \n\nTITUS by Frogames is a dark and cynical political campaign simulator, full of low blows, corruption and 3D mini-games for the iPhone, iPad, and iPod Touch. \n\n------------------------------------ \nKEY FEATURES \n\n\u2022 5 mini 3D arcade games. \n\u2022 a Campaign mode where you will have to conquer your fears and face Desmond the mime to become President of Wealland. \n\u2022 a Simple Election mode. \n\u2022 a Direct access to the mini-games to practice and beat your own records. \n\u2022 more than 30 ACHIEVEMENTS. \n\u2022 an encyclopedia that provides game tips, descriptions of the characters you already met, and a map of Wealland. \n\u2022 a somber universe featuring a uniquely gloomy atmosphere, with troubled characters, and eerie music. \n\n------------------------------------ \nPRESS QUOTES \n\n""In a market that often rewards copycats and me-tooism, it\'s refreshing to play such an odd little game and find that it\'s also a lot of fun. Darkly cynical fun, but fun nonetheless. (...) It\'s definitely a happy surprise."" - toucharcade.com 4/5 \n\n""This looks set to be a very successful game"" - heappwhisperer.com \n\n""It all feels a little like something Tim Burton could have conjured up. Even the music feels suitably eerie."" - 148apps.com \n\n""The actual gameplay is more about how well you do at minigames than actual strategy, but it\'s a fun affair, providing a tweaked parody of politics and that really interesting art style"" - tuaw.com",Frogames,12+,"EN, FR, ES",94300160,Games,"Games, Simulation, Strategy",14/06/2011,27/09/2017
-https://apps.apple.com/us/app/guide-for-the-heist-how-to-crack-the-vault/id441044224,441044224,Guide for The Heist\xae - How to Crack the Vault,"""We'll help you crack in""",https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/17/3a/f3/173af374-64ce-1d54-d9a8-9531cad822bb/source/512x512bb.jpg,3.5,14,0,,"""This Step-by-Step guide for The Heist\xae for iPhone will walk you through every dastardly puzzle that's stopping you from entering the vault (and even all the one's that aren't!).\n\nIncludes step-by-step solutions for all 60 puzzles, with an intuitive and easy-to-use interface that will guide you through any challenge you might face.\n\nFEATURES\n\u2022 Step-by-step picture solutions for all 60 puzzles\n\u2022 Elegant user interface for navigating the levels with easy-to-follow layout\n\u2022 No internet connection required - all images are already in the app!\n\nSo what are you waiting for, agent...if you can't get in on your own, let us help!\n\nThe Heist\xae is a registered trademark of MacHeist and tap tap tap. This guide is in no way affiliated with MacHeist or tap tap tap, and is meant for entertainment purposes only.""",Cameron Roth,4+,EN,50920448,Reference,"Reference, Puzzle, Strategy, Games",7/06/2011,10/07/2017
-https://apps.apple.com/us/app/adas-kindergarten/id441057185,441057185,"""Ada's Kindergarten""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ab/11/52/ab1152d5-d074-607e-396a-4f288b6bd767/source/512x512bb.jpg,3.5,290,0,"0.99, 0.99, 0.99, 0.99, 2.99, 4.99","*ALL ADA\'s GAMES are NOW FREE for a LIMITED TIME!* \n*SEARCH for ADA on the APP STORE!* \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nARE you GOOD with KIDS? FIND OUT in ADA\'S LATEST ADVENTURE!\nJOIN ADA back at SCHOOL, NOW in FULL HD, w/ support for RETINA + iPAD DISPLAYS!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nAda: Susan? Susan! It really is you! We haven\u2019t seen each other in such a long time! You look worried... is something wrong? \n\nSusan: Well... remember the kindergarten we both went to? Now I\u2019m in charge of running the place! And even though I\u2019ve tried everything, the kindergartners\u2019 parents are still unhappy about so many things! I don\u2019t know what to do anymore! \n\nAda: Hmm... It would be nice to see our old school again... And I\u2019m always up for trying something new... \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 classic TIME-MANAGEMENT\n\u2022 beautiful, unique ""ADA\'S"" ART-STYLE\n\u2022 so much CONTENT, so much GAMEPLAY!\n\u2022 simple and intuitive CONTROLS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 4 diverse ENVIRONMENTS\n\u2022 4 sets of CHARACTER STYLES\n\u2022 7 exciting MINI-GAMES\n\u2022 10 cute-as-can-be KINDERGARTENERS\n\u2022 50 levels of INCREASING DIFFICULTY\n\u2022 full HD support for RETINA + iPAD DISPLAYS\n\u2022 game center LEADERBOARDS + ACHIEVEMENTS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,4+,EN,66534645,Games,"Games, Strategy, Simulation, Entertainment",19/07/2011,27/11/2011
-https://apps.apple.com/us/app/stupid-test-brainteasers-trivia-and-logic/id441081314,441081314,"Stupid Test - Brainteasers, Trivia, and Logic",Thinking and Logic Game,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/d5/e0/e5/d5e0e518-f5b5-e514-c7ed-e76e51ee6c53/source/512x512bb.jpg,3.5,25,0,0.99,"""This app is filled with tricks, jokes, riddles and trivia challenges to test your logic! You never know what kind of questions you're going to be asked: trick questions, IQ questions, a puzzle to solve, or something funny and dumb.\n\nForget other knowledge apps or thinking games with boring quizzes or predictable questions, this game is interactive and challenging! You don't have to be a genius to play, but you definitely can't be a moron and guess your way through it. Challenge yourself for best score or play with friends to see who's the biggest idiot.\n\nAddicting, fun, and great for kids.""","Digital Bananas, LLC",9+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES",21555200,Entertainment,"Entertainment, Games, Trivia, Strategy",14/06/2011,17/08/2017
-https://apps.apple.com/us/app/idiot-test-brain-teasers-and-mind-games/id441081494,441081494,Idiot Test - Brain Teasers and Mind Games,Common Sense Challenge,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/ad/84/1f/ad841fd4-c9bc-923b-d6c5-03442cff1d5e/source/512x512bb.jpg,3,32,0,0.99,"Test your logic, common sense, and memory with jokes, tricks, and popular trivia. This game is interactive and challenging! Your mind will be spinning trying to answer some of these impossible questions. Challenge yourself and your friends to see who is the biggest idiot!","Digital Bananas, LLC",4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES",22466560,Entertainment,"Entertainment, Games, Trivia, Strategy",14/06/2011,18/08/2017
-https://apps.apple.com/us/app/steambirds-survival/id441192740,441192740,Steambirds: Survival,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/84/e9/a8/84e9a8bc-cfb5-d4a8-638c-b009758cb8f1/source/512x512bb.jpg,4,2164,0,"2.99, 4.99, 0.99, 1.99, 2.99","In the Steambirds universe, the Allies are losing the war against the Axis powers and their incredible Armada. As an elite Allied pilot, your goal is to stand your ground against endless waves of Axis aircraft. The odds are overwhelming. You\'re hopelessly outnumbered. The United Kingdom is almost certainly doomed, but you *might* be able to save its citizens.... if you can hold off death long enough for them to evacuate!\n\nSteambirds: Survival features 10 unique aircraft and 80 unique missions. Each plane in SB:S has its own strengths and weakness which will require you to change your strategy if you want to succeed. You\'ll also need to collect powerups dropped by enemy aircraft; grabbing and using these at the right time will be the key to your survival. \n\nSteambirds: Survival, the sequel to the hit game Steambirds (first released in 2010 and played by over 12 million people worldwide) is brought to you by its original creator, Spry Fox, and by Halfbrick, the developer of Fruit Ninja and Jetpack Joyride. \n\n***************************************\nIMPORTANT NOTE FOR CURRENT CUSTOMERS: If you have previously purchased the ""unlock all cities"" upgrade, after you update the game, the cities may once again appear locked. This is easily rectified! Just verify in iTunes Purchase History that your purchase is there, then click the ""buy"" button again (you won\'t be charged twice.) If for some reason the purchase is *not* showing up in iTunes, just email us and we\'ll help you.\n***************************************","Spry Fox, LLC",9+,EN,14042530,Games,"Games, Action, Strategy, Entertainment",13/10/2011,13/03/2013
-https://apps.apple.com/us/app/modern-ludo/id441878713,441878713,Modern Ludo,Chinese Aeroplane Chess,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/73/62/7c/73627cb2-0ce4-83dc-1dd1-77db5b67556b/source/512x512bb.jpg,4,52,0,"0.99, 0.99, 0.99","""Unlike traditional Ludo (Aeroplane / Flying Chess), Modern Ludo modifies the game rule to make its suitable of mobile device and more excited. And also it provides ultimate graphical effect, makes Ludo game more funny.\n\nUse your bullet to destroy all enemies! Watch out! Don't flow (6) 3 times.\n\nGame rule:\n1. Flow the dice to decide the play sequence\n2. Flow even number to arise your airplane, such number 2 rise 1 airplane, number 4 rise 2 airplanes, and number 6 rise 3 airplanes.\n3. Each time only allow to move 1 airplane.\n4. When airplane moves to same color, you can jump.\n5. When airplane moves to the fly path with same color, it can fly.\n6. When airplane moves to a square, but this square have an enemy airplanes. It will intercept enemy and destroy enemy airplane.\n7. Airplane can intercept any number of enemy airplanes. So you can use one airplane to destroy up to 4 enemy airplanes.\n8. All of be intercepted airplanes will go back to airport.\n9. When 4 airplanes arrive center, he will win the game.\n10. When player flowed number 6, the player will obtain one bonus turn. But when he flows number 6 three times, all of his airplanes will be destroyed and go back to airport.\n\n*** Our new Ludo game ***\nLudo 3D : A Unique Real Flying Chess / Aeroplane Chess\nhttps://itunes.apple.com/app/ludo-3d-unique-real-flying/id741885934""",Waterpower Technology,4+,EN,23592960,Games,"Games, Entertainment, Board, Strategy",14/06/2011,23/06/2018
-https://apps.apple.com/us/app/defense-of-fortune-the-savior/id442103631,442103631,Defense of Fortune: The Savior,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/be/98/f0/be98f0a4-9b68-bdf5-35a5-be82d5974fb2/source/512x512bb.jpg,3.5,337,0.99,"0.99, 4.99, 9.99, 99.99, 49.99","Let\'s be the savior of the Fortune world.\n\n""Defense of Fortune : The Savior"" is Episode 3 of The Fortune Chronicle Series.\n""Rebirth of Fortune"" and ""Sorcerer of Fortune"" are in The Fortune Chronicle Series, these games were SRPG and Puzzle. \nThe Defense of Fortune is a new challenge as a defense style game. \n\nThe goal of the game\n\nThe goal is defending castles with request of every lord of castles in the world.\nYou have to defeat all of the enemies before tearing the castles down.\nSave all of the castles from enemies and upgrade units and facilities with money which gained by defeating enemies.\nUltimately, eliminate the conspiracy of Ancient Dragon which is a mother of evil.\n\nRule of the game\n\n1. You must defend the castle. \n""Wave"" is that monsters are approaching to the castle continuously.\nThere are about 18 to 50 monsters in a Wave.\n\n2. You can use 8 units which are Soldier, Thief, Ninja, Knight as Assault Units and Archer, Healer, Gunner, Sorcerer as Long Range Units.\n\n3. You can block the enemies by placing Assault Units on the field or Long Range Units on the castle.\nYou can upgrade ability of units with money.\n\n4. The Healer gather The Ether to supply money without attack.\nYou Tap the icon above it, get some money.\n\n5. The Sorcerer has the magic of Thunderbolt and Meteor with normal attack.\nYou need to see the magic icon above it.\n\n6. The Catapult can attack many of the enemies at the same time.\nYou can upgrade It\'s capacity, accuracy, power, reload time with money.\n\n7. You can build the tower on field side with a big money.\nYou can place long range units on the tower in the path of monsters.\nIt makes easy to defend castle.\n\n8. If the castle durability gage becomes zero by the monster\'s attack, then the game is over.",Dotomchi Games Inc.,9+,"EN, KO",84831232,Games,"Games, Entertainment, Strategy, Role Playing",1/07/2011,26/07/2018
-https://apps.apple.com/us/app/chess-socialchess/id442239737,442239737,Chess - SocialChess,"Beautiful, Online, No Ads!",https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/8d/81/8d/8d818de6-b15b-8275-0394-8f1af38e3729/source/512x512bb.jpg,4.5,8545,0,"7.99, 7.99, 3.99","A polished, full featured way to play chess against friends or random opponents online. Play fast chess with a clock, or play many correspondence games at a time making moves whenever you have a chance every day or so.\n\n""Fantastic app. Easily the best head-to-head app out there!"" -Leo Laporte\n\n""Social Chess Is The Best Way To Get Your iCheckmate On"" -CultOfMac.com\n\nDESIGN PRINCIPLES\n\n* No Advertisements!\n* Beautiful, clean, intuitive layout.\n* Features are chosen and implemented carefully.\n* Your privacy is respected. We will not spam or share any user info.\n* Game features are driven by your feedback.\n\nGAME FEATURES\n\n* Statistics - ELO Rating, Wins, Losses, Draws.\n* Elo Charts & Per Opponent statistics.\n* Advanced features such as Conditional Moves and Premoves.\n* Receive push notifications when a game is updated.\n* Play even when there is no internet connection. Moves are sent later.\n* Play up to 5 games at a time, or increase it to 100 with In-App purchase.\n* Search for opponents by username, email, or we\'ll match you with a random opponent.\n* Claim Victory if opponent does not make a move in the time allowed.\n* Optional Takeback move.\n* Chess960\n* Analysis Board to work out your strategy.\n\nSOCIAL FEATURES\n\n* User Profile including picture, comments, etc.\n* Map view of your opponent\'s location.\n* Chat and Group Chat\n* Browse your opponent\'s games, and their opponent\'s games.\n* Elo Rankings",Woodchop Software LLC,12+,"NL, EN, FR, DE, IT, PT, RU, ES",85752832,Games,"Games, Board, Strategy, Education",29/06/2011,2/08/2019
-https://apps.apple.com/us/app/car-battles-lite/id442863029,442863029,Car Battles Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/9e/88/24/9e882470-9749-2250-8012-0bfa2ee1cecc/source/512x512bb.jpg,3.5,51,0,,"""When you have to fight your way through to get to your destination, some people modify their cars to get there faster.\n\nCar Battles Lite is a free game where you are in the middle of a war and your car is your weapon. Car Battles is a worms war based game.\n\nCar Battles Lite Main Features:\n- 10 new free levels\n- Game Center leaderboard and achievements\n- Pause and return to game\n- Share with your friends on Facebook and Twitter\n\n\n\nYou can take multiple roads to defeat your enemy. Some drivers prefer to hone in with their aim on the enemy's car. Hitting the car directly with your bombs will damage and eventually explode it.\n\nOther fighters prefer to dig a hole for the enemy and watch the enemy fall to destruction. You can dig underneath the enemy's car or close to it to throw him down a chasm.\n\nYou can also destroy your enemy's car by flipping it. You may destroy the ground under your enemy's feet in such a way that flips your enemy's car. Flipping over a car will blow it up.\n\nNow some players will combine all of the above.\n\nWhat path will you take?""",Challenge Solutions LLC,4+,EN,11571637,Games,"Games, Strategy, Sports, Racing",8/08/2011,3/02/2012
-https://apps.apple.com/us/app/samurai-wars/id442916628,442916628,Samurai Wars,,https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/cf/93/0f/cf930f7f-c015-0b2d-d87b-277ea9a8b3a4/source/512x512bb.jpg,4,2917,0,,"""Samurai Wars is a real-time tactical war-game for up to four players set in the Sengoku jidai period of medieval Japan. Be a samurai warlord and command your troops on the battlefield, using tactical skill to defeat the enemy army. \n\nFEATURES\n\nReal-time tactical war-game for two or more players with realistic battle simulation of thousands of individual soldiers.\n\n8 different unit types:\n- bow, arquebus, and yari ashigaru\n- katana, and naginata samurai\n- bow and yari cavalry\n- general's bodyguard\n\nIncludes sandbox mode, where you can try out units and experiment with different strategies, and where you can use the editor to make custom maps. Map files can be synchronized with iTunes File Sharing.""",Niklas Ungman,9+,EN,34427904,Games,"Games, Strategy, Simulation",14/06/2011,26/04/2019
-https://apps.apple.com/us/app/pioneer-lands-hd-lite-western-settlers-strategy/id443133595,443133595,Pioneer Lands HD lite: western settlers strategy,,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/84/56/6a/84566a49-1ddc-1eb3-4ad1-56b194766f43/source/512x512bb.jpg,4,1312,0,"2.99, 0.99, 0.99","""GREAT PRODUCTION VALUES, 99 LEVELS, HIGH REPLAY VALUE, GAMEPLAY SIMILAR TO MY KINGDOM FOR THE PRINCESS. IF YOU ARE INTO THIS GENRE, I DON'T SEE WHAT THERE IS NOT TO LIKE. WAY TO GO, NEVOSOFT! - GAMEZEBO.COM\n\nPioneer Lands is a unique game with a fascinating combination of business simulation and strategy set on the frontier of America's Old West! A true Western casual game!\n\nIt's a story about brave pioneers who lived in early America. You're one of the first to head west into all sorts of adventures. Your mission is to develop new tracts of land! You'll discover eight unique locations, 99 levels, and an unbelievable number of various tasks which will require strategic thinking! \n\nFeatures:\n- A fascinating combination of business simulation and strategy\n- 48 levels of an intriguing gameplay! Two more great level packs are coming soon!\n- 23 types of resources\n- A unique system of achievements - get all 99!\n- Build your own unique farm!\n- A comical series of video clips with country music\n\nWelcome to America's Old West! Unbelievable adventures are about to begin!\n---------------------------------------------------------- \nLIKE GAMES BY NEVOSOFT? \nWHY NOT TRY SOME OF OUR OTHER GAMES! \n\nMysteryville: Sort out the small town's mysterious events in this classic hidden object game - made just the way it should be!\n\nMillion Dollar Quest: Solve the mystery from main hero\u2019s childhood, travel the world and win one million dollars in the unique mixture of hidden object, puzzle and adventure genres!\n\nPantheon: Unlock magic artifacts of ancient deities on an amazing match-3 journey through beautiful locations of the Ancient India.\n\nLandGrabbers: This addictive game combines classic elements of strategy, simulator, and resource management. Nothing can stop you from conquering the world now!\n\nParadise Beach: build a beach resort of your dream in a new addictive tycoon-style, click management game!\n--------------------------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nFollow us on Twitter: http://twitter.com/NevosoftGames \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com\n--------------------------------------------------------- \nTHIS GAME WAS PUBLISHED BY NEVOSOFT. \nIf you want to successfully release your game on the App Store, write us at publishing@nevosoft.com. \nOur experts perform the following services: \n- Producing your game in the final stages of development \n- Localizing it into more than 10 languages \n- Preparing your game for release (and the release itself) \n- Marketing (We have a loyal client base of over a million users) \n- Promoting your game in various media \n- Providing quality customer support""",Nevosoft LLC,4+,"EN, DE, RU",23293770,Games,"Games, Strategy, Simulation",1/09/2011,20/12/2011
-https://apps.apple.com/us/app/bubble-ball-pro/id443781760,443781760,Bubble Ball Pro,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/6d/c8/7d/6dc87d81-27a4-9bb6-2456-d1dde5b1e63a/source/512x512bb.jpg,3.5,34,0.99,,"""Bubble Ball has been downloaded over 16 million times!\n\nNEW! Community Levels - make your own levels for Bubble Ball, and play levels created by others!\n\nGo to naygames.com/create on your computer to get started making your own levels!\n\nBubble Ball Pro gives you access to all 156 levels!\n\nTry this fun, new physics puzzle game, where you will test your ingenuity and thinking skills to get the bubble to the goal.\n\nUse the pieces and powerups provided, and come up with creative solutions! There are two types of pieces, wood and metal. Wood pieces are affected by gravity when you hit Start, while metal ones stay where you placed them. Use powerups to give the bubble speed boosts and even reverse gravity! Don't like the blue bubble? Make it a different color! Don't want to start at the beginning? You can skip around to your liking and jump right into the 156 exciting levels.\n\nA great game to test your logical thinking skills, and to play whenever you're bored!""",Nay Games LLC,4+,EN,13491200,Games,"Games, Puzzle, Strategy, Entertainment",18/06/2011,18/02/2018
-https://apps.apple.com/us/app/sudoku-xl-free/id443812781,443812781,Sudoku XL Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple30/v4/5d/36/e6/5d36e6f0-f9b1-234d-12a2-97cbc157ffa6/source/512x512bb.jpg,3.5,99,0,,4 difficulty levels\nhighscores local / gamecenter\nassistence entry numbers\nshow hint\nshow wrong entries\nunlimited undo\nplay music from itunes,Stephan Abramowski,4+,EN,102106112,Games,"Games, Strategy, Board",21/06/2011,20/05/2016
-https://apps.apple.com/us/app/fishing-life-hd/id444074459,444074459,Fishing Life HD,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/de/1a/35/de1a352b-1b72-88fd-0aa7-ea4fa4a5bdb5/source/512x512bb.jpg,4,263,0,"0.99, 0.99, 1.99, 4.99, 1.99, 7.99, 1.99, 0.99, 1.99, 7.99","Big boss octopus is coming. It attacks you not only by using its tentacles but also summoning fishes to attack deck. Your eyes can\'t take it all and you have your hands full! You are too high to cramp your fingers! After victory, you will get rich gold coins as reward!\nThe unique fishing game that has super-cool full-screen fishing shooking the three realms!\nThe unique fishing game that has 21 sea animals and 6 realistic undersea worlds!\nThe unique fishing game that provides both fishing and sailing!\n\nGame Uniqueness:\n\n\u2605Super cool fishing fort, giving you a whole new experience of fishing!\n\n\u2606Trident - Shoot 3 bullets at one target from different directions\n\n\u2606Freezing gun - Freeze the fish for more hits\n\n\u2606Penetrate arrow - penetrate all the fishes in one direction instantly\n\n\u2605The most challenged: exciting time-limited and bullet-limited challenges. Only the skill master can occupy the position of king.\n\n\u2605Great sail: 4 brand new harbors are opened now. Set sail to fish the new rare fish!\n\n\u2605 Get ten times extra gold coins when you catch a golden dead fish.\n\n\u2605 Cool Collection: Collect Fish Ilustration through fishing, we have luxurious Display Wall for you to meed your demands!\n\n\u2605 More than 2 times the capture rate and double the amount of gold coins gift as compared to other ordinary fishing games.\n\n\u2605 Play it everyday and get Big ""Daily Gift"" surprise (400 gold coins)!\n\nGameplay Video:\nhttp://www.youtube.com/watch?v=m3Ja__5DMhU&feature=youtu.be",ELEX Wireless,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, ZH",37352528,Games,"Games, Entertainment, Action, Strategy",25/06/2011,19/06/2012
-https://apps.apple.com/us/app/mazzle/id444080100,444080100,Mazzle,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/fa/9b/e0/fa9be016-e8ab-d514-58ef-dedf12eca0ec/source/512x512bb.jpg,,,0,,"Mazzle is a puzzle game, that tries to bring the idea of Rubiks cube to the 2D world. It has 3 levels of difficulty: easy, medium and hard. It provides local and global scores.",Dr. Peter Mayer,4+,"AR, CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, VI",46305280,Games,"Games, Strategy, Puzzle",20/06/2011,10/06/2014
-https://apps.apple.com/us/app/goats-and-tigers-bagh-chal/id444268077,444268077,Goats and Tigers - Bagh-Chal,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/6b/77/22/6b77222b-ed74-b49c-65d8-7c8bce0aa2c2/source/512x512bb.jpg,,,1.99,,"Bagh-Chal (Nepali: \u092c\u093e\u0918 \u091a\u093e\u0932 b\u0101gh c\u0101l, meaning ""Change of Tigers"", or ""Moving Tigers"") is a strategic, two-player board game originating in Nepal. One player controls four tigers and the other player controls up to twenty goats. The tigers ""hunt"" the goats while the goats attempt to block the tigers\' movements.",42-Bit Solutions Inc.,4+,EN,57195520,Games,"Games, Strategy, Board",17/07/2011,11/11/2017
-https://apps.apple.com/us/app/valor-hd/id444300378,444300378,Valor\u2122 HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/d4/84/87/d484870b-181a-a0c0-1ee1-c7555e0776b9/source/512x512bb.jpg,4.5,11814,0,"4.99, 19.99, 9.99, 49.99, 99.99, 4.99","""Packed with action and stimulating strategy"" - Appoday\n\nValor is not a game for people looking to build pretty, pretty castles. This is war. Decisions have consequences. Use each building, troop, and alliance to determine your fate: conquer or be conquered. Welcome to Trial by Sword. \n\n""Best strategy game I\'ve ever played. A shining gem in the world of strategy gaming"" \n\n""Great game with an edge of life or death."" \n\nPlayer versus player combat is the heart of Valor. Convince, coerce and conquer those around you to survive and thrive. Guilds will reign supreme upon the backs of new and lasting friendships that extend beyond the game (and occasionally spinning off a marriage or two). Other alliances will be shattered by a single player\'s treachery. Valor is not a game; it\u2019s a way of life. \n\nFeatures: \n- Highly competitive environment with deeply strategic combat. \n- Control hundreds of cities to create a lasting empire. \n- Join a guild, conquer enemy players and claim a world. \n- Vie for entry into the Tournament of Champions. \n- Earn titles and premium items through superior play. \n- Experience multiple game modes. \n\nWelcome to Valor, Lords and Ladies. Bring your galoshes, it\u2019s gunna get messy. \n\nYou need a wifi connection to download Valor HD. If you are using cell service please search for \u2018Valor\u2019 in the App Store to download the standard definition version. \n\nWEB: http://www.valorgame.com \nTWITTER: @ValorTheGame \nFACEBOOK: facebook.com/ValorTheGame",Quark Games LLC,12+,EN,150731776,Games,"Games, Role Playing, Strategy, Entertainment",28/10/2011,29/11/2016
-https://apps.apple.com/us/app/slime-vs-mushroom/id444691851,444691851,Slime vs. Mushroom,,https://is1-ssl.mzstatic.com/image/thumb/Purple2/v4/d0/ee/a4/d0eea4c6-fee9-f5a1-1245-22c4a0c4efb5/source/512x512bb.jpg,3.5,1017,0,0.99,"Evil Mushroom corps is trying to invade a peaceful slime village. All slimes in the village gang up against the enemies. Let\u2019s fight and defeat the enemy."" \n\n[Introduction] \n""Slime vs. Mushroom"" is an easy and fun strategic defence game. Your mission is to defend slime village from evil mushrooms by placing various slimes with their capabilities in best strategic positions. Please save your slime friend! \n\n[Features] \n- Cute characters in the game. \n- Absorbing 50 stages. \n- Simple and easy operations. \n\n\n[How to play] \n- Gather resources(baby slime) from a mom slime. \n- create various types of slimes(productive/attack/Suicide bomber/defense) to defend from evil mushrooms. \n\n[Unit introduction] \n- Mom slime : produces baby slimes. \n- Attack slime : attacks enemies with various weapons. \n- Suicide bomber slime : kills enemies by suicide bombing. \n- Defense slime : blocks enemy\'s way.\n\n[FAQ]\nQ. This game is so difficult. How can I clear level 16?\nA. Why don\'t you try with ""Strong slime"", which you can buy for 30 diamonds?\nYou can easily clear it.\n\nQ. How can I gather diamonds?\nA. You can get them from mom slime playing the game. Max 4 diamonds per stage.\nYou can also get more diamonds playing already cleared stage again.\n\nQ. Why is this game so difficult? Is it possible to clear level 50 without diamonds?\nA. Frankly speaking, we admit it is difficult. We deliberately design that difficulty level. If you are good at games, you can clear all level without difficulty, we guess. We cleared level 49 only using strong slime and mine slime+ from internal test. Therefore if you add some units, you can easily clear all levels. Please enjoy yourself by challenging tough levels.",WestRiver,4+,"EN, JA, KO",18959974,Games,"Games, Strategy, Action",10/08/2011,6/02/2013
-https://apps.apple.com/us/app/assault-commander-ultimate-lite/id444744743,444744743,Assault Commander Ultimate Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/d4/ed/d2/d4edd2de-0176-5733-92fc-3e6fd44fe344/source/512x512bb.jpg,4,92,0,,"This is the lite version of Assault Commander Ultimate, a traditional turn-based strategy game played on a hexagonal map.\n\nAssault Commander Ultimate is a collection pack, it contains all missions from previous editions of the game. The lite version contains 3 missions.\n\nFeatures:\n3 single player missions in 3 campaigns.\nVarious unit types including infantry, tanks, artillery, ships and other units of modern warfare.\nBuildings including factories and resource collectors.\nAdvanced AI.\nThree difficulty levels for single player maps.\nRealistic sounds and great soundtracks.\nTactical map by pinch and zoom on the screen.\nGame Center leaderboards.\nWorks in all device orientations.\nSave and load games from Main Menu, autosave.\n\nSome user comments from previous editions of Assault Commander series:\n\nRmattbill: ""I really can\'t recommend this game strongly enough. It\'s enormously entertaining.""\nJayjayjayjaynay: ""Great game. Played through whole thing twice, and still entertained.""\nPatK.: ""Overall, I think this is a very impressive strategy game for the iPod touch.""\nrooterscooter: ""If you like turn based hex strategy games, I highly recommend this game.""\n \nThanks for your continuous support and reviews.\nJoin us on Facebook: http://www.facebook.com/vtdevapps\nFollow us on Twitter: http://twitter.com/vtdevapps",VTDev Informatics LLC,12+,"EN, FR, DE, IT, JA, KO, PL, RU, ES",55197696,Games,"Games, Board, Strategy",23/06/2011,20/03/2017
-https://apps.apple.com/us/app/crazy-school-free/id445142699,445142699,Crazy School Free,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/d5/a9/2e/d5a92eb4-63b3-f896-7597-8c98c4871986/source/512x512bb.jpg,3,46,0,,"27 fully playable levels in this edition !\nCompletely new level achievements, with more bounce, more magnets, more fun and graphical improvements. \n \nLet yourself be dragged into Crazy School Free : an incredible physic puzzle game. \n\nFollow us on Twitter for Crazy School updates and videos :\n@CrazySchoolFree\n\nBecome a fan of Crazy School on Facebook :\nhttp://www.facebook.com/CRAZYSCHOOL1\n\n\n\nThe goal is very simple and always the same: put the ball in the target.\nA ball and a target are positioned in each level, but obstacles prevent the ball going to his goal. To achieve the goal, you have a number of school supplies that are offered in a drawer and you need to position the smarter possible on your screen. Once placed at the right locations, these objects are used to guide the ball with their different properties (attraction, repulsion, rebound, translation, shift, shock, swinging, catapults, etc ...), but the ball is also subject to gravity and the laws of mechanics and physics.\nIts behavior depends on your ingenuity to put the good things in the right places.\n\nThe addictive effect is guaranteed, have fun with 27 new levels in this free edition Crazy School Free.\nBe inventive and creative with your solutions, you have several possibilities to achieve the goal. \n\n\u2605\u2605\u2605\u2605\u2605 HIGHLIGHTS VERSION \u2605\u2605\u2605\u2605\u2605\n27 different level in 3 episodes,\n20 items, pencil, magnet, ruler, lever, compass, eraser, bouncing ball and much more.\n6 different school furniture available.\n3 keys to unlock levels\n\nThe complete edition of Crazy School has 81 levels different from those of the present edition.\n\nA really addictive game.",Philippe Alaux,4+,FR,3058311,Games,"Games, Puzzle, Strategy, Education",1/07/2011,29/01/2013
-https://apps.apple.com/us/app/chess-tiger-lite/id445291629,445291629,Chess Tiger Lite,Learn and play chess,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/56/67/f0/5667f0f0-18af-6863-5e1e-6396e606a85a/source/512x512bb.jpg,4.5,463,3.99,,"\u25bb Do you want to learn or improve at Chess?\n\u25bb Do you want to master the most prestigious, the classiest game ever, while having fun?\nIt\'s EASY, and you can start right now!\n\nHow does it work? It\'s really simple: you just play! The coach shows you the moves a Grandmaster would pick. Not just one move, but the 4 best moves.\n\nSounds silly? Well think about it... How did you learn to talk when you were a child? Did you take grammar and spelling lessons? Of course not. You just went with the flow! Because that\'s the most effective way to learn!\n\nChess Tiger Lite allows you to do just that, AND IT WORKS!\n\nIn two minutes from now you are going to start learning effortlessly. You start having fun immediately, and notice after just a few games that the right moves come to your mind naturally, as if they were obvious.\n\nIf it still sounds incredible, please read the reviews. Chess Tiger Lite has one of the highest customer satisfaction of the App Store.\n\n\nChess Tiger Lite is a simplified version of Chess Tiger Pro, our full-featured chess app.\n\n\nIN A NUTSHELL:\n\n\u2022 Easy to use\n\u2022 21 levels of difficulty from beginner (100 Elo) up to club player (1300 Elo)\n\u2022 Play with or without a teacher\n\u2022 The coach can find interesting positions in your own games and show you how to improve\n\u2022 100 historical games included\n\u2022 Includes a book with the rules of chess\n\u2022 Stunning HD graphics, realistic and varied sounds\n\n\nHERE ARE THE FEATURES IN DETAILS:\n\n\u2022 Play against the computer or against a friend on the same device\n\u2022 The rules of chess are included and easily accessible for reference: you can learn chess with this app!\n\u2022 Touch a piece to highlight its legal moves (you can disable this)\n\u2022 If a move is not allowed, the app tells you why\n\u2022 Naturally the app knows and applies all the rules of chess (castling, en passant...)\n\u2022 You can easily take back your move in case of mistake\n\u2022 You can even take back several moves if you want\n\u2022 Features 21 progressive levels ranging from absolute beginner to club player\n\u2022 The app can act as a teacher and show you the good moves: you will learn much faster\n\u2022 You can be warned of the threats of your opponent so you can learn to spot them yourself\n\u2022 You can play without the coach and get a hint on demand, when you really need one\n\u2022 When a game is finished, the coach analyzes it for you and shows you how to improve\n\u2022 Stunning, customizable graphics: 9 piece sets and 14 board styles!\n\u2022 Realistic and varied sound effects (you can disable them selectively)\n\u2022 Built-in chess clock\n\u2022 Move list available for the full game, allows you to jump directly to any move\n\u2022 Your game is always saved when you quit the app, and you can continue it later\n\u2022 Your previous game is also saved and you can alternate between current and previous\n\u2022 A collection of more than 100 historical games by the greatest players of all times is included\n\u2022 Uses very little energy from your battery: much less than any typical game\n\n\nTHIS APP IS ""CLEAN"": it does not display any ad.",Christophe Th\xe9ron,4+,"EN, FR, DE",43277312,Games,"Games, Board, Strategy",25/06/2011,25/06/2019
-https://apps.apple.com/us/app/fantasy-hub-football-manager/id445839722,445839722,Fantasy Hub - Football Manager,Mobile Fantasy Football,https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/3b/76/3e/3b763e29-da56-46eb-2461-083dfe88abc2/source/512x512bb.jpg,4.5,86,0,,"""Fantasy Hub is back for the 2019/2020 season, featuring the biggest competitions from around the world! Use your \xa375 million budget to pick players to score you points based on their performance in real life matches. This really IS the ultimate fantasy football app!\n\nWith scheduled weekly transfers, live and interactive newsfeed, achievements, match centre powered by OPTA, social Mini Leagues and our unique Head-to-Head feature; this app will keep you coming back for more every single day.\n\nGAME FEATURES:\n\nBe Truly Mobile!\n\nPlaying Fantasy Football can be difficult when you're away from your Mac or PC; Fantasy Hub changes this by allowing you to make those important managerial decisions while on the move with your smartphone. Simply sign-up within the app, pick a team, activate and start playing!\n\nBe an Expert!\n\nBe a fantasy football expert by selecting the best players from any of the teams available. Then decide on your team name and choose a badge from a selection of carefully crafted identities. \n\nBe Involved!\n\nJoin a friend's Mini League or create your own, challenge other teams to Head-to-Head matches or compete in competitions to win game credits. \n\nBe Smart!\n\nMonitor the Player DAQ index and make profits to boost your budget by reviewing player prices (which fluctuate depending on their performance and popularity) and making shrewd transfers at the right moment.\n\nBe Updated!\n\nView live scores, results and fixture details to keep track of what's happening on and off the pitch. Our feeds are updated real time so you'll always be in touch with the very latest developments.\n\nBe Social!\n\nAdd your Facebook details in and you\u2019ll get a league view of all your social friends. Also check out the busy Newsfeed and Forums for news and banter, then comment, share or publish your own content.\n\nApple is not a sponsor of, or responsible for conducting any promotions by Fantasy Hub. \n\nAll trademarks and copyrights are the property of their respective owners\n\n*** PROBLEMS UPDATING? DELETE THE APP AND RE-INSTALL, YOU WON'T LOSE ANY DATA. PLEASE CONTACT FEEDBACK@FANTASYITEAM.COM IF YOU HAVE ANY ISSUES***""",Football Accumulators,17+,EN,232634368,Sports,"Sports, Games, Sports, Strategy",14/07/2011,1/07/2019
-https://apps.apple.com/us/app/rail-maze-train-puzzler/id445853367,445853367,Rail Maze : Train Puzzler,Railroad Labyrinth Adventure,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/2c/ca/4e/2cca4e8a-2fa5-fd32-c914-011a66482f8a/source/512x512bb.jpg,3.5,11899,0,"1.99, 6.99, 0.99, 1.99, 1.99, 1.99, 1.99, 2.99, 1.99","Rail Maze is a hit game by Spooky House Studios - creators of big hits: Bubble Explode and Pumpkin Explode. \n\nSolve 100+ of challenging and unique puzzles, build railroads, bomb through obstacles, escape PIRATES on rails. Have a lot of fun with this new and unique puzzle game. \n\nFeatures: \n\n* 100+ puzzles \n* Tunnels \n* Bombs \n* PIRATE trains \n* Super long trains \n* Global online scoreboards by Scoreloop \n* 4 game modes: \nLABYRINTH - Puzzle, \nBUILD RAILROAD - Action, \nSNAKE - Action, \nLONGEST RAILROAD - Puzzle Action \n\nGet Rail Maze now!\n\nPRESS REVIEWS:\n\n\u201cRail Maze is an amazing puzzle game that will give you so many different options, youll be busy playing it for hours\u201d \u2013 AppAdvice.com\n\n\u201cThe biggest one is the change of art style, which \u2013 as you can see from the comparison screens below \u2013 is more honed and cowboy-like\u201d- PocketGamer.com\n\n""Rail Maze, with over 100 levels and thousands of downloads, certainly seems to be one of the hotter casual games out there at the moment.""\n- Gamezebo.com\n\n\u201cIf puzzle games are your thing, you wont want to miss this one\u201d \u2013 App Advice.com",Spooky House Studios UG (haftungsbeschraenkt),4+,"EN, FR, DE, HI, IT, RU, ES",50911232,Games,"Games, Entertainment, Puzzle, Strategy",3/08/2011,24/07/2019
-https://apps.apple.com/us/app/simplekeypad-fsx/id445920294,445920294,SimpleKeyPad - Fsx,,https://is2-ssl.mzstatic.com/image/thumb/Purple111/v4/27/e9/b4/27e9b47a-c0cc-be36-793c-1f6a44875753/source/512x512bb.jpg,4,35,5.99,,"""If you want to get more please see REMOTE VIRTUAL COCKPIT, that it's an app that I have developed recently.\n\n#########################################################\n\nYou are using Flight Simulator and you want to do an operation:\na) you take your mouse, find and open the right item menu and then click on it;\nb) you are a genius and you remember the exact correspondence shortcut like SHIFT-1 or CTRL-SHIT-A;\nc) ... you use SimpleKeyPad!\n\nSimpleKeyPad is a KeyPad: a set of buttons arranged in an area, with images or text, that can use your tablet like an input console; but SimpleKeyPad is also Simple: it's ready to use, its controls are distributed for immediate use with Flight Simulator or other program.\n\nYou can give instructions or commands on your PC simply by touching your tablet.\n\n#########################################################\n\n :: REQUIREMENTS ::\n\n - An iPad, iPhone or iPod Touch\n - A PC\n - An access point wireless\n\n#########################################################\n\n :: INSTRUCTIONS ::\n\n - Install SimpleKeyPadServer (http://www.simplekeypad.com/server.htm)\n - Start server (if it doesn't)\n - Install SimpleKeyPad app on your iDevice\n - Edit the settings on SimpleKeyPad app and insert the server IP address (only once)\n - Start the app on your iDevice\n - Press Connect!\n - Enjoy with Flight Simulator and SimpleKeyPad\n\n#########################################################\n\n :: NOTE! ::\n\nTo connect your iDevice to PC download SimpleKeyPadServer from http://www.simplekeypad.com\nIf you have problem with server start it as administrator\nIt doesn't function with TrackIR!\n\n#########################################################\n\n :: F.A.Q. ::\nhttp://www.simplekeypad.com/faq.htm\n\n#########################################################\n\n :: BEST REVIEWS ***** ::\n- This app is exactly what I have been looking for since I had installed FSX. It controls everything I want to be on the touchscreen. Great work!\n- If you are like me, you are always having issues trying to remember what key you need to change something. This app makes it really easy to do some of the things you need most.\n- Makes it very flexible for us flight simmers rather than using the keyboard in the dark (night flights). Ipad is illuminated and you don't have to keep searching for keys.\n- Love it for eliminating one of my modified keyboards in my simpit. Since the iPad illuminates the keys no more fumbling. Mount it to your simpit desk and I guarantee you'll find it invaluable in no time flat.\n- This little app introduced new depth into my flight sim experience. Yes, I could have built a home cockpit a long time ago, had I had the required home. But since I move every 3 years this really is no option, yet. SKP-FSX does give my flight buddy and me the opportunity to share tasks when trying to land with zero visibility and sheering wind at 40 knots in northern Canada. It really helps a lot to be able to concentrate on steering and have someone operate the flaps and lower the gear for you, when you try to strafe the plane onto a 15m wide airstrip with an attack angle of 30 degrees. This app makes it possible, and runs like a charm, as does the server program on Windows.\n- Does most of the functions in FSX you commonly use your keyboard for. I find it so easy now to use all the autopilot settings, ATC, and view commands. Downloaded the server program for the PC and had it installed and running in three minutes. Think I will remap some keys on my flight stick and throttle so I don't think I really need the keyboard at all. Guess I'll use my slide out keyboard tray for my inflight meals and drinks! Thanks for a great program! Cheers!""",MauroTN,4+,EN,12773376,Utilities,"Utilities, Games, Strategy, Simulation",29/06/2011,23/05/2017
-https://apps.apple.com/us/app/3kingdomsdg/id446004874,446004874,3KingdomsDG,,https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/23/a8/67/23a867f0-c4d6-c1bd-71c7-644dd684e28e/source/512x512bb.jpg,2.5,15,0,,"!!!Three Kingdoms real time action wave attack game - Cao Cao defeated Huarong !!! \n\nThe game set on the background of the Three Kingdoms(Sanguo) Chinese story. \nThe player Touch controls a Sanguo hero Guan Yu(Guan Yun Chang), Moving in the screen. \n\nEndless wave, Touch controls and the 4 skills. \n\nEnemy(Guan Yu Force) that are successfully come from the ship(the button of the game screen). \n\nDefeating the Enemies allows the player to progress to the next wave. Surviving the waves of Guan Yu Force results in the restoration of the Three Kingdoms. \n\nPlayers are allotted strength for damage, dexterity for speed and gold for score to progress through the game and are able to earn more by reaching the item. \nA life is lost by attack from an enemy. After exhausting all life, the game ends.",Smart ZETA,9+,EN,106684416,Games,"Games, Entertainment, Strategy, Role Playing",6/07/2011,15/12/2016
-https://apps.apple.com/us/app/emross-war-%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87/id446077182,446077182,Emross War \u7e41\u9ad4\u4e2d\u6587,,https://is3-ssl.mzstatic.com/image/thumb/Purple22/v4/3e/cf/72/3ecf729c-5854-b99d-e486-77bcb2eb7598/source/512x512bb.jpg,3.5,14,0,"19.99, 4.99, 9.99, 99.99, 49.99","iphone/ipod touch \u4e0a\u7684\u5927\u578b\u591a\u4eba\u5728\u7dda\u89d2\u8272\u626e\u6f14\u904a\u6232(MMORPG)\n\u9650\u6642\u512a\u60e0:\u73fe\u5728\u4e0b\u8f09\u5373\u53ef\u5f97\u5230\u9ad8\u7d1a\u79ae\u7269\n\n\u904a\u6232\u6545\u4e8b\u767c\u751f\u5728\u57c3\u83ab\u7f85\u65af\u9019\u7247\u795e\u79d8\u8207\u50b3\u5947\u7684\u5927\u9678;\u81ea\u5f9e\u4e0a\u53e4\u6642\u671f,\u4eba\u985e,\u7cbe\u9748\u8207\u7378\u4eba\u5c31\u5f81\u6230\u5728\u9019\u7247\u5927\u9678\u4e0a\u3002\u73fe\u5728\u7531\u65bc\u6df7\u4e82\u8ecd\u5718\u7684\u5165\u4fb5,\u60c5\u5f62\u8b8a\u5f97\u66f4\u70ba\u8907\u96dc\u3002\u3002\u3002\n\u4f60\u5c07\u4ee5\u4e00\u4f4d\u5e74\u8f15\u541b\u4e3b\u8eab\u4efd,\u56e0\u7e7c\u627f\u4e86\u5bb6\u65cf\u57ce\u5821\u800c\u52a0\u5165\u6230\u9b25\u3002\u4f60\u5c07\u9010\u6f38\u767c\u5c55\u58ef\u5927,\u4e00\u6b65\u6b65\u8d70\u5411\u52dd\u5229\u7684\u91cc\u7a0b\u7891!\u4f60\u5c07\u64c1\u6709\u6a5f\u6703\u9047\u898b\u5e76\u62db\u52df\u5230\u50b3\u5947\u5f0f\u7684\u82f1\u96c4,\u5e76\u6700\u7d42\u53ef\u4ee5\u53ec\u559a\u5230\u81ea\u5df1\u7a2e\u65cf\u7279\u6709\u7684\u7d42\u6975\u5b88\u885b\u751f\u7269\u3002\n\u4e26\u4e14,\u4f60\u4e0d\u6703\u5b64\u8ecd\u596e\u6230\u5728\u9019\u7247\u5927\u9678\u3002\u4f60\u53ef\u4ee5\u8a8d\u8b58\u5230\u5f88\u591a\u53cb\u597d\u7684\u73a9\u5bb6\u5e76\u7d50\u6210\u5f37\u5927\u7684\u806f\u76df;\u56e0\u6b64\u6210\u70ba\u57c3\u83ab\u7f85\u65af\u5927\u9678\u7368\u4f54\u4e00\u65b9\u7684\u5f37\u5927\u9818\u4e3b!\u6700\u7d42\u4f60\u5c07\u6230\u52dd\u6df7\u4e82\u8ecd\u5718,\u4f7f\u9019\u7247\u5927\u9678\u518d\u5ea6\u8f1d\u714c!\n\n\u904a\u6232\u7279\u8272:\n- \u7cbe\u5fc3\u8a2d\u8a08\u7684\u65b0\u624b\u5f15\u5c0e\u7cfb\u7d71,\u53ea\u97003\u5206\u9418\u5c31\u80fd\u4e0a\u624b,\u800c\u4e14\u975e\u5e38\u597d\u73a9!\n- \u773e\u591a\u6311\u6230\u6027\u7684\u904a\u6232\u4efb\u52d9\u3002\n- \u7cbe\u7f8e\u904a\u6232\u756b\u9762\u3002\n- \u514d\u8cbb\u66f4\u65b0\u65b0\u7684\u4efb\u52d9,\u7269\u54c1\u9053\u5177,\u82f1\u96c4\u53ca\u66f4\u591a!\n- \u5728\u7dda\u6311\u6230\u5176\u4ed6\u73a9\u5bb6\u3002\n- 3\u500b\u7a2e\u65cf:\u4eba\u985e,\u7cbe\u9748,\u7378\u4eba\u3002\u6bcf\u500b\u7a2e\u65cf\u5177\u6709\u5404\u81ea\u4e0d\u540c\u7684\u58eb\u5175,\u9632\u5b88\u751f\u7269\u53ca\u82f1\u96c4\u3002\n- \u5efa\u7bc9,\u79d1\u6280,\u8a13\u7df4\u8ecd\u968a,\u653b\u64ca,\u9632\u79a6\u90fd\u5728\u4f60\u7684\u638c\u63a7\u4e4b\u4e2d!\n- \u8207\u5176\u4ed6\u73a9\u5bb6\u7d50\u76df\u4f7f\u4f60\u66f4\u5f37!\n- \u79c1\u804a,\u806f\u76df\u804a\u5929,\u516c\u5171\u804a\u5929\u4f7f\u4f60\u4e0d\u6703\u611f\u5230\u5b64\u55ae\u3002\n\n...\u9084\u6709\u5176\u5b83\u66f4\u591a!\n\n\u201c\u975e\u5e38\u597d\u7684\u904a\u6232!\u5982\u679c\u4f60\u559c\u6b61\u5e1d\u570b\u5efa\u9020\u904a\u6232\u6216\u8005\u4f60\u662fogame/travian/evony\u7684\u7c89\u7d72,\u4f60\u6703\u611b\u4e0aEmross War\u201d\n\u201c\u7576\u6211\u770b\u5230\u904a\u6232\u622a\u5716\u6642,\u6211\u5c31\u77e5\u9053\u9019\u662f\u9069\u5408\u6211\u53e3\u5473\u7684\u597d\u904a\u6232\u3002\u4e0d\u904e\u73fe\u5728\u6211\u53ef\u4ee5\u8aaa\u9019\u500b\u904a\u6232\u8d85\u904e\u4e86\u6211\u7684\u671f\u671b\u3002\u201d\n\u201c\u5982\u679c\u4f60\u932f\u904e\u9019\u500b\u904a\u6232\u4f60\u6703\u907a\u61be!\u201d",iFree Studio Limited,9+,"EN, DE, JA, KO, RU, ZH, ZH",18780160,Games,"Games, Entertainment, Strategy, Role Playing",30/08/2011,31/10/2013
-https://apps.apple.com/us/app/jungle-war-dark-chess/id446317261,446317261,Jungle War (Dark Chess),,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/94/ca/11/94ca1112-8275-6c11-8508-fc3ddb8753b9/source/512x512bb.jpg,4,144,0,,"\u2605 A demo video is now available on our website, check it out!\n\nJungle War is a game of strategy and luck, the successor of \u6697\u68cbOnline (Dark Chess), which was the #1 Free App on the Taiwan App Store in February 2011.\n\nDark Chess is extremely popular in Taiwan, but it is not known to most of the world due to the language barrier.\nJungle War tries to remove this barrier and bring this fabulous game to all of you!\n\nIt is fun and enjoyable to play this game with friends. Once you learn how to play it, you will love it!\n\n***Multiplayer support via Game Center and Bluetooth.***\n\n\u2605 Dark Chess is a board game originated in ancient China, Jungle War is based on the most popular variant of Dark Chess played in Taiwan.",MegaLab,4+,"EN, FR, DE, JA, ZH, ZH",20110688,Games,"Games, Board, Strategy, Entertainment",21/04/2012,29/08/2012
-https://apps.apple.com/us/app/hunt-the-dragon-hd/id446664782,446664782,Hunt The Dragon HD,..will you be able to hunt it?,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/bc/80/74/bc807490-46d5-a765-0a05-38778a568edb/source/512x512bb.jpg,,,0.99,,"""... Hunt The Dragon HD is a must to download..."" (read the full review on beiphone.it)\n\nHunt the Dragon is a strategy and luck game. It uses the hide-and-seek formula to let you explore the World of the Mysterious and Legendary Dragon.\n\nAvoid the Villains, try to find Weapons, Treasures and Magic Spells and Potions. Use your nose and deductive powers to determine where the Dragon is snoozing, without actually seeing it...\n\nTo kill the Dragon you have first to find it by exploring its world. Control your Hero\'s movements by simply touching the locations near to him. Collect and use weapons, treasures, magic spells and potions since they will help during the hunt. Avoid or kill the various villains since they can stole your items, teleport you in an unexplored part of the world or simply kill you! Try to understand and interpret the hints you\'ll find during your exploration of the world to determine the exact location of the lair of the Dragon.\n\n...will you be able to hunt the Dragon?\n\nSome features:\n* virtually infinite worlds to explore. Each match is new and different;\n* different characters to select. Do you prefer to hunt as Dwarf or as Wizard?\n* 18+ different terrains for the world;\n* three different difficulty levels;\n* various villains, items and objects; \n* playable for everybody and anybody!\n* expressly designed for the iPad with use of the finger touch features to control the game;\n* fun for all ages!\n\nVisit our web site to see additional screenshots of our app!\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.",Alessandro Benedettini,12+,EN,43891712,Games,"Games, Entertainment, Role Playing, Strategy",30/06/2011,11/12/2017
-https://apps.apple.com/us/app/rollercoaster-builder-travel/id446746358,446746358,Rollercoaster Builder Travel,,https://is4-ssl.mzstatic.com/image/thumb/Purple60/v4/89/64/27/896427b4-8f18-c3d2-7b97-28affe491b39/source/512x512bb.jpg,3.5,4889,0,"0.99, 0.99, 0.99","Rollercoaster Builder Travel is a logical puzzle game. Your goal is to build a roller coaster from one side of the screen making your train able to collect the gold pieces on the way, and reach the other side without crashing.\n\nThere are 1+2 themes (1 for free + optional 2 for purchase), and all of them have 10 stages, so you get 30 missions all together with constantly raising severity.\n\nYou can replay the game until you reach the perfect state and collect ALL the gold pieces.\n\nYou can view a ""replay video"" after each finished stage.\n\nYoutube search:\n""RollerCoaster Builder Travel 1-5 levels tutorial""\n\nIf you liked Advanced Rollercoaster Builder, you will love RollerCoaster Builder Travel.",Dimension Technics,9+,EN,84703232,Games,"Games, Puzzle, Strategy",9/07/2011,11/05/2016
-https://apps.apple.com/us/app/pitch-10-point/id446935706,446935706,Pitch 10 Point,,https://is1-ssl.mzstatic.com/image/thumb/Purple115/v4/e6/e5/9e/e6e59ef7-1272-986a-f449-63ea4ae468d9/source/512x512bb.jpg,2.5,67,1.99,,"Note: This app is identical to ""Pitch"", please download ""Pitch"". This app is still available so users who have previously purchased this app separate to ""Pitch"" can update to the most recent changes. Version 2.0 combines these two apps.\n\nPitch 10 Point offers the same function as Pitch so that you can play 4, 5, 6, 7, 10, or 13 point Pitch! Customize player\'s names, personalities, winning conditions, options to keep low, pass the kitty and many more.\n\nYou can now play multiplayer through Game Center included. This allows for 2 to 4 players to play together in any version of Pitch! You can also use the built in voice chat feature to talk amongst your friends!",Jeff Harden,4+,EN,78302208,Games,"Games, Card, Entertainment, Strategy",9/07/2011,28/06/2018
-https://apps.apple.com/us/app/adas-farm/id447029041,447029041,"""Ada's Farm""",,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/b8/86/27/b88627e0-a122-6ef1-a5b8-391bd7b71b14/source/512x512bb.jpg,3.5,228,0,"0.99, 0.99, 0.99, 0.99, 0.99","""*ALL ADA's GAMES are NOW FREE for a LIMITED TIME!* \n*SEARCH for ADA on the APP STORE!* \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nPLANT, WATER, HARVEST... SOW the SEEDS of SUCCESS! \nJOIN US for the 6TH CHAPTER in ADA'S AMAZING STORY, and HEAD OUT to the FARM! \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nada: tomorrow I get to go visit dad's farm... i can't wait! \n\nada: dad! how's the farm? can I help out? \n\ndad: you bet you can! things have been awful tough lately... \n\ndad (to himself): so glad to have my ada back... she'll know how to fix things around here! \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 JOIN ADA on the farm for EXCITING TIME-MANAGEMENT GAMEPLAY!\n\u2022 EACH UNIQUE CROP has SPECIAL FEATURES and FIXED GROWTH TIMES!\n\u2022 UPGRADE your FIELDS and grow up to 20 CROPS at TIME!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 COLORFUL FARMS in VARIED CLIMATES\n\u2022 50 THRILLING STAGES\n\u2022 23 DIFFERENT CROPS\n\u2022 2 UNIQUE STYLES for ADA\n\u2022 6 ADDICTIVE MINI-GAMES\n\u2022 FULL HD GRAPHICS for RETINA and IPAD DISPLAYS\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames""",Triniti Interactive Limited,4+,EN,58807619,Games,"Games, Strategy, Entertainment, Simulation",31/08/2011,18/01/2012
-https://apps.apple.com/us/app/conquist-2-lite/id447141523,447141523,Conquist 2 Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/97/79/b4/9779b4d4-a107-c339-be96-f04f205e119c/source/512x512bb.jpg,4,449,0,,"""== Conquist 2: A mind blowing take on strategy games == \nConquist 2 transforms your IPad/IPhone/IPod Touch into the ultimate war strategy game board. Up to six simultaneous players can enjoy this game with a single device. Risk it all for world domination! \n\nPlay on the bus, on the plane, on the floor, anywhere can be transformed into a battlefield for you and your friends. Superb graphics, awesome sound effects and en extremely polished gameplay for the best user experience and lots of fun.\n\nWith Conquist 2 the quest for fun is over. Yes, it has it all. \n\nHighlights Conquist 2 Lite:\n\n- Challenging AI players.\n- Configurable game rules. \n- Customizable game play and game speed. \n- Universal application.\n\nHighlights Conquist 2 Online Arena (full version): \n\n- Universal real time online multiplayer via Game Center. \n- Global leaderboard for online games with competitive ranking system. \n- 4 game modes: World Domination, Secret Mission, Colonization and Castle. \n- 8 beautifully crafted maps: World, USA, Europe, Mesoamerica, Octopus, Asia, the Roman Empire and Atholon. \n- Universal application: buy it once play it on all your devices. \n- 31 exciting achievements. \n- 3 difficulty levels to suit all skills. \n- IPad party mode: Use the IPad as a board, no need to pass it around. \n- Pass'n'Play on your IPhone/IPod Touch. \n- Up to six players on the same device. \n- Up to four online players, wherever they may be. \n- Zoom and Scroll the board. Easy on old eyes ;) \n- Configurable game rules. \n- Customizable game play and game speed. \n- Game Statistics, no one can blame the dice anymore ;) \n- Optimized for retina display""",Schmeuk Studios,4+,"EN, FR, DE, IT, ES",34549760,Games,"Games, Strategy, Entertainment, Board",6/07/2011,20/02/2017
-https://apps.apple.com/us/app/kineticvision2/id447310795,447310795,KineticVision2,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/da/68/43/da6843a2-c681-6029-4891-60f466cb9310/source/512x512bb.jpg,,,0,,"Answer some displayed problems, and to the final target \nIt is an application program that measures your present kinetic vision. \n\nThe kind of the problem set are four kinds and becomes a problem of forging all accuracy and reflexes and the agility. \n\nBecause it corresponds to OpenFeit \nThe person in all parts of the world can compete with kinetic vision.","infinitysoftware Co.,Ltd",4+,EN,44485632,Entertainment,"Entertainment, Family, Strategy, Games",8/07/2011,4/10/2017
-https://apps.apple.com/us/app/turtle-trench-lite/id447579919,447579919,Turtle Trench Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/87/d2/7b/87d27bc8-6413-d6ec-9538-9e56d3dca995/source/512x512bb.jpg,,,0,,"The turtles are trying to find their way home. Can you help?\n\nGuide the turtles to the exit door on each level, giving them commands, such as digging, blocking, bombing, floating and many more as you progress through this colorful adventure.\n\nA remake of the classic Lemmings / Pingus genre of strategy games. Developed specifically for the iPhone platform with high quality 3D rendered animations, with an intuitive touch interface.\n\nThis Lite version comes with 10 levels.",Memir Software Ltd.,9+,EN,4659429,Games,"Games, Strategy, Action",8/07/2011,23/02/2012
-https://apps.apple.com/us/app/virtual-city-playground/id447763775,447763775,Virtual City Playground,Building Tycoon,https://is4-ssl.mzstatic.com/image/thumb/Purple117/v4/16/aa/e2/16aae2c0-6431-99db-70a9-ce9e7e1a3347/source/512x512bb.jpg,4.5,24266,0,"1.99, 4.99, 0.99, 9.99, 1.99, 19.99, 4.99, 9.99, 19.99, 0.99","** This game has been Top 10 Grossing Game in 100 countries, including UK, France, Germany, Italy, Spain, Japan, China, Russia, and many many more! \n\nBuild the city of your dreams\u2026 and then run it in Virtual City Playground\xae: Building Tycoon!\n\n\u25cf Build dwellings and industrial buildings. \n\u25cf Manufacture a variety of retail goods and deliver them to your sleek and enticing shopping malls.\n\u25cf Set up a mass transit system to transport your city dwellers to parks, cinemas, stadiums and more.\n\u25cf Make your city greener and healthier by recycling garbage, planting trees, upgrading buildings and adding hospitals and fire stations.\n\u25cf Reward your happy, responsible citizens by organizing truly spectacular public events for them!\n\u25cf Take your city to towering new heights! Construct well-designed Apartment Towers, an Eco Skyscraper, an Airport, a Stadium, a Casino, a Hangar, an Ice Castle and even a Shuttle Launch Pad. \n\nWhile this game is absolutely free to play, you have the ability to unlock optional bonuses via in-app purchases from within the game. You may disable in-app purchases in your device settings.\n\nIncludes: \n\n\u25cf Over 500 uplifting quests to tackle as you grow and enhance your city \n\u25cf Nearly 200 buildings, landmarks and decorations for city beautification \n\u25cf About 100 challenging achievements to earn and celebrate with your friends \n\u25cf Regular FREE updates to keep you stimulated and entertained \n\u25cf Game Center Support\n\u25cf iPhone 8+ support \n\n***Did you know? Your minimized game continues transporting goods, making you money while you sleep!***\n____________________________ \n\nGame available in: English, French, Italian, German, Spanish, Portuguese, Brazilian Portuguese, Russian, Korean, Chinese, Japanese \n____________________________ \n \n""I have tried many simulation games before and this one beats them by a long shot \u2013 absolute perfection!"" - AdamMAyala\n \n""Can\'t get enough of this game. Hours upon hours invested in it. Love it!"" - Dokushaku\n \n""Best virtual game I have ever played."" - Ryan Reny\n____________________________ \n\nSign up now for a weekly round-up of the best from G5 Games!\nwww.g5e.com/e-mail \n____________________________\n\nG5 Games - World of Adventures\u2122!\n\nCollect them all! Search for ""g5"" in iTunes! \n\nStrategy: \n\n\u25b6 Supermarket Mania\xae Journey\n\u25b6 Farm Clan\xae: Farm Life Adventure\n\u25b6 Stand O\u2019 Food\xae City: Virtual Frenzy\n\u25b6 The Island Castaway: Lost World\xae\n\u25b6 Doomsday Preppers\u2122\n\nAdventure: \n\n\u25b6 Pirates & Pearls\u2122: A Treasure Matching Puzzle\n\u25b6 The Secret Society\xae - Hidden Mystery\n\u25b6 Mahjong Journey\xae\n\u25b6 Twin Moons\xae: Object Finding Game\n\u25b6 Homicide Squad: Hidden Crimes\n____________________________ \n\nVISIT US: www.g5e.com\nWATCH US: www.youtube.com/g5enter\nFIND US: www.facebook.com/g5games\nFOLLOW US: www.twitter.com/g5games\nG5 End User License Supplemental Terms: http://www.g5e.com/G5_End_User_License_Supplemental_Terms\nTerms of Service: http://www.g5e.com/termsofservice",G5 Entertainment AB,4+,"EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, ZH",404242432,Games,"Games, Strategy, Entertainment, Simulation",20/10/2011,29/05/2018
-https://apps.apple.com/us/app/virtual-city-playground-hd/id447763975,447763975,Virtual City Playground HD,Building Tycoon,https://is4-ssl.mzstatic.com/image/thumb/Purple127/v4/db/f2/83/dbf28330-7fb9-c4e1-0308-5b876d59694b/source/512x512bb.jpg,4,30570,0,"1.99, 4.99, 9.99, 0.99, 1.99, 19.99, 4.99, 9.99, 19.99, 49.99","** This game has been Top 10 Grossing Game in 100 countries, including UK, France, Germany, Italy, Spain, Japan, China, Russia, and many many more! \n\nBuild the city of your dreams\u2026 and then run it in Virtual City Playground\xae: Building Tycoon!\n\n\u25cf Build dwellings and industrial buildings.\n\u25cf Manufacture a variety of retail goods and deliver them to your sleek and enticing shopping malls.\n\u25cf Set up a mass transit system to transport your city dwellers to parks, cinemas, stadiums and more.\n\u25cf Make your city greener and healthier by recycling garbage, planting trees, upgrading buildings and adding hospitals and fire stations.\n\u25cf Reward your happy, responsible citizens by organizing truly spectacular public events for them!\n\u25cf Take your city to towering new heights! Construct well-designed Apartment Towers, an Eco Skyscraper, an Airport, a Stadium, a Casino, a Hangar, an Ice Castle and even a Shuttle Launch Pad.\n \nWhile this game is absolutely free to play, you have the ability to unlock optional bonuses via in-app purchases from within the game. You may disable in-app purchases in your device settings.\n\nIncludes: \n\n\u25cf Over 500 uplifting quests to tackle as you grow and enhance your city \n\u25cf Nearly 200 buildings, landmarks and decorations for city beautification \n\u25cf About 100 challenging achievements to earn and celebrate with your friends \n\u25cf Regular FREE updates to keep you stimulated and entertained \n\u25cf Game Center Support\n\u25cf iPad Pro Display Support\n\n***Did you know? Your minimized game continues transporting goods, making you money while you sleep!***\n____________________________ \n\nGame available in: English, French, Italian, German, Spanish, Portuguese, Brazilian Portuguese, Russian, Korean, Chinese, Japanese \n____________________________ \n \n""I have tried many simulation games before and this one beats them by a long shot \u2013 absolute perfection!"" - AdamMAyala\n \n""Can\'t get enough of this game. Hours upon hours invested in it. Love it!"" - Dokushaku\n \n""Best virtual game I have ever played."" - Ryan Reny\n____________________________ \n\nSign up now for a weekly round-up of the best from G5 Games! www.g5e.com/e-mail\n____________________________\n\nG5 Games - World of Adventures\u2122!\n\nCollect them all! Search for ""g5"" in iTunes! \n\nStrategy: \n\n\u25b6 Supermarket Mania\xae Journey\n\u25b6 Farm Clan\xae: Farm Life Adventure\n\u25b6 Stand O\u2019 Food\xae City: Virtual Frenzy\n\u25b6 The Island Castaway: Lost World\xae\n\u25b6 Doomsday Preppers\u2122\n\nAdventure: \n\n\u25b6 Pirates & Pearls\u2122: A Treasure Matching Puzzle\n\u25b6 The Secret Society\xae - Hidden Mystery\n\u25b6 Mahjong Journey\xae\n\u25b6 Twin Moons\xae: Object Finding Game\n\u25b6 Homicide Squad: Hidden Crimes\n____________________________\n\nVISIT US: www.g5e.com\nWATCH US: www.youtube.com/g5enter\nFIND US: www.facebook.com/g5games\nFOLLOW US: www.twitter.com/g5games\nG5 End User License Supplemental Terms: http://www.g5e.com/G5_End_User_License_Supplemental_Terms",G5 Entertainment AB,4+,"EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, ZH",404043776,Games,"Games, Strategy, Entertainment, Simulation",25/08/2011,29/05/2018
-https://apps.apple.com/us/app/spark-tooth-out/id447946076,447946076,Spark Tooth Out,,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/5a/5f/a4/5a5fa49e-a2d8-1b90-ff22-b25bc265929b/source/512x512bb.jpg,3.5,644,0,"0.99, 3.99, 14.99","""Download this funny game and help Spark with his bad teeth! \nFeatured as What's Hot in many countries, Spark Tooth Out is the first and only dentist memory game in App Store! \nPlay with friends to find out who has the best memory! \n\nPoor Spark ate too much sugar. You're a dentist, can you help him pull out all bad teeth? \n\n****** Features ******\n> Realistic 3D graphics and sounds. \n> Endless game modes. \n> Game Center supported, compete with your friends! \n> Support all iOS devices. \n\n***** How to play ***** \n1) In menu screen, catch the running dog to start a new game. \n2) When the game begin, try to remember all bad teeth the X-Ray Density shows you. \n3) Pull out the bad teeth one by one. \n4) If you forget where the bad teeth are, press the X-Ray Density button on top right screen to do a scan again. \n5) You will be rewarded a X-Ray Density if you pull out 30 teeth with no mistake.\n\n***** If you'd like a version without Ads, please go for the premium version: Spark Tooth Out Pro *****""",Game Fish,12+,"AR, CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, UK, VI",28184576,Games,"Games, Strategy, Entertainment, Puzzle",8/07/2011,24/07/2014
-https://apps.apple.com/us/app/full-house-puzzle/id448069460,448069460,Full House Puzzle,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/5a/8f/13/5a8f1376-c14c-b646-fd5d-8748a07871c7/source/512x512bb.jpg,,,0.99,,"""Full House is a puzzle game that is simple to learn but challenging to complete. There are 44 different game board layouts with increasing difficulty at each level.\n\nThe purpose of the game is to visit all squares on the board once, and only once.\n\nStart the game by tapping on a square to mark the starting point. Then tap on one of the adjacent squares to indicate the direction you'd like to move. The token will continue to move until it hits a blocked square, a visited square, or the edge of the board. After the token stops, tap on another adjacent square to move again. Play continues until all squares are visited (you win!) or there are no more moves left (you lose!).\n\nSometimes you can only move in one direction. If Auto mode is selected by tapping the Auto button, your token will continue to make moves automatically as long as there are unvisited squares left and there is only one choice of direction.""",Seaside Apps,4+,EN,2587648,Games,"Games, Education, Puzzle, Strategy",18/07/2011,28/09/2017
-https://apps.apple.com/us/app/thumb-war/id448162560,448162560,Thumb War!,"1 2 3 4, I declare a thumb war",https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/7b/da/03/7bda0331-a304-4879-b790-1e05e82ed33c/source/512x512bb.jpg,4,45,0,2.99,"Thumb War\n1 2 3 4, I declare a thumb war.\n\nA great game to challenge your friends with, the object of the game is simply but addictive, just place your thumb (or finger) on the gold button, then ask your friend to put their thumb on the other side, then it will count down from 1000 to 0 take your finger off the button as close to 0 as you can without going over, when you have both taken your thumb off the buttons the closest one to 0 wins that round!\n\nGreat fun for competitive friends.\n\nCloses to zero without going over wins\n\n*****GREAT FUN 2 PLAYER GAME*****\n\nFor more great apps check out our website or follow us on twitter or facebook. \nwww.SlinkyApps.co.uk\nwww.twitter.com/SlinkyApps\nwww.facebook.com/SlinkyApps",Duncan Cuthbertson,4+,EN,11488256,Games,"Games, Puzzle, Strategy, Entertainment",12/07/2011,15/01/2018
-https://apps.apple.com/us/app/4spaces/id448246388,448246388,4Spaces,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/3d/40/09/3d4009c3-b86c-3319-739f-3259222ee20b/source/512x512bb.jpg,,,0.99,,"If you want to detach from your busy life, stress relief this colouring game might help you there. 4Spaces is an addictive puzzle game, it is based on applying Voronoi diagram and four colour theorem. The goal of the game is to fill up the cells with 4 different colours, until entire screen is coloured. Two Cells can not have same colour if they share a common border.\n\n4Spaces may seem easy at first, but it quickly turns into an addicting, brain-twisting challenge. It has 12 unique levels - Hours of mind-bending fun!\n\nTo play, First single-tap sets a cell to be in focus, and second tap on this one selects its colour, long touch stops the game or a swipe up brings up the control panel. 4Spaces supports multitouch zooming and two-players\n\nYouTube : http://youtu.be/Ln4vNlQseXc",Liansheng Zhang,4+,EN,9710592,Games,"Games, Puzzle, Strategy, Entertainment",13/07/2011,1/11/2018
-https://apps.apple.com/us/app/thunder-fleets/id448289865,448289865,Thunder Fleets,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/83/e1/23/83e12344-3007-75f5-4272-09ffdfa0caa3/source/512x512bb.jpg,3.5,25,1.99,,"Build and command your naval forces and engage in massive sea battles in this World War II real time strategy game. Thunder Fleets uses detailed historical ships, from small patrol boats to the largest battleships that were ever put to sea.\n\nYou will face a challenging single player campaing as either US Navy or Imperial Japanese Navy as well as multplayer battles against human oponents or skirmish missions with artificial intelligence.\n\nGame uses action packed gameplay with a region-control based economy model. You will have to plan your attacks carefully, picking regions of the map that are more strategically important for you. In time you will be able to build your own fleet of ships. Your skills as a commander will be tested in combat and in your abbility to compose a winning fleet, as every ship has strong and weak points.",Orator Games,12+,EN,25468928,Games,"Games, Action, Strategy",3/08/2011,9/08/2018
-https://apps.apple.com/us/app/nuclear-war/id448578286,448578286,Nuclear War,,https://is4-ssl.mzstatic.com/image/thumb/Purple6/v4/1e/ac/2a/1eac2a39-fec1-ce11-aa80-d93d0152db52/source/512x512bb.jpg,3.5,528,0,"4.99, 9.99, 19.99, 99.99, 19.99, 49.99, 99.99, 4.99, 9.99, 49.99","""[New Update]\nWorld War Episode ONE is finally opened!\n- New missions is added based on true events in World War 2.\n- Most epic units are added for the missions: Lord of Eastern Front, Freedom Sniper, Red Army and more. \n- Star Points is newly opened! \n- Ranking rewards\n------------------------------------------------------\nMassively Multiplayer ONLINE War Game for the iPhone/iPad \nEngage nuclear war with different countries \nGather uranium resources to build powerful weapon! \n\nGo head to head with various nations as you wage war, build armies, discover new units, and gather uranium to utilize nuclear weapons for devastating damage to your opponents. But strategize your nuclear weapon since they are expendable as the uranium resource is scarce. Fight and defend your nation from the enemy to become the dominant and mightiest country in the world as you march your way to victory in Nuclear War.\n \nFEATURES: \n*************\n- Engage nuclear war with different countries!!! Each with different bonuses and more countries coming up in our next update!!! \n- Gather uranium resources to build powerful weapon\n- Massively Multiplayer ONLINE War Game for the iPhone, iPad and iPod Touch!- FREE updates with new missions, units, buildings, and more! \n- Battle other players LIVE with massive armies! \n- Show off your army with the best infantry, ground, sea, and air units \n- Support your expanding nation by building up your income and resource structures \n- Ally with other players to make you stronger \n- Experience gorgeous graphics and a rich storyline. \n- Dynamic and numerous mission system \n- Get real time updates \n- Real time in-game news feed, allies chat \n- and much, much more! \n\nUNIQUE FEATURES:\n************************\n- You can build 'Uranium resource buildings' to utilize powerful weapon\n- You can add a 'HIT LIST' to the enemy so that others can help you defeat them for a price tag\n- You can send a 'SPY' to the enemy to do the following:\n- Investigate enemy\u2019s exact attack/defense points and compare them to yours.\n- Kill enemy\u2019s 1 unit.\n\n\nPLEASE NOTE: \n*************\n- This is an online game only. iPod Touch users must be connected to WiFi in order to play.""","GameZen, Inc.",9+,"EN, KO",31866880,Games,"Games, Role Playing, Strategy",23/08/2011,30/09/2013
-https://apps.apple.com/us/app/robotngun-free/id448833884,448833884,RobotNGun Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple124/v4/04/fc/ec/04fcecd2-ac24-3baf-84d7-c586f5e09e83/source/512x512bb.jpg,3.5,33,0,,"""Due to scarce resource, the cruel robots plan a massive attack to have the very last resource held by the human beings. In order to protect the lives and the resource, you need to send the advance robot out and load it with with high tech weapon. Let's defend !!\n\nAmazing special effects and intense action!! Addicting!\nChoose a heavy machine gun or a powerful laser gun in the free version. \xa0Open fire!\n\nFull version feature:\n-Awesome scenes.\n-Powerful weapon.\n-Total 150 battles.\n-You can upgrade robot and weapons in the factory.\n-Thrilling BOSS battle.\n-Each enemy robot has its characteristics.\n-Support Game Center Onlin Achievement; total of 100 achievements for the challenge.\n-Challenge Mode, it supports Game Center Leaderboard. Come and challenge your skill!\n\nGame Video:http://www.youtube.com/watch?v=23mM6t8INO8""",Crazy Carpenter,9+,EN,45700803,Games,"Games, Casual, Entertainment, Strategy",15/07/2011,2/08/2012
-https://apps.apple.com/us/app/detective-deep/id449092176,449092176,Detective Deep,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/72/69/cd/7269cd96-562b-afa6-467d-80e07f545613/source/512x512bb.jpg,,,0.99,,"Detective Deep is a challenging slow paced underwater adventure filled with hidden objects. In this methodical game, you\u2019re a top tier secret detective in a submarine with a mighty beam of light in the deep dark ocean. You\u2019re there to shed some light on different cases by retrieving three unique pieces of evidence per case. Finish the case to receive 1 star and unlock the next case or challenge yourself to finish under 4 minutes for 2 stars or under 2 minutes for 3 stars! \n\nYou can also try to memorize the location of the evidence and replay a level to obtain the items quicker to gain more stars if you haven\'t received the max of 3. \n\n**Evidence Mode: Investigate the deep ocean to find three pieces of evidence that relate to the seriously silly case given to you.\n\n**Challenge Mode: Explore the tropical ocean to collect as many gold coins you can in 60 seconds.\n\n--------------------------------\n\n*Features vivid hand-drawn & computer generated stylistic retro pixel artwork.\n\n*Awesome atmospheric sound effects and music. \n\n*Retro minimalistic animations.\n\n*30 cases, each with a different culprit & premise. \n\n*High scores and Gamecenter leaderboards.\n\n*Two virtual control options: Joystick or D-pad.\n\n*Submarine beeps when its near an item, but there are several items in the ocean that aren\'t related to your case. Tap an item for a clearer view. Double tap to select as evidence.(Evidence mode)\n\n*Your submarine detects most of the items in the ocean at the beginning of the case and lays it out on a map. You can view the map at anytime, but there will be 30 seconds added to your case time with each use.\n\n*Your submarine can also detect sharks sometimes and give you a warning sound when they\'re getting close to your general area\u2026\n\n*There are all kinds of living things in the deep ocean like electric eels, mermaids, blowfish, small octopus, sea turtles, and more, but watch out for those sharks and giant octopuses! Your submarine can only take three hits. On the fourth hit, its gameover.....until you restart of course. \n\n----------------------------------\n\nDetective Deep is a unique underwater adventure that\'s kind of relaxing but also kind of intense and always as challenging as you make it.\n\n**Winner of the ""Best Originality"" award in the 2011 Think Outside The Box mobile game contest!!**\n\n--------------------------------\n\n(This is a slower paced game. There are no power-ups and shooting involved.)",Avrin Ross,4+,EN,33486848,Games,"Games, Adventure, Strategy, Entertainment",31/08/2011,28/11/2016
-https://apps.apple.com/us/app/minecraft-explorer-pro/id449354665,449354665,Minecraft Explorer Pro,Official Guide App,https://is1-ssl.mzstatic.com/image/thumb/Purple125/v4/32/6e/da/326eda8a-db31-4d3d-732a-8a023e5c37b4/source/512x512bb.jpg,4.5,4955,2.99,"2.99, 0.99, 1.99, 1.99","Officially supported by Mojang! Over 11 million downloads and counting! Supports Desktop, Pocket and Console Editions!\n\nMinecraft Explorer Pro is the ultimate companion for any Minecraft player.\n\nThis application allows you to: \n\n- Find out about Minecraft for the Desktop, Pocket and Xbox 360 Editions\n- Search for items and potions by name\n- Look up hundreds of item recipes with detailed information and videos, now includes potions!\n- Enchantment Guide (now included free!)\n- Design your own Minecraft skins* (optional extra), upload to Minecraft or share with the world (see ""Tools"" tab)\n- View Mob information by name and category\n- Item ID\'s in an easy to read list\n- Favourite items, mobs and enchantments\n\n-- Note: This is not a game. It\'s for reference only --\n\n==== IMPORTANT NOTICES ==== \n""Minecraft"" is a trademark of Mojang AB.\n\nRequires a minimum of iOS 5.0. We can no longer support older versions of iOS as Apple do not support anything less than iOS 5.0 since iOS 6. If you are having issues installing this app because you are not using 5.0+, please upgrade your iPod Touch or iPhone using iTunes on your PC/Mac.\n\nThis version of the app may pop-up to tell you about important announcements from 57Digital Ltd. However, this will only happen in rare cases and will only ever pop-up once.",57Digital Ltd,4+,EN,93346816,Games,"Games, Role Playing, Strategy, Reference",16/07/2011,24/05/2018
-https://apps.apple.com/us/app/math-flash-cards/id449381096,449381096,Math Flash Cards \xf7,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/20/59/b5/2059b5c3-2934-ada8-74a0-9d58fde6dd03/source/512x512bb.jpg,4,45,0,,"Designed for people of all ages, Math Flash Cards Division is an app that allows the user to practice simple basic division facts or extend the users ability to work out complex division problems up to three digit numbers. Users can control the number of digits used to generate the problems. From one digit to three digits can be seclected by the user. Users also can control the number of questions given during one session. If a wrong answer is given by the user, the correct answer is shown before the next problem is given. Sound feedback is provided to the user for correct and incorrect answers. If you are looking for a program to help improve your division skills, this just might be the app for you! \n\n***Features*** \n- Over 1,000,000 math problems to solve! \n- Customizable timer (can be turned on or off) \n- The max number can be set as low as 1 or as high as 999 \n- You can set a minimum number(0 - 999, it has to be lower than your maximum number) \n- Supports negative numbers(Turned off by default) \n- Negative numbers can be generated randomly or you can control which numbers are negative! \n- Users can set one of the numbers to a specific number \n- Provides sound affects (can be turned on or off) \n- Users can decide how many questions to complete \n- Support the new iPad\'s Retina Display \n- And it is free! \n\n***Free Math Apps***\n-Math Flash Cards +\n-Math Flash Cards -\n-Math Flash Cards x\n-Math Flash Cards \xf7\n\nIf you have any comments, suggestions, or constructive criticism please feel free to email me (kingsapps@yahoo.com) or go to my website (http://kingsapps.webs.com/) and click on the tab that says ""Contact Us"". Thanks for your time!","""King's Apps""",4+,EN,10100144,Education,"Education, Strategy, Games",15/07/2011,8/05/2012
-https://apps.apple.com/us/app/baby-jones-lite/id449753862,449753862,Baby Jones Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/7d/51/5b/7d515b5e-0487-474a-8096-6a4104a58c80/source/512x512bb.jpg,3,20,0,"0.99, 0.99, 2.99, 1.99","""Take part in this game on the role of a sort of angel character!\n\nHelp out Baby Jones, our little adventurer, through obstacles and get him safe to the end of each challenge.\n\nWith 30 different puzzles you will manipulate the environment, so our hero can pick up his precious toys and continue his search for more adventure.\n\nGo through several environments like cozy houses, gardens, parks and dangerous cities full of challenges.\n\nUse candy to draw the Baby's attention and guide him where you want!\n\nUnique gameplay, change the environment and guide our little adventurer to his goals.\n\nSimplify your adventure getting more candies on the inGame Store easily.\n\nhttp://www.qubyteinteractive.com/games/plushwars/\nhttp://twitter.com/qubytegames\nhttp://www.facebook.com/pages/QUByte-Interactive/129428830449232""",QUByte Games Desenvolvimento de Jogos LTDA,4+,EN,42118547,Games,"Games, Strategy, Entertainment, Puzzle",3/08/2011,3/08/2011
-https://apps.apple.com/us/app/cataline-hd-mini/id450031111,450031111,Cataline HD mini,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/02/84/19/02841931-fe05-5089-a0b3-999f50771b17/source/512x512bb.jpg,3.5,16,0,,"Blast your way through the embroidered world of Cataline!\n\nIn this mini version of Cataline, you will get to enjoy 20 awesome levels of gameplay!\n\nSet in a world made entirely of fabric, wool and yarn, this physics-based puzzler let\u2019s you play Cataline the ginger cat which has to fly and land safely in a fish bowl to catch a meal. \nIn order to do so, you have to launch her from a thimble and knitting needles and just let her fly and fall into a fish bowl: \n\n* Launch Cataline the cat into the air and land safely in the fish bowls to clear the levels \n* Throw yarn balls at kittens trapped in the dungeons by the diabolical Snowman \n* Avoid hitting Cataline against the walls. A perfect landing gives perfect bonus points \n* Try to get all the floating stars \n* Avoid enemies like Flying Pirate ships, falling missiles, rain drops from weeping clouds, castle guards and more \n* 20 levels over 2 \u201cseasons\u201d with new levels to come through free subsequent updates \n* HD graphics with beautiful embroidered tapestry and stitched artwork to enjoy \n\nCataline is easy to play but gradually gets tricky. Armed with balls of yarn, you can help Cataline by avoiding or destroying enemies that gets in her way. \n\nLet\'s play! \n\n**Reviews** \n""Just handed my iPad to my 16 year old daughter just now and she is raving about Cataline :) "" ~@SftwareSmoothie \n\n""This is the games masterstroke: visuals that would feel comfortable sharing a drink with Ilomilo and LittleBigPlanet. Certainly the designer of this game should be proud of this aspect of his work, particularly when you consider that most other games in this field, barring perhaps \'trucks and skulls\', go for a scattergun approach to design elements."" ~FitzKreiner \n\n""I am a big fan of ur awesome game, cataline, i admit it has 2 nice ideas one to get into the plate with the fish and the other to give ur friend the wool ball, story line is nice, the idea is very clever , but the thing that really made me go crazy is the graphics : ) "" ~Khalid",afzainizam zahari,4+,EN,41844736,Games,"Games, Casual, Strategy",23/07/2011,3/09/2014
-https://apps.apple.com/us/app/crackblocks/id450524450,450524450,CrackBlocks,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/28/b8/9c/28b89c2c-c308-81f9-04e4-cb5cfd57fc90/source/512x512bb.jpg,,,0.99,,"Welcome to CrackBlocks!\n\nIn CrackBlocks you have to crack blocks to make them removable. To crack blocks you have to connect a specific number of blocks with the same color. Therefore, you will get different kind of various colored blocks at the bottom line that you have to lift up.\nIf you have a cracked block group on the map, you can easily remove it by placing another block with the same color beside it. Important is that the block directly touches the cracked group. If this is the case, not only this block and the cracked block group will disappear, all other blocks lying on the cracked block group will disappear too. This special feature allows you to clear large parts of the map with just one move. \n\nIf a block on the map gets into the lift zone (yellow/black striped area), you will lose a life and the zone will be cleared extensively. You have 3 lives and if you lose them all, the game is over.\n\nYou have a score indicator, a removed blocks tally counter, a level indicator, and a next block preview. Furthermore, in multiplayer games you can see the current rank of each player.\n\nCrackBlocks provides two game modes: Push and Mine. \nPush mode is an endless game, where you get more and more new block lines that you have to crack and remove. \nIn mine mode your mission is to clear the complete map as fast as possible. The score is counting down, until you have removed all blocks on the map.\n\nThe new mission mode sets you tasks to complete predefined maps with predefined blocks. The goal here is to complete the map with a given number of blocks.\n \n* Features\n- Classic & Mission mode\n- 2 different kinds of classic game types (Push and Mine)\n- 3 different levels of difficulty (Easy, Medium, and Hard)\n- Local and online highscore\n- Multiplayer games via Bluetooth and Wi-Fi \n- Multiplayer games support up to 4 players\n- Mods to modify the gameplay\n- Retina display support",Benjamin Zachey,4+,EN,10640384,Games,"Games, Puzzle, Strategy",21/07/2011,30/10/2017
-https://apps.apple.com/us/app/island-tribe/id450771879,450771879,Island Tribe!,,https://is5-ssl.mzstatic.com/image/thumb/Purple2/v4/8e/aa/89/8eaa8991-2f48-769a-60a7-79f37a8f818d/source/512x512bb.jpg,2.5,29,2.99,,"Get ready for exciting adventures and real challenges in this perfect adaption of a widely popular PC game called Island Tribe, now optimized for iPhone! \n\nIsland Tribe is a perfect game to play on your device that combines a well balanced mix of strategy, time management, and adventure into one package! \n\nYou find yourself on a mysterious island in the middle of the ocean inhabited by a forgotten tribe. The islanders lived a carefree and quiet life and everything seemed to be perfect\u2026 until one day a great volcano woke up. As the sky spewed lava and ash, the villagers abandoned their homes and ran for their lives! Help the settlers reach the ocean before the great volcano strikes its final blow in Island Tribe, a fun Strategy game! \n\nFeatures: \n\n- pick-up-and -play type of game \n- incredible action and fast-paced gameplay \n- 30 challenging levels in 3 colorful episodes \n- beautiful graphics and animations \n- strategy and time management gameplay \n\nMake all haste you can! Escape from a doomed island!\n\nGrab it while you can, and TELL YOUR FRIENDS! \n\nEnjoy Realore Games at http://www.realore.com \nFollow us on: \nhttp://twitter.com/realoregames \nhttp://www.facebook.com/RealoreGame\n\nPrivacy Policy: http://www.realore.com/appprivacypolicy.php",Qumaron,4+,"NL, EN, FR, DE, IT, JA, KO, PT, RU, ES, SV",128895042,Games,"Games, Strategy, Adventure, Entertainment",3/08/2011,3/04/2013
-https://apps.apple.com/us/app/robotngunhdfree/id451125996,451125996,RobotNGunHDFree,,https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/e6/89/53/e6895359-2783-697e-edcf-0359461d063d/source/512x512bb.jpg,4,62,0,,"""Due to scarce resource, the cruel robots plan a massive attack to have the very last resource held by the human beings. In order to protect the lives and the resource, you need to send the advance robot out and load it with with high tech weapon. Let's defend !!\n\nAmazing special effects and intense action!! Addicting!\nChoose a heavy machine gun or a powerful laser gun in the free version. \xa0Open fire!\n\nFull version feature:\n-Awesome scenes.\n-Powerful weapon.\n-Total 150 battles.\n-You can upgrade robot and weapons in the factory.\n-Thrilling BOSS battle.\n-Each enemy robot has its characteristics.\n-Support Game Center Onlin Achievement; total of 100 achievements for the challenge.\n-Challenge Mode, it supports Game Center Leaderboard. Come and challenge your skill!\n\nGame Video:http://www.youtube.com/watch?v=23mM6t8INO8""",Crazy Carpenter,9+,EN,92828788,Games,"Games, Entertainment, Strategy, Casual",27/07/2011,2/08/2012
-https://apps.apple.com/us/app/ghost-stories-the-boardgame/id451126213,451126213,Ghost Stories The Boardgame,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/56/1f/83/561f83ba-eb65-eedb-9eb3-3fee92b7831d/source/512x512bb.jpg,3.5,153,5.99,,"""\u2248 \u2248 \u2248 \u2248 GHOST STORIES \u2248 \u2248 \u2248 \u2248\n\n\u2248\u2248 SLAY THE LORD OF THE NINE HELLS! \u2248\u2248\n\n~ The first COOPERATIVE boardgame available on the Apple Store! ~\nThe players must unite their forces to beat the game.\nIf the right decisions are taken at the right moment, then you'll be able to taste the sweet taste of victory. Otherwise, you all lose!\n\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nSYNOPSIS\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nYou play the part of a Taoist monk with supernatural powers.\nYour final goal: vanquish WU-FENG, the wicked Lord of Darkness.\n\nIn GHOST STORIES, the forces of good won't get a break \u2013 the ghosts will attack you unceasingly.\nYou'll have to team up to repel the attack of the ghosts, zombies and other abominations under Wu-Feng's command.\nYou can defeat them through sheer strength or by calling upon Taoist magic..\nDon't hesitate to call upon the skills of the villagers you are protecting.\nThe WITCH will help you exorcise a ghost but there will be a price to pay... the PRIESTS will pray in order to help you with some of your battles or the HERBALIST will help you find new ingredients for your spells...\nBe stronger and more clever than Evil and the village will be saved.\nWill you be brave enough to vanquish Wu-Feng and his minions?\n\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nINFO\n\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\u2013\nThis application is an adaptation of the famous GHOST STORIES boardgame.\nA game by Antoine Bauza, with artwork by Pier\xf4 and published by Repos Production.\niPad development by Immeractive & DS Improve (www.dsimprove.be)\xa0\n\n\u2022 1 to 4 players.\n\u2022 \xb1 30 minutes per game.\n\u2022 4 difficulty levels.\n\u2022 A customizable board and multiple powers.\n\u2022 Never play the same game twice, the game is always fun!""",Repos Production,9+,"EN, FR, DE",58277304,Games,"Games, Strategy, Entertainment, Board",27/07/2011,8/02/2012
-https://apps.apple.com/us/app/baby-jones-hd-lite/id451282075,451282075,Baby Jones HD Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/ad/b0/73/adb0731f-3e28-07d8-6bff-e1a879cc9b8e/source/512x512bb.jpg,3,20,0,"1.99, 2.99, 0.99, 1.99","""Take part in this game on the role of a sort of angel character!\n\nHelp out Baby Jones, our little adventurer, through obstacles and get him safe to the end of each challenge.\n\nWith 30 different puzzles you will manipulate the environment, so our hero can pick up his precious toys and continue his search for more adventure.\n\nGo through several environments like cozy houses, gardens, parks and dangerous cities full of challenges.\n\nUse candy to draw the Baby's attention and guide him where you want!\n\nUnique gameplay, change the environment and guide our little adventurer to his goals.\n\nSimplify your adventure getting more candies on the inGame Store easily.\n\nhttp://www.qubyteinteractive.com/games/plushwars/\nhttp://twitter.com/qubytegames\nhttp://www.facebook.com/pages/QUByte-Interactive/129428830449232""",QUByte Games Desenvolvimento de Jogos LTDA,4+,EN,34730485,Games,"Games, Strategy, Puzzle, Entertainment",28/07/2011,28/07/2011
-https://apps.apple.com/us/app/one-path-draw-connect-dots/id451390680,451390680,One Path - Draw Connect Dots,Logic Jewel Link Puzzle Game,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/0a/20/ab/0a20abc0-0c62-9021-4c79-15b8e9a1927a/source/512x512bb.jpg,3.5,8,0,,"""One Path is an interesting puzzle game. Finish a graph in single path. Repeat any path will not be allowed. Missing any path fail the level. \n\nBut don't be afraid, fairy can help you reveal answer when you need hints.\n\nTry one path now, and competing with your friends on GameCenter. Go get it!\n\nRetina display support.""",bondclay,4+,"AR, HY, CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, MS, NB, FA, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, UK, VI",73663488,Games,"Games, Strategy, Puzzle",19/08/2011,10/06/2019
-https://apps.apple.com/us/app/avalon-wars/id451687782,451687782,Avalon Wars,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/e6/a3/5e/e6a35e7e-66ab-8af6-abcb-3ec93a3019c2/source/512x512bb.jpg,3.5,644,0,"9.99, 19.99, 4.99, 49.99, 99.99","""#1 Science Fiction Role-Playing/Strategy Game for iPhone and iPod Touch! \nAvalon Wars is a free massively-multiplayer strategy game (mmo). It takes only 3 minutes to learn, and is extremely fun!\n\nThe unique beauty of Avalon Wars is that it always gives you plenty of choices \u2013 there is no 'must follow' development pattern or ultimate troops. You can decide your own favored troop combination and technology path, and achieve victories by reading your enemies and adjusting your strategies!\n\nYear 2094, with the discovery of domistal, a powerful crystalline energy form on planet Avalon, people started struggling with each other and trying to seize control over the rare elemental. Three huge interest groups emerged, the Federate, the Terrans, and the Syndicate. As a newly recruited commander, you will settle your fortress on Avalon, rally a great army of biotics, mechanics and air forces, sweep over the rigid surface of whole planet, and prove yourself a true hero on the battleground of chaos.\n \nFeaturing different factions, cutting-edged techs, and deepest strategies, Avalon Wars is the best science fiction strategy game you ever look for.\n \nGAME FEATURES: \n- A well designed guide that helps you learn the game in 3 minutes.\n- Futuristic concept and Sci-Fi Interface.\n- Free to download and update.\n- Interaction with thousands of players.\n- Draggable interface with growing structures.\n- Three major unit types with different advantages and disadvantages.\n- Customized regiments with various formations of different effects.\n- All kinds of captains equipped with numerous items from five major categories.\n- Three different worlds with different environment and challenge rates.\n- Real time battle replay.\n- A sophisticated legion system.\n \n...and much MORE!""",iFree Studio Limited,9+,"EN, DE, JA, KO, PT, RU, ZH, ZH",18481152,Games,"Games, Role Playing, Entertainment, Strategy",2/08/2011,28/11/2013
-https://apps.apple.com/us/app/mancala-bantumi/id451700364,451700364,Mancala: Bantumi,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/31/c1/80/31c180a3-e233-84fc-cdec-9bedec505791/source/512x512bb.jpg,,,0.99,,"The Bantumi is one of the modern versions taken from a game called Mancala.\n\nThis version of the game consists of a table, usually with a series of holes called wells or houses, arranged in two rows of equal length. The number of houses in each row are 6, also at the end of the table there are two holes, called barn or bowls.\nFinally there are the pieces that are usually seeds, but you can use beans, stones, shells or other objects of the same size. I prefer to call them beans:)\n\nInside of the app:\n- Single game\n- Two players\n- Many options to change the degree of difficulty\n- Game Center to challenge your friends\n- Tutorial\n\nInitially, the beans are ready to par and you can choose to start with 3, 4, 5 or 6 beans per home, increasing the number increases the level of difficulty of the game.\nEach player has the closest row.\nThe game consists of two phases: sowing and capture.\n\n- Sowing\nThe players move alternately. It is to take all the beans are in a certain house and place them in adjacent houses, one for home, when you do not stay up longer in the hands. If the seed does not end in the row where it began, it continues in another row, describing a circular motion counterclockwise. A seed goes to the right in the row nearest the player, and arrived at the end of the row, the row continues attacking from right to left, filling its main bowl (or barn).\nThe seed can be simple, ending with the last piece placed in a house already occupied by any other beans, or relay, which is exactly on finishing his bowl (or barn), this involves another round to earn extra.\n\n- Capture\nThe capture of beans, it happens if we happen after the sowing of beans a house with 0, in this case leads to arrest opponents of the bowl of beans opposite (front).\n\nThe aim of the game:\nThe goal is to finish the game with more beans in the bowl the main (or barn).\nThe game will end only when one player has reached the status of famine, it is achieved when there are no more houses in the beans, the beans and remaining opponents are automatically counted and moved into its main bowl.\n\nCreated specifically for the retinal display, there could be distortion devices without.",Paul Production,4+,"EN, IT",10365952,Games,"Games, Board, Strategy",23/09/2011,28/03/2018
-https://apps.apple.com/us/app/heros-way-classic-act/id451955533,451955533,"""Hero's Way (Classic ACT)""",A story about Sword and Magic,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/07/f2/35/07f235dd-b8da-f91f-94a9-100d35646f0e/source/512x512bb.jpg,4.5,3648,0,"0.99, 1.99, 0.99, 4.99, 0.99, 0.99, 0.99, 0.99, 19.99, 0.99","\u2022Responsive intuitive touch controls makes playing Hero\u2019s Way effortless and fun! \n\u2022Never the same level twice! Random level generation offers unique replays! \n\u2022Gorgeous graphics, fluid animation, original musical score and digitally mastered sound effects immerse you into this epic world! \n\u2022Over 400 items and weapons to customize your heroes with! \n\n""Gameplay that focuses on maneuver...drag-and-drop mechanic adds up to way more fun than can be described on paper...a fun and refreshing innovation that only iOS could properly deliver...lusciously drawn environments...Hero\u2019s Way looks as if it\u2019s going to have that magical accessible-yet-challenging quality."" - iFanzine, Sean Koch \n\n""My first impressions are that the graphics are really nice and crisp. Love the fact it\'s a universal build and looks awesome on my ipad."" - Mr. Charley, CB Tester \n\n""... with high-quality stunning interface, accessible gameplay, gorgeous cinematics and amazing cute cartoon graphics ..."" - Editor Picked by Best10Apps.com\n\nGame Features: \n\u2022Dynamic single player control of three heroes in real-time action! \n\u2022Responsive intuitive touch controls! \n\u20226 Classes to choose from (The Warrior, Witch and Rogue are joined by 3 new heroes classes...Cleric, Demon Hunter and Mercenary!)! \n\u2022Upgradable hero stats! \n\u2022Over 400 items and weapons to acquire and customize your heroes with! \n\u2022Enhancing item and weapon magical gems! \n\u2022Charged Power Attacks utilizing your weapon\u2019s magical imbued abilities! \n\u202260 multi-level terrain levels of game play! \n\u2022Random level generation for unique replay! \n\u2022Over 80 monsters, ghosts and ghouls to slay! \n\u20226 Epic boss battles! \n\u2022Gorgeous detailed graphics! \n\u2022Smooth fluid animation! \n\u2022Original musical score! \n\u2022Digitally mastered sound effects! \n\nAbout Lakoo:\nWebsite: http://lakoo.com \n\nOur fans Page:\nFacebook: http://www.facebook.com/lakoogames\nTwitter: http://twitter.com/lakoogames",Lakoo,12+,"ZH, EN, FR, DE, JA, KO, ZH, ES",126515200,Games,"Games, Strategy, Entertainment, Role Playing",17/09/2011,17/11/2017
-https://apps.apple.com/us/app/ninjatdlite-ice/id451994909,451994909,NinjaTDLite ICE,,https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/7c/62/02/7c6202f1-24f7-b5b1-c54f-89d030818fd9/source/512x512bb.jpg,,,0,,"Ninja TD Lite is a Defense game. \nThere are five types of ninja and five types of ninja magic \nyou can use. \n\nNINJA: \n-Green Ninja: Inflict medium damage at medium range. \n-Purple Ninja: Slow the enemy but do little damage. \n-Blue Ninja: Special attack causes collateral damage to \nnearby enemies. \n-Red Ninja: Red ninjas will attack all enemies along its \nroute. \n-Yellow Ninja: Yellow ninjas collect coins from dead enemies \nwithin range. Grade 3 ninjas can collect magic \ncoins from enemy killed by other ninjas. \n\nNINJA MAGIC: \n-Green Ninja Magic: Whirls the enemy back to the beginning. \n-Purple Ninja Magic: This thunderbolt numbs enemies \ncausing them to stop momentarily. \n-Blue Ninja Magic: Reveals the location of invisible enemies. \n-Red Ninja Magic: Bomb Ninjas explode at designated \nareas hurting nearby enemies. \n-Yellow Ninja Magic:Collects extra gold from nearby dead \nenemies. \n\nIn full version, there are 30 stages in five villages you can \nchallenge!!",Crazy Carpenter,4+,EN,17751310,Games,"Games, Strategy, Casual, Entertainment",4/08/2011,4/08/2011
-https://apps.apple.com/us/app/deo/id452167352,452167352,DEO,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/d5/e4/48/d5e44894-cad8-444f-427c-ae257c9503d2/source/512x512bb.jpg,3.5,128,0,,"Enter the gloomy world of DEO. Put your tapping skills to the test as you travel the serenity of space to create life and revive hope as you jump through 96 challenging levels requiring courage, skill and precision. Stylistically distinct, DEO features hours of immersive gameplay, challenging physics-based jumping, and a visually stunning art style.\n\nYour goal is to jump to each hill of a rotating level to capture it. Complete each level successfully to build a planet on the main menu. The less you die in each level the more plants and life your planet will produce. From this fundamental balance, DEO leads the player through ambient backgrounds, deep artistic scapes and breathtaking visuals with a look that seems to combine dark, distressed and organic art.\n\n****\n\n\u201c\u2026DEO looks set to be a pleasingly creative take on the platform puzzler genre.\u201d \u2013 Game Pro \n\n\u201cIf you enjoy creative, artistic games which evoke a real atmosphere and mood, then check this out.\u201d \u2013 Touch Arcade\n\n\u201cI fully enjoyed every second of it.\u201d 9/10 \u2013 InfiniPixel\n\n\u201cIf you\u2019re looking for a strikingly unique physics puzzler that will challenge even the most skilled of gamers, DEO is worth checking out.\u201d 4/5 \u2013 AppAdvice \n\n\u201cDEO delivers all the basics of a platformer, but polishes them and awakens the experience with unparalleled visuals and sound. Visually, DEO is among the most striking titles I\u2019ve seen in years.\u201d 4.5/5 \u2013 Digitally Downloaded\n\n\u201cFans of both platformers and aesthetically pleasing games would do well to explore DEO.\u201d 4/5 \u2013 148Apps\n\n\u201cDEO does a remarkable job serving up a platforming experience that\u2019s unique, challenging, and surprisingly intuitive.\u201d 4/5 \u2013 iFanZine\n\n****\n\nHIGHLIGHTS\n- 2 vast worlds, 90 challenging levels + 6 bonus levels\n\n- Immersive main menu and gameplay \n\n- Perform epic jumps and skillful landings\n\n- Intuitive tap anywhere controls\n\n- Surreal art design\n\n- Retina display supported\n\n\nCONTROLS\n- Jump on each hill to capture the land pieces for your planet\n\n- Tap anywhere on the screen to jump\n\n- Hold your tap before letting go to make DEO jump further","eVeek, LLC",4+,EN,68579155,Games,"Games, Adventure, Strategy",18/08/2011,18/08/2011
-https://apps.apple.com/us/app/hero-tactics2/id452181613,452181613,Hero TacTics2,,https://is4-ssl.mzstatic.com/image/thumb/Purple2/v4/02/8b/2d/028b2d98-c6df-510c-b08b-d948dd47caa5/source/512x512bb.jpg,3.5,182,0,"2.99, 0.99","Hero tactics2 is a strategy defense game defeating the enemy by summoning monsters and using various skills.\nEnjoy your time with unique jigsaw, mini games and many stages!\n\nSkills of Hero tactics2 have various powers; you can summon monsters, attack the enemy, or recover your Health point. \nYou need manastones and recharge time for Skill Activation. Recharge will commence when the battle starts or such skill is used. You can activate skills using manastones right after recharge is completed.\n\nThe Skill differs in its features depending on the manastone color.",manastone inc.,4+,EN,23393263,Games,"Games, Strategy, Puzzle",30/07/2011,22/02/2013
-https://apps.apple.com/us/app/sallys-studio-lite/id452272978,452272978,"""Sally's Studio Lite""",A Top Time Management Game!,https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/2e/d6/ce/2ed6ce08-1c4f-4eea-66b3-30dffd66dce0/source/512x512bb.jpg,4.5,600,0,,"It\u2019s HERE! Sally\u2019s Studio\u2122 the sequel to Sally\u2019s Spa\u2122!\n\nIt\u2019s time to Feel Great in Sally\u2019s Studio! In this Lite Version you travel to Hawaii where you manage your virtual studio making customers feel their best and have them leaving with big smiles. Play a couple of mini games such as Yoga Pose, Aerobics and Dancing. Start the Juicer to serve healthy drinks and play some CDs to help your customers feel recharged. Try it today, after all everyone deserves to feel great!\n\n--==--==--==--==--\nGet the Full Version! \n\nIn Sally\u2019s Studio\u2122 you get to travel the world helping people feel their best! Warm up on the beach, find balance at a mountaintop retreat, unwind in a peaceful courtyard and lots more. Along the way, meet a colorful collection of customers, from Teachers and Tourists, to Ballroom Dancers and Olympic Athletes.\n\nWarm-ups, yoga poses, toning, and even dance steps are some of the unique services you will offer as your studio expands. Enjoy shopping for over 60 items including new equipment, upgrades, staff, and special power-up songs to keep everyone motivated! Keep your customers happy and you\u2019ll earn extra hearts and bigger tips to help grow your very own Studio!\n\nSally\u2019s Studio\u2122 features the freshest Sally experience and all the fast paced fun you\u2019ve enjoyed in Sally\u2019s Spa\u2122. A wonderful escape for gamers of all ages, join Sally on her latest adventure today! \n\nF E A T U R E S: \n\u25a0 Move your customers to Studio stations such as Swiss Warm up Balls, Yoga Mats, Weights, Step-ups, Dance Bars and serve them rehydrating Juice and don\u2019t forget to play your favorite workout music to help them feel recharged. \n\n\u25a0 Fresh new Studio services to play as Mini Games like Yoga Pose, Stress Relief, Weights, Dancing, Step Ups, Rehydration & much more! \n\n\u25a0 It\u2019s not just about serving your customers, they may need to feel more motivated, so play the latest tunes from your boombox to help them feel upbeat or even slow down time so you can get to more customers!\n\n\u25a0 Shop for over 60 different powerups to keep those clients happy! After all, how do you train a Popstar? With a famous personal trainer of course! \n\n\u25a0 As you travel from Rio de Janeiro, Vancouver, London, Hawaii, Hong Kong, Sydney, India and many more places, you will meet many character personalities like soccer players, ballroom dancers, kungfu experts, models, nurses, popstars plus way more!\n\n\u25a0 With 50 Levels and 10 beautiful locations around the world with many medals and trophies to earn you get hours upon hours of fun! \n\nHighly recommended for fans of time management games such as Sally\u2019s Spa, Sally\u2019s Salon, Supermarket Mania, Diner Dash & Cake Mania. \n\nAt Games Cafe we worked hard to make Sally\u2019s Studio\u2122 the best game possible. We really hope that you enjoy this game and tell your friends and family! :)",Games Cafe Inc.,4+,"EN, FR, DE, IT, ES",509783040,Games,"Games, Casual, Strategy, Entertainment",4/08/2011,11/09/2017
-https://apps.apple.com/us/app/megacity-hd/id452535701,452535701,MegaCity HD,A city building puzzle game!,https://is2-ssl.mzstatic.com/image/thumb/Purple117/v4/f8/c2/93/f8c293df-04fb-9749-75ae-04ec5bc2067f/source/512x512bb.jpg,4.5,257,0.99,"0.99, 0.99, 0.99","""MegaCity is a highly original and fun 'one-more-go' style city building puzzle game.\n\nIt's easy to learn but hard to master and features gameplay that sees you inadvertently creating your own puzzles!\n\nPlace requested buildings in the queue to earn points, but watch out: Nobody wants to live next to a landfill site or industrial estate! Everybody wants a nice park or school nearby, but the city's budget is limited.\n\nThis is where you come in...\n\nMegacity is a game of planning and thinking ahead to squeeze the most points of out your citizens by clever town planning. And if it all goes wrong, it's their fault for electing you mayor, right?\n\nMegacity is a real thinking person's game, which appeals to and is suitable for all ages.\n\nFeatures:\n\n-Dozens of different buildings\n\n-10 unlockable buildings\n\n-New challenge puzzle mode\n\n-Achievements, local & online high scores.""",ColePowered Games Ltd.,4+,EN,33668096,Games,"Games, Puzzle, Entertainment, Strategy",2/08/2011,5/07/2017
-https://apps.apple.com/us/app/empires-world-conquest/id452600957,452600957,Empires : World Conquest,,https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/6f/79/f6/6f79f6ea-f235-00bc-35c5-21aa9928ca2c/source/512x512bb.jpg,4,871,0.99,,"WITH EMPIRES, REDISCOVER THE GAME OF CONQUEST. Develop war strategies of unprecedented complexity with numerous game options. Dominate the world by facing up to five powers, managed by IA or other players during LAN parties. Available for iPhone, iPod and iPad, Empires offers you a whole new strategic experience! \n\nBATTLE YOUR OPPONENTS DURING BREATHTAKING PARTIES WITH UNLIMITED GAME POSSIBILITIES. Thanks to its five levels of IA, Empires allows beginners to familiarize themselves with the game of conquest in a rewarding way, and strategists to show the extent of their talent. A large-scale map, with 130 countries divided into 7 regions, as well as varying playing styles depending on the empires, allows every situation to be reversed. With power struggles between countries, and different terrains and strengths or weaknesses of each nation during battles, Empires lets players develop increasingly complex strategies. \n\nTAKE ADVANTAGE OF THE NUMEROUS GAME OPTIONS TO TEST NEW TACTICS. Your budget, growing with your conquests, can be used to buy armies and ships, but also to spy on enemy territories, try to corrupt a nation, or fortify lands. It is even possible, with donations of money, to encourage some countries to defend themselves more effectively against other players. \n\nDISCOVER THE FUN OF A SMOOTH-FLOWING GAME. No need to wait after each battle: despite its large-scale map, Empires instantly updates each new configuration of the world at the end of fighting. Victories and defeats follow each other at a breathtaking pace, and you immediately see your progress with detailed battle reports and clear display. \n\nBATTLE YOUR FRIENDS DURING INCREASINGLY STRATEGIC LAN PARTIES! Play solo against other participants, or create alliances with your friends to conquer an even more powerful IA during multiplayer parties. Donate money to your allies in trouble to optimize your chances of victory, or fight against them to become master of the world. Empires offers the possibility of creating multiplayer parties in Bluetooth or Wi-Fi for up to 6 participants. \n\nWITH EMPIRES, AWAKEN YOUR STRATEGIC INSTINCT!",Fabrice Noui,4+,"EN, FR",17614848,Games,"Games, Strategy, Entertainment, Board",16/08/2011,6/10/2015
-https://apps.apple.com/us/app/atc-mania/id452679821,452679821,ATC Mania,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/0e/36/e1/0e36e131-1468-1c93-5675-8104d48978b4/source/512x512bb.jpg,4,499,0,1.99,"Are you the best air traffic controller (ATC) worldwide? Now you can prove it with ATC Mania!\n\nATC Mania is an addictive line-draw air traffic control game for your iPhone, iPod or iPad. But don\xb4t tell us we didn\xb4t warn you. It\xb4s really addicitive.\n\nIt features:\n- Three Maps (more coming soon)\n- HD graphics (incl. particle-systems) with retina- and full iPad-support\n- steady framerates with 60 FPS on most devices\n- Full ""Game Center""-support\n\nAnd it\xb4s free!\n\nAnd now have fun with ATC Mania!",Sprakelsoft GmbH,4+,EN,63976448,Games,"Games, Puzzle, Strategy, Entertainment",5/08/2011,5/09/2017
-https://apps.apple.com/us/app/ice-cream-shop-game-hd-lite/id452873323,452873323,Ice Cream Shop Game HD Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/57/36/9d/57369d97-bd29-0202-1bca-62e586c82aa5/source/512x512bb.jpg,3.5,826,0,,"Who wants ice cream? \n\nWell, probably everyone! \n\nThe most amazing ice cream shop game is now available for iPhone, iPad and iPod Touch. \n\nProvide the desired flavor, type of ice cream, popsicle or milk shake to the customers and you can score high. \n\nEnjoy today!",Pop-ok.com,4+,EN,3811952,Games,"Games, Adventure, Entertainment, Strategy",29/07/2011,28/03/2012
-https://apps.apple.com/us/app/finger-shot-rpg/id452945524,452945524,Finger Shot RPG,,https://is2-ssl.mzstatic.com/image/thumb/Purple4/v4/1c/27/22/1c27227d-c551-3371-f7de-b118268db76e/source/512x512bb.jpg,5,2966,0.99,"0.99, 0.99, 4.99, 4.99, 2.99, 19.99, 9.99",*** NEW: TURN FIGHT REQUEST SYSTEM *** \n*** NEW: ONLINE MULTIPLAYER VIA GAME CENTER***\nThis game is a brand new role playing game. \nFinger Shot R.P.G.\n\nYou can control all the motions of your units on the battle field by just dragging and launching.\n\nDive in New R.P.G Game!\n \nFeatures\n\n- Simple control! Drag and Release to Launch the unit!\n- 100 campaign stages\n- 27 diverse combat units. Each unit can be upgraded up to level 15\n- Supports zoom-in and zoom-out the map\n- 10 maps with various size of the battle field \n- Supports the online multiplayer mode via the Game Center on Wi-Fi or 3G network. \n- Supports Leaderboards and Achievements via the Game Center \n- Fantastic soundFX and BGM,Magic Cube,4+,"EN, KO",61284352,Games,"Games, Strategy, Role Playing",22/10/2011,21/10/2013
-https://apps.apple.com/us/app/adas-pizzeria/id452963430,452963430,"""Ada's Pizzeria""",,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/5b/f9/52/5bf9526c-ee09-5220-e097-65cfa94a744e/source/512x512bb.jpg,4,392,0,"0.99, 1.99, 4.99, 2.99","*ALL ADA\'s GAMES are NOW FREE for a LIMITED TIME!* \n*SEARCH for ADA on the APP STORE!* \n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nHelp Ada toss pizza dough, spread tomato sauce, and pick toppings at her new pizzeria!\nBetter hurry up though, the customers are waiting!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nOne day while walking home, Ada noticed a very sad looking chef sitting on the sidewalk.\n\nShe asked, ""What\'s the matter, is something wrong?""\n\nThe chef cried, ""Everything is wrong! I\'m the worst chef in the whole world!""\n\nCurious, Ada took a slice of the pizza he was holding and had a bite. To her surprise, it was ""Absolutely Delicious!"" \n\nThe chef said, ""You\'re just trying to make me feel better\u2026 nobody likes my pizza, and with so few customers, this pizzeria won\'t be around for long.""\n\n""Not if there\'s anything I can do about it!"" said Ada. ""I know a thing or two about running businesses, and you\'ve got something here! With my know-how and your cooking, we can make this place a success, I just know it!""\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 Take on the role of Head Chef in a busy, exciting environment\n\u2022 Learn the ins and outs of professional pizza making\n\u2022 Satisfy your hungry customers before they get impatient and leave!\n\u2022 Expand your pizzeria and experience international success!\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\n\u2022 28 different kinds of delicious pizza\n\u2022 3 unique food-types, each made in a different way\n\u2022 5 store locations in different countries\n\u2022 9 diverse customer-types, with different temperaments\n\u2022 A whole bunch of awesome mini-games and special items\n\u2022 HD graphics for Retina and iPad\n\u2022 Game Center Leaderboards and Achievements\n\n\u25ba \u25ba \u25ba \u25ba \u25ba \n\nhttp://twitter.com/TRINITIgames \nhttp://facebook.com/TRINITIgames",Triniti Interactive Limited,4+,EN,51951307,Games,"Games, Simulation, Entertainment, Strategy",30/09/2011,11/12/2012
-https://apps.apple.com/us/app/landgrabbers-real-time-medieval-conquest-strategy/id453019676,453019676,LandGrabbers: real time medieval conquest strategy,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/fb/10/fb/fb10fbef-d699-6077-64ed-4754d1cc79de/source/512x512bb.jpg,4,11920,0,"4.99, 0.99, 1.99, 4.99, 2.99, 8.99, 0.99, 12.99, 2.99, 4.99","New great crusades simulation from Nevosoft! LandGrabbers, recognized as the Best Casual Game of the Year at the 2011 Russian Game Developers Conference (KRI 2011), is now available at the AppStore! \n\nImagine that you are in the Middle Ages. It\u2019s the time of castles, knights and the Crusades. Now imagine that you are a brilliant military leader with your own troops. What could prevent you from conquering the world? Perhaps just a lack of free time. \n\nAre you ready to spend hours glued to your iPad, capturing the enemy fortresses and the surrounding land, and forming militias? This addictive game is a unique genre that combines classic elements of strategy, simulator, and resource management games. Get ready to play lots gripping levels in the woods, in the desert, the snow and even on the flying islands! \n\nCharacteristics: \n- Lots of levels in different diverse locations \n- Unique level mapping design for deeper tactic capabilities \n- Dozens of magical artifacts to work your magic \n- Three incredible enemy armies \n- Five types of buildings with unique features to attack or defend from the enemy \n- Three difficulty levels that will challenge even experienced strategy experts \n- Gorgeous graphics and catchy soundtrack create a medieval atmosphere \n\nYou troops are waiting for you, general! It\u2019s time to conquer the world! \n---------------------------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com",Nevosoft LLC,4+,"EN, DE, RU",157044736,Games,"Games, Simulation, Strategy",25/08/2011,20/11/2014
-https://apps.apple.com/us/app/hotel-dash-lost-luxuries/id453127025,453127025,Hotel Dash: Lost Luxuries,,https://is2-ssl.mzstatic.com/image/thumb/Purple6/v4/11/3a/6c/113a6ca6-0882-06c7-326f-f893c8f1ec3b/source/512x512bb.jpg,4,3179,0,1.99,"""Play 5 levels of Hotel Dash: Lost Luxuries for FREE today! Upgrade to the full version to enjoy all 5 hotels, with 50 exciting levels!\n \nCheck in to adventure with Hotel Dash: Lost Luxuries, PlayFirst's wildest time management game! This year, DinerTown is a strong candidate to host the International French Fry Festival. Help Flo and Quinn excavate themed hotels built many years ago, and turn them into retro-chic resorts! Tap and slide to glide down zip lines, prep rooms, cater to guests\u2019 requests, and renovate each hotel with unique accents. Will you restore enough hotels to host the festival, or will a sneaky competitor sabotage your efforts?\n \nUpgrade to the Full version to enjoy these features:\n- Restore all five nature-themed hotels: Swiss Chalet, Bubbly Submarine, Chilly Ice Palace, and more!\n- Strategize with new diagonal twists: glide down zip lines, ice slides, and magic carpets!\n- Cater to unique guests like the scuba diver, genie, and snowboarder!""",Glu Games Inc,4+,EN,49426432,Games,"Games, Strategy, Action, Entertainment",9/09/2011,14/02/2014
-https://apps.apple.com/us/app/mahdrop/id453161920,453161920,MahDrop,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/52/28/b2/5228b237-53b2-8930-dc75-c4a4fac0e28d/source/512x512bb.jpg,,,0.99,,"Random shapes made up of four Mahjong tiles each will drop from the top of the screen. The objective of the game is to move and rotate these shapes (with the provided buttons) to arrange them in horizontal lines of ten blocks without gaps. When such a line is created, it disappears, and any block above the deleted line will fall to the newly freed up space. If the line contains tiles that form groups of three of the same title or a sequence of tiles, each of the groups will score additional points. The game will continue until you stop the game, or when the block are filled to the top of the screen and you have no more moves. At which point you may decide to publish your score to the Game Center Leaderboard by tapping on the score to bring up the submission menu.",POK,4+,"EN, ZH, ZH",2385920,Games,"Games, Strategy, Casual",13/09/2011,31/10/2016
-https://apps.apple.com/us/app/jisgaw-10k/id453216093,453216093,Jisgaw +10k,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/c2/36/c4/c236c409-0258-8786-89c9-037128341357/source/512x512bb.jpg,4.5,8,3.99,,"Jisgaw10K is a Jigsaw puzzle game for iPad/iPod/iPhone that breaks the 1000 pieces barrier of this kind of games, offering a challenge with more than 10000 pieces (11926 in the current version).\n\nThe main features are:\n\u2022 Different levels: can select a lower number of pieces (from ~20 to ~10000) \n\u2022 To help with the challenge, you can use virtual boards to separate your pieces in colors, shape or whatever criteria you decide. You can have as many as you need\n\u2022 Organize your virtual boards in the layout you prefer\n\u2022 Identify them by name or color\n\u2022 Rotate and move pieces with simple gestures\n\u2022 Move an Zoom each virtual board independently\n\u2022 You can limit your movement so only pieces movement or board movement would be allowed\n\u2022 You can view a reference image in any virtual board\n\u2022 You can submit and compare your score (time to finish). The time will stop counting if no action is done\n\u2022 You can have more than one instance of the jigsaw: you can try again or share it with a friend or relative.\n\u2022 Nine images available.\n\u2022 Included 2k set: 14 images more (2000 pieces each) \n\u2022 Included 05k set: 80 images more (500 pieces each) \n\u2022 Available for ipad, iphone & ipod \n\u2022 Add custom photos \n\u2022 Upload progress on Facebook & Twitter",Luis Lopez,4+,"EN, FR, JA, KO, ZH, ES",116333568,Games,"Games, Puzzle, Strategy, Entertainment",15/08/2011,4/09/2018
-https://apps.apple.com/us/app/wedding-dash-4-ever/id453345888,453345888,Wedding Dash 4-Ever,,https://is5-ssl.mzstatic.com/image/thumb/Purple4/v4/db/7b/7b/db7b7b18-5936-1028-c8d8-5113acdc5ec7/source/512x512bb.jpg,4,3486,0,4.99,"""Try Wedding Dash 4-ever for FREE today! \n\nWhen Quinn's mom unexpectedly arrives in town and shakes up her home, business, and love life, its up to best friends Quinn and Flo to keep everything under control!\n\nWith mom making suggestions at every turn, help Quinn manage more weddings than ever before! Keep the bride and groom happy, lead conga lines, plan dream weddings, and more in PlayFirst's most romantic time management game yet, Wedding Dash 4-Ever!\n\nFeaturing 50 great levels of wedding chaos in the full version! \n\n- Host weddings in 5 trendy venues including the Vineyard and Japanese Garden.\n- Plan 10 deluxe weddings that allow you to manage everything from the ceremony to seating and all-new conga lines\n- Tackle 9 wedding day disasters including Bridezilla, Groom Kong, and a Food Fight before they upset the guests and happy couple!""",Glu Games Inc,12+,EN,41218048,Games,"Games, Strategy, Action",21/09/2011,14/02/2014
-https://apps.apple.com/us/app/laser-logic-3d/id453444900,453444900,Laser Logic 3D,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/f2/57/dd/f257dda4-d4bf-b578-4eca-26ca161cd1ff/source/512x512bb.jpg,2.5,39,0,"0.99, 0.99","""Welcome to Laser Logic 3D - a mind blowing puzzle & logic game, where nothing is straightforward.\n\nYour mission: Destroy all the light boxes with your laser beam. It sounds simple but be warned! The beam can't just go in a straight line. You need to deflect it off various mirrors before hitting your target. This is guaranteed to zap more than a few brain cells! \n\nYou've got 40 unique levels that range from easy to hard, then on to confusing, frustrating, and eventually madness! \n \nThis stunning high definition (HD) game is completely free and also looks great on a tablet. It includes an introductory tutorial, 35 brain-teasing stages (with more to come) and the original title song from Ben.\n \nLaser Logic 3D is hours of addictive fun and excruciating excitement!\n\n* If you like this app please come back to iTunes and rate it! *""",Benjamin Ohloff,4+,EN,13319153,Games,"Games, Entertainment, Strategy, Puzzle",4/08/2011,19/05/2012
-https://apps.apple.com/us/app/tiny-defense/id453447822,453447822,Tiny Defense,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/cf/c3/bb/cfc3bb81-c645-b278-72c7-b8112632cf60/source/512x512bb.jpg,5,12830,2.99,"0.99, 1.99, 2.99, 4.99, 9.99","Green Planet is a beautiful home of the little mechanical life forms known as \u201cMinirobots\u201d. While living peacefully, their planet was invaded by an army of robot troops calling themselves \u201cThe Machines\u201d. These machines tried to turn Green Planet into a space resort and had captured many of the Minirobots, but now they are fighting back! \n\n**********************\n\u201cTiny Defense takes the tried and tested tower defense genre and puts it onto a 2D playing field. It works a treat and comes out as one of the very best in its class.\u201d \u2013 148Apps.com\n\n""This tactical defense game is entertaining and addictive. There is nothing not to love about it."" \u2013 AppAdvice.com\n\n\u201cTiny Defense is one of the first tower defense titles that I\u2019ve played that meets up to the expectations of P vs Z.\u201d \u2013 AppStoreArcade\n\n\u201cI like it! Cute, Mario-esque graphics, PvZ gameplay, ample content.\u201d \u2013 ArcadeLife\n**********************\n\nUse your wit and tactics to overcome the obstacles and save the gorgeous Green Planet! Collect energy crystal to build your army of robot and fight to rescue your friends. Beware! The enemies are everywhere; on the ground, in the sky, over the sea and even under there!\n\nTiny Defense features bright cartoony graphics with funny characters, easy-to-learn gameplay with a good depth to please strategy fans, a vast number of levels and mini-games with challenging boss fight. \n\nStand united and prove that size doesn\'t matter in Tiny Defense, a playful challenge for strategy game lovers! \n\n\u25bc Features \n---------------- \n\u25b7 Unique side-view, grid base defense game \n\u25b7 150 magnificent levels \n\u25b7 3 episodes with distinguished gameplay \n\u25b7 40 cute robot types to choose from \n\u25b7 32 types of ruthless enemy \n\u25b7 5 different areas (Glass Land, Desert, Underwater, Glacier, Iron Fortress) \n\u25b7 30 fun action/arcade style mini-games \n\u25b7 Tons of upgrades, unlockables, and achievements\n\u25b7 Over 20 hours of gameplay!\n\n*** TIPS: Story Mode continue after the first 50 levels 2 times! Extend the fun to the total of 150 levels! \n\n\u25bc Requirements (Please check before download!) \n---------------- \nCompatible with iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd, 4th, 5th gen), iPad, iPad 2, The New iPad and iPad Mini. Requires iOS 4.3 or later \n\n******************* \n\n\u25bc Get in Touch \n---------------- \n\u25b7 Follow us! : twitter.com/TinyDefense \n\u25b7 Join our fan page : facebook.com/TinyDefense \n\u25b7 Tiny Defense Community : pic-soft.com/forum",Picsoft Studio,9+,EN,167428096,Games,"Games, Role Playing, Strategy, Entertainment",22/09/2011,16/12/2017
-https://apps.apple.com/us/app/aliens-vs-humans/id453448185,453448185,Aliens vs Humans,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/17/8d/48/178d48ea-5ed7-e728-e5dd-5bf812939015/source/512x512bb.jpg,4,19,0,,Aliens vs Humans tells the story of a bunch of unlikely heroes in an epic battle with the forces of humanity. Help your alien friends save their queen and show the world that not all aliens are bad! This unique take on the tower defence genre will have you glued to the screen as you battle your way across earth and beyond using a variety of different aliens to defend your queen against those bad humans and find your way home!\n\n- Advance towards the enemy using a varied set of alien units!\n\n- Six unique and challenging levels to play!\n\n- Two exciting gameplay modes to try! \n\n- Compelling storyline brought to life with stunning graphics!\n\n- Superb soundtrack!\n\n- No adverts and best of all completely FREE!\n\nFind out more about how this game was made at www.gamercamp.co.uk,Birmingham City University,12+,EN,11160691,Games,"Games, Action, Entertainment, Strategy",4/08/2011,4/08/2011
-https://apps.apple.com/us/app/ant-crusher-game-hd-lite/id453539771,453539771,Ant Crusher Game HD Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/f0/52/bf/f052bfbb-e35c-830e-da92-1c6b1ad636d2/source/512x512bb.jpg,2.5,338,0,0.99,"Who likes ants in the soup? \n\nWhat about in the iPhone, iPad or iPod Touch? \n\nThe ant race is on, and you need to smash those ants before they reach the strawberries. \n\nEnjoy your download today!",Pop-ok.com,4+,EN,16916480,Games,"Games, Strategy, Entertainment, Adventure",29/07/2011,24/06/2013
-https://apps.apple.com/us/app/presidente-txl/id453782723,453782723,PReSiDeNTe TxL,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/d9/0d/26/d90d260d-0467-9a88-669a-8a5ae2205b2e/source/512x512bb.jpg,,,0,1.99,"Ya est\xe1 aqu\xed la nueva versi\xf3n mejorada del famoso juego de cartas PReSiDeNTe multijugador gratis para iOS!\nTambi\xe9n es conocido otros nombres como Rango, Mierdas, Pozo, Presidente, entre otros\u2026 xD\n\nMejorada la versi\xf3n del cl\xe1sico entre los cl\xe1sicos de los juegos de mesa, interfaz mejorada, m\xe1s fluida y con nuevo sistema de puntuaciones mensuales.\n\nJuega online o solo totalmente gratis al juego m\xe1s divertido de cartas para iOS!\n\n\xbfEchamos un PReSiDeNTe?\n\nDivi\xe9rtete chateando y jugando online con amigos y personas de todo el mundo!\n\nElige un nombre, selecciona un avatar y a jugar! Modo Individual y Multijugador!\n\nEntrena tus habilidades sin necesidad de conexi\xf3n en modo Individual, modera la velocidad del juego o cambia el color de la mesa a tu gusto en este modo.\n\nCompite en el modo multijugador!\n\nConvi\xe9rtete en el mejor, demu\xe9stralo en el TOP, juega con amigos, familiares o desconocidos amantes de los juegos de cartas online y totalmente gratis!\n\nUn cl\xe1sico de los juegos de mesa el juego de cartas del PReSiDeNTe, disponible con dos modos, individual y multijugador.\n\nEn el modo multijugador si\xe9ntate y lev\xe1ntate de las mesas a tu gusto, chatea en el sal\xf3n y durante las partidas.\n\nNuevo sistema TOP de puntuaciones mensuales, gana partidas en el modo multijugador y demuestra qui\xe9n es el mejor!!\n\nEn el PReSiDeNTe o Mierdas el objetivo del juego es tirar todas las cartas antes que los dem\xe1s jugadores.\n\nEl valor de las cartas en PReSiDeNTe o Presidente, de menor a mayor es 2, 4, 5, 6, 7, 10, 11, 12, 3 y 1.\n\nEn la primera partida empieza a tirar el jugador que tenga el dos de oros.\n\nLos jugadores tienen que tirar cartas superiores o iguales a las que hay en la mesa, pero en igual n\xfamero, de no poder pasar\xe1n. De pasar todos los jugadores o ser saltados, el \xfaltimo en tirar ser\xe1 quien empiece la nueva ronda.\nEn el PReSiDeNTe o Pozo al tirar cartas del mismo n\xfamero que las de la mesa, se salta al siguiente jugador.\n\nCuando un jugador se queda sin cartas, termina y obtiene un rango en funci\xf3n de su clasificaci\xf3n en la partida (rey, vicerey, vicePReSiDeNTe o PReSiDeNTe).\n\nEstos rangos son (en orden de mejor a peor) el Rey, Vicerey, VicePReSiDeNTe y PReSiDeNTe.\n\nAl comenzar la siguiente partida, el rey recibe las dos mejores cartas del PReSiDeNTe y dar\xe1 sus dos peores.\n\nEl Vicerey recibe la mejor carta del VicePReSiDeNTe d\xe1ndole su peor carta. En las siguientes partidas comenzar\xe1 hablando el PReSiDeNTe.\n\nEl PReSiDeNTe es uno de los famosos juegos de cartas espa\xf1olas de todos los tiempos, el PReSiDeNTe es un cl\xe1sico entre los juegos de mesa o juegos de naipes de habla hispana.\n\nDetalles t\xe9cnicos:\n- Accesibilidad y fluidez\n- Sin necesidad de registrarse\n- Nombre de jugador personalizable\n- Galer\xeda de avatares a elegir\n- Cambia el fondo de la mesa mientras juegas\n- Juego individual disponible sin conexi\xf3n con velocidad ajustable\n- Juego online multijugador con personas de todo el mundo\n- Top 50 de puntuaciones del mes\n\nSi te gustan los juegos de mesa, juegos de cartas, juegos de naipes, las apuestas, los retos, las revanchas, chatear con otros jugadores, conseguir un puesto en el TOP de puntuaciones.\n\n\xbfTe diviertes jugando a juegos de cartas gratuitos?\nConsidera valorar la aplicaci\xf3n, recomendar la app, hacer +1 para ayudar al desarrollador.\n\nM\xe1s juegos de cartas pr\xf3ximamente.\n\nS\xedguenos en twitter y facebook y ent\xe9rate de todas las novedades!\n\nTwitter: TxLestudios\nhttps://twitter.com/TxLestudios\n\nFacebook: TxlEstudios\nhttps://www.facebook.com/TxlEstudios",ChelfasT,4+,EN,21458944,Games,"Games, Card, Strategy, Entertainment",17/08/2011,23/01/2018
-https://apps.apple.com/us/app/paper-tossing/id453909409,453909409,Paper Tossing,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/8a/bb/39/8abb3931-a3e5-f545-64e3-3e4cea32ad57/source/512x512bb.jpg,,,0,,"Paper Tossing is a fun action packed paper toss game, \n\nFlick the ball and try to get in the bin, but its harder then it sounds because of a fan that moves...\n\nEnjoy!",Up With Apps,4+,EN,5737339,Games,"Games, Strategy, Entertainment",2/08/2011,2/08/2011
-https://apps.apple.com/us/app/lasercube/id454496990,454496990,LaserCube,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/33/d8/a5/33d8a537-39be-b8b0-89f0-6de79a521709/source/512x512bb.jpg,3,6,0,,"Please read : level 7 means the cube will have 7 segments per face. Level 8 means 8 segments per face and so on until 10. LEVEL 10 is very HARD and LEVEL 7 is quite EASY :-) Hope this helps.\n\n---- device limitation ----\n\nThis game will work on iPhone 3GS, 4 and 4S, iPad 1 and 2 / iOS 5.\n\n---- the background ----\n\nA Long, Long Time Ago, On A Planet Populated With Strange Creatures, A Bright Ball Crossed The Atmosphere And Landed In A Lake.\n\nThe Ball Stayed Here For Ages.\n\nThe Strange Creatures Became Beings Endowed With Intelligence. They Found The Ball. It Took A Very Short Period Of Time Before The First Natural Disaster Happened. Hundreds Of Creatures Lost Their Live.\n\nThey Realized That The Ball Was Responsible For That And Decided To Hide Its Terrible Power In A Cube Made Of A Very Rare Metal : The LaserCube.\n\n---- the game ---- \n\nChallenge the cube and try to discover the position of the ball, in 3D environment. If we find smart people to solve the cube with Level 10, we will probably add a second ball !\n\nFacebook integration : a post will be sent with your score, but only if you win !\nTwitter integration : in the next version.\n\nPlease visit http://www.ekilibrium.fr for more information and background.",Ekilibrium,4+,"EN, FR",30657709,Games,"Games, Entertainment, Strategy, Puzzle",3/11/2011,6/03/2012
-https://apps.apple.com/us/app/marble-bump/id454617779,454617779,Marble Bump,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/ea/36/4d/ea364dcc-ed51-5fdc-c167-a4aa47ecbf6d/source/512x512bb.jpg,5,7,0.99,,"""Marble Bump is an original new puzzle game. It's quite simple, but it's pretty tough to master. At first it appears simple. Just bump marbles together to shatter them, and once you are down to a single marble, you win. And the initial levels are fairly easy, but the game gets tough quickly, and the highest levels are guaranteed to bend your brain.\n\nThe game comes with 24 levels of increasing difficulty. But you're not done when you have mastered all of the included levels. Marble Bump also comes with an infinite number of randomly-generated levels, so you can tease your brain whenever you want. Have fun!""",The Code Zone,4+,EN,24408064,Games,"Games, Strategy, Puzzle",8/08/2011,19/10/2016
-https://apps.apple.com/us/app/hokm-free/id454637418,454637418,Hokm Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/77/83/34/77833426-fe38-b938-2b3f-08df97d30cc5/source/512x512bb.jpg,4,12718,0,"1.99, 0.99","More popular than Blackjack. More strategic than Poker. Hokm is the ultimate card game played by millions worldwide where your partner depends on your every move. \n\nSimilar to games like Hearts, Spades, Tarneeb, Whist, and Euchre, Hokm is no ordinary card game. It takes hustling to a whole new level. \n\nTry it out for FREE today!!\n\n* Watch the video to learn to play: youtube.com/hokmforhustlers\n\n*FREE* FEATURES: \n\n* Single Player Game (with built-in AI) (ad-supported)\n* Earn Hokm Points for playing well and keep track of your Games Won, comparing them with all other Hokm players worldwide! (Requires a Game Center account) \n* Beautiful graphics (amazing Retina Display for iPhone 4, and even looks great on the iPad!)\n* Soothing Persian background music\n- Choose Your Game Carpet / Background (with a small In-App Purchase)\n- Remove Ads with a small In-App Purchase\n* Easy to resume a game\n* Easy to understand interface\n* Fluid, one handed gameplay \n* Realistic sounds\n* Follows the traditional rules of Hokm. The way our grandparents would play it. \n* With a promise of constant updates built from your feedback!\n\n\u062d\u06a9\u0645\n\nLooking for the Full Version of Hokm for Hustlers? Go to www.hokm.info and get your copy today! (Ads-free, Multiplayer (with In-App Purchase), Carpets included!)",Eiman Zolfaghari,4+,EN,14696143,Games,"Games, Entertainment, Strategy, Card",3/09/2011,17/05/2012
-https://apps.apple.com/us/app/mega-mall-story/id454679700,454679700,Mega Mall Story,,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/48/6a/f0/486af019-26ca-9824-0649-4f4e2187402b/source/512x512bb.jpg,4.5,680,4.99,,"Design a towering mall of mega proportions! Attract droves of customers and elevate yourself to 5-star status in this mall management simulation game!\n\nAdd anything from fast food joints to sushi restaurants, stairs and elevators--even a heliport--all with a touch of the finger!\n\nWhen your establishment\'s popularity reaches a certain point, a ""Fever"" is triggered in which customers swamp your mall! \n\nYou can then exercise your newfound affluence by investing in the surrounding area--bringing in even more customers and being a good citizen at the same time! Oh yeah!\n\nKeep your eyes on the mega-prize--only you can build the ultimate mall!\n\n-- \nTurn your device to rotate the screen, touch to scroll, and pinch to zoom in and out. \n\nSupports iPhone, iPod touch, and iPad. \nNote: Screen rotation and zoom are only available on iPhone 3GS and later, iPod touch 2nd generation and later, and iPad. \n\nThe game now lets you switch between English and Japanese.","Kairosoft Co.,Ltd",4+,"EN, KO, ZH, TH, ZH",237556736,Games,"Games, Entertainment, Simulation, Strategy",9/08/2011,10/10/2018
-https://apps.apple.com/us/app/snake-color-hunter/id454696687,454696687,Snake Color Hunter,,https://is4-ssl.mzstatic.com/image/thumb/Purple114/v4/42/2c/55/422c5551-e6cf-ee81-dc0a-ef74819e5152/source/512x512bb.jpg,4.5,49,0,"2.99, 2.99",Snake Color Hunter is a game where you need to click in the direction where you want to put the ball. If three or more same color balls hit then snake gets hurt... Remember to click at exact position otherwise even if you get three of same color it wont get vanished... Have Fun!!!,Clover Games USA,4+,EN,69619712,Entertainment,"Entertainment, Games, Action, Strategy",18/08/2011,1/07/2014
-https://apps.apple.com/us/app/thunder-fleets-lite/id454696716,454696716,Thunder Fleets Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/e9/5b/59/e95b59b5-7103-310d-2182-fb928c83e025/source/512x512bb.jpg,3,27,0,,"Build and command your naval forces and engage in massive sea battles in this World War II real time strategy game. Thunder Fleets uses detailed historical ships, from small patrol boats to the largest battleships that were ever put to sea.\n\nYou will face a challenging single player campaing as either US Navy or Imperial Japanese Navy as well as multplayer battles against human oponents or skirmish missions with artificial intelligence.\n\nGame uses action packed gameplay with a region-control based economy model. You will have to plan your attacks carefully, picking regions of the map that are more strategically important for you. In time you will be able to build your own fleet of ships. Your skills as a commander will be tested in combat and in your abbility to compose a winning fleet, as every ship has strong and weak points.",Orator Games,12+,EN,25423872,Games,"Games, Strategy, Action",9/08/2011,9/08/2018
-https://apps.apple.com/us/app/best-brokers-stock-market-game/id454862619,454862619,Best Brokers Stock Market Game,Realistic Trading Simulation,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/40/5e/fd/405efd92-44e5-7caf-8d77-1da23be1ea35/source/512x512bb.jpg,4.5,6685,0,"1.99, 2.99, 2.99, 8.99, 7.99, 0.99, 0.99, 35.99, 64.99","Best Brokers is a realtime stock market game focusing on fun.\n\nEnhance your knowledge of the stock market or test new trading strategies without any risk of losing real money. Powerful tools like order limits and stops are helping you to get virtually rich. Connect with other users and friends and exchange insider information.\n\nBest Brokers is the only stock exchange game with over 60,000 realtime stocks.\n\nPORTFOLIO: You start with 25k. Here you can see your own stocks and open orders. Weekly, monthly and yearly charts as well as order history are right there.\n\nTRADING CENTER: Here you can inform yourself about shares or place your buy orders. All of the known indices are directly accessible.\n\nNEWS READER: Stay up-to-date with our integrated News Reader for RSS, RSS2 and Atom Feeds.\n\nFRIENDS & MESSAGES: Connect with your friends or other users and chat about the capital market or strategies. \n\nLEADERBOARD: Compete with your friends and other users.",cdef GmbH,4+,"EN, FR, DE, ES",21781504,Finance,"Finance, Games, Simulation, Strategy",17/07/2012,24/07/2019
-https://apps.apple.com/us/app/mystical-gem/id454924022,454924022,Mystical Gem,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/a0/4c/3b/a04c3be8-315e-d67c-21b6-2ca3167d810c/source/512x512bb.jpg,4.5,359,0,"0.99, 2.99, 0.99, 0.99, 0.99, 0.99, 1.99, 0.99","Help the \u201cLittle Boy\u201d and his teammates to find the Mystical Gem!\nGuide your team through different ruins by fighting many different types of enemy monsters.\nEarn power and equipment by defeating the enemies. Upgrade defenses, learn more skills, will take you closer and closer to the Mystical Gem!\n\nFeatures:\n* Use our easy \u201ctap and drag\u201d controls to maneuver the Little Boy and his teammates.\n* Four unique characters each have their own weapons.\n* Each character has three possible weapons to master.\n* Over 140 different skills. For example, exchange power with your enemies, turn enemies into teammates, use special towers to attack your enemies, or deflect your enemy attacks, etc.\n* Over 70 different types of equipment help you gain equipment to strengthen your forces!\n* 5 main ruins, with 10 sub-levels each to play. Each ruin has its own appearance and different types of enemies waiting for you.\n* Our one of a kind \u201cSynthesis\u201d mode allows you to partner with your friends to create new equipment by merging your existing equipment with your friends. Each new equipment will have its own combination of power. Synthesis can be activated through GameCenter or via Bluetooth. New equipment will make your forces stronger and better prepared to fight the enemy monsters.\n* Challenge yourself in endless mode. Post your results in GameCenter and see your name rise to the top!\n* Vivid characters, detailed monsters, and imaginative special effects and smooth animations all come to life on the retina display.\n\nGame Video: \nhttp://www.youtube.com/watch?v=zAf1C1XUjlw\n\nNote: Mystical Gem DO NOT support iPhone2G, iPhone3G, iPod Touch1, iPod Touch2.",Crazy Carpenter,9+,EN,90418407,Games,"Games, Role Playing, Entertainment, Strategy",30/09/2011,4/08/2012
-https://apps.apple.com/us/app/fantasy-names-for-cool-game-characters/id454932115,454932115,Fantasy Names for Cool Game Characters,,https://is5-ssl.mzstatic.com/image/thumb/Purple127/v4/40/46/e6/4046e645-60cb-0199-d950-4d7ea7215c30/source/512x512bb.jpg,4,9,0.99,,"Here\u2019s what we did:\n\n1. We wrote down nearly every name in the bookstore\u2019s fantasy section!\n2. We made up some more for comic relief.\n3. We took the best 3,300 names and sorted them.\n4. We commissioned art from Maggie Parr.\n5. We published a book and sold it mail-order through Dragon Magazine \u2122.\n4. We made this app (20 years later).\n\nWith this app, you can:\n\n- Easily browse the 3,300 fantasy names with the spinner\n- Shake to find a random name for a particular character type \n- Save, organize, and email your favorite names\n\nThe names are sorted into Male and Female for each of the following categories:\n\nFighter\nWizard\nHealer\nRogue\nElf\nDwarf\nHalfling\nGnome\nMonster\n\nNOTE: We sorted the names subjectively. You should use each name however you see fit. For that matter, pronounce them however you want too!",Rogue Sword: Strategy & Adventure Games,4+,EN,5276672,Games,"Games, Entertainment, Role Playing, Strategy",11/08/2011,9/06/2017
-https://apps.apple.com/us/app/majesty-fantasy-kingdom-sim/id455219788,455219788,Majesty: Fantasy Kingdom Sim,Legendary fantasy RTS,https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/6c/fc/46/6cfc464e-5e09-2983-335a-0be7698dab8e/source/512x512bb.jpg,4.5,988,1.99,"0.99, 0.99","Like Majesty series? Check out Majesty: The Northern Expansion as well!\n\n""It\u2019s a great strategy game. I\u2019d recommend this to RTS and RPG lovers alike."" - AppAdvice \n""One of the ""5 winning games for tablets"" - New York Times, July 2011 \n\n""Majesty: The Fantasy Kingdom Sim"" is a vast magical world where you are honored with the crown of a tiny fairytale kingdom. When you become the head of the country all the responsibility for the land\'s prosperity rests on your royal shoulders. You will have to fight various enemies and monsters, explore new territories, manage economic and scientific developments and solve a heap of unusual and unexpected tasks. For example, what will you do when all the gold in the kingdom transforms into cookies? Or how will you bring back the trolls who robbed caravans and whose disappearance ruins the economy of the country? \n\nThe core feature of ""Majesty: The Fantasy Kingdom Sim"" is that you cannot control your citizens directly. There are a lot of heroes in your lands: valiant warriors and warlike barbarians, powerful wizards and grim necromancers, industrious dwarves and skilful elves plus many more. But all of them live their own lives and decide for themselves what to do at any moment. You are able to issue orders but heroes will follow your commands only for a sizeable reward. \n\n""Majesty: The Fantasy Kingdom Sim"" contains elements of role play: while fulfilling your orders, the heroes improve their skills and talents, as well as earn cash to be spent on new equipment, weapons, and magical elixirs. \n\n""Majesty: The Fantasy Kingdom Sim"" \u2013 the throne is waiting for its hero! \n\nGame Features: \n\n- Legendary indirect control strategy totally adapted for iOS. \n- 10 types of heroes with dozens of statistics, weapons and armour. \n- A dozen types of monsters. \n- Several dozen spells. \n- 30 upgradeable building types. \n- 15 scenario missions+ a bonus one. \n- 3 difficulty levels. \n- About 100 game achievements. \n______________________________________ \n\n***** ""...Richest real-time strategy game I\u2019ve yet played on a phone or tablet, and also one of the more interesting games of this sort I have played on any system recently."" \u2013 The New York Times \n\n***** ""It\u2019s a great strategy game. I\u2019d recommend this to RTS and RPG lovers alike."" - AppAdvice.com \n\n***** ""That\u2019s an amazing amount of responsiveness from an app. Again, I\u2019m a huge fan."" - The iPhone App Review \n\n***** ""I\u2019m glad I finally had the chance to play in Majesty a lot, and I hope that it gets all the attention it so rightly deserves."" - 148Apps \n\n***** ""If this had been a new title built specifically for iOS, I would have called it a stroke of genius. As it is, I\u2019ll have to call it a pleasant serendipity"" - TouchArcade \n______________________________________ \n\nKeep track of HeroCraft game news and updates!\ntwitter.com/Herocraft \nyoutube.com/herocraft \nfacebook.com/herocraft.games\n______________________________________ \n\n""Majesty The Fantasy Kingdom Sim"" is a trademark of Paradox Interactive. \nDeveloped and published under license by Herocraft.",HeroCraft Ltd.,9+,"EN, FR, DE, IT, RU, ES",122275840,Games,"Games, Action, Strategy, Entertainment",12/08/2011,16/04/2019
-https://apps.apple.com/us/app/cinquillo-txl/id455534710,455534710,CiNQuiLLo TxL,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/87/63/03/876303bf-d63b-45e7-f1ca-d75859a70417/source/512x512bb.jpg,4.5,6,0,1.99,"Ya est\xe1 aqu\xed la nueva versi\xf3n del famoso juego de cartas del cinquillo multijugador gratis para iOS! \n\nMejorada la versi\xf3n del cl\xe1sico entre los cl\xe1sicos de los juegos de mesa, interfaz mejorada, m\xe1s fluida y con nuevo sistema de puntuaciones mensuales.\n\n\xbfEchamos un Cinquillo?\n\nDivi\xe9rtete chateando y jugando online con amigos y personas de todo el mundo!\n\nElige un nombre, selecciona un avatar y a jugar! Modo Individual y Multijugador!\n\nEntrena tus habilidades sin necesidad de conexi\xf3n en modo Individual, modera la velocidad del juego o cambia el color de la mesa a tu gusto en este modo.\n\nCompite en el modo multijugador!\n\nConvi\xe9rtete en el mejor, demu\xe9stralo en el TOP, juega con amigos, familiares o desconocidos amantes de los juegos de cartas online y totalmente gratis!\n\nUn cl\xe1sico de los juegos de mesa el juego de cartas del cinquillo, disponible con dos modos, individual y multijugador.\n\nEn el modo multijugador si\xe9ntate y lev\xe1ntate de las mesas a tu gusto, chatea en el sal\xf3n y durante las partidas. \n\nNuevo sistema TOP de puntuaciones mensuales, gana partidas en el modo multijugador y demuestra qui\xe9n es el mejor!!\n\nEn el cinquillo se comienza repartiendo todas las cartas entre todos los jugadores.\n\nEl juego consiste en ir colocando las cartas sobre la mesa hasta quedarse sin ninguna.\n\nEl objetivo es completar los cuatro palos entre todos los jugadores, gana la partida el primero se quede sin cartas.\n\nLa forma de colocar las cartas es la siguiente:\nEmpieza el jugador que posea el cinco de oros y lo coloca.\nDespu\xe9s contin\xfaa el jugador de la derecha y as\xed sucesivamente.\nSolo se pueden colocar cincos o todas aquellas cartas que siguen en progresi\xf3n ascendente o descendente a las que hay en la mesa y sean del mismo palo.\nEs decir, si por ejemplo solamente est\xe1 colocado el cinco de oros en la mesa, los jugadores solo podr\xe1n colocar el seis o el cuatro de oros o un cinco de otro palo.\nSi un jugador no puede colocar ninguna carta pasa, y le toca el turno al siguiente jugador. Nunca se puede pasar si se puede colocar alguna carta.\nSi un jugador puede poner varias cartas deber\xe1 elegir la que m\xe1s le convenga para ganar el juego. El primer jugador que consigue colocar todas sus cartas sobre la mesa es el ganador.\nEl ganador sumar\xe1 tantos puntos como cartas tengan en la mano los otros jugadores al ganar la partida. De empatar se dividir\xe1n los puntos entre los ganadores.\n\nEl cinquillo es uno de los famosos juegos de cartas espa\xf1olas de todos los tiempos, el cinquillo es un cl\xe1sico entre los juegos de mesa o juegos de naipes de habla hispana.\n\nDetalles t\xe9cnicos:\n- Accesibilidad y fluidez\n- Sin necesidad de registrarse\n- Nombre de jugador personalizable\n- Galer\xeda de avatares a elegir\n- Cambia el fondo de la mesa mientras juegas\n- Juego individual disponible sin conexi\xf3n con velocidad ajustable\n- Juego online multijugador con personas de todo el mundo\n- Top 50 de puntuaciones del mes\n\nSi te gustan los juegos de mesa, juegos de cartas, juegos de naipes, las apuestas, los retos, las revanchas, chatear con otros jugadores, conseguir un puesto en el TOP de puntuaciones, adem\xe1s del CiNQuiLLo puede disfrutar de todos los juegos de cartas TxL, el MuS, la EsCoBa, la BRiSCa, el SoLiTaRio, el CHiNCH\xf3N, el CuLo, el CiNQuiLLo CaBR\xf3N o las SieTe y MeDia.\n\n\xbfTe diviertes jugando a juegos de cartas gratuitos?\n\nConsidera valorar la aplicaci\xf3n, recomendar la app, hacer +1 para ayudar al desarrollador.\n\nM\xe1s juegos de cartas pr\xf3ximamente.\n\nS\xedguenos en twitter y facebook y ent\xe9rate de todas las novedades!\n\nTwitter: TxLestudios\nhttps://twitter.com/TxLestudios\n\nFacebook: TxlEstudios\nhttps://www.facebook.com/TxlEstudios",ChelfasT,4+,EN,20761600,Games,"Games, Strategy, Card, Entertainment",18/08/2011,23/01/2018
-https://apps.apple.com/us/app/all-clear/id455561606,455561606,All Clear,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/fd/1c/d8/fd1cd8e4-b57c-3a58-f277-405734072b13/source/512x512bb.jpg,,,0.99,,"Are you up to the challenge to become the puzzle master? A simple 8 x 8 grid of colored tiles, or is it?\nTap a color you want to remove, then tap an adjacent color if the path between is clear. If there is any colored tile in between the two you are attempting to remove, it must be removed first. 100 Challenging levels and 4 different game modes, Casual, Pressure, Change Up and Frantic mode, await you delivering 400 levels of frustratingly enjoyable gameplay! \n\nCasual Mode: \nEarn stars for completing levels with a fast finger. Points are calculated according to speed.\n\nPressure Mode:\n5 Seconds. The heat is on! The timer counts down from 5 until a pair of colored tiles are cleared. When clearing a pair, the counter resets. Beware\u2026 your eyes may begin to betray you when they start drifting towards checking the remaining digits on the timer becoming a distraction from diffusing the ticking time bomb! Only a quick wit and strong situational awareness can save you!\n\nChange Up Mode:\nEarn stars for completing levels with a fast finger. Points are calculated according to speed, but this time, with a twist! The color of the tiles will change at random intervals increasing difficulty. Just when you think you\u2019ve found the matching tile, it disappears right before your eyes! \n\nFrantic Mode:\nThis is a combination of Pressure and Change Up game modes. You will have a countdown match timer and the color of the tiles will change at random intervals. Of course, we\u2019ve added a couple extra seconds to the clock\u2026 but that won\u2019t help you! Mwahaha!\n\nEarn your way to 400 gold stars by solving the maze of eye-straining colors as the sweat beads down your forehead. Grit your teeth, squint your eyes and prepare yourself. \n\n\nFEATURES:\n* 100 Levels & 4 Game Modes (400 Levels of total game play)\n* Casual, Pressure, Change Up and Frantic game modes",KillerBytes,4+,EN,19365888,Games,"Games, Entertainment, Strategy, Puzzle",12/08/2011,20/10/2016
-https://apps.apple.com/us/app/chess-time-multiplayer-chess/id455602152,455602152,Chess Time - Multiplayer Chess,Chess Friends Online,https://is3-ssl.mzstatic.com/image/thumb/Purple113/v4/f1/91/e7/f191e7dd-e3f3-a37f-4e1f-42a197e563b6/source/512x512bb.jpg,4.5,2538,0,"4.99, 1.99, 17.99","Free online chess - Invite your friends or play against anyone in the world. \n\nChess Time is a full featured online correspondence chess app allowing a player up to multiple days to make a move. Create and play multiple extended chess games at the same time.\n\n\nChess Time features:\n\n A global audience of real chess players.\n\n Invite friends to play online games.\n\n In-game chat.\n\n--\n\n Play chess against friends that have other mobile devices.\n\n Multiple Chess sets and themes.\n\n Play un-rated games to train without affecting your score.\n\n--\n\n Auto-calculated ELO chess rating.\n\n Export completed games as PGN.\n\nChess Time will send a notification for each move and a reminder for you to move. We recommend enabling notifications.\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n-- SUBSCRIPTIONS AVAILABLE ---\nPREMIUM Membership Subscription Options:\n- Monthly Premium Subscription\n- Yearly Premium Subscription\n\nPremium Membership features:\n* No Ads\n* 75 Simultaneous Active Games \u2014 Additional 25!\n* Compete with Premium Members\n* Exclusive Premium Leaderboard Flair\n* Daily PGN Emails \u2014 Completed game PGNs are emailed daily! Perfect for players studying their games.\n\n\u2014 TERMS & DETAILS \u2014\nChess Time Premium features are only guaranteed on up-to-date iOS devices.\n\nPayment will be charged to your iTunes account at confirmation of purchase.\n\nSubscription automatically renews unless auto-renew is turned off at least 24 hours before the end of the current period.\n\nAccount will be charged the same amount for renewal within 24 hours prior to the end of the current period.\n\nYou can manage your subscription and turn off auto-renewal by going to your Account Settings after purchase.\n\nAny unused portion of a Free Trial, if offered, is forfeited when you buy a subscription.\n\nPrices may vary by location.\n\nTerms of Use: \nhttp://chesstimeapp.com/Terms-and-Conditions.php\n\nPrivacy Policy:\nhttp://chesstimeapp.com/Privacy-Policy.php",Haptic Apps LLC,4+,EN,54642688,Games,"Games, Strategy, Board, Entertainment",19/08/2011,1/08/2019
-https://apps.apple.com/us/app/majesty-the-fantasy-kingdom-sim-free/id455671001,455671001,Majesty: The Fantasy Kingdom Sim - Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/8c/6f/96/8c6f9651-08b5-e196-5ee1-ac4b7cf2c992/source/512x512bb.jpg,4.5,486,0,"2.99, 0.99, 1.99","""It\u2019s a great strategy game. I\u2019d recommend this to RTS and RPG lovers alike."" - AppAdvice \n""One of the ""5 winning games for tablets"" - New York Times, July 2011 \n\n""Majesty: The Fantasy Kingdom Sim"" is a vast magical world where you are honored with the crown of a tiny fairytale kingdom. When you become the head of the country all the responsibility for the land\'s prosperity rests on your royal shoulders. You will have to fight various enemies and monsters, explore new territories, manage economic and scientific developments and solve a heap of unusual and unexpected tasks. For example, what will you do when all the gold in the kingdom transforms into cookies? Or how will you bring back the trolls who robbed caravans and whose disappearance ruins the economy of the country? \n\nThe core feature of ""Majesty: The Fantasy Kingdom Sim"" is that you cannot control your citizens directly. There are a lot of heroes in your lands: valiant warriors and warlike barbarians, powerful wizards and grim necromancers, industrious dwarves and skilful elves plus many more. But all of them live their own lives and decide for themselves what to do at any moment. You are able to issue orders but heroes will follow your commands only for a sizeable reward. \n\n""Majesty: The Fantasy Kingdom Sim"" contains elements of role play: while fulfilling your orders, the heroes improve their skills and talents, as well as earn cash to be spent on new equipment, weapons, and magical elixirs. \n\n""Majesty: The Fantasy Kingdom Sim"" \u2013 the throne is waiting for its hero! \n\nGame Features: \n\n- Legendary indirect control strategy totally adapted for iOS. \n- 10 types of heroes with dozens of statistics, weapons and armour. \n- A dozen types of monsters. \n- Several dozen spells. \n- 30 upgradeable building types. \n- 15 scenario missions+ a bonus one. \n- 3 difficulty levels. \n- About 100 game achievements. \n______________________________________ \n\n***** ""...Richest real-time strategy game I\u2019ve yet played on a phone or tablet, and also one of the more interesting games of this sort I have played on any system recently."" \u2013 The New York Time \n\n***** ""It\u2019s a great strategy game. I\u2019d recommend this to RTS and RPG lovers alike."" - AppAdvice.com \n\n***** ""That\u2019s an amazing amount of responsiveness from an app. Again, I\u2019m a huge fan."" - The iPhone App Review \n\n***** ""I\u2019m glad I finally had the chance to play in Majesty a lot, and I hope that it gets all the attention it so rightly deserves."" - 148Apps \n\n***** ""If this had been a new title built specifically for iOS, I would have called it a stroke of genius. As it is, I\u2019ll have to call it a pleasant serendipity"" - TouchArcade \n______________________________________ \n\nKeep track of HeroCraft game news and updates!\n\ntwitter.com/Herocraft \nyoutube.com/herocraft \nfacebook.com/herocraft.games\n______________________________________ \n\n\u201cMajesty The Fantasy Kingdom Sim\u201d is a trademark of Paradox Interactive. \nDeveloped and published under license by Herocraft.",HeroCraft Ltd.,9+,"FR, DE, IT, RU, ES",111058944,Games,"Games, Strategy, Simulation, Entertainment",20/09/2011,12/03/2015
-https://apps.apple.com/us/app/majesty-the-fantasy-kingdom-sim-free/id455671001,455671001,Majesty: The Fantasy Kingdom Sim - Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/8c/6f/96/8c6f9651-08b5-e196-5ee1-ac4b7cf2c992/source/512x512bb.jpg,4.5,486,0,"2.99, 0.99, 1.99","""It\u2019s a great strategy game. I\u2019d recommend this to RTS and RPG lovers alike."" - AppAdvice \n""One of the ""5 winning games for tablets"" - New York Times, July 2011 \n\n""Majesty: The Fantasy Kingdom Sim"" is a vast magical world where you are honored with the crown of a tiny fairytale kingdom. When you become the head of the country all the responsibility for the land\'s prosperity rests on your royal shoulders. You will have to fight various enemies and monsters, explore new territories, manage economic and scientific developments and solve a heap of unusual and unexpected tasks. For example, what will you do when all the gold in the kingdom transforms into cookies? Or how will you bring back the trolls who robbed caravans and whose disappearance ruins the economy of the country? \n\nThe core feature of ""Majesty: The Fantasy Kingdom Sim"" is that you cannot control your citizens directly. There are a lot of heroes in your lands: valiant warriors and warlike barbarians, powerful wizards and grim necromancers, industrious dwarves and skilful elves plus many more. But all of them live their own lives and decide for themselves what to do at any moment. You are able to issue orders but heroes will follow your commands only for a sizeable reward. \n\n""Majesty: The Fantasy Kingdom Sim"" contains elements of role play: while fulfilling your orders, the heroes improve their skills and talents, as well as earn cash to be spent on new equipment, weapons, and magical elixirs. \n\n""Majesty: The Fantasy Kingdom Sim"" \u2013 the throne is waiting for its hero! \n\nGame Features: \n\n- Legendary indirect control strategy totally adapted for iOS. \n- 10 types of heroes with dozens of statistics, weapons and armour. \n- A dozen types of monsters. \n- Several dozen spells. \n- 30 upgradeable building types. \n- 15 scenario missions+ a bonus one. \n- 3 difficulty levels. \n- About 100 game achievements. \n______________________________________ \n\n***** ""...Richest real-time strategy game I\u2019ve yet played on a phone or tablet, and also one of the more interesting games of this sort I have played on any system recently."" \u2013 The New York Time \n\n***** ""It\u2019s a great strategy game. I\u2019d recommend this to RTS and RPG lovers alike."" - AppAdvice.com \n\n***** ""That\u2019s an amazing amount of responsiveness from an app. Again, I\u2019m a huge fan."" - The iPhone App Review \n\n***** ""I\u2019m glad I finally had the chance to play in Majesty a lot, and I hope that it gets all the attention it so rightly deserves."" - 148Apps \n\n***** ""If this had been a new title built specifically for iOS, I would have called it a stroke of genius. As it is, I\u2019ll have to call it a pleasant serendipity"" - TouchArcade \n______________________________________ \n\nKeep track of HeroCraft game news and updates!\n\ntwitter.com/Herocraft \nyoutube.com/herocraft \nfacebook.com/herocraft.games\n______________________________________ \n\n\u201cMajesty The Fantasy Kingdom Sim\u201d is a trademark of Paradox Interactive. \nDeveloped and published under license by Herocraft.",HeroCraft Ltd.,9+,"FR, DE, IT, RU, ES",111058944,Games,"Games, Strategy, Simulation, Entertainment",20/09/2011,12/03/2015
-https://apps.apple.com/us/app/ice-cube-caveman-free/id456181455,456181455,Ice Cube Caveman\u2122 Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/39/b3/b8/39b3b8e0-953a-e765-70f7-40510c164fde/source/512x512bb.jpg,4,303,0,0.99,"The caveman\u2019s life is in your hands. He\u2019s trapped in an ice cube and needs to get to the fire in order to escape his icy fate. Maneuver the caveman along a narrow path of tiles in this addicting puzzle game! \n\nFEATURES\n- 60 levels\n- Game Center and Open Feint supported\n- Great 3D graphics\n- Cool animations\n- Great soundtrack\n\nEmail us at support@twistedgames.com with your suggestions and comments, as we cannot respond to reviews. We love to hear your ideas and feedback!\n\nLike us on Facebook for exclusive updates and offers.\n\nhttp://www.facebook.com/TwistedGames",Twisted Games,4+,EN,19405547,Games,"Games, Strategy, Puzzle",24/08/2011,2/12/2011
-https://apps.apple.com/us/app/top-model/id456214004,456214004,Top Model,,https://is1-ssl.mzstatic.com/image/thumb/Purple2/v4/73/da/86/73da8637-c7db-1e91-31fe-6aa2d67d0195/source/512x512bb.jpg,2.5,207,0,"0.99, 1.99, 3.99, 19.99, 9.99","Welcome to the fashion industry!\n\nIn Top Model, you do professional makeup for your avatar, and make sure she wears the trendiest clothes! Start in a model agency, you do a number of modeling jobs to level up: magazine cover, interview, fashion show\u2026it\u2019d be loads of fun to be a model! More items will be unlocked when you reach a new level, so be sure you go shopping from time to time and buy new designer clothes and luxury cosmetics! To recharge your energy, simply go to caf\xe9 or spa!\n\nThe Tuzki Collection has arrived! Be the first one who gets the limited edition now!",Animoca,4+,EN,19580186,Games,"Games, Entertainment, Simulation, Strategy",14/12/2011,7/01/2012
-https://apps.apple.com/us/app/paradise-beach-resorts-tycoon-sim-strategy/id456259805,456259805,Paradise Beach: resorts tycoon sim strategy,,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/89/05/ae/8905ae13-1081-fd52-b48f-9fe82028ffaf/source/512x512bb.jpg,3,152,0,4.99,"Paradise Beach is an addictive, tycoon-style, click management game where you have been selected to design, build and manage some of the world\'s leading beach resorts. Select and build different things to amuse and please the people that visit your resort. New elements are gradually introduced to the plot to keep the game both interesting and challenging. Work your way to the top as you manage the construction of the world\'s leading beach resorts.\n\nFeatures:\n\n- Simply addictive. Easy to start, but difficult to stop\n- Good mix of tycoon-style and click management mechanics with ""Where\'s Waldo"" hidden object hunts\n- Total freedom of action!\n- Infinite \u201creplayability\u201d as every new beach is different\n- Two game play modes\n- Great plot that gradually adds new elements to keep the game interesting and challenging\n- Amazing graphics\n\nParadise Beach\'s bright graphics, total freedom of action, two modes of game play make it possible for you to let your imagination go completely wild as you design the most improbable and grandiose beach resorts.\n----------------------------------------------------------\nLIKE GAMES BY NEVOSOFT? \nWHY NOT TRY SOME OF OUR OTHER GAMES! \n\nMy Kingdom for the Princess 2: The adventures of Arthur and Princess Helen continue in this long awaited sequel to the addictive strategy, time management, simulation game\n\nPioneer lands: an addictive combination of business simulation and strategy set on the frontier of America\'s Old West! A true Western casual game!\n\nLandGrabbers: This addictive game combines classic elements of strategy, simulator, and resource management. Nothing can stop you from conquering the world now!\n\nSupercow: super-dynamic arcade game about the adventures of a new character that deserves everyone\'s attention! Supercow doesn\u2019t give milk, she just rocks! \n\nMagic Academy: fascinating adventure game that mixes hidden object hunts with mini-games and sorcery\n\nDream Sleuth: Travel in the world of your dreams and save the girl in this thrilling hidden object puzzle adventure!\n\nMillion: Solve the mystery from main hero\u2019s childhood, travel the world and win one million dollars in the unique mixture of hidden object, puzzle and adventure genres!\n\nZzed: a logic marble-popper game filled with fun and humor!\n\nLaura Jones and the Gates of Good and Evil: Meet amusing characters and hunt for hidden objects as you try to save the world.\n\nLaura Jones and the Secret Legacy of Nikola Tesla: Test your Hidden Object skills as you race against time and the other people chasing down Tesla\'s invention!\n\nPantheon: Unlock magic artifacts of ancient deities on an amazing match-3 journey through beautiful locations of the Ancient India.\n\n10 Talismans: Set to stunning oriental vistas, this match-3 puzzle game puts you on a quest to collect ten powerful talismans.\n---------------------------------------------------------\nTHIS GAME WAS PUBLISHED BY NEVOSOFT. \nIf you want to successfully release your game on the App Store, write us at publishing@nevosoft.com. \nOur experts perform the following services: \n- Producing your game in the final stages of development\n- Localizing it into more than 10 languages\n- Preparing your game for release (and the release itself)\n- Marketing (We have a loyal client base of over a million users)\n- Promoting your game in various media\n- Providing quality customer support.\n---------------------------------------------------------\nGet the inside scoop on Nevosoft Games:\nJoin us on Facebook: www.facebook.com/Nevosoft\nFollow us on Twitter: http://twitter.com/NevosoftGames\nWatch us on YouTube: http://www.youtube.com/NevosoftCOM\nVisit our site: http://www.iphone.nevosoft.com",Nevosoft LLC,4+,"EN, FR, DE, RU, ES",88226683,Games,"Games, Simulation, Strategy",15/09/2011,21/11/2011
-https://apps.apple.com/us/app/pumpkin-pops-free-popping-strategy-game-for-pumpkin-lovers/id456308088,456308088,Pumpkin Pops! - Free popping strategy game for pumpkin lovers,,https://is3-ssl.mzstatic.com/image/thumb/Purple71/v4/e5/b3/89/e5b38937-8b1a-a711-033c-b6f14d0ab95e/source/512x512bb.jpg,4,24,0,,"""Do you love Pumpkins? Who doesn't love pumpkins!. Pops some!\n\nThe perfect app for halloween lovers, but fun all year around.\n\nTap the pumpkins that are adjacent to other identical pumpkins. Score points by getting the most adjacent pumpkins in a row. Play forever. Virtually endless fun with over 500,000 levels and lots of spooky backgrounds. Plus the best part is its free!\n\nThis strategy game will always be 100% free. You'll never be required to submit your facebook or twitter accounts and annoy your friends with invites to play more. Unlimited FREE Play all of the time.""",John Rouda,4+,"EN, DE, SE, ES",35758080,Games,"Games, Casual, Strategy, Entertainment",2/10/2011,8/10/2013
-https://apps.apple.com/us/app/fortress-under-siege/id456532154,456532154,Fortress Under Siege,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/39/fe/e2/39fee28a-ebc0-706e-02e7-6938c1405695/source/512x512bb.jpg,4.5,477,0,"1.99, 3.99, 0.99, 9.99, 19.99","""My Lord! Hordes of barbaric fire-worshippers invade our land!""\n\nAs one of the last loyal generals of the realm it is your mission to fortify the frontier against this gruesome onslaught and prepare new men for battle: Train brave soldiers, archers and horsemen, forge an army and build powerful battlements with catapults and ballistas, dig tar-pits on the fields and set them aflame in this Medieval-themed castle defense game.\n\nConstruct houses, barracks and workshops to improve your men\'s fighting skills and lure the enemy into deadly taps - wave after wave - but spend your gold wisely for you will encounter gruesome enemy-bosses and their fanatic minions. Fight them off with 16 different types of units at your command. Defend the crown against an international conspiracy of nobles and save your late king\'s daughter, the rightful heiress to the throne.\xa0\n\nFeatures:\n\n- 10 epic campaigns with 50 levels in story mode\n- Survive for 20 days in glory mode\n- Defend the Holy Land against the Mamelukes in crusader mode\n- 47 different maps, 22 types of buildings\n- Auto save in game and construction-mode\n- Enchanting music and thrilling AI\n- Various upgrades for troops and power-ups for buildings\n- Magnificent medieval music and stunning visual effects\n- war machines, archers, towers and special units\n\nSpecial thanks \uff1aOriginal story by Albrecht Behmel\n\nvideo link: \nhttp://www.youtube.com/watch?v=w8IvACWduM8",EASY Inc.,9+,"EN, JA, ZH, ZH",55536640,Games,"Games, Strategy, Simulation",13/10/2011,21/10/2017
-https://apps.apple.com/us/app/mars-miner/id457264709,457264709,Mars Miner,,https://is5-ssl.mzstatic.com/image/thumb/Purple69/v4/41/cc/a6/41cca6c5-0ab5-d3b2-855a-a0a2a8a52e22/source/512x512bb.jpg,4.5,6631,0,"0.99, 0.99, 0.99, 1.99, 0.99, 3.99, 5.99, 11.99","""Mine, build, and upgrade your way to freedom!\n\nYou've been kidnapped by the evil Mars Corp. and forced to mine for pieces of an ancient artifact buried deep below the surface of Mars. \n\nFinding all of the pieces of the artifact is your ticket back to Earth. \n\nYou will find many valuable gems and ores along the way that can be sold at the shop to buy more supplies and better equipment to allow you to mine deeper. \n\nMake sure you have enough supplies to get back out of the mine! \n\nEvery mine is randomly generated. No game is ever the same!\n\nReviews:\n88/100 - App of the day! - touchvolume.com\n\nNote: This is the 'lite' version of the game. The full game can be unlocked via an in-app purchase. This model was chosen so that save data would be retained between the lite and full versions. \n\nFeel free to e-mail suggestions/comments to support@tunabowlsoftware.com""",Tuna Bowl Software LLC,4+,"AR, CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, UK, VI",27783168,Games,"Games, Strategy, Entertainment, Adventure",14/10/2011,12/02/2016
-https://apps.apple.com/us/app/robbin-hood/id457508508,457508508,"""Robbin' 'Hood""",,https://is5-ssl.mzstatic.com/image/thumb/Purple124/v4/33/61/1d/33611dbc-f41e-3a39-fcd5-4e45e5738210/source/512x512bb.jpg,4,14,0,"9.99, 0.99, 1.99, 19.99, 24.99, 2.99, 4.99, 49.99, 5.99, 29.99","""Robbin' 'Hood is an online social thieving game where you are an up-and-coming thief set out to collect all of the great treasures of the world. \nUnder the guidance of the great Thief Ninja (as opposed to Ninja Thief), you will put together a gang of henchmen and become a great thief! \n\nComplete missions, collect treasures, steal missing treasures from other thieves, make allies, join groups, chat and taunt others, equip your henchmen with various weapons, participate in limited-time collections and events, and more!\n\n** Command a gang of henchmen at your disposal.\n** Battle other players and steal their treasures or call in your allies for help!\n** Battle using hundreds of different weapons, armor, vehicles and other assorted equipment.\n** Massively Multiplayer with players from all over the world. There is always action going on!\n** Tons of missions to advance your criminal ranking!\n** Fight Bosses and call in allies and even rivals for help!\n** Easy communication with other players, post on their public walls, send mail, create clans to organize players or forums just for chatting!\n** Frequent special events for bonus treasures, equipment and even premium currency.\n** Many opportunities to gain premium currency without having to spend any real cash at all.\n** Accounts stored on our side, lose your device you don't lose your account.""",Cheese LLC,12+,EN,56521728,Games,"Games, Role Playing, Strategy",8/09/2011,26/02/2019
-https://apps.apple.com/us/app/hotel-dash-suite-success/id457622527,457622527,Hotel Dash: Suite Success,,https://is3-ssl.mzstatic.com/image/thumb/Purple6/v4/3f/f0/02/3ff00287-8c75-c577-92d4-4a11b7c41bab/source/512x512bb.jpg,4,1081,0,"0.99, 0.99","Play 5 levels of Hotel Dash: Suite Success for FREE today! Love it? Upgrade to Hotel Dash: Suite Success Deluxe for access to all 50 levels in the full game!\n\nMake a reservation for Hotel Dash: Suite Success on your iPad! It\u2019s fast-paced fun with the added bonus of hotel drama and chaos.\n\nAn addicting combination of time management and strategy, Hotel Dash: Suite Success has been specially enhanced for your iPad. Build a thriving hotel business by renovating and running hotels all over DinerTown. Within minutes, you\u2019ll be directing the flow of guests with a few taps and slides of your fingers. Can you achieve 5-star status on every level to restore all of your VIP rooms?\n\nCheck in to Hotel Dash: Suite Success for action, mishaps and mayhem! \n\nUPGRADE TO ACCESS FULL GAME FEATURES:\n- 50 FREE fast-paced levels to master for hours of play \n- 5 hotels to renovate and restore\n- Choose from over 90 upgrades to deck out your hotels, transforming drab to dazzling\n- Quirky guests to meet, including businesswomen, celebrities, ghosts, and more!\n\nLove the fast-paced fun of Hotel Dash: Suite Success? Try our other addictive games! Cooking Dash Thrills and Spills, Hotel Dash: Lost Luxuries, Diner Dash: Grilling Green, and Wedding Dash 4-Ever are all available on the iPad.\n\n******************* \nWant more from PlayFirst? \n\nFacebook: \nhttp://www.facebook.com/playfirstgames\n\nTwitter: @playfirst\n\nBlog: \nhttp://blog.playfirst.com \n\nWebsite: \nwww.playfirst.com",Glu Games Inc,4+,EN,40972288,Games,"Games, Strategy, Action, Entertainment",3/11/2011,18/12/2013
-https://apps.apple.com/us/app/classic-checkers-hd/id457814774,457814774,Classic Checkers HD,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/51/4e/46/514e4643-9db9-9fa1-67cc-35624c4f3cf8/source/512x512bb.jpg,3,62,0,0.99,"Classic Checkers HD brings the beloved board game to iOS! \n\nChallenge the smart artificial intelligence or grab a friend and compete against him on the same device! Wherever you are, a perfect version of Checkers is always in your pocket! \n\nEnjoy the classic gameplay on the iPhone, iPod Touch or the iPad! Try it against the AI for FREE and purchase the play with a friend option from within the game! \n\nPlay Classic Checkers HD against a good friend anywhere you like. This is what board games should look like today!\n\nFeatures:\n- Crystal clear graphics thanks to Retina support!\n- Real board game atmosphere anywhere you want it\n- Smart artificial intelligence, 3 levels of difficulty\n- Player assistance: all possible moves are displayed\n- Challenge the easy and medium AI for free\n\nJoin us on Facebook: http://www.facebook.com/binteraktive",b-interaktive GmbH,4+,"AR, CS, NL, EN, FR, DE, KL, HU, IT, JA, KO, NB, PL, PT, RU, ZH, ES, SV, TH, TR",57704448,Games,"Games, Entertainment, Board, Strategy",25/08/2011,11/04/2018
-https://apps.apple.com/us/app/empire-online-classic-mmo-hd/id457821568,457821568,Empire Online (Classic MMO) HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/2d/84/64/2d8464b4-d640-d780-1f30-158319c1541e/source/512x512bb.jpg,5,3395,0,"4.99, 0.99, 4.99, 0.99, 1.99, 9.99, 19.99, 9.99, 22.99, 49.99","""Join 12 million players worldwide in this EPIC MMORPG for FREE!\n=== Featured by Apple as: What we are playing, Featured Online Game ===\nFeel bored with the brainless tapping game?\nEmpire Online is a completely unexplored fantasy world which has a lot of legendary monsters! Classic turn-based game style, making a good strategy against your enemies, finish over 1000 epic missions to save the world will give you the true fun of a MMORPG on iOS!\n\nBe Afraid to spend a lot in this game?\nDon\u2019t be!\nEmpire Online provided the best equipments from our missions and from players\u2019 empires.\nCharacters are based on classes but not limited on them! You can learn skills cross classes. Combine with over 6000 equipments, the power of your character is only based on your imagination! \nWe will hold events from time to time in game to make new challenges and provide new equipments for you for free!\nAnd you can trade with others to get items you need or even to earn money! \n\nSo, it might be a good classic MMORPG, but why it is called empire online?\nGood question! It is called \u201cEmpire Online\u201d because you can build empires in game with other players!\nWe have a very completed empire system which is not like any other game. You can build buildings to sell skills and equipments to other players and make profit from them and you can declare a war against other empires to raid them! \nA might empire can be built only based on a group of good friends which you made in game. We always agree that making new friends is the greatest fun!\nMeanwhile, to be a role in empires will let you experience a life you have never experienced. Can anything else be more excited?\nAre you still seeking for a real online game on iOS? This is it!\nCheck our user reviews and rankings! Make a download and have a try! \nI bet you will love this!\n--------------------------------\nUSER REVIEWS\n\u201cThe perfect iPod game. A classic MMO. If you're looking to pass the time, get this game. It's great as long as you have Internet.\u201d -BFTank\n\n\u201cThis is the mmo I've been waiting for! A must have!\u201d \u2013Xephirion\n\n\u201cGreat mmo f2p, easy to learn, make friends on, and enjoyable. Recommend if you like RPGs or MMOs.\u201d -Delta dad\n\n\u201cI love this mmorpg it's one of the best mmo I have played on iPad/iPod/iPhone it's really great you should try it out :)\u201d \n\n\u201cI am not the type who usually plays mobile MMO's, but after playing this game I was shocked. It's amazing how many RPG elements can fit inside this game. It's a must-get!\u201d -PCarnage\n\nAbout Lakoo: \nhttp://en.lakoo.com/about/\n\nOur fans page: \nFacebook: http://www.facebook.com/lakoogames \nTwitter: http://twitter.com/lakoogames""",chung kin ko,9+,"ZH, EN, JA, KO, ZH",159073280,Games,"Games, Entertainment, Strategy, Role Playing",2/09/2011,23/07/2019
-https://apps.apple.com/us/app/capsuletoy-hd/id457854506,457854506,CapsuleToy HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/0b/e2/23/0be223ad-57ea-4b09-fb23-02e346be22bb/source/512x512bb.jpg,3.5,82,0,"1.99, 2.99, 4.99, 99.99, 9.99","""CapsuleToy is a toy capsule (also known as gashapon, gasha, gacha) collection game. You collect many many sweet toys from the toy capsule machine, and organizing them in your little room, take a photo and share with friends.\nHave you ever tried empty out a toy capsule machine and get all the fancy prizes in it? In CapsuleToy you can do it!\n\nThere are 4 sets of toys in the machine, make your choice and drop the coin into the machine, you will be surprised by what you get! You can also sell the toys you don't like to retain some money.\n\nFeatures:\n\u2605 Sweet machine, sweet toys, sweet room, sweet everything!\n\u2605 Play with your toys in your room, organize them and take photo of them.\n\u2605 Share the photo of your room and prizes on Facebook and Twitter.\n\u2605 Game Center supported to see who have the most types of toys!\n\u2605 Mini games are coming soon, with more machines and toys ;)\n\nTo play this game:\n1) Drag and drop a coin into the coin slot on the machine.\n2) Rotate the big button to let the egg out.\n3) Organize and play with your toys in your room.\n\n\u2605Hint\u2605: You can get a coin for free every 30 seconds no matter if you open the game. If you need more coins please go to the Coin Shop. Be aware that the machine will re-fill itself if you go back to the menu screen, so if you want to empty out this machine, don't quit the game and keep playing.""",Game Fish,4+,EN,7434993,Entertainment,"Entertainment, Games, Strategy",25/08/2011,25/08/2011
-https://apps.apple.com/us/app/global-tube-adventure/id457981017,457981017,Global Tube Adventure,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/a4/f1/08/a4f1088b-6f39-35f3-1f6a-bc52bb224806/source/512x512bb.jpg,3.5,8,0,0.99,"Global Tube Adventure - make your way to the top in this futuristic commodity trading game.\n\nTravel the global tube - an ecological masterpiece of connected world cities all just an underground commute stop away.\n\nFeatures 20 tube lines connecting 117 cities. \n\nIncludes: \n\u2022 North America Outer Line \n\u2022 North America Inner Line \n\u2022 Central Europe Line \n\u2022 Asia Line \n\u2022 Sino-Japanese Line \n\u2022 World Business Line \n\u2022 Euro Core Line \n\u2022 South America Line \n\u2022 Pan America Line \n\u2022 Australasia Line \n\u2022 New Zealand Line \n\u2022 Northern African Line \n\u2022 Southern African Line \n\u2022 Trans Euro-Africa Line \n\u2022 Cancer Line \n\u2022 Capricorn Line \n\u2022 Tundra Line \n\u2022 Atlantic Line \n\u2022 Pacific Line \n\u2022 Orient Line\n\nTrade with commodities in the following sectors:\n\u2022 Cash Crops\n\u2022 Food\n\u2022 Metals\n\u2022 Energy\n\u2022 Electronics\n\u2022 Military\n\nControl your cashola (\u20a1) reserves, spend wisely and level up ahead of the game.\n\nAvoid or embrace nuclear war.\n\n-----\n\nA Lemonyama game - where playing meets art.",dijipiji,12+,EN,12104704,Travel,"Travel, Games, Strategy, Simulation",30/08/2011,27/02/2017
-https://apps.apple.com/us/app/tiny-heroes/id458645418,458645418,Tiny Heroes,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/4e/59/8a/4e598aa4-d857-152b-d0ae-60f0ef455868/source/512x512bb.jpg,4.5,4825,0,"0.99, 0.99, 0.99, 0.99, 1.99, 0.99, 0.99","Build Traps, Summon Creatures, Cast Spells \u2026 Whatever it takes to defend your treasure!\n\n\u2605 \u2605 \u2605 \u2605 Stellar Reviews! \u2605 \u2605 \u2605 \u2605\n\nTouchArcade: Named one of 2011\'s best iOS games! ""I can\'t say enough about Tiny heroes. It\'s a fantastic game... succeeds brilliantly!"" 5 Stars!\n\nPocketGamer: ""Five Stars!"" Best new games on iPhone and iPad!\n\nWIRED: ""Challenging, chaotic fun, playing the bad guy is always fun!"" 8 Stars!\n\n148Apps: 4 Stars! ""Fans of defense games and the geoDefense series will enjoy this!""\n\nGamezebo: ""Tiny Heroes delivers that something special you\u2019ve been holding out for!""\n\nThe Next Web: ""The quality of this game is top notch, every detail feels lovingly attended to and the small team at Simutronics, including Whatley, has pulled off a minor masterpiece with this little gem.""\n\n\u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605\n\n\nEvery level is a unique, meticulously hand-crafted challenge with razor-sharp balance by the masters of the genre.\n\nStuck? Need help? Visit tinyheroes.com for hints, full level walkthroughs, forums and news!\n\nFollow us on twitter: @tinyheroesgame\n\nFeatures\n\n\u2714 Conquer over 50 unique levels!\n\u2714 Defend the Dungeon with over 30 Defenses!\n\u2714 Build towers, set traps, summon minions and conjure spells!\n\u2714 Unlock Challenge Levels to test your skills!\n\u2714 Impress with Achievements and leader board scores!\n\u2714 Game Center integration!\n\u2714 Beautiful Retina screen support!\n\u2714 New Campaigns, Challenge Levels and Defenses as downloadable content!\n\n\nAs a touchArcade moderator put it:\n\n""I can\'t recommend this game Enough! TD fans, strategy fans, heck, iOS fans are missing out if they don\'t click the buy button right. This. Second!""",Simutronics Corp,9+,EN,20157212,Games,"Games, Entertainment, Strategy, Action",8/09/2011,23/08/2012
-https://apps.apple.com/us/app/castle-kingdom/id458867396,458867396,Castle Kingdom\u2122,,https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/94/73/79/94737984-2932-d480-3f5d-a1fb979a3321/source/512x512bb.jpg,4,804,0,"1.99, 4.99, 2.99, 9.99, 9.99, 19.99, 19.99, 29.99, 29.99, 49.99","Ever dreamed of building your own castle kingdom? The dream has come true and you are the lord! Hire your friends and conquer all other castles!\n \n1 Expand and decorate your castle to make it unique. \n2 Recruit your army and conquer the evil castles.\n\nMAKING GOLD FROM MONSTERS! \n1 Cook and feed them. They leave you gold after enjoying the meals. \n2 They would also like to play arcade games and watch videos. Just entertain them!. \n\nHIRE MONSTERS TO YOUR SERVICE AND MILITARY SQUAD! \n1 19 different types of monsters with different abilities.\n2 They gain EXP by working on cooking, amusement facility maintenance, developing battle skills, exercising on training facilities, and kill enemies on battlefields. \n3 Different monster possess different types of skills. \n\n""Destiny awaits..."" \n1 Raid other castles to win Gold, EXP and trophies! \n2 Real time micro-control of monster units during the battle. \n3 Multiple skills and magic powers to perform against the rivals. \n\n\nNow let\'s move into CASTLE KINGDOM and start this whole new adventure!\n\nNote: Castle Kingdom\u2122 is totally free to download and play . But some features request consumption of real world cash.",Nebula Soft Inc.,9+,"EN, ZH",84043776,Games,"Games, Entertainment, Strategy, Adventure",30/09/2011,6/05/2019
-https://apps.apple.com/us/app/rescue-city/id458892911,458892911,Rescue City,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/c8/49/1e/c8491ec7-a279-484d-9e20-0f1d43acfedf/source/512x512bb.jpg,4,463,0,0.99,"\u2605\u2605\u2605 Draw the Lines, Save the City. \u2605\u2605\u2605\n\nIn Rescue City you are in charge of helping the citizens from the cities. It\'s an action / strategy line-drawing game where you must think fast! It\'s very easy to learn but very tough to master. Your job is to guide the Ambulances, Fire Trucks and a Police Car along the roads. Each vehicle has different dispatch methods and stats which makes the game even more challenging.\nThat\'s it! Be fast and watch out for crashes, because the vehicles can collide with each other!\n\n\u2605 PLAY FREE BEFORE YOU BUY! Try 15 free levels. You can buy the full game from within using In-App Purchase if you like it. \n\n\u2605 3 CARS TO PLAY WITH. Ambulance, Police Car and Fire Truck.\n\n\u2605 TWO GAME MODES: CLASSIC: Each new level brings new challenges. ARCADE: Rescue as many folks as you can.\n\n\u2605 HOURS OF GAMEPLAY! The full game has 80 levels!\n\n\u2605 4 CITIES. For each city, a new feature like express roads, potholes and traffic. \n\n\u2605 GAME CENTER: 21 Achievements and 8 Leaderboards.\n\n\u2605 Extremely challenging! The beginning is easy, but as you go along it gets harder and harder!\n\n\u2605 Think you beat all 80 levels? Few people can\u2026\n\n* retina display support.\n\nDeveloped by Cleverson Leal (info@rescuecitygame.com). \n\n\u2605 SUPPORT: I read every single e-mail, I reply to every support requests, feel free to contact me for any issue.\n\nWould you kindly follow Rescue City on Twitter? @RescueCityGame\n\n""The different vehicles are definitely what set Rescue City apart from other line-drawing games, and I think it\u2019s a well-done addition to a genre that\u2019s characterized as being full of stagnant clones."" - TouchArcade.\n\n""Overall I love this game, and think its one of the best designed games in a while."" - iPhoneAppReviews.net\n\n""The game is great, it\u2019s fun and has loads of content which will keep you occupied for hours. Line drawing games like these normally stay on my iDevice"" - AppScore\n\n""Rescue City \xe8 un ottimo puzzle game che presenta un sistema di controllo basato sul line draw, oltre ad un ottimo livello di sfida avvincente e di difficolt\xe0 progressiva"" - iPhoneItalia",Cleverson,12+,EN,24840467,Games,"Games, Entertainment, Action, Strategy",19/09/2011,15/02/2012
-https://apps.apple.com/us/app/sudoku-boardgame/id459020901,459020901,Sudoku Boardgame,,https://is5-ssl.mzstatic.com/image/thumb/Purple124/v4/bf/7f/db/bf7fdbae-f0fc-1ed4-49b2-4f6cfa82c166/source/512x512bb.jpg,,,0,,A Simple and Easy to use Sudoku Game,Clover Games USA,4+,EN,4075520,Entertainment,"Entertainment, Games, Board, Strategy",31/08/2011,8/08/2014
-https://apps.apple.com/us/app/gangster-paradise/id459376086,459376086,Gangster Paradise,,https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f7/92/67/f7926750-ad62-9a7b-847d-94fbdc58d35a/source/512x512bb.jpg,4.5,197,0,"12.99, 39.99, 6.99, 1.99, 3.99, 0.99","""Gangster Paradise (GP) is a unique, fun and addictive gangster themed ONLINE multiplayer game. Rise up through the ranks with dealers, gangsters, crimes and gambling in the casino. Steal from and attack other players to progress quicker in the game! Join a gang to participate in raids, own properties and dominate the game.\n\n************ \n\nFEATURES:\n\n* Instantaneous online ranking system.\n* Compete with others and see your overall position as you play!\n* Get involved in the community with chat, forums and messaging.\n* Create and customize your own profile. Build yourself a reputation.\n* Commit crimes, grand theft autos and jailbreaks\n* Control your own city and manage your empire\n* Employ dealers and build an army of gangsters.\n* Wage war with other players. Take their money or hit them where it hurts.\n* Create or join a gang and build your HQ, properties, score and raid other gangs for spoils.\n* Gamble in the casino with mini-games like BlackJack\n* Think big. Use your map placement, income, location effects, perks, timing, attacks, defense and other strategic elements to your advantage.\n\nPlus much more!!!\n\n************ \n\nBALANCED BY EXPERIENCED DEVELOPERS:\nWe've taken the best aspects of our two mafia-themed desktop games which have been running since 2005 to create the most balanced and enjoyable experience we can. We have a dedicated support system in-game, an ideas area and a seperate account area on our website at http://www.gangsterparadiseapp.com\n\n************\n\nFAIR AND FUN FOR ALL - NO ADS:\nWe want our game to be fun for all and not only those who play or pay hard. There are no character energy downtimes. We have unique gameplay and community interaction you won't find in similar themed games.""",Code Fanatics,17+,EN,97667072,Games,"Games, Entertainment, Role Playing, Strategy",8/11/2011,25/05/2018
-https://apps.apple.com/us/app/solitaire-3d/id459392013,459392013,Solitaire 3D,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/62/bb/79/62bb7951-67e1-13fc-45d8-510a5a015626/source/512x512bb.jpg,4,332,0,,"FREE!\nSolitaire 3D is available now!\nPlay this classic version of solitaire in a 3D view.\nEasy to use press or drag controls.\nWith Game Center enabled you can check your time or number of moves against the leaderboards.\n\nVisit MUCHOEDZ.com for videos, screenshots and much much more!",Nigel Speight,4+,EN,33427456,Games,"Games, Card, Entertainment, Strategy",1/09/2011,18/12/2013
-https://apps.apple.com/us/app/hokm-pro-%D8%AD%DA%A9%D9%85/id459407847,459407847,HOKM Pro ( \u062d\u06a9\u0645 ),Both Online & Offline Modes,https://is5-ssl.mzstatic.com/image/thumb/Purple127/v4/1e/11/73/1e1173c3-d707-e483-f0ac-1965ce898731/source/512x512bb.jpg,4,188,1.99,"0.99, 0.99, 0.99, 0.99, 0.99","HOKM is a classy persian trick playing cards game but we have designed it with a modern touch. It requires strategy, patience and lot of skill. \n\nBoth Online Multiplayer and Offline modes are available.\n\n::Design:: \n- Universal application designed for both iPhone and iPad. \n\n:: Play :: \n- Single player game: Play against 3 computer players. \n- Multi Player game : Play against players online or your friends\n\n:: Features :: \n- 8 eye-catching theme with further option of selecting your own card deck. \n- Intuitive sound effects. You can play your iOS device songs along with the game. \n- Easily customise your Game Experience by changing game speed and player names displayed. \n- Crystal clear retina display supported. \n- Multitasking supported. So you can easily resume your game. \n- Invite your friends via SMS/Email",Locomotion Software Solutions Private Limited,4+,EN,131629056,Games,"Games, Entertainment, Card, Strategy",20/09/2011,8/06/2017
-https://apps.apple.com/us/app/kings-corner/id459523211,459523211,Kings Corner,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/ee/f8/d4/eef8d48f-68c5-8af4-ee22-f1ffc9b0bb9d/source/512x512bb.jpg,2.5,69,0.99,,"Kings in the Corner - Solitaire Edition\n\nThis is a solitaire version of the Kings in the Corner card game.\nYou are playing against a computer opponent trying to get rid of all the cards in your hand first.\n\nAs with many other solitaire card games, you play cards from King down to Ace, alternating colors, red and black.\n\nTo end your turn, tap the top card facedown card in the pickup deck.",Robert Farnum,4+,"AR, CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, HU, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, UK, VI",4866048,Games,"Games, Entertainment, Strategy, Card",6/09/2011,19/06/2014
-https://apps.apple.com/us/app/defen-g-astro-pop/id459653215,459653215,Defen-G Astro - POP,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/e3/a2/70/e3a27090-9d48-d32c-628d-17d8a3c4d5b2/source/512x512bb.jpg,4.5,6213,0,"0.99, 0.99, 0.99, 0.99, 2.99, 1.99, 1.99, 4.99, 1.99, 0.99","""Defen-G Astro POP is the recasted version which is based on the original Defen-G Astro. \n\n\u300eOver 3 Million Downloads \u2013 Defen-G Astro!\u300f \nNow feel free to play Defen-G Astro! \n\nDefen-G Astro is no more just a game. \nIt's a breathtakingly exciting Next Cinema! \nThe fate of Atea Tower, the origin of life, is in your hands! \n\nDefen-G Astro is a Strategy action defense game, full of fantastic graphics, cute characters and many skills. \nPlace your units in a strategic manner in order to protect the Tower of Life, Atea's Tower from the invading monsters. \n\n- Certain units must be purchased to use. \n\n\n[Features] \n\n\u2460 It's EASY! FUN! EXCITING! \n\u2461 A brand new defence game like none you've tried before. \n\u2462 BLAST your STRESS AWAY! \n\u2463 Great Battle in the Palm of your Hands! \n\n\n* Facebook : www.facebook.com/DefenG.en \n* Twitter : @DefenG_Astro""",innodis,4+,EN,20522472,Games,"Games, Strategy, Action",7/09/2011,13/01/2012
-https://apps.apple.com/us/app/jisgaw-2k/id459776737,459776737,Jisgaw +2k,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/4e/4e/0e/4e4e0ebb-1203-d76b-e922-413ff8d4bb68/source/512x512bb.jpg,4.5,15,1.99,,"Jisgaw +2K is a Jigsaw puzzle game for iPad/iPod/iPhone that doubles the 1000 pieces barrier of this kind of games. So, it is the little brother of jisgaw +10k, with ""only"" 2000 pieces.\n\nThe main features are: \n- Different levels: can select a lower number of pieces (from ~20 to ~2000) \n- To help with the challenge, you can use virtual boards to separate your pieces in colors, shape or whatever criteria you decide. You can have as many as you need \n- Organize your virtual boards in the layout you prefer \n- Identify them by name or color \n- Rotate and move pieces with simple gestures \n- Move an Zoom each virtual board independently \n- You can limit your movement so only pieces movement or board movement would be allowed \n- You can view a reference image in any virtual board \n- You can submit and compare your score (time to finish). The time will stop counting if no action is done \n- You can have more than one instance of the jigsaw: you can try again or share it with a friend or relative. \n- Fourteen different images available. \n- Included 05k set: 80 images more (500 pieces each) \n- Every time you start a new puzzle, a different set of pieces is created\n- Available for ipad, iphone & ipod\n- Add custom photos \n- Upload progress on Facebook & Twitter",Luis Lopez,4+,"EN, FR, JA, KO, ZH, ES",61885440,Games,"Games, Entertainment, Strategy, Puzzle",15/09/2011,12/09/2018
-https://apps.apple.com/us/app/ghost-train/id460077581,460077581,Ghost Train,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/a5/39/4f/a5394f94-c353-c75c-a96d-62e6386a22d5/source/512x512bb.jpg,3.5,5,0,"0.99, 0.99","How many trains can you keep running at the same time?\n\nTrains will move around the track, change the junctions on the track to alter each trains path, the aim is to stop the trains from crashing into each other, it\u2019s annoyingly addictive.\n\nTwo game modes:\n\nGame mode A -\n\nAutomatically adds a new random train every 30 seconds. Be careful, as the longer you play, more trains will be added to the track, try not to crash!\n\nGame mode B -\n\nAllows you to add trains when you choose, this is great when going for a high score!\n\nIn-App Purchases -\nExtra levels are available as In-App Purchases within the game.\n\nThree train types -\n\nRed haulage train - the slowest\nGreen train - average speed\nBlue train - speed demon\n\nTips:\n-Some trains move faster than others \n-Tap the junctions to change the tracks\n-You cannot change tracks whilst a train is over a junction",GameWeaver,4+,"AR, NL, EN, FR, DE, IT, JA, KO, MS, PL, PT, RU, ZH, ES, SV, TH, ZH, VI",10183376,Games,"Games, Entertainment, Simulation, Strategy",24/10/2011,24/10/2011
-https://apps.apple.com/us/app/jisgaw-0-5k/id460340928,460340928,Jisgaw +0.5K,,https://is1-ssl.mzstatic.com/image/thumb/Purple1/v4/c3/e2/cf/c3e2cfc5-8d91-5ec0-6a6e-70c36a401202/source/512x512bb.jpg,3.5,35,0,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","Jisgaw +0.5K is a Jigsaw puzzle game for iPad/iPhone/iPod, free with ads. It is the little brother of Jisgaw +10k (with more than 10000 pieces in each puzzle), and Jisgaw +2k (with ""only"" 2000 pieces)\n\nThe main features are: \n- To help with the challenge, you can use virtual boards to separate your pieces in colors, shape or whatever criteria you decide. You can have as many as you need \n- Organize your virtual boards in the layout you prefer \n- Identify them by name or color \n- Rotate and move pieces with simple gestures \n- Move an Zoom each virtual board independently \n- You can limit your movement so only pieces movement or board movement would be allowed \n- You can view a reference image in any virtual board \n- Twelve different images available. \n- Every time you start a new puzzle, a different set of pieces is created \n- Available for ipad, iphone & ipod",Luis Lopez,4+,"EN, FR, JA, KO, ZH, ES",18022400,Games,"Games, Strategy, Entertainment, Puzzle",14/11/2011,3/02/2015
-https://apps.apple.com/us/app/cinquillo-cabrito-txl/id460818178,460818178,CinQuiLLo CaBRiTo TxL,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/1c/68/d8/1c68d8fb-b2ab-4165-f611-22c484f5ffbb/source/512x512bb.jpg,,,0,1.99,"Ya est\xe1 aqu\xed la nueva versi\xf3n del famoso juego de cartas del cinquillo ""cabrito"" multijugador gratis para iOS! \n\nMejorada la versi\xf3n del cl\xe1sico entre los cl\xe1sicos de los juegos de mesa, interfaz mejorada, m\xe1s fluida y con nuevo sistema de puntuaciones mensuales.\n\nEl cinquillo m\xe1s cabrito! Multijugador y gratis!!\n\nDivi\xe9rtete chateando y jugando online con amigos y personas de todo el mundo!!\n\nElige un nombre, selecciona un avatar y a jugar! Modo Individual y Multijugador!\n\nEntrena tus habilidades sin necesidad de conexi\xf3n en modo Individual, modera la velocidad del juego o cambia el color de la mesa a tu gusto en este modo.\n\nCompite en el modo multijugador!!\n\nConvi\xe9rtete en el mejor, demu\xe9stralo en el TOP, juega con amigos, familiares o desconocidos amantes de los juegos de cartas online y totalmente gratis!\n\nUn cl\xe1sico de los juegos de mesa el juego de cartas del cinquillo cabrito, disponible con dos modos, individual y multijugador.\n\nEn el modo multijugador si\xe9ntate y lev\xe1ntate de las mesas a tu gusto, chatea en el sal\xf3n y durante las partidas. \n\nNuevo sistema TOP de puntuaciones mensuales, gana partidas en el modo multijugador y demuestra qui\xe9n es el mejor!!\n\nSe comienza repartiendo todas las cartas entre todos los jugadores que tratan de colocar las cartas sobre la mesa intentando descartar el mayor n\xfamero posible. El objetivo es completar los cuatro palos entre todos los jugadores, termina la partida cuando se completan los cuatro palos; con los cuatro ases y los cuatro reyes.\nLa forma de colocar las cartas es la siguiente:\n\nEmpieza el jugador que posea el cinco de oros y lo coloca. Despu\xe9s contin\xfaa el jugador de la derecha y as\xed sucesivamente. Solo se pueden colocar cincos o todas aquellas cartas que siguen en progresi\xf3n ascendente o descendente a las que hay en la mesa y sean del mismo palo.\n\nDifiere del cinquillo com\xfan en que las cartas no tienen por qu\xe9 estar colocadas en orden consecutivo. Las posiciones intermedias, al colocar cartas no consecutivas, quedan bloqueadas.\n\nEs decir, si solamente est\xe1 colocado el cinco de oros en la mesa, los jugadores podr\xe1n colocar desde el seis o el cuatro de oros hasta el rey o el as de oros, o un cinco de otro palo. \n\nSi un jugador no puede colocar ninguna carta pasa, y le toca el turno al siguiente jugador. Nunca se puede pasar si se puede colocar alguna carta. \n\nSi un jugador puede poner varias cartas deber\xe1 elegir la que m\xe1s le convenga para ganar el juego. El primer jugador que consigue colocar todas sus cartas sobre la mesa es el ganador.\n\nAl cerrarse los cuatro palos el jugador que menos cartas tengan al acabar la ronda ser\xe1 el ganador. El ganador sumar\xe1 tantos puntos como cartas tengan en la mano los otros jugadores al ganar la partida. \n\nDe empatar se dividir\xe1n los puntos entre los ganadores.\n\nEl cinquillo cabrito es uno de los famosos juegos de cartas espa\xf1olas de todos los tiempos, el cinquillo cabrito es un cl\xe1sico entre los juegos de mesa.\n\nDetalles t\xe9cnicos:\n- Accesibilidad y fluidez\n- Sin necesidad de registrarse\n- Nombre de jugador personalizable\n- Galer\xeda de avatares a elegir\n- Cambia el fondo de la mesa mientras juegas\n- Juego individual disponible sin conexi\xf3n con velocidad ajustable\n- Juego online multijugador con personas de todo el mundo\n- Top 50 de puntuaciones del mes\n\nSi te gustan los juegos de mesa, juegos de cartas, juegos de naipes, las apuestas, los retos, las revanchas, chatear con otros jugadores, conseguir un puesto en el TOP de puntuaciones, adem\xe1s del CiNQuiLLo CaBRiTo puede disfrutar de todos los juegos de cartas TxL, el MuS, la EsCoBa, la BRiSCa, el SoLiTaRio, el CHiNCH\xf3N, el RaNGo, el CiNQuiLLo o las SieTe y MeDia.\n\n\xbfTe diviertes jugando a juegos de cartas gratuitos?\n\nConsidera valorar la aplicaci\xf3n, recomendar la app, hacer +1 para ayudar al desarrollador.\n\nM\xe1s juegos de cartas pr\xf3ximamente.\n\nS\xedguenos en twitter y facebook y ent\xe9rate de todas las novedades!\n\nhttps://twitter.com/TxLestudios\n\nhttps://www.facebook.com/TxlEstudios",ChelfasT,4+,EN,19731456,Games,"Games, Strategy, Card, Entertainment",6/09/2011,23/01/2018
-https://apps.apple.com/us/app/angry-demons-quest-hd/id460977611,460977611,Angry Demons Quest HD,A Fun Horror Puzzle Game!,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/5c/56/c2/5c56c239-48ed-187a-0168-64be4a3bd192/source/512x512bb.jpg,,,0.99,,"The Demons are angry and are attacking the World! You are the last hope for the Good to resist to the Evil forces!\nDestroy the Evil Orbs and save how many Souls as possible!\n\nUse your reflexes, logic and ability skills to survive as long as possible in this frenetic and original puzzle game!\n\nUse Magic Spells & Weapons to combat the Demons and remember: if you\'ll start playing Angry Demons Quest HD you\u2019ll not be able to stop...\n\nSome features:\n* three original sets of tiles;\n* three different difficulty levels. And a ""Hell mode"" option...\n* gameplay that rewards strategy as well as speed;\n* six different special weapons. The difficulty level tunes the frequency of generation for weapons;\n* expressly and exclusively designed for iPad with use of the finger touch features to control the game;\n* playable for everybody and anybody! It\'s fun for all ages!\n* the game supports background iPod music. Enjoy your own favourite Heavy Metal/Hard Rock soundtrack while playing the game!\n\n**** If you like puzzle game download Angry Demons Quest HD now... don\'t miss it! ****\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.",Alessandro Benedettini,9+,EN,29852672,Games,"Games, Strategy, Entertainment, Puzzle",2/09/2011,27/11/2017
-https://apps.apple.com/us/app/flying-defense/id461722031,461722031,Flying Defense,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/59/87/e1/5987e1f0-e3bf-214b-2c1b-dec3a7f0d984/source/512x512bb.jpg,5,1062,0,"1.99, 0.99, 2.99, 2.99, 0.99, 0.99, 4.99, 2.99, 4.99, 7.99","\u2022 USE EVERYTHING YOU\u2019VE GOT TO DEFEND YOUR KINGDOM AGAINST THE ENDLESS ATTACK OF FLYING MONSTERS\n\u2022 15 LEVELS, 150 STAGES and an ENDLESS CHALLENGE MODE!\n\u2022 BUILD YOUR TROOP OF MERCENARIES AND FIGHT AS A CONTENDER AT THE COLOSSEUM\n \nA massive amount of flying monsters haunt a peaceful Kingdom filled with rare and precious treasures. The monsters are ruled by the power of the treasures. The King has placed a huge bounty on the flying monsters in order to protect his people and the treasures. A mob of veteran hunters gather at the edge of the Kingdom to defeat the monsters and earn the bounty.\n \nDoes your mercenary have what it takes to battle against the monsters?\n \n1. DEFEND THE KINGDOM AND DEFEAT THE MONSTERS!\n\u2022 Watch out! Each monster that you miss lowers your reward. You don\u2019t get anything if you miss 3 monsters. Remember the people of the Kingdom that have suffered much. Only you can end their suffering by destroying all the monsters.\n\u2022 Use everything you\u2019ve got to defeat the monsters. The further you go the stranger the monsters get. Teleporting Monsters, Electric Shock Monsters, Bouncing Monsters, and more and more! Mightier warriors are needed to hunt the stronger monsters, you can hire capable heroes at the mercenary shop.\n \n2. HUNDREDS OF STAGES, ENDLESS HOURS OF ENJOYMENT!\n\u2022 15 levels and 150 stages of an absolutely exquisite game.\n\u2022 Unimaginable stages, Soldiers and Heroes are updated in each series.\n \n3. BUILD YOUR MERCENARY TROOPS AND FIGHT AS A CONTENDER AT THE COLOSSEUM!\n\u2022 Earn money by clearing stages. Use your riches to hire talented Soldiers and Heroes.\n\u2022 Do you have enough money and intelligence? Check out the Mercenary Shop. If you are lucky you will find brilliant heroes that want to join your team as your wealth and intelligence grows.\n\u2022 Overcome your enemies at the colosseum.","deligion Co., Ltd.",9+,EN,102466560,Games,"Games, Strategy, Entertainment, Action",30/09/2011,4/10/2016
-https://apps.apple.com/us/app/hiarcs-chess-for-ipad/id462201312,462201312,HIARCS Chess for iPad,Play chess and analyse games,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/24/5f/08/245f0801-b462-25d1-0d7a-e6de2a4f1fbf/source/512x512bb.jpg,4.5,334,9.99,,"HIARCS is a multiple World Championship winning chess program and the only handheld chess program which has won matches and tournaments with Grandmasters. It twice won the Mercusor Cup tournament in Buenos Aires, Argentina ahead of Grandmasters, the last time with a performance beyond 2900 Elo, the best chess performance rating for any handheld device in history.\n\nIn 1997 the World\'s strongest ever human chess player, Garry Kasparov, said ""HIARCS is much better positionally than Deep Blue"" and ex World champion, Vishy Anand, in a recent 2011 interview when asked what chess program he uses to analyse with said ""generally I use HIARCS"".\n\nHIARCS Chess for iPad harnesses this chess power to enable your iPad to play chess like a super Grandmaster, analyse games and chess problems with you, or play at whatever weakened chess strength you want from beginner to GM strength while offering numerous features to help you learn and improve as you play with HIARCS. An advanced set of coaching features helps players of all strengths improve their chess play.\n\nHIARCS Chess has a full range of realistic weaker opponent strengths and playing styles catering for players of all abilities from absolute beginners to Grandmasters. On the weaker playing levels HIARCS will make human-like mistakes appropriate to the level of play and this together with the integrated coach advice, assessments and alerts allow you to learn and improve quickly. HIARCS also monitors your chess performance and provides you with an Elo chess rating which tracks your chess ability in every game. It can continuously adjust its playing strength to give you challenging but beatable opponents as you improve.\n\nHIARCS Chess will save battery life by using much less energy on the weaker levels, allowing more playing time on long journeys etc.\n\nYou can transfer PGN game databases to and from HIARCS Chess and load/save your chess games in PGN format, it even has databases of all the games between Fischer & Spassky and Kasparov & Karpov for you to play through and enjoy.\n\nHIARCS has a large tournament book which is up to date with chess theory with over 235,000 variations. The book moves are displayed on screen with chess symbols and the opening variations are named and ECO coded.\n\nKey features:\n+ Extremely Strong chess program, genuine beyond strong GM-level performance\n+ Suitable for all players from absolute beginners to strong Grandmasters with many handicap levels and opponents styles and advanced coaching\n+ Intuitive and friendly, iPad tailored, user interface supporting all four screen orientations with multiple high quality piece sets, colour schemes and icons\n+ Multiple playing modes: play white, black, both sides in two player mode, continuous analysis and interactive replay\n+ Fully adjustable Elo strengths, adaptive levels and multiple playing levels and opponents\n+ All levels below maximum are low energy to increase battery life\n+ Rates your chess play and gives you an Elo rating which is updated after each game\n+ Advanced coaching provides move options, hints, move safety and quality highlights and watches your play to warn about mistakes\n+ Transfer PGN databases to/from HIARCS chess via iTunes file sharing, load/save PGNs, email games and PGN DBs from HIARCS\n+ Set up or edit a position to analyse or play from\n+ Advanced game navigation with move slider and VCR buttons for rapid and precise game navigation\n+ Many selectable preset blitz, incremental and average time clock settings for timed play\n+ Large HIARCS tournament opening book as used by the professionals!\n+ Permanent brain for enhanced playing strength\n+ Numerous chess display functions for showing chess moves, analysis, book moves, coach advice, move quality even legal moves\n+ Integrated Html manual and help screens",Applied Computer Concepts Ltd.,4+,"EN, DE",39980032,Games,"Games, Education, Board, Strategy",12/09/2011,28/08/2018
-https://apps.apple.com/us/app/spellcraft-descent-into-chaos/id462240529,462240529,Spellcraft: Descent into Chaos,,https://is1-ssl.mzstatic.com/image/thumb/Purple111/v4/ca/e0/6c/cae06c5b-3d8a-11a6-cff4-75fe9f3ea8ea/source/512x512bb.jpg,4.5,1531,0,"4.99, 1.99, 9.99, 0.99, 19.99, 0.99, 39.99","* Easy to learn, challenging for experts\n* Extensive single player campaign\n* 2-player duels and rankings\n* Fabulous custom soundtrack\n* Totally FREE to play and collect\n* Lots of achievements which reward game gold \n\nSome of the emails we receive regularly from players:\n\n\u201cAwesome game! You guys did superb work!"" - Philippe Leroux\n\n""Wow, honestly, I wasn\'t expecting this app to be this fun and addicting. Keep it up!"" - Jacob Gagn\xe9\n\n\u201cThank you so much for making such a great game!"" - Peter Chapman\n\nKeep up with news and info here:\nwww.spellcraft-ccg.com\n@SpellcraftCCG\nwww.facebook.com/SpellcraftCCG\n\nIf you have questions please do contact us via any of the options here - we are very friendly and will always help! \n\nIMPORTANT: If you have problems, please use the Feedback option to contact our support! We can help you! If you instead just leave a review, we have no way to help you!\n\nSi vous avez un probl\xe8me, utilisez l\u2019option Feedback dans le jeu pour nous dire \xe0 ce sujet - nous ne pouvons pas vous aider si vous venez d\u2019\xe9crire un avis \xe0 son sujet!\n\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0438 \u041e\u043f\u0446\u0438\u044f \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0430\u0448\u0435\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439! \u041c\u044b \u043c\u043e\u0436\u0435\u043c \u043f\u043e\u043c\u043e\u0447\u044c \u0412\u0430\u043c!\n\u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432, \u0443 \u043d\u0430\u0441 \u043d\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u043e\u0433\u043e \u0441\u043f\u043e\u0441\u043e\u0431\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0412\u0430\u043c!\n\n\u30b2\u30fc\u30e0\u306e\u30d7\u30ec\u30a4\u4e0a\u4f55\u304b\u554f\u984c\u304c\u3042\u308a\u307e\u3057\u305f\u3089\u3001\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30dc\u30bf\u30f3\u3092\u304a\u4f7f\u3044\u306e\u4e0a\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002\n\nSe hai un problema, utilizzare l\u2019opzione di feedback nel gioco di dirci su di esso - che non possiamo aiutarti se basta scrivere una recensione su di esso!",Three Goblins Ltd,9+,EN,503716864,Games,"Games, Strategy, Card, Entertainment",30/08/2012,23/06/2017
-https://apps.apple.com/us/app/le-mot-de-5/id463227332,463227332,Le Mot de 5,,https://is2-ssl.mzstatic.com/image/thumb/Purple4/v4/23/dd/04/23dd04ec-5516-07ca-ba5d-33d7ad15c6ce/source/512x512bb.jpg,,,0,,"""Le Mot de 5"" ? Vous n\'en avez jamais entendu parler ? Normal \xe7a vient juste de d\xe9barquer !\n\nDevenez imbattable \xe0 ce jeu gr\xe2ce son interface \xe9pur\xe9e ! La matrice du ""Mot de 5"" est simple : vous devez deviner un mot de 5 lettres choisi par votre iPhone ou par un ami. Pour ce faire, vous ne disposez que de votre intelligence et de votre vocabulaire ! :)\n\nUn jeu simple et ludique, novateur parmi les jeux de mots qui vous permettra \xe0 bien des \xe9gards d\'enrichir votre vocabulaire et de gagner en lucidit\xe9 !\n\nPlus qu\'un jeu, le Mot de 5 fera de vous quelqu\'un de r\xe9fl\xe9chi et de rapide. \n\nPour 0 \u20ac aujourd\'hui profitez-en vite ! Amusez-vous bien et tentez d\'obtenir le meilleur score !",Valicol&Doklyne,4+,FR,2953216,Games,"Games, Strategy, Entertainment, Word",13/09/2011,7/08/2013
-https://apps.apple.com/us/app/angry-demons-quest-free-hd-a-fun-horror-puzzle-game/id463261648,463261648,Angry Demons Quest Free HD - A Fun Horror Puzzle Game,,https://is1-ssl.mzstatic.com/image/thumb/Purple69/v4/ec/98/87/ec98871c-58c4-0843-905a-58578c5b0214/source/512x512bb.jpg,,,0,,"The Demons are angry and are attacking the World! You are the last hope for the Good to resist to the Evil forces!\nDestroy the Evil Orbs and save how many Souls as possible!\n\nUse your reflexes, logic and ability skills to survive as long as possible in this frenetic and original puzzle game!\n\nUse Magic Spells & Weapons to combat the Demons and remember: if you\'ll start playing Angry Demons Quest HD you\u2019ll not be able to stop...\n\nSome features:\n* three original sets of tiles (in the Full version);\n* three different difficulty levels. And a ""Hell mode"" option (in the Full version);\n* gameplay that rewards strategy as well as speed;\n* six different special weapons. The difficulty level tunes the frequency of generation for weapons;\n* expressly and exclusively designed for iPad with use of the finger touch features to control the game;\n* playable for everybody and anybody! It\'s fun for all ages!\n* iOS4 multitasking support;\n* the game supports background iPod music. Enjoy your own favourite Heavy Metal/Hard Rock soundtrack while playing the game!\n\n**** If you like puzzle game download Angry Demons Quest HD now... don\'t miss it! ****\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.",Alessandro Benedettini,9+,EN,39043072,Games,"Games, Strategy, Puzzle, Entertainment",13/09/2011,12/09/2015
-https://apps.apple.com/us/app/pixelated-pixel-color-puzzle/id463358640,463358640,Pixelated - Pixel Color Puzzle,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/85/cd/32/85cd324a-d564-3578-d0b7-9c2867edc42f/source/512x512bb.jpg,3.5,80,0,1.99,"*** AppAdvice.com *** - ""Pixelated Plus Color Puzzle is a thought-provoking and engaging game. It\u2019s the kind of app that will probably have you coming back for more for a long time and is well worth the asking price."" \n\n*** iPhonemore.nl - ""Five stars game"" ***\n\nhttp://www.pixelatedgame.com \n\n\nOne Color is Enough ! \n \nYour goal is to sort out the screen, leaving only one color. Expand \u2018your area\u2019 to neighboring pixels, by choosing the color of pixels to be captured next. You win when \u2018your area\u2019 spans the whole screen.. When only one color remains.\n\nEasy task..\n\nBut you should do it with the fewest moves possible, and in the fastest time possible. You have to be strategic about every move, and fast in making decisions.\n\nThe easy level is with 6 different colors, but if you feel you\u2019re getting tougher, try the Medium (7 colors) or the Hard (8 colors) Levels. The harder the game, the Higher the score that you can achieve.\n\nPixelated is a game of strategy, problem solving, and mental speed. It integrates Game Center for Leader-boards, Achievements, and Multiplayer functionality.\n\nThis Version is Free. An In-App purchase can be used to Unlock the Hard Mode and to Remove Ads. \n \n\nPlease share any question or idea: management@think-grow.biz",111 (LLC),4+,EN,9342976,Games,"Games, Strategy, Education, Puzzle",23/09/2011,17/12/2018
-https://apps.apple.com/us/app/rivers-rails/id463399129,463399129,Rivers & Rails,,https://is2-ssl.mzstatic.com/image/thumb/Purple71/v4/c9/dc/0a/c9dc0a59-641f-d31e-0dc6-64b4ff2b8752/source/512x512bb.jpg,4.5,15,0.99,,"Who will reign victorious in the battle between man and nature? Play as the dastardly Railroad Baron or the noble River Queen. \nOutwit your opponent and connect your cities or seas to win!\n\nHighlights:\n\n- Three map sizes to dominate\n- Adjustable difficulty level\n- Game Center Support: Play against your friends on any iOS device\n- Achievements: Prove your mastery!\n\nRivers and Rails features strategic, turn-based gameplay. It only takes a minute to learn, but a lifetime to master. Defeating\na well-matched opponent requires you to muster every ounce of your cunning. Trap your opponent, then ride to freedom on rivers or rails!",TrikeSoft LLC,4+,EN,18852864,Games,"Games, Entertainment, Strategy, Board",21/12/2011,24/10/2016
-https://apps.apple.com/us/app/chess-pro-free-hd/id463401348,463401348,Chess Pro Free HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple18/v4/6d/45/7e/6d457e7a-35e0-a764-81e6-119383f34ada/source/512x512bb.jpg,3.5,24,0,0.99,"Get smarter by playing a smarter opponent. Or your iPad. Chess Pro HD uses a strong alpha-beta pruning search algorithm rated at over 2500 ELO. It\'s probably the strongest chess engine available in the App Store.\n\nImprove your chess by playing against a strong computer chess engine. Choose the desired difficulty and start playing. You can also play with a friend. \n\nGames can be played with a time control limit. Play all the types of fast chess:rapid, blitz, bullet, etc by setting the time limit for each game. \n\nIn its free version Chess Pro HD difficulty level is set to medium. You can activate the full version which lets you access all the features:\n\n* play against another player (on the same device);\n\n* choose the desired level of difficulty\n\n* choose between several styles of play: ""passive"", ""solid"", ""active"", ""aggressive"" or ""suicidal"".\n\n* choose between 7 piece sets and 7 board colors.\n\n* enable/disable ""permanent brain"". With this feature activated the computer will think up moves even when it\'s not its turn to move. Enable this feature for maximum playing strength.\n\n* save and load games to pgn files. Share them with your chess partners via email.\n\n* get hints from the computer when you don\'t know what to move\n\n* flip the board \n\n* edit the board to start a game with custom piece locations (check the attached screenshots)\n\n* take back the last move or all moves, redo it, replay the whole game. You can even force the computer to move when you want with the Move now button. This will stop the thinking process and force the computer to move the current best move.\n\nTo further improve your game skills download our chess problems collection: ""Grand Master Chess Classics"". ""Grand Master Chess Classics"" is a collection of very old and very rare chess problem books.\n\nIf you don\'t know how to play chess and you want to learn the basics of the game then you should download ""Grand Master Chess - A beginner collection"".\n\n**********************************\nIf you have a problem please contact us through the contact form at www.bamtoo.com. We can\'t offer support through reviews nor can we contact you to solve your problem via reviews.\n\nThe in-app that disables the ads is a non-consumable product. That means you only have to purchase it once, no matter how many times you reinstall the app or in how many iPads you install it (as long as you use the same iTunes account with which you purchased it).\n\nTo re-disable the ads go through the purchase process again, confirm you want to buy the in-app and then you\'ll get a confirmation that you already had purchased the product and the ads will disappear again.\n***************************************",Evolve Networks,4+,EN,7147159,Games,"Games, Strategy, Education, Board",20/09/2011,31/10/2012
-https://apps.apple.com/us/app/crime-war/id463439015,463439015,Crime War,,https://is5-ssl.mzstatic.com/image/thumb/Purple2/v4/f6/09/5d/f6095ddb-43d6-d122-6bf3-df35e68deec1/source/512x512bb.jpg,3,330,0,"4.99, 9.99, 19.99, 19.99, 4.99, 9.99, 49.99, 99.99, 49.99, 99.99","***Massively Multiplayer ONLINE Gang Game for the iPhone/iPad ***\n*** Choose from 9 different kinds of Gang *** \n*** Fight with many types of rival gangs to rule the world! *** \n\nCrime War is a Massive Multiplayer Online game where you choose your own type of Gang to engage gang fights with other types of gangs. You can choose to be an Italian mafia to Yakuza gangs, Biker Gangs, Jopok, Cartels, Bratva, Irish Mob even Triads and go head to head with other various gangs as you wage war. Build your inventory, discover new item combinations, and gather your own special gang weapon. Fight and defend your gang from the enemy to become the dominant and mightiest gang in the territories of the hot spots as you march your way to victory in Crime War. \n\n********* \nFEATURES: \n********* \n- Choose from 9 different groups of Gang!!! You\u2019ve read it right !!! \nBloods Gang, Biker Gangs, Yakuza, Jopok, Cartels, Mafia, Bratva, Irish Mob and Triads -- each with unique exclusive weapon and bonuses!! \n- Massively Multiplayer ONLINE War Game for the iPhone, iPad and iPod Touch!- FREE updates with new missions, inventories, territories, and more! \n- Battle other players LIVE with massive gang members! \n- Show off your Gang with the best weapon, armor and vehicle! \n- You can combine items to make them the most unique and powerful weapon! \n- Support your expanding Gang by building up your cashflow structures \n- Ally with other players to make you stronger \n- Experience gorgeous graphics and a rich storyline. \n- Dynamic and numerous mission system \n- Get real time updates \n- Real time in-game news feed, world chat, allies chat \n- and much, much more! \n\n**************** \nUNIQUE FEATURES: \n**************** \n- You can purchase your own Gang\u2019s special weapon which is not available to other gangs and upgrade them to make them stronger! \n- You can do Combination of normal items with loots to make them even more powerful weapon! \n- You can add a HIT LIST to the enemy so that others can help you defeat them for a price tag \n- You can send a SPY to the enemy to investigate enemy\u2019s exact attack/defense points and compare them to yours. \n- Enter fights in BOSS BATTLE and destroy their Gang leader with the help from your allies! \n- Build Special Rackets territories and get unique skill bonuses! \n\n************ \nPLEASE NOTE: \n************ \n- This is an online game only. iPod Touch users must be connected to WiFi in order to play. \n\n\nGameZen GAMES \n---------------- \nCivilization War \nNuclear War\nFashion Queen \nO2Jam Hero\n\nOfficial Community Website \n-------------------------- \nhttp://forum.gamezen.com","GameZen, Inc.",12+,"EN, KO",34373632,Games,"Games, Strategy, Role Playing",21/10/2011,26/09/2013
-https://apps.apple.com/us/app/fish-balls/id463644128,463644128,Fish Balls,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/75/e1/36/75e1367e-85c8-e289-e184-46ca05ecd798/source/512x512bb.jpg,4.5,50,0,,\u2605\u2605\u2605\u2605\u2605 A highly addictive brick breaker style game that spins the classic brick breaker in entirely new direction.\n\nFish Balls combines billiards style physics and colorful graphics into a game that is perfect to challenge your mind for a few minutes or a few hours. Share your scores on Facebook and Twitter and dare your friends to do better. \n \nYour goal is to shoot and then pop as many Fish Balls as possible. Each level gets progressively harder as the balls become harder to break. Take careful aim. The game ends if your ball bounces back across the line.\n\n*** Thanks everyone for playing!,"Jack-Jack Studios, LLC",4+,EN,41605697,Games,"Games, Strategy, Family",10/12/2011,20/12/2012
-https://apps.apple.com/us/app/rubiks-race/id463703170,463703170,"""Rubik's\xae Race""",,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ba/d8/ac/bad8ac5f-98cb-a010-eab8-fdac9a3cbe30/source/512x512bb.jpg,4,41,0.99,,"The official Rubik\'s\xae Race app, play the board game in the palm of your hand.\n\nSlide the tiles to create the pattern whilst avoiding the pitfalls and using the perks, in this easy to master but incredibly addictive game.\n\nWith 3 game modes you can play Rubik\u2019s Race your way!\n\nThe arcade mode is a level based version of the game where you pit your wits against the clock, whilst perks and pitfalls enhance the experience. Complete increasingly more complex patterns as the levels progress and when the timer runs out, you\u2019re out!\n\nTime Attack uses the basic game where you must create a 9 tile pattern of the apps choice as quickly as possible. Compete against your own best time and the times of others using Games Centre leader boards.\n\nAnd with Play & Pass functionality you can compete against friends on the same device to see who really is the best Racer out of your friends.\n\nDownload now to see for yourself how addictive this app really is- Happy Rubik\u2019s Racing!\n\nUnlimited levels, 6 perks, 3 pitfalls, time trials and leaderboards.\n\nFor tips, cheats and to contribute to the next version follow Rubik\u2019s Race on twitter or become a fan of the facebook page.\n\nPlayer Quotes:\n\n""Great app but way too addictive! Can\'t stop playing it!""\n\n""Really addictive!""",Prodo Digital,4+,EN,11423911,Games,"Games, Puzzle, Strategy, Entertainment",21/10/2011,13/12/2011
-https://apps.apple.com/us/app/emross-war-deutsche/id463996372,463996372,Emross War - Deutsche,,https://is3-ssl.mzstatic.com/image/thumb/Purple41/v4/88/4a/4d/884a4db6-3bbb-24ad-118d-25962311ed02/source/512x512bb.jpg,3.5,20,0,"19.99, 9.99, 99.99, 4.99, 49.99","Emross War ist ein kostenloses Massive Multiplayer Online Game (MMO). Man ben\xf6gtigt gerade einmal 3 Minuten, um das Spiel zu erlernen und danach wird es Sie in seinen Bann ziehen!\n\nDie Geschichte spielt in Emross, einem Land voller Mythen und Legenden, welches bereits seit Jahrhunderten immer wieder von Kriegen zwischen den verfeindeten V\xf6lkern der Menschen, Elfen und Orks ersch\xfcttert wird. Doch nun, da die teuflische Chaos-Armee ihrerseits die Gunst der Stunde nutzt, um das Land mit einer Invasion zu \xfcberziehen, verkompliziert sich die Lage zusehends. \n\nSie beginnen das Spiel als junger Lord (bzw. junge Lady), welcher ein kleines Schloss von seiner Familie geerbet hat. Schrittweise werden Sie sich entwickeln und sich Ihrem Sieg n\xe4hern. Dabei haben Sie die Gelegenheit, verschiedene legend\xe4re Helden zu treffen oder gar zu rekrutieren. Auch werden Sie in der Lage sein, die m\xe4chtigsten Schutzwesen des von Ihnen gew\xe4hlten Volkes heraufzubeschw\xf6ren!\n\nKeine Angst, Sie m\xfcssen NICHT alleine in die Schlacht ziehen! Sie k\xf6nnen Allianzen mit Ihren Freunden schlie\xdfen und so eine wesentlich st\xe4rkere Position in Emross einnehmen. Auf diese Weise werden Sie das Chaos vernichten und die Ordnung mit Land wiederherstellen. \n\nFeatures des Spieles:\n\n\u25cf Ein ausgekl\xfcgeltes Einf\xfchrungssystem: In nur 3 Minuten eignen Sie sich alle erforderlichen Kenntnisse an.\n\n\u25cf Erledigen Sie zahlreiche herausfordernde Quests.\n\n\u25cf Genie\xdfen Sie die detailverliebte Grafik.\n\n\u25cf KOSTENLOSE Updates mit neuen Quests, Gegenst\xe4nden, Helden u. v. m. stehen Ihnen zur Verf\xfcgung.\n\n\u25cf Ziehen Sie live gegen andere Spieler in den Krieg.\n\n\u25cf W\xe4hlen Sie eines von 3 V\xf6lkern: Menschen, Elfen, Orks. Jedes hat seine eigenen Soldaten, Schutzwesen und Helden. \n\n\u25cf Bauma\xdfnahmen, Forschung, Truppenausbildung, Angriff- und Verteidungsstrategien \u2013 alles liegt in Ihrer Hand!\n\n\u25cf Bilden Sie Allianzen mit anderen Spielern \u2013 nur gemeinsam sind Sie stark!\n\n\u25cf Ihnen werden viele M\xf6glichkeiten zum Austausch mit anderen Spielern gegeben: private Chats, allianzinterne Chats, \xf6ffentliche Chats, Foren ... Das Spiel steckt voller Kommunikation und Interaktion!",iFree Studio Limited,9+,"EN, DE, JA, KO, RU, ZH, ZH",7984436,Games,"Games, Role Playing, Strategy, Entertainment",30/09/2011,26/04/2012
-https://apps.apple.com/us/app/stakka-free/id464027978,464027978,Stakka-Free,,https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/a5/0d/8a/a50d8a95-3e62-af92-7c45-19bcb44f82f9/source/512x512bb.jpg,,,0,,"Stack the shelves in a busy store, move the items to the shelves with your finger, get three, four, or five in a row to earn points, combos earn you more points! \n\nWarning, your finger will ache!",Jason Santos,4+,EN,21037056,Games,"Games, Strategy, Puzzle, Entertainment",16/09/2011,7/02/2015
-https://apps.apple.com/us/app/k%C5%8Dnane/id464584047,464584047,K\u014dnane,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/24/9c/69/249c69d9-dbea-c36e-c7e2-24980cd2b769/source/512x512bb.jpg,4.5,13,1.99,,"Welcome to k\u014dnane, a game played by the ancient people of Hawaii! Legend has is that King Kamehameha could not be defeated. Can you become a master of k\u014dnane as well?\n\n--- FEATURES ---\n- Learn to play by viewing the tutorial. Gameplay is similar to checkers.\n- Play games on an 8 by 8 board.\n- Play against the device or share and play with a friend.\n- Earn your place on leaderboards and obtain achievements in Game Center.\n- Various settings to control aspects such as difficulty and the inclusion of hints.\n- Beautiful graphics to include coral and lava rock playing pieces.\n- Hawaiian glossary with visual and audio pronunciations.",Instant Interactive,4+,EN,58292224,Games,"Games, Board, Strategy",7/01/2012,2/04/2018
-https://apps.apple.com/us/app/hunt-the-dragon-hd-full-free/id464658061,464658061,Hunt The Dragon HD \u2013 FULL FREE,,https://is5-ssl.mzstatic.com/image/thumb/Purple69/v4/2a/58/46/2a5846a0-7a6e-8d5d-2dd2-07d34e130edc/source/512x512bb.jpg,2,6,0,,"""Ready to Hunt the Dragon? Try it now! It's FREE!!! It's a FULL version!!! Download it now and suggest to your friends! Please, help me reaching 1 million of downloads!\n\n\nHunt the Dragon is a strategy and luck game. It uses the hide-and-seek formula to let you explore the World of the Mysterious and Legendary Dragon.\n\nAvoid the Villains, try to find Weapons, Treasures and Magic Spells and Potions. Use your nose and deductive powers to determine where the Dragon is snoozing, without actually seeing it...\n\nTo kill the Dragon you have first to find it by exploring its world. Control your Hero's movements by simply touching the locations near to him. Collect and use weapons, treasures, magic spells and potions since they will help during the hunt. Avoid or kill the various villains since they can stole your items, teleport you in an unexplored part of the world or simply kill you! Try to understand and interpret the hints you'll find during your exploration of the world to determine the exact location of the lair of the Dragon.\n\n...will you be able to hunt the Dragon?\n\n\nSome features:\n* virtually infinite worlds to explore. Each match is new and different;\n* different characters to select. Do you prefer to hunt as Dwarf or as Wizard?\n* 18+ different terrains for the world (in the paid version);\n* three different difficulty levels (in the paid version);\n* various villains, items and objects; \n* playable for everybody and anybody!\n* expressly designed for the iPad with use of the finger touch features to control the game;\n* fun for all ages!\n* iOS 4 multitasking support;\n* the game supports background iPod music. Enjoy your own favourite soundtrack while playing the game!\n\n\nVisit our web site to see additional screenshots of our app!\n\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.""",Alessandro Benedettini,12+,EN,48185344,Games,"Games, Strategy, Role Playing, Entertainment",16/09/2011,11/09/2015
-https://apps.apple.com/us/app/freecell-classic/id464658535,464658535,FreeCell Classic :),FreeCell Solitaire Card Game!,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/30/6e/f3/306ef334-f244-ffc9-4a03-9fc5d540943b/source/512x512bb.jpg,4.5,3338,0,8.99,"""The App Store's most user friendly FreeCell solitaire card game, for FREE! \n\nTest your focus and strategy skills with FreeCell Classic :). This classic card game and brain training app tracks your achievements as you rise through various difficulty levels and compete against other players! \n\nFreeCell Classic :) card game features:\n\n\u2022 FreeCell just like you'd expect it!\n\u2022 Statistics that track your progress\n\u2022 User-friendly interface. If you\u2019ve made a wrong move, simply hit \u201cUndo\u201d and keep playing!\n\u2022 Game Center integration. Earn achievements and compete with your friends to see who's best at FreeCell\n\u2022 A quest mode to unlock the secret of the castle and free the king from his cell\n\u2022 This card game works for both iPhone and iPad, and portrait and landscape modes (play anytime, anywhere!)\n\n** Conquer 400 games within this FreeCell solitaire card game to complete the quest. Each game you complete brings you closer to filling up a piece of the picture. What\u2019s the picture? Play to find out! :) \n\nBrought to you by Maple Media, the Solitaire, Mahjong and Sudoku Company. Challenge yourself, conquer each card game in the app, and please feel free to email us at contact@maplemedia.io if you have questions or concerns.""","Solitaire, Mahjong and Sudoku Company",4+,EN,57191424,Games,"Games, Strategy, Card, Entertainment",16/12/2011,12/11/2018
-https://apps.apple.com/us/app/pocha-txl/id464684139,464684139,PoCHa TxL,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/d7/3c/b1/d73cb173-2da9-eca2-32c3-47716cf6355a/source/512x512bb.jpg,,,0,1.99,"Ya est\xe1 aqu\xed el famoso juego de cartas de la Pocha o la Podrida multijugador gratis para iOS! \n\nCl\xe1sico entre los juegos de mesa, cartas juego de la familia de la Brisca o el Tute, con interfaz mejorada, m\xe1s fluida y nuevo sistema de puntuaciones mensuales.\n\n\xbfEchamos una Pocha?\n\nDivi\xe9rtete chateando y jugando online con amigos y personas de todo el mundo!\n\nElige un nombre, selecciona un avatar y a jugar! Modo Individual y Multijugador!\n\nEntrena tus habilidades sin necesidad de conexi\xf3n en modo Individual, modera la velocidad del juego o cambia el color de la mesa a tu gusto en este modo.\n\nCompite en el modo multijugador!\n\nConvi\xe9rtete en el mejor, demu\xe9stralo en el TOP, juega con amigos, familiares o desconocidos amantes de los juegos de cartas online y totalmente gratis!\n\nUn cl\xe1sico de los juegos de mesa el juego de cartas la Pocha o Podrida, disponible con dos modos, individual y multijugador.\n\nEn el modo multijugador si\xe9ntate y lev\xe1ntate de las mesas a tu gusto, chatea en el sal\xf3n y durante las partidas. \nNuevo sistema TOP de puntuaciones mensuales, gana partidas en el modo multijugador y demuestra qui\xe9n es el mejor!!\n\nEl objetivo de la pocha es ganar exactamente los mismos juegos, bazas, que se apostaron.\n\nLas reglas son similares a las del tute, es decir, el orden de las cartas va de mayor a menor empezando por el As: As, tres, rey, caballo, etc.\n\nAntes de comenzar cada ronda los jugadores deciden cuantas bazas van a conseguir. Una baza se gana si se tira la carta m\xe1s alta de la mesa.\n\nCualquier carta del palo del triunfo es superior a cualquiera de otro palo. A su vez cualquier carta del palo inicial es superior a al resto, exceptuando al triunfo.\n\nEl palo del triunfo se fija al comenzar cada ronda de forma aleatoria. El palo inicial ser\xe1 el de la primera carta sobre la mesa en cada baza.\n\nSi un jugador tiene alguna carta del palo inicial ha de tirarla. Si tiene palo del triunfo habiendo otro inferior en la mesa tiene que tirarlo.\n\nEl \xfaltimo jugador en decidir cuantas bazas har\xe1, est\xe1 obligado a desempatar el n\xfamero de bazas totales. De este modo en cada ronda habr\xe1 al menos un perdedor.\n\nLos jugadores que acertaron en su predicci\xf3n el n\xfamero de bazas, sumar\xe1n 10 puntos, m\xe1s 5 por cada baza acertada.\n\nLos jugadores que fallaron perder\xe1n 5 puntos por cada fallo cometido.\n\nEl n\xfamero de bazas asciende hasta llegar al m\xe1ximo y despu\xe9s desciende hasta el final de la partida. Se jugar\xe1n tantas bazas como jugadores, cuando el n\xfamero de bazas sea el mayor.\n\nLa Pocha es uno de los famosos juegos de cartas espa\xf1olas de todos los tiempos, la podrida es un cl\xe1sico entre los juegos de mesa o juegos de naipes de habla hispana.\n\nDetalles t\xe9cnicos:\n- Accesibilidad y fluidez\n- Sin necesidad de registrarse\n- Nombre de jugador personalizable\n- Galer\xeda de avatares a elegir\n- Cambia el fondo de la mesa mientras juegas\n- Juego individual disponible sin conexi\xf3n con velocidad ajustable\n- Juego online multijugador con personas de todo el mundo\n- Top 50 de puntuaciones del mes\n\nSi te gustan los juegos de mesa, juegos de cartas, juegos de naipes, las apuestas, los retos, las revanchas, chatear con otros jugadores, conseguir un puesto en el TOP de puntuaciones, adem\xe1s de la PoChA puede disfrutar de todos los juegos de cartas TxL, el CiNQuiLLo, el MuS, la EsCoBa, la BRiSCa, el SoLiTaRio, el CHiNCH\xf3N, el CuLo, el CiNQuiLLo CaBR\xf3N o las SieTe y MeDia.\n\n\xbfTe diviertes jugando a juegos de cartas gratuitos?\n\nConsidera valorar la aplicaci\xf3n, recomendar la app, hacer +1 para ayudar al desarrollador.\n\nM\xe1s juegos de cartas pr\xf3ximamente.\n\nS\xedguenos en twitter y facebook y ent\xe9rate de todas las novedades!\n\nTwitter: TxLestudios\nhttps://twitter.com/TxLestudios\n\nFacebook: TxlEstudios\nhttps://www.facebook.com/TxlEstudios",ChelfasT,4+,EN,20769792,Games,"Games, Strategy, Card, Entertainment",15/09/2011,23/01/2018
-https://apps.apple.com/us/app/pawnd/id464907276,464907276,"""Pawn'd""",Match-3 meets Chess,https://is5-ssl.mzstatic.com/image/thumb/Purple128/v4/6b/8d/0b/6b8d0b87-9a97-09fb-88a0-f287075cd037/source/512x512bb.jpg,4.5,135,0.99,4.99,"Break jewels like a king in Pawn\'d! Match-3 meets Chess. \n\n""Gameplay: 5/5"" - The-App-Shack.com \n\n""Pawn\u2019d is a match 3 game that aims to make things a little bit different, and it succeeds greatly."" - AppChronicles.com\n\n""Bejeweled has just been PAWN\'D!"" - ""Lork Gek"" App Store Review \n\n""An absolute must buy for fans of chess games, match-3 games, or fans of innovative genre blending games."" - Examiner.com \n\n\nPAWN\'D\nThis addictive game combines the strategic thinking and unique moves of chess with fun, gem-shattering, puzzle-game action. Each piece has simple but unique moves inspired by chess and perfected for match-game action. \n\nSeveral modes of game play provide unique challenges. Can you break the poisoned piece in a just a few moves? How long can you keep playing while finding only matches of 4 or more? Can you fight off the ivy growing over the board? Tired of deep thought? Try matching as many pieces as you can before time runs out! \n\nNever played chess? No problem! Fun practice games and touch-a-piece hints make it easy to pick up...and even harder to put down. \n\nSimple to play, but tough to master. Are you ready to get Pawn\'d?","Headlight Software, Inc.",4+,EN,40464384,Games,"Games, Puzzle, Strategy",17/02/2012,29/01/2018
-https://apps.apple.com/us/app/klaverjassen-lite/id465325682,465325682,Klaverjassen Lite,"""Be careful, it's addictive!""",https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/d7/5c/a4/d75ca4fb-4cdb-7829-19b3-0e49c1de37ac/source/512x512bb.jpg,4,38,0,"0.99, 3.99, 0.99, 0.99","Klaverjassen is one of the most popular card games in the Netherlands, traditionally played in cafes and social clubs, as well as at home. The game is for 4 players who play in pairs, sitting opposite each other. The game has a number of variants, named after the cities where they originated: Amsterdam and Rotterdam.\n\nThe object of the game is to score as many points as possible in 16 hands. In competition games the players on one table will rotate so as to have had each of the other three as a partner, so playing 3 sets of 16 hands.\n\nIn each hand the object of the game is for the player (and partner) who chooses trumps to collect more than half of the available points. If they fail to do this then they score nothing at all and the opposing pair receives all of the points.\n\nPoints are collected by taking tricks containing valuable cards, and also as bonus points during the play.\n\nThis Lite version is not limited but supported by ads.",Robin Knip,4+,EN,94346240,Entertainment,"Entertainment, Card, Strategy, Games",27/10/2011,11/06/2019
-https://apps.apple.com/us/app/world-war-online/id465606654,465606654,World War Online,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/e7/d9/b5/e7d9b5b0-86ab-4792-db3a-2516b79f546e/source/512x512bb.jpg,3.5,14,0,"1.99, 59.99, 5.99, 9.99, 19.99, 15.99","Play with millions of players in the largest online war!\nStart as a general defending your base from the enemy and fight to become the dominant military presence in the world as you march your way to victory in World War III.\n\n-Destroy your enemies to earn High Rank\n- Real time chat with everyone in the world\n- Battle other players LIVE\n- Earn super weapons and prizes\n- Perform numerous dangerous missions\n- Get real time updates\n Show off your army with the best infantry, ground, water, and air units",\u6210\u90fd\u91d1\u662f\u5eb7\u79d1\u6280\u6709\u9650\u516c\u53f8,12+,"AR, DA, NL, EN, FI, FR, DE, EL, ID, IT, JA, KO, MS, NB, NN, PT, RU, ZH, ES, SV, TH, ZH, TR, VI",49893376,Games,"Games, Entertainment, Strategy, Role Playing",27/07/2012,20/09/2017
-https://apps.apple.com/us/app/tens-and-twos/id465763374,465763374,Tens and Twos,Addicting Classic Card Game,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/88/45/db/8845db97-fb3e-a8be-4706-3ddc002a1ef7/source/512x512bb.jpg,4.5,160,0.99,,"Since antiquity, man has awaited the arrival of an application that would bring card games on iOS to new and extraordinary heights. Now an old favorite has done just that, for Tens and Twos has arrived for iPhone, iPod Touch, and iPad. Featuring high-resolution retina graphics, intelligent computer players, and upbeat music and sounds, the player is completely immersed in the gaming experience. \n\nNot sure how to play? Don\u2019t worry! Tens and Twos is simple to play and anyone can pick it up. There is an interactive tutorial provided to learn the strategies and rules of the game. In addition, clean and crisp animations throughout the game provide an easy way for the player to follow in-game play. \n\nThink this game is going to be TOO easy? Think again! There are numerous settings that give this simple game a new twist. Try changing the difficulty of the game by adjusting the settings for the number of decks and players.\n\nWith Game Center integrated into the application, Tens and Twos is open to the entire world. There are 30 achievements to earn, and leaderboards to climb so you can compete with your friends online.\n\nCustomizations now allow the user to change the way he or she wants the playing board to appear. There is the ability to change the background to 7 different backdrops! And the cards can be changed to 24 different themes!\n\nHighlights:\n\n- High-Resolution Retina Display Graphics\n- Customizations to change card and background themes\n- Intelligent Computers to play against\n- Interactive Tutorial\n- Game Center compatibility\n- Upbeat music\n- Multiple game settings\n- Advertisement FREE\n\nNot only can you play it on your iPhone, but also you can enjoy it on your iPad using the same app!\n\nLike us on Facebook.\n\nIf you have any recommendations or comments please contact with your ideas!",Bobby Rohweder,4+,EN,45874176,Games,"Games, Card, Strategy",5/12/2011,14/02/2018
-https://apps.apple.com/us/app/naval-warfare/id466284081,466284081,Naval Warfare,,https://is1-ssl.mzstatic.com/image/thumb/Purple18/v4/c3/e5/03/c3e50397-9181-3ec7-da85-7969f6626abe/source/512x512bb.jpg,5,90214,0,"2.99, 0.99, 0.99, 2.99, 0.99, 0.99","""Naval Warfare is a classic strategy board game. It uses Game Center Turn-based multiplayer system. It is easy to pick up and instantly engaging. The game is pretty straightforward, allowing you to invite your friends or random opponents to play a turn-based game. You make a move, your friends make their moves at their convenience, and so on. \n\nBe the first to sink all of your opponent\u2019s ships!\n\n***** FEATURES *****\n\n* Play with real people. No single player mode, no AI, just human beings. The game is multiplayer only. \n* Game Center Turn-Based Multiplayer System allows you to play against many opponents at once. \n* Notifications will inform you when it's your turn.\n* Communicate with your friends or just random opponents through in-game chat.\n* Statistics \n* Achievements \n* Performance based Ranks \n* User Info \n* Reminders to make a move \n* Auto Resign after one week \n* Replay of Opponent's last moves""",Untapped,4+,"AR, NL, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, SV, TH, TR",43198464,Games,"Games, Strategy, Board, Social Networking",17/12/2011,2/06/2016
-https://apps.apple.com/us/app/fma-battle/id466307748,466307748,FMA Battle,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/24/a7/ea/24a7ea88-8a4f-001d-e210-01b4a3a0ed4b/source/512x512bb.jpg,4,582,0,"0.99, 0.99, 1.99, 0.99, 0.99, 0.99, 1.99, 1.99, 0.99, 0.99","Fullmetal Battle: You are the Alchemist.\n\nPrepare to enter the world of Fullmetal Alchemist: Brotherhood! This is Fullmetal Battle, the only game that lets you lead your own team of State Alchemists into combat. Train alongside Edward and Alphonse Elric, while taking commands from Roy Mustang. Gain the tactical advantage over your opponents by collecting weapons, new types of Alchemy, special attacks \u2013 and even the coveted Philosopher\u2019s Stone! Perfect your strategy and enter the battlefield to take on players from across the country. Your powers as an Alchemist grow stronger with each victory, and in-app purchases enable amazing new abilities. \n\nIt\u2019s time to enter the fray \u2013 When you play Fullmetal Battle, you are the Alchemist!\n\nFullmetal Battle is a turn-based RPG Trading Card Game inspired by the rich characters and storyline of Fullmetal Alchemist: Brotherhood. \n\nMore about Fullmetal Battle:\n\n\u2022 Strategic turn-based RPG\n\u2022 Guided by Roy Mustang as he provides helpful tips and advice\n\u2022 Easy to pick up but game increases difficulty as your army progresses\n\u2022 Form a team of three alchemists as your own personal army and battle your friends online\n\u2022 91 digital cards available to collect and equip your alchemists for battle, each card has 3 individual levels of rarity\n\u2022 Choose from 7 distinct alchemy power types with each type having multiple unique actions\n\u2022 Enhance your characters with weapons and items including rare forms of the philosophers stones\n\u2022 Your weapons and powers grow with you as you compete!\n\u2022 Each time you win a battle you earn experience and that experience can be applied to your alchemists and their powers\n\u2022 Enter the global arena and be automatically matched to players at a similar skill level\n\u2022 Equip and configure multiple armies to have available at your beck and call\n\u2022 Use earned currency from winning battles to temporarily enhance your Alchemists and their powers for future combat. \n\u2022 New cards available for purchase from the in game store.\n\nNever has it been so easy to battle your friends within the Fullmetal Alchemist: Brotherhood universe!!!",Funimation,4+,"EN, FR",24006048,Games,"Games, Card, Entertainment, Strategy",21/10/2011,25/07/2012
-https://apps.apple.com/us/app/othello-the-official-game/id466399294,466399294,Othello - The Official Game,Offline & Online Multiplayer,https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/ca/71/10/ca7110db-7192-9d72-8f42-ad99660acc04/source/512x512bb.jpg,4.5,4523,0,"0.99, 4.49, 1.99","Play the official LITE Games version of the popular board game Othello now for free on your iPhone and iPad with offline and online multiplayer mode.\n\nOthello is a strategy board game for two players. The goal is to have the majority of disks reversed to display your own color at the end of the game.\n\nThis well known classic holds up to his original claim on mobile devices:\n\u201cA MINUTE TO LEARN\u2026\xa0A LIFETIME TO MASTER\u2122\u201d and as such this free app offers something for everyone. \n\nFeatures:\n- Play for free without limitations\n- Play online against opponents from all over the world\n- Climb to the top of the online highscore leaderboard \n- Unlock amazing achievements \n- Train against the computer with adjustable difficulty\n- Challenge your friends and family on the same device\n- Officially licensed app and rule set\n\nHow to play:\nBoth players take turns placing disks on the board with their assigned color facing up. Any disk of the opponent\u2019s color that is in a straight line between the disk you just placed and another disk of yours on the field will be turned over to match your own color. The players proceed to strategically reverse the disks in their favor until both players have no more legal moves to make. \n\nWhat the app offers:\nLearn the game, work on your tactics and unlock amazing achievements. Experience thrilling matches through the global online matchmaking or hone your skills versus the computer. Challenge your friends and family offline or online regardless of what phone or operating system they use through our great multiplayer modes \u2013 as long as the game is available on their phone you can play together!\n\nWith the right strategy, tactics and observation skills you will eventually find yourself amongst the top players of the LITE Games community and earn yourself a spot in the global leaderboards. Can you make it?\n\nPlay the official Othello\u2122 game now for free!\n\nThe official Othello\u2122 board game is offered in high quality localization in the following languages: English, German, Spanish, French, Italian, Japanese, Dutch, Portuguese, Polish, Russian, Turkish, Chinese, Korean, Thai and Indonesian.\n\nThe game is perfect for fans of iTurnStones, Checkers, Backgammon, Solitaire or Mills and offers a strategic challenge for beginners as well as experienced veterans.\n\nJoin in and get yourself a top spot in our player community. The 10 best players will be proudly displayed each week on https://www.lite.games/games/Othello/\nThe Top 3 of the month will also appear on the dedicated Facebook page here: https://www.facebook.com/LGOthelloCommunity/\n\nTM&\xa9Othello,Co. and MegaHouse.\n\nOthello is an advertiser funded app, i.e. ads are presented within the app. If you prefer to use the app without ads we do offer a ""no ads"" setting as auto-renewable subscription. You have the choice between the following options:\n\n- 1 month for $0.99 or equivalent (subscription renews after 1 month)\n- 3 months for $1.99 or equivalent (subscription renews after 3 months)\n- 1 year for $4.49 or equivalent (subscription renews after 1 year)\n\nPayment will be charged to your iTunes account at confirmation of purchase. The subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period. \nThe account will be charged for renewal within 24-hours prior to the end of the current period with the amount the selected option costs. Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user\'s Account Settings after purchase.\n\nYou can find our general terms and conditions here: http://tc.lite.games\n...and our privacy policy here: http://privacy.lite.games\n\nVisit us for more free iPhone and iPad games: \nhttps://www.lite.games\nhttps://www.facebook.com/LiteGames\n\nOr give us your app feedback here:\nsupport@lite.games\n\nThanks for playing!",LITE Games GmbH,4+,"NL, EN, FR, DE, ID, IT, JA, KO, PL, PT, RU, ZH, ES, TH, TR",349562880,Games,"Games, Board, Strategy, Entertainment",30/09/2011,12/07/2019
-https://apps.apple.com/us/app/mystical-gem-hd/id466415651,466415651,Mystical Gem HD,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/28/a5/5f/28a55fc2-4703-aca5-be55-bf20a9d7e330/source/512x512bb.jpg,3.5,126,0,"0.99, 2.99, 0.99, 0.99, 0.99, 0.99, 0.99, 1.99","Help the \u201cLittle Boy\u201d and his teammates to find the Mystical Gem! \nGuide your team through different ruins by fighting many different types of enemy monsters.\nEarn power and equipment by defeating the enemies. Upgrade defenses, learn more skills, will take you closer and closer to the Mystical Gem! \n\nFeatures: \n* Use our easy \u201ctap and drag\u201d controls to maneuver the Little Boy and his teammates. \n* Four unique characters each have their own weapons. \n* Each character has three possible weapons to master. \n* Over 140 different skills. For example, exchange power with your enemies, turn enemies into teammates, use special towers to attack your enemies, or deflect your enemy attacks, etc.\n* Over 70 different types of equipment help you gain equipment to strengthen your forces! \n* 5 main ruins, with 10 sub-levels each to play. Each ruin has its own appearance and different types of enemies waiting for you. \n* Our one of a kind \u201cSynthesis\u201d mode allows you to partner with your friends to create new equipment by merging your existing equipment with your friends. Each new equipment will have its own combination of power. Synthesis can be activated through GameCenter or via Bluetooth. New equipment will make your forces stronger and better prepared to fight the enemy monsters. \n* Challenge yourself in endless mode. Post your results in GameCenter and see your name rise to the top! \n* Vivid characters, detailed monsters, imaginative special effects and smooth animations.\n\nGame Video:\nhttp://www.youtube.com/watch?v=zAf1C1XUjlw",Crazy Carpenter,9+,EN,176703804,Games,"Games, Strategy, Entertainment, Role Playing",30/09/2011,7/09/2012
-https://apps.apple.com/us/app/slide-soccer-play-online/id466714359,466714359,Slide Soccer - Play online!,Multiplayer online soccer,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/ba/43/da/ba43daef-d3c5-75b8-f4b2-eab8607b0dcb/source/512x512bb.jpg,4.5,15757,0,"1.99, 0.99, 0.99, 0.99, 3.99, 1.99, 0.99, 4.99, 9.99, 39.99","""Over 5 million people from 135 countries have already tried the magic of Slide Soccer! With simple gameplay, different playing surfaces, balls and great physics, Slide Soccer is one of the most fun soccer games ever.\n\nHave a ball playing soccer on your mobile device with Slide Soccer. Play online against people from all over the world. You can also play with your friends in the same device or play offline against a very challenging AI.\n\n--------------------------------------------\n\nSlide Soccer gives players the ultimate mobile soccer experience.\n\nKEY FEATURES:\n\u2022 Fun gameplay and amazing physics\n\u2022 Discover multiplayer on Slide Soccer by challenging friends and players around the world.\n\u2022 Offline mode against a very challenging AI.\n\u2022 Play the world championship with different teams.\n\u2022 Choose between various levels of difficulty and different playing surfaces like grass, ice, or dirt to test your skills on slow or slippery fields.\n\u2022 Take shots with precision and ease. Have that mastered? Add impact! \n\u2022 Choose a ball for each scenario (worn leather, golf ball, rugby ball, or a special ball for ice) to optimize your strategy.\n\nDON'T WAIT ANY LONGER! Start scoring goals in Slide Soccer!\n\nMay the best player win!\n\nFeedback? Questions? Contact us! slidesoccer@ludei.com""",Ludei,4+,"CA, NL, EN, FR, DE, EL, HU, ID, IT, JA, KO, MS, PL, PT, RO, RU, ZH, ES, SV, ZH, TR, UK",97390592,Games,"Games, Sports, Sports, Strategy",27/11/2011,18/08/2018
-https://apps.apple.com/us/app/armament-2028/id466959928,466959928,Armament 2028,,https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/47/1f/42/471f42e4-e625-47e0-9c50-2d056de08e58/source/512x512bb.jpg,4.5,103,1.99,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99","Armament 2028 is a traditional turn-based strategy game played on a hexagonal map.\nThis is a new game from developers of Assault Commander Ultimate.\n\nFeatures:\n24 single player missions in 3 campaigns with days of gameplay.\n8 hotseat maps to play with a friend on the same device or to play against the computer.\nNetwork games through Game Center.\n25 unit types including infantry, tanks, artillery, ships and other units of advanced future warfare.\n8 building types including factories and resource collectors.\nAdvanced AI.\nNo ads.\nThree difficulty levels for single player maps.\nRealistic sounds and great soundtracks.\nTactical map by pinch and zoom on the screen.\nGame Center leaderboards.\nWorks in all device orientations.\nSave and load games from Main Menu, autosave.\n\nSome user comments of previous or current version of the game:\n\nLizz Pons: ""Few words can easily describe this game: Armament is the chess of war games.""\nCaptChris69: ""This is without a doubt one of the best TBS games for a tablet that I have ever played.""\nLauchlanair: ""Great Game. If you like military strategy games get this one.""\n\nThanks for your continuous support and reviews.\nJoin us on Facebook: http://www.facebook.com/vtdevapps\nFollow us on Twitter: http://twitter.com/vtdevapps",VTDev Informatics LLC,12+,"EN, FR, DE, IT, JA, KO, PL, RU, ES",130832384,Games,"Games, Strategy, Board",1/11/2011,21/03/2017
-https://apps.apple.com/us/app/building-owner/id467004002,467004002,Building Owner,,https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/9b/ba/6b/9bba6b51-b4da-a113-a863-92b277661567/source/512x512bb.jpg,3.5,134,0,1.99,"The goal of the game to make enough money, buying and selling houses on the property market, to buy ""Big House"" of the city.\nSome properties are cheaper that others.\nStart small and move in to more expensive areas.\nBuildings have 3 different prices.\n\nBuy houses by tap on them when they come up for sale.\nRemember - you can only buy what you can afford.\nPrices go up and down. \nSell at the right time to make the most profit.\nTap on a house to sell it.\n\nYou can chose game mode:\nQuick Game - one city, just collect more profit then other players and buy ""Big House"".\nCompain Game - 10 levels and 10 towns with ""Big House"". Your goal to win at all levels and get 10 different ""Big House""\n\nYour scores save in Game Center.",Joaquin Grech,4+,EN,11741148,Games,"Games, Action, Strategy, Business",13/10/2011,20/03/2013
-https://apps.apple.com/us/app/flick-sheep/id467324020,467324020,Flick Sheep!,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/eb/a9/2d/eba92ddb-68c9-973b-b68f-24c403c40596/source/512x512bb.jpg,4.5,625,0,"0.99, 0.99, 4.99, 1.99","A New puzzle game created by ""Slice It!"" Dev Team\nNow, Flick Sheep! is Totally FREE!!! to play all stages!\n \n\u2605 Top 10 Strategy Game in 33 Countries!\n \nFlick Sheep! pits the player against the encroaching sunset \u2013 the player\u2019s defenseless sheep must be gathered together in safety before the light fades. To save these lovely little lambs, players will have to navigate the grid-like layout of the sheep pen. \n \nThe addition of various traps, barriers, and the increasing variety of sheep and other animals make Flick Sheep!\u2019s many levels progressively more challenging and addicting!\n \n\u2605\u2605\u2605\u2605 REVIEWS: \n \n\u2605 ""The challenging puzzles, cute animation, and whimsical music all combine to make a great package."" Appadvice.com\n \n\u2605 ""Overall, the game has a clean, cheerful look"" iPhonelife.com\n \n\u2605 ""Flick Sheep! \u2013 has tons to keep even the most seasoned puzzler coming back for more."" Dailyiphoneblog.com\n \n \n\u2605\u2605\u2605\u2605 FEATURES: \n \n\u2605 More than 90 CHALLENGING PUZZLES... \n6 chapters with Tons of stages! New Free stages are constantly updated.\n \n\u2605 FUN TRAPS \nFun traps that definitely make the game more fun and challenging! - Box, Bubble, Cage and Switch\u2026 \n \n\u2605 SHEEP AND THEIR FRIENDS \n5 different interesting animal friends appear. Try to find the noisy hen and dog hidden in Lamb\'s skin.\n \n\u2605 USING HINTS! \nIf it is hard to solve the stage, you can use hints! All stages have hints and it will give you directions on where to move. \n \n\u2605 ACHIEVEMENTS and RANKING! \nTry to collect all 21 achievements. Check out your ranking and compare your score with your friends. \n \n \n\u25b6 HOW TO PLAY: \n \n1. Just swipe to move sheep. \n2. When same sheep are grouped together, they will disappear and go home. \n3. When all sheep are sent home, the stage is clear! \n \nContact : support@playorca.com",Orca Inc.,4+,"EN, ZH",17815618,Games,"Games, Strategy, Entertainment, Puzzle",8/11/2011,21/01/2013
-https://apps.apple.com/us/app/spice-bandits/id467338170,467338170,Spice Bandits,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/dd/e8/fa/dde8face-9e27-3101-f21e-fcbf04b26a41/source/512x512bb.jpg,4.5,5562,0,"2.99, 0.99, 9.99, 4.99, 0.99, 4.99, 14.99, 7.99, 2.99, 9.99","These scurvy space pirates are interested in just one thing\u2026Spice.\n\nSpice Bandits puts you in control of the invading pirate force, protect them as they mine the Earth\'s resources for the precious mineral, Spice. With groundbreaking online multiplayer, drop-dead gorgeous visuals, challenging and addictive gameplay, a huge amount of upgrades and outrageous weapons, Spice Bandits is the next evolution in Tower Defense. \n\nPLEASE NOTE: Spice Bandits is designed for online play. All Spice and Experience gained while playing offline will only become available once a connection to the server is established.\n\nPress Quotes\n""...it\u2019s one of the most fun, polished and addictive games on the App Store."" \u2014 God is a Geek, 10/10\n\n""...a fantastic game to play. It looks the business, has a premise that\u2019s darkly ironic, and it\u2019s glowing proof that the genre still has room to grow."" \u2014 PocketGamer, 8/10\n\n""...probably the best tower defense game I\'ve ever played."" \u2014 iMore\n\n""...it\u2019s practically full-to-bursting with content."" \u2014 148Apps, 4.5/5\n\n""...funny, addictive and a great pick up and play game."" \u2014 App-Score, 9/10. \n\nSPICE IS THE\u2026SPICE OF LIFE\nGuard your ship as you mine for the precious Spice in each of the 55 levels, spread across 5 different environments, from jungle to arctic tundra. Use your mined resource to purchase new weapons, upgrades and more. Don\u2019t worry \n\nWHO\u2019S FOR SOME MULTIPLAYER?\nSpice Bandits features a multiplayer mode like no other tower defense game has to offer. Play in all-out war with 8 player online battles! Tactics, strategy, skill (and a little luck) will determine the victor.\n\nIF YOU BUILD IT\u2026THEY WILL BLOW IT UP\nDestroy the attacking force with your advanced alien weaponry. Choose from six tower classes and bolster your defenses with 54 (yes 54) different upgrades! \n\nIN SPACE, NO ONE CAN HEAR YOU SAY \u2018ARRR!\u2019\nYou are sure to fall in love with the comical little Spice hoarding aliens as they attempt to take over the world. Look out for some hidden easter eggs on the world map too. Tower defense has never had this much character!",UAB On5,9+,EN,111703040,Games,"Games, Strategy, Entertainment, Action",2/02/2012,5/10/2017
-https://apps.apple.com/us/app/wall-street-wars/id467679204,467679204,Wall Street Wars,The Final Stocks Conflict!,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/69/bc/2a/69bc2a2b-919d-b561-0af5-5af04c13a4fd/source/512x512bb.jpg,,,0.99,,"Wall Street Wars is a ""5 minutes"" resource management simulation game. Train your brain in managing the resources of your company and complete your mandate with the best results possible. Will you the ""CEO of the year"" or a ""National Bankrupter""?\n\nIn each turn you can sell or buy stock, invest your cash, make profit and pay your employees. You need to successfully balance your employees demands (...remember that you need their help to run your Company!) with available resources and try to stave off random occurrences such as recession and bankruptcies problems. Through trial and error you can find the optimal balance.\n\nSelect your preferred Stock Exchange Market (there are 12 available) and start your mandate!\n\n...will you be able to be nominated ""CEO of the year""?\n\n\nThe game supports background iPod music. Enjoy your own favourite soundtrack while playing the game!\n\n\nThanks for using our products. Feedback is always welcome to: support@dighentis.com\nApp Store reviews are greatly appreciated, thank you.",Alessandro Benedettini,4+,EN,40238080,Games,"Games, Role Playing, Strategy, Entertainment",2/10/2011,5/10/2017
-https://apps.apple.com/us/app/modern-war/id468327549,468327549,Modern War,,https://is3-ssl.mzstatic.com/image/thumb/Purple124/v4/14/fa/0d/14fa0de3-c4c2-cd24-9d10-f4d96d3d99f5/source/512x512bb.jpg,4,44408,0,"4.99, 19.99, 9.99, 79.99, 15.99, 7.99, 99.99, 79.99, 59.99, 3.99","""THE FIRST-EVER GRAPHIC MILITARY GAME \n\nWorld Domination is now within your grasp! Join a faction and join the fight in Modern War, the\npopular combat game where you faceoff against enemies for control of country after country,\nuntil you rule \u2018em all.\n\nTaking over the world isn\u2019t for the weak. Build strength in numbers by teaming up with other\nplayers and pooling rewards from individual missions. Then, declare war against rival factions\nduring monthly three-day World Domination events for the chance to put your name on the\nmap\u2014literally. Because in Modern War, it\u2019s not enough to want power. You have to take it.\n\nFeatures:\n\u2022 Free-to-play MMORPG combat game\n\u2022 Form a faction with friends and other players\n\u2022 Fight in monthly LIVE World Domination events\n\u2022 Attack rivals for control of countries and territories\n\u2022 Run a command center and build fortifications\n\u2022 Get elected as a faction \u201cDefense Leader\u201d\n\u2022 See your winning faction\u2019s name on a world map\n\nFun and addictive game\nHard to put down once you pick it up\nGreat game that is always getting better\n\nVisit our Forums: funzio.com/forum\nFollow us on Twitter: @ModernWar\nLike us on Facebook: facebook.com/GREEModernWar\nWatch us on YouTube: youtube.com/GREEgames\n\nUse of this application is governed by Funzio's Terms of Service. In addition, please note that Funzio respects your privacy and asks you to review the Funzio Privacy Policy. The Funzio Terms of Service and Privacy Policy can be found in the Legal section below and at http://www.funzio.com/?page_id=568.""",Deca Games EOOD,17+,"NL, EN, FR, DE, IT, ES",140824576,Games,"Games, Strategy, Role Playing",30/11/2011,12/03/2019
-https://apps.apple.com/us/app/dehla-pakad-mindi-delude/id468502067,468502067,Dehla Pakad - Mindi Delude,,https://is3-ssl.mzstatic.com/image/thumb/Purple117/v4/3e/23/1b/3e231b80-8228-a510-9fc9-38307b0c9086/source/512x512bb.jpg,4,69,0,"1.99, 0.99, 0.99","--- Enjoy this crazy Indian Cards game in both Online multiplayer & offline mode ---\n\n""Dehla Pakad"" (Hindi for ""Collect the tens"") is a 4 player trick taking card game widely played in India. \n\nGame is also known as Mindi or MendhiCoat\n\nNobody really knows when it started what we do know is\n- Its Exciting\n- Very addictive\n- Needs focus\n- Requires lot of strategy and understanding with your partner, since you cant cheat here. You are on your own.\n--> And its \'Desi\'. <--\n\nYou might have played many card games but there is nothing like Dehla Pakad.\n\nAim:\n- Either take more than two 10s out of four in your hand\nOr\n- Take two 10s out of four and make more than seven hands.\n\n-Remember if you don\u2019t have 10s in your hand, than you cant win no matter how many hands you score\n\n\nFeatures:\n- Universal application designed for both iPhone and iPad.\n- 8 awesome themes & 8 card deck to personalize experience\n- Intuitive sound effects.\n- Flip card to make a move.\n- Crystal clear retina display supported.\n- Multitasking supported. So you can easily resume your game.\n- You can additionally play Spades, Call break, Tarneeb & HOKM too\n\n\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\u25ac\xa0\n\nAdditional Support Available @:\nhttp://www.locomotion.in/\n\n\nSocialize @:\nhttp://www.facebook.com/pages/Dehla-Pakad/282046768491138\nhttp://twitter.com/Locomotion_Apps",Locomotion Software Solutions Private Limited,4+,EN,125702144,Games,"Games, Entertainment, Card, Strategy",11/11/2011,23/05/2017
-https://apps.apple.com/us/app/siegecraft/id468569981,468569981,Siegecraft,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/34/64/61/346461e5-22f9-c8c4-496f-a215eafc8657/source/512x512bb.jpg,4,3027,0.99,"0.99, 2.99, 4.99, 9.99, 49.99, 29.99","#1 iPad game in 15 countries!\n#1 Strategy game in 39 countries!\n\niPhone Gamer UK 5/5\n""Beautifully lush graphics and great music mixed with bucketloads of blood and mass destruction,with a dash of wicked humour and a whole load of fun gameplay.""\n\nSlide to Play 4/4\n""Siegecraft lobs a flaming cannonball into Angry Birds territory.""\n\n148 Apps 4/5 \n""Hypothesis: hitting stuff with a catapult is awesome. Evidence: Siegecraft.""\n\nInternet Gumshoe 81%\n""Siegecraft is a twist on your standard defence game""\n\nSIEGECRAFT is the ultimate 3D physics-based game! Lay waste to your enemies using crossbows, catapults, battering rams and more.\n\nSimple to pick-up and play with plenty of content to keep you entertained for hours.\n\nYou are the best siege team money can buy. Work for each race as they rage war on each other. Perform well to get paid more and buy awesome power-ups and upgrade your siege machines!\n\nBEAUTIFUL WORLDS\nExquisitely created environments and 3 unique races to play, Knights, Vikings and Samurai. Each race has their own campaigns to battle through and hand crafted units, buildings and scenery. Embed yourself in each world with unique warriors, weapons, buildings and monster bosses! Did someone mention mountain trolls??\n\nFINALIST \u201cBEST GRAPHICS\u201d UNITY 2011 AWARDS\n\nIOS 5 FEATURES\nTurn-based Multiplayer! Battle friends or random enemies and grab loot whether you win or lose.\niCloud synchronization for weapon upgrades and star achievements across all your iOS devices.\n\nMORE LEVELS THAN YOU CAN SHAKE A STICK AT\n6 Campaigns, containing 25 unique levels!\n1 Beginner campaign\n3 Story driven campaigns - Knights, Vikings and Samurai\n1 Endless/Survival campaign - You know you want endless Viking zombies!\n1 Multiplayer campaign exclusively for iPad users!\n\nSPECIAL CATAPULT ITEMS\nWant to lob a cow at your enemy? Go for it. Troll\u2019s head? Got it covered. Flaming dwarf??? Not yet...\n\nCONSOLE GRADE GRAPHICS\nNever before seen graphics on a mobile device. Real-time water reflection and refraction create a stunning environment. Hollywood style bloom effects and high resolution textures for the iPhone 4S and iPad2.\n\nAUTHENTIC WEAPONS\nCatapult\nCrossbow\nTrebuchet\nBattering ram\n\nUNIVERSAL - WITH EXCLUSIVE CONTENT FOR IPADS\nSiegecraft is crafted to look as good as it can be for each individual device. Plus iPad owners get exclusive multiplayer levels where 2 players can battle it out on a single iPad!\n\nCOMPETE TO BE KING\nChallenge your friends on your iPad and stand above other would-be-kings on the Game Center Leaderboards!\n\nFollow us for the latest info and game news!\n\n\u2022 http://crescentmoongames.com/other-games/\n\u2022 http://facebook.com/crescentmoongames\n\u2022 http://twitter.com/cm_games",Crescent Moon Games,12+,EN,355135488,Games,"Games, Strategy, Entertainment, Action",11/10/2011,23/09/2013
-https://apps.apple.com/us/app/4towers-onslaught-lite/id468600593,468600593,4Towers Onslaught: Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/00/ec/1c/00ec1c63-75a0-a7f0-adcc-f00da2d6e6ac/source/512x512bb.jpg,4,10,0,,"*** PRESS QUOTES ***\n\n""An interesting story to go along with deep, customizable gameplay."" - jayisgames.com\n\n""A solid tower defence game which rewards intelligent play, has a lot of depth"" - Toucharcade.com\n\n""The game sports a unique visual style and atmosphere"" - Appspy.com\n\n""Brigt and Shiny"" - 148apps.com\n\n****** \n\nStart with just 4 simple towers and combine them in different ways to access many many more abilities and effects! Find the right tower combinations to fend off the alien swarms as they get bigger, faster and stealthier. \n\n------------ \nKey Features \n------------ \n\nCOMBO CARNAGE: Start with just 4 basic towers and combine them in 18 different ways to unleash worlds of pain! \n\nTACTICAL TENSION: Stack or stagger? Mix or match? Upgrade your towers to maximize your massacres or recycle them for their full value back! Speed up the waves or pause and redeploy at will! \n\nFEAR THE SWARM: Defend against 15 different creep types and bosses (and their combinations of course!) as they flood your screen \u2013 up to 200 at a time, giving you over 20 hours of gameplay across 3 difficulties! \n\nLOOT AND PLUNDER: Collect alien BIOMATTER and pick up trinkets and equipment to boost your tower stats! \n\nFIND YOUR PLAY-STYLE: More customization when you form your insignia! Choose your upgrade path to access Long Ranged Cannons, High Speed Snipers and much more! Theres more than one way to skin a creep! \n\nJoin us on Facebook to get the latest news: \nwww.lambdamugames.com/facebook",Lamb Damu Pte. Ltd.,4+,EN,16716197,Games,"Games, Entertainment, Strategy, Action",18/10/2011,22/03/2012
-https://apps.apple.com/us/app/star-empire/id468686957,468686957,Star Empire,,https://is3-ssl.mzstatic.com/image/thumb/Purple7/v4/31/22/e7/3122e79a-fe1c-f7b6-3b6b-311d664d2955/source/512x512bb.jpg,3,8,0,0.99,"Match 3 meet Tactical Space Combat! \n\n Star Empire amps up the Galactic conflict with more tactical aspects as you defend your sector from four different Invading races, each with their own technology focus and special abilities. \n\n The Krill, Reproroc and Bial return in this strategic board game of fierce deep space combat! \n\n Maneuver your ship skillfully around enemy vessels setting up the perfect kill shot, string resources together to charge shields and repair battle damage, and collect tech to upgrade your weapons and defences! You must make difficult decisions between offence, defence and tech to punch through waves of enemies and destroy their base of operations. \n\nSimple game mechanics with serious depth and a wealth of powerful technology to discover and master will engage your mind like never before.",DeadRatGames,9+,EN,27721728,Games,"Games, Simulation, Entertainment, Strategy",8/10/2011,10/07/2015
-https://apps.apple.com/us/app/school-of-magic-3/id468753407,468753407,School of Magic 3,,https://is1-ssl.mzstatic.com/image/thumb/Purple32/v4/5a/1d/3e/5a1d3ea1-bc82-d3f8-da22-d7287e20e7ab/source/512x512bb.jpg,4.5,824,0,"4.99, 1.99, 19.99, 49.99, 99.99","Become a Grand Wizard by exploring the world of School of Magic. Battle other wizards with spells and enchantments in this massively multi-player online game.\n\n\u25c6\u25c6\u25c6\u25c6\u25c6 Massively multiplayer online magic wars\n\n\u25c6\u25c6\u25c6\u25c6\u25c6 Equip your house with hundreds of spells, weapons, transports, and artifacts\n\n\u25c6\u25c6\u25c6\u25c6\u25c6 Battle other wizards for honor and prizes\n\n\u25c6\u25c6\u25c6\u25c6\u25c6 Quest through each year of the School of Magic to earn special prizes\n\n\u25c6\u25c6\u25c6\u25c6\u25c6 Join an alliance to make friends and to battle other alliances.\n\n\u25c6\u25c6\u25c6\u25c6\u25c6 Receive FREE updates with new quests, weapons, and much, much more!\n\nATTENTION!!!\nThis is an online-only game.\n\nOur support email is: support@som3app.com",FunPokes Inc.,9+,"EN, ES",11225088,Entertainment,"Entertainment, Strategy, Games, Role Playing",3/12/2011,13/10/2015
-https://apps.apple.com/us/app/hokm-%D8%AD%DA%A9%D9%85/id469024613,469024613,HOKM ( \u062d\u06a9\u0645 ),,https://is1-ssl.mzstatic.com/image/thumb/Purple117/v4/5b/67/a2/5b67a21c-9c23-a6fe-e786-48ea3b7e0e16/source/512x512bb.jpg,4.5,677,0,"2.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99","HOKM is a classy persian trick playing cards game but we have designed it with a modern touch. It requires strategy, patience and lot of skill. \n\nBoth Online Multiplayer and Offline modes are available.\n\n::Design:: \n- Universal application designed for both iPhone and iPad. \n\n:: Play :: \n- Single player game: Play against 3 computer players. \n- Multi Player game : Play against players online or your friends\n\n:: Features :: \n- 8 eye-catching theme with further option of selecting your own card deck. \n- Intuitive sound effects. You can play your iOS device songs along with the game. \n- Easily customise your Game Experience by changing game speed and player names displayed. \n- Crystal clear retina display supported. \n- Multitasking supported. So you can easily resume your game. \n- Invite your friends via SMS/Email",Locomotion Software Solutions Private Limited,4+,EN,132079616,Games,"Games, Strategy, Card, Entertainment",11/01/2012,5/06/2017
-https://apps.apple.com/us/app/space-pirates-grid-wars-2/id469034987,469034987,Space Pirates - Grid Wars 2,Turn based logic game,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/ef/26/35/ef263581-ce7b-1336-4f75-3822475a7977/source/512x512bb.jpg,,,0,,"Do battle and outwit a bunch of crazy pirates as you battle your way through 60 levels of pirate mayhem. At your disposal is the Stingray Mk IV, a state of the art space ship equipped with side firing lasers. Each turn you take, decide if you want to shoot your lasers or move your ship to out maneuver the enemy pirates. Use ship debris, asteroids, and planets to your advantage since most enemy ships will blindly pursue you without regard for their own safety. A word of caution, watch out for the more advanced enemy ships since they will try to evade other ships while coming after you. The deadliest enemy will even try to shoot you to pieces and does not care who else gets in its crosshairs.",Mark Busman,12+,EN,131904512,Games,"Games, Board, Strategy",25/10/2011,3/01/2018
-https://apps.apple.com/us/app/egg-frenzy/id469322232,469322232,Egg Frenzy,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/f3/f8/29/f3f82909-82bf-a46e-d69f-c5a0cffc25d8/source/512x512bb.jpg,4.5,8,0.99,,Do you have what it takes to take on a frenzy of egg laying chickens? Try to catch as many eggs as you can while the chickens whiz by the conveyor belt and lay their eggs when you least expect it.\n\nCompare your high scores with those of your friends and see how many chickens and eggs you where able to process.,Mark Busman,4+,EN,25536512,Games,"Games, Casual, Strategy",23/11/2011,12/10/2017
-https://apps.apple.com/us/app/tools-for-mtg/id469541179,469541179,Tools For MTG,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/3b/95/40/3b9540a1-250c-f70e-7597-5916fce91da8/source/512x512bb.jpg,3.5,13,0,,A suit of tools to assist the MTG player of any skill level. \n\n\u2022 Encounters allows you to keep track of the necessities of doing battle. Track life with conveniently incremented life modifiers as well as a poison counter. There is also a timer to track how long matches have played out. \n\u2022 A glossary allows for quick look-up for obscure terminology or for a quick reference. \n\u2022 A direct link to Wizards of the Coast\u2019s news feed ensures your always up to date with the latest from their news department and tournament results. \n\u2022 A listing of the latest videos from Wizards of the Coast YouTube channel,Michael Dresser,17+,"EN, FR",9124864,Games,"Games, Strategy, Card, Utilities",30/05/2012,27/04/2017
-https://apps.apple.com/us/app/garden-dash/id469579401,469579401,Garden Dash,,https://is1-ssl.mzstatic.com/image/thumb/Purple2/v4/aa/64/d1/aa64d178-ae13-9902-e72e-8676bac25de2/source/512x512bb.jpg,4,1585,0,4.99,"""*** Try this fresh new game for FREE! ***\n\nBarb the Businesswoman, Flo's best-tipping customer, takes up gardening to escape the high-stress demands of her corporate job. Help her transform DinerTown's old city lots into thriving gardens! Tend to plants with quirky needs, optimize garden layouts, and grow delicious produce for the entire DinerTown community. Can you help Barb find relief? Find out in this fresh twist on time management! \n\nFEATURES\n- Bring gardens to life in 5 unique locations, including a rooftop, a playground, and more!\n- Take on fun gardening challenges - play music for your roses, and keep your peaches warm!\n- Battle pests, deal with the elements, and manage customer requests to succeed!\n- Get 50 levels of fun in the full version! \n- Enjoy iPad-optimized gameplay \u2013 tap and slide to plant, water, and harvest your produce!\n\nLove the addictive fun of Garden Dash? Try our other iPad-exclusive games today, including Wedding Dash 4-Ever, Cooking Dash: Thrills and Spills, Hotel Dash 2: Lost Luxuries, and Diner Dash: Grilling Green.""",Glu Games Inc,4+,EN,76681179,Games,"Games, Strategy, Action, Entertainment",8/01/2012,22/03/2013
-https://apps.apple.com/us/app/fortress-under-siege-for-ipad/id469872924,469872924,Fortress Under Siege for iPad,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/81/5d/c2/815dc228-f85e-decb-0372-3cf270be32a3/source/512x512bb.jpg,4,499,0,"3.99, 1.99, 0.99, 9.99, 19.99","""My Lord! Hordes of barbaric fire-worshippers invade our land!""\n\nAs one of the last loyal generals of the realm it is your mission to fortify the frontier against this gruesome onslaught and prepare new men for battle: Train brave soldiers, archers and horsemen, forge an army and build powerful battlements with catapults and ballistas, dig tar-pits on the fields and set them aflame in this Medieval-themed castle defense game.\n\nConstruct houses, barracks and workshops to improve your men\'s fighting skills and lure the enemy into deadly taps - wave after wave - but spend your gold wisely for you will encounter gruesome enemy-bosses and their fanatic minions. Fight them off with 16 different types of units at your command. Defend the crown against an international conspiracy of nobles and save your late king\'s daughter, the rightful heiress to the throne.\xa0\n\nFeatures:\n\n- 10 epic campaigns with 50 levels in story mode\n- Survive for 20 days in glory mode\n- Defend the Holy Land against the Mamelukes in crusader mode\n- 47 different maps, 22 types of buildings\n- Auto save in game and construction-mode\n- Enchanting music and thrilling AI\n- Various upgrades for troops and power-ups for buildings\n- Magnificent medieval music and stunning visual effects\n- war machines, archers, towers and special units\n\nSpecial thanks \uff1aOriginal story by Albrecht Behmel\n\nvideo link: \nhttp://www.youtube.com/watch?v=w8IvACWduM8",EASY Inc.,9+,"EN, JA, ZH, ZH",64633856,Games,"Games, Strategy, Simulation",13/10/2011,21/10/2017
-https://apps.apple.com/us/app/easy-checkers/id469940742,469940742,Easy Checkers,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/5f/c9/ad/5fc9ad19-94ed-73d6-ea33-ce7c98f9d5c9/source/512x512bb.jpg,4,10,0.99,,"""Play Checkers and Giveaway Checkers by English or Russian rules on your iPhone or iPod touch. Computer opponent level gradually varies from 'child's play' to very challenging one. Play with your friend connecting two devices via Bluetooth or Wi-Fi, or sharing the same device. And, last but not least, enjoy smooth animations and authentic sound effects.\n\nIf you like the game, please post a review!""",ReCreative Labs,4+,"EN, DE, RU",17233920,Games,"Games, Board, Entertainment, Strategy",16/10/2011,16/10/2017
-https://apps.apple.com/us/app/3d-tank-go-lite/id470089645,470089645,3D TANK GO LITE,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/dd/f2/f9/ddf2f902-ddd2-3fe7-9448-a1f0f68022b5/source/512x512bb.jpg,2.5,16,0,,"""Features:\nThe war of tank based on 3D scenes offers players a more exciting and challenging game experience.\n\n1.Time counting mode: Do your best to destroy enemy's tanks in the limited time. The more tanks you destroy, the higher score you get.\n--------------------------------------------------------------------\n\u904a\u6232\u7279\u8272: \n\u4ee53D \u5834\u666f\u70ba\u5766\u514b\u5927\u6230\u7684\u57fa\u790e,\u63d0\u4f9b\u73a9\u5bb6\u66f4\u523a\u6fc0\u66f4\u5177\u6311\u6230\u6027\u7684\u904a\u6232\u611f\u53d7\u3002 \n\n\u8a08\u6642\u6a21\u5f0f:\u5728\u6709\u9650\u7684\u6642\u9593\u5167,\u76e1\u91cf\u64ca\u7834\u6575\u65b9\u5766\u514b,\u64ca\u7834\u6578\u8d8a\u9ad8\u5206\u6578\u8d8a\u9ad8\u3002""",Chinesegamer,4+,EN,54657973,Games,"Games, Strategy, Action",18/10/2011,1/12/2011
-https://apps.apple.com/us/app/splut/id470124984,470124984,Splut,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/92/72/16/92721603-85ea-6a78-3335-38f2db22a601/source/512x512bb.jpg,,,0,0.99,"Splut is a fun and addictive strategic board game by Toco in the vein of checkers or chess. Play this timeless game with two, three or four players on one iPad.",Next Apps BVBA,4+,EN,100583939,Games,"Games, Strategy, Board, Entertainment",21/12/2011,7/05/2012
-https://apps.apple.com/us/app/runemasterpuzzle/id470156573,470156573,RuneMasterPuzzle,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/b2/34/07/b234076b-1fa9-15e1-8904-ac0c6faf5e73/source/512x512bb.jpg,4,1715,0,"5.99, 4.99, 11.99, 34.99, 39.99, 39.99, 14.99, 0.99, 74.99","Wake up! Rune Masters! The time does come.\n\nNew way to enjoy Rune Master Puzzle! \u201cQuest Mode\u201d! \n\n\u25cf lots of fun with numerous missions in Quest Mode\n\u25cf Missions consist with familiar Rune master puzzle way and more! You will meet new way to enjoy, such as \n rune arrangement, chaos magic, and time attack!\n\u25cf When you clear specific mission, you can get free gems and golds\n\n\nDo you want to be the first Rune Master?\n\nThe Rune Master Puzzle is a groundbreaking brain teaser that you have never experienced before. You need to pass a series of stages to prove yourself to become a Rune Master. The puzzle will challenge every aspect of your brain in ways that you have never imaged before. \n\nNone ever \u2013 EVER - has successfully become the Rune Master. The Rune Master Puzzle will challenge you and your brain. Do you want be the first Rune Master who cleared all stages? Come on, take our challenge.\n\n\n\u25cf The rules are simple\n- Move stones to align the same color of stones for 4 or more in a line, and crush them. \n\n\u25cf You will enjoy the thrilling of winning matches, tuples, and combos.\n\u25cf Hone your tactical skills with planning and forecasting movement.\n\u25cf You can spice up the puzzle with item deployment.\n\u25cf The puzzle is optimized for iOS touch screens.\n\u25cf Game Center available (Leaderboard and Achivements are supported)\n\n\nYour mission is to match the same color Rune Stone for 4 or more in a line to advance to the next level before the Spirit runs out.\n\n\u25cf You can swap a stone with any of the eight neighboring stones. \n\u25cf You can move stones as long as the Spirit remains\n\u25cf You can regain the Sprit in various ways during the game.\n\n\u25cf Move stones to align the same color of Rune Stones for 4 or more in a horizontal, vertical, or diagonal line. \n\u25cf You will experience a Tuple when four or more stones are aligned and crushed in a line. A \u201cMatch\u201d is for a set of the same color of Rune Stones for 4 or more. A \u201cDouble\u201d is earned when you crush two sets of matches with one swap. You will see a \u201cTriple\u201d when you make three sets of matches. \n\n\u25cf With a Tuple, you will gain points and increase the Spirit.\n\n\u25cf The Rune Stones above the crushed stones will move downward to fill the empty spaces, and they can trigger Combos. You will gain various bonuses with Combos. \n\n\n\nHints:\n\n\u25cf You can earn the Spirit as matching SpritStones whose Rune characters are luminescent. \n\u25cf You can get bonus when you make Tuples such as Double, Triple, Quadruple, and so on. \n\u25cf You will get extra bonus when you make Tuples as a part of Combo.\n\u25cf You will need many Tuples and Combos successfully to become the Rune Master.",ATTOMEDIA Corp.,4+,"EN, JA, KO, ZH",66065408,Games,"Games, Strategy, Puzzle",21/10/2011,21/10/2017
-https://apps.apple.com/us/app/chex-challenger/id470420434,470420434,CheX Challenger,,https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/5b/26/88/5b26888d-72fb-ca9b-3d1a-19b5f3cccf52/source/512x512bb.jpg,,,0,"1.99, 1.99","CheX was invented by George Robertson, a 97 year old computer enthusiast. He developed a paper based version of the game over a two year period with the assistance of his son Glenn. George then developed an electronic version of the game on his desktop computer. It was later adapted for iOS devices by Laurie Davis.\n\nCheX is a two person board game that involves strategically placing numbered tokens on a board. Like Sudoku, a number can only appear once in any row or column. Points are collected whenever a token is played, however points are only awarded when a row or column is completed by either player. All points collected by both players in a row or column containing a blocked cell are lost for scoring purposes.\n\nThe rules are simple but the strategies can become quite complex.\n\nThe basic game is available for free, but there are two additional capabilities available with an in-app purchase. You can purchase the ability to play against an automated opponent. You can also purchase the ability to play against an opponent using Game Center (iOS 5 or later).",Laurie Davis,4+,EN,9711616,Games,"Games, Strategy, Board, Entertainment",13/10/2011,29/09/2014
-https://apps.apple.com/us/app/trenches-2/id470423705,470423705,Trenches 2,,https://is2-ssl.mzstatic.com/image/thumb/Purple60/v4/4d/65/89/4d6589ba-20eb-a991-17c9-8bf99a123bcf/source/512x512bb.jpg,4,797,0.99,"1.99, 0.99, 7.99, 14.99, 19.99, 49.99","DIG FOR VICTORY! TRENCHES II wants you to join the fight! Wage a whole new war, as the Russians join the struggle. Fight an epic campaign through an expanded world map that now includes the entire Eastern Front. Engage the enemy in more realistic, treacherous battlefields with targeted artillery and troop orchestration. \n\nThe Great War has arrived and it\u2019s time to take to the trenches again!\n\nCHOOSE YOUR PATH TO VICTORY\nLead the troops through over 100 locations in a non-linear campaign - engaging in many of the most decisive and game-changing battles of the entire conflict. Customize your army with more than 20 different units. Win battles to earn Perk points and upgrade your offensive, defensive and support forces.\n\nSURVIVE REALISTIC BATTLEFIELDS \nFight through the \u201cFog of War\u201d, as you steer troops through trenches, wire, tank traps and landmines. Use the environment to flank the enemy \u2013 or take cover.\n\nMORE NATIONS JOIN THE FIGHT\nChoose your allegiance and play as the British, Germans, French \u2013 and now the Russians!\n\nBRING IN THE CAVALRY! \nLead the charge with strategic placement of military units and weapons. Crush your enemies with flamethrowers, cluster bombs, rail guns, and the ultimate World War I vehicle \u2013 the tank. \n\nBATTLE IN MULTIPLE GAME MODES\nDominate your opponents online in Deathmatch, King of the Trench and more \u2013 or go solo in a variety of Skirmish modes!\n\nFight the good fight! Enlist in TRENCHES II now!","Catapult Consulting, LLC",12+,"EN, FR, DE, IT, ES",257069056,Games,"Games, Action, Entertainment, Strategy",15/12/2011,16/06/2016
-https://apps.apple.com/us/app/trenches-ii/id470425181,470425181,Trenches II,,https://is2-ssl.mzstatic.com/image/thumb/Purple60/v4/c0/b6/34/c0b63409-9acb-f9b7-fae7-16e46841c9da/source/512x512bb.jpg,3.5,14,0.99,"1.99, 0.99, 7.99, 14.99, 19.99, 49.99","DIG FOR VICTORY! TRENCHES II wants you to join the fight! Wage a whole new war, as the Russians join the struggle. Fight an epic campaign through an expanded world map that now includes the entire Eastern Front. Engage the enemy in more realistic, treacherous battlefields with targeted artillery and troop orchestration. \n\nThe Great War has arrived and it\u2019s time to take to the trenches again!\n\nCHOOSE YOUR PATH TO VICTORY\nLead the troops through over 100 locations in a non-linear campaign - engaging in many of the most decisive and game-changing battles of the entire conflict. Customize your army with more than 20 different units. Win battles to earn Perk points and upgrade your offensive, defensive and support forces.\n\nSURVIVE REALISTIC BATTLEFIELDS \nFight through the \u201cFog of War\u201d, as you steer troops through trenches, wire, tank traps and landmines. Use the environment to flank the enemy \u2013 or take cover.\n\nMORE NATIONS JOIN THE FIGHT\nChoose your allegiance and play as the British, Germans, French \u2013 and now the Russians!\n\nBRING IN THE CAVALRY! \nLead the charge with strategic placement of military units and weapons. Crush your enemies with flamethrowers, cluster bombs, rail guns, and the ultimate World War I vehicle \u2013 the tank. \n\nBATTLE IN MULTIPLE GAME MODES\nDominate your opponents online in Deathmatch, King of the Trench and more \u2013 or go solo in a variety of Skirmish modes!\n\nFight the good fight! Enlist in TRENCHES II now!","Catapult Consulting, LLC",12+,"EN, FR, DE, IT, ES",257069056,Games,"Games, Action, Entertainment, Strategy",17/10/2014,16/06/2016
-https://apps.apple.com/us/app/mancala-bantumi-lite/id470886788,470886788,Mancala: Bantumi Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/dd/0a/e6/dd0ae6f6-f442-5eff-576f-d3922fa4c146/source/512x512bb.jpg,2,5,0,,"*** LITE VERSION ***\n\nThe Bantumi is one of the modern versions taken from a game called Mancala.\nThis version of the game consists of a table, usually with a series of holes called wells or houses, arranged in two rows of equal length. The number of houses in each row are 6, also at the end of the table there are two holes, called barn or bowls.\nFinally there are the pieces that are usually seeds, but you can use beans, stones, shells or other objects of the same size. I prefer to call them beans:)\n\nInside of the app:\n- Single game\n- Two players\n- Many options to change the degree of difficulty\n- Game Center to challenge your friends\n- Tutorial\n\nInitially, the beans are ready to par and you can choose to start with 3, 4, 5 or 6 beans per home, increasing the number increases the level of difficulty of the game.\nEach player has the closest row.\nThe game consists of two phases: sowing and capture.\n- Sowing\nThe players move alternately. It is to take all the beans are in a certain house and place them in adjacent houses, one for home, when you do not stay up longer in the hands. If the seed does not end in the row where it began, it continues in another row, describing a circular motion counterclockwise. A seed goes to the right in the row nearest the player, and arrived at the end of the row, the row continues attacking from right to left, filling its main bowl (or barn).\nThe seed can be simple, ending with the last piece placed in a house already occupied by any other beans, or relay, which is exactly on finishing his bowl (or barn), this involves another round to earn extra.\n- Capture\nThe capture of beans, it happens if we happen after the sowing of beans a house with 0, in this case leads to arrest opponents of the bowl of beans opposite (front).\n\nThe aim of the game:\nThe goal is to finish the game with more beans in the bowl the main (or barn).\nThe game will end only when one player has reached the status of famine, it is achieved when there are no more houses in the beans, the beans and remaining opponents are automatically counted and moved into its main bowl.\n\nCreated specifically for the retinal display, there could be distortion devices without.",Paul Production,4+,"EN, IT",10822656,Games,"Games, Strategy, Board",13/10/2011,12/09/2017
-https://apps.apple.com/us/app/u-rps-lite/id470941542,470941542,U! RPS Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple113/v4/d3/87/94/d3879499-7933-c869-afa5-fb362d733db3/source/512x512bb.jpg,,,0,,"U! RPS Lite contains 5 variations on the classic game of Rock, Paper Scissors. Battle with up to 11 different weapons including \nAir, Devil, Fire, Gun, Man, Sponge, Water and Wolf. This app is based on the creative works of David Lovelace.",Inuksuk Studios,9+,EN,4835853,Games,"Games, Entertainment, Board, Strategy",19/10/2011,26/10/2011
-https://apps.apple.com/us/app/grandmaster-archive/id471186727,471186727,Grandmaster Archive,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/fa/f9/5d/faf95d97-dd27-eb3f-dc5e-fb9c14bbac81/source/512x512bb.jpg,2.5,13,4.99,,"Now you can carry every game ever played by the greatest chess players of all time in your pocket. This app contains over 17,500 games from the 12 best grandmasters who ever played chess. Games are organized chronologically, or you can casually scan through the hand-selected ""best-of"" games from each player\'s career.\n\nAs an added bonus, included in this app are a collection of 101 brilliant chess games that Garry Kasparov calls his ""most influential games."" \n\nHere are all the players whose entire careers are available in this app: \n\n- Alexander Alekhine\n- Mikhail Botvinnik\n- Jose Capablanca\n- Bobby Fisher\n- Anatoly Karpov\n- Garry Kasparov\n- Emanuel Lasker\n- Aron Nimzowitsch\n- Akiba Rubinstein\n- Wilhelm Steinitz\n- Mikhail Tal\n- Siegbert Tarrasch",Adrian3,4+,"EN, DE",41615360,Games,"Games, Entertainment, Strategy, Puzzle",14/10/2011,30/06/2014
-https://apps.apple.com/us/app/blue-libra-hd/id471245861,471245861,Blue Libra HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/4c/7e/16/4c7e16ca-435b-7279-ba2c-23ebf53cc786/source/512x512bb.jpg,4,34,0.99,,"Command the last of the Libra class carriers and avenge the fall of your home world in this space real time strategy game.\n\nBuild a variety of crafts, conquer planets and space stations and travel the universe. You will face a single player campaign filled with exciting battles depicted with unique art style. Upgrade your ships between missions and combine them into unstoppable fleets.\n\nSurvival of your race depends on your actions Commander!\n\nBlue Libra is available for MacOS, iPhone and iPad.",Orator Games,9+,EN,24932352,Games,"Games, Strategy, Action",13/10/2011,7/08/2018
-https://apps.apple.com/us/app/reiner-knizia-tigris-euphrates/id471458190,471458190,Reiner Knizia Tigris&Euphrates,,https://is1-ssl.mzstatic.com/image/thumb/Purple128/v4/cd/b5/eb/cdb5eb9a-c841-1722-0ef2-78c3bd1dceae/source/512x512bb.jpg,4.5,1889,4.99,0.99,"Tigris & Euphrates is set in the ancient fertile crescent with players building civilizations through tile placement.\n\n====================\n""I\'d say the inner circle of [board game] apps would now include Tigris & Euphrates"" \n- ""The dish"" by Keith Law \n\n""Tigris and Euphrates is exceptional..."" \n- iOS Board Games blog on BoardGameGeek.com \n\n""Codito is ... giving Days of Wonder a run for their money."" \n- iPadBoardGames.org \n====================\n\nIn fertile Mesopotamia between the Tigris and Euphrates rivers, lies the cradle of civilization. \n\nYour goal is to develop all 4 of the key spheres of civilization: Settlements, Temples, Farms, and Markets. To do this, you will position your leaders, create and extend kingdoms, build monuments, and resolve conflicts. Tension arises when kingdoms connect and leaders clash on the board, with only one leader of each type surviving. You will thus aquire victory points in each of the four spheres. The winner is the player who develops their civilization in the most balanced way, without revealing a sphere of weakness. \n\nWith no setup time required, no pieces to lose, and no arguments about the rules, the future of board games is here and Tigris & Euphrates gives you exactly what you want -- to play! \n\nHow to play:\n\nDuring their turn, the active player may carry out up to two of the following actions, in any order:\n\n- Position (place, move or remove) a leader.\n- Place a tile and earn a victory point.\n- Place a catastrophe tile.\n- Swap up to 6 tiles\n\nThe active player may choose two different actions, or the same action twice.\n\nFeatures \n======== \nNo set up required\nSupport for 3 modes of play: solo, ""pass and play,"" and ""hotseat"" (around the table) play \nStunning HD graphics for iPad, Retina, and original iPhone/iPod screens \nIn-game hints make it easy to learn the game\nTested on iOS 3.1.3 through iOS 5.0 \nPlay your own iPod music\n\nNote: you must install iOS 5 on your device in order to play T&E online! \n\nAbout \n===== \nDr. Reiner Knizia is one of the world\'s most prolific and best-known board game designers, and this version of one of his top titles has been fully approved and endorsed by him. \n\nSage Board Games is an independent software developer, focusing on bringing award-winning and classic board games to mobile devices. With a veritable ""who\'s who"" of Euro games already licensed, Sage Board Games is poised to become the premiere source of board games for iPad, iPhone, and iPod Touch. \n\nVisit us: sageboardgames.com \nLike us: facebook.com/sageboardgames \nFollow us: twitter.com/sageboardgames \n\nPlease send us your feedback and requests, and rate the game once you\'ve bought it.",Codito Development Inc.,4+,EN,83991552,Games,"Games, Entertainment, Board, Strategy",15/11/2011,5/11/2017
-https://apps.apple.com/us/app/aliens-versus-humans/id471665058,471665058,Aliens versus Humans,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/fa/c5/37/fac5370c-57f6-d8a2-a0ed-590372df8b47/source/512x512bb.jpg,4.5,249,1.99,"2.99, 2.99, 0.99, 1.99, 0.99, 1.99","**""In Onslaught players can expect the kind of portable X-COM experience they\u2019ve always wanted."" --148apps.com\n**""AvH: Onslaught is like a tribute band for X-Com \u2013 it hits all of the same notes as the original: recruitable (and re-nameable) troops who learn as they gain experience, cagey aliens who see in the dark better than you do, bases that you build and staff, research that you direct, randomized combat maps \u2013 the whole lot."" -- pockettactics.com\n\nAvH starts with 25 heart-pounding, intense training missions. Through 25 missions, get upgraded gear and face tougher aliens. These missions will get you ready for \'The Onslaught\' where you\'ll be responsible for world management.\n\nWhen you think you\'re ready, you can jump right into the Onslaught.\n\nAliens versus Humans: THE ONSLAUGHT\n\nYou have been hired by the United Countries of Earth (UCE) to defend our planet. Your job is to build bases around the globe in order to detect alien \u201cTeleportation Events\u201d. Once detected, you must send team(s) of soldiers out to remove the Alien threat and recover any Alien technology.\nBeware, the Aliens have superior firepower and you will need to research and manufacture better gear in order to have a chance of winning the war against them. The UCE has provided a fully functional base that will get you up and running.\n\nThe rest is up to you...\n\n!@#$% Intercepted communication 18:13a5f506 !@#$%^\n\nFeatures List:\n* Bases - build up to 8 bases around the Earth.\n* Geoscape \u2013 A world view of your bases, crafts and active teleportation events.\n* Base Management: build facilities, view base info, equip soldiers, research, manufacture, purchase, sell and transfer items between bases. \n* New and updated battle terrains including: Farm, Urban, Industrial, Arctic, Jungle and Desert.\n* A Pedia to help you keep track of all your gear, crafts, alien corpses and artifacts.\n* Four levels of difficulty: n00b, Challenging, Hard and Cruel.\n* Interactive mission tutorials and a quick tutorial.\n* Randomly generated battle maps, day and night missions, destructible terrain, on-the-fly Line of Sight and 4 zoom levels.\n* Soldiers\' stats improve based on their experience during missions.\n\nAliens versus Humans: TRAINING MISSIONS\n\nChoose to start here if you\'re new to the game. Lots of progressive, challenging missions that can be replayed. \n\nFeatures List:\n* Design and play your own missions. Choose terrain, soldiers, weapons, armor. Set alien intelligence from easy to truly evil.\nOR\n* Play 25 missions that proceed along a storyline, including night time missions.\n* 11 weapons and 3 armor types that unlock based on game progression.\n* 3 star rating system for missions.\n* Your soldiers\' stats improve based on their experience during missions.\n* Randomly generated maps = ultimate replayability.\n* Destructible terrain.\n* On-the-fly Line of Sight.\n* Ability to customize your squad for each mission.\n* 4 zoom levels that allow you to see more of the battle map or get up close and personal.\n* 20 achievements that will challenge you beyond the game. \n\nA Note from the developers:\n\nWe hope you enjoy the latest release of Aliens versus Humans. Please help support us by rating/reviewing the app, liking us on Facebook (http://www.facebook.com/pages/Aliens-versus-Humans/323015897724713), following us on twitter @aliensvshumans as well as providing feedback through our support link.\n\nThanks\u2026\nAl(ien) and Hu(man)",Leisurerules Inc.,9+,EN,34492416,Games,"Games, Entertainment, Adventure, Strategy",24/11/2011,13/10/2017
-https://apps.apple.com/us/app/hangman-infinity/id472562692,472562692,Hangman Infinity,,https://is5-ssl.mzstatic.com/image/thumb/Purple71/v4/3b/2e/7e/3b2e7efa-34e0-06d5-42db-c3c1d22875c3/source/512x512bb.jpg,,,1.99,,"""Hangman Infinity is finally here!\nYou've never played Hangman like this before! The world's most favorite and classic time-killer takes a digital twist of futuristic proportions. \nSet some time in the future, your mission is to save the virtual Hangman from becoming pixelated (dead!) by guessing the hidden word correctly. \nAnd if you guess incorrectly...well, you put him one step closer to his death.\n\nFull Version Features:\n\u2022 Play against the computer\n\u2022 Play with or against friends (name change / local multiplayer)\n\u2022 Stacks of words\n\u2022 And more...\n\nWe hope you enjoy our game.""",GeoBos,4+,EN,5878784,Games,"Games, Entertainment, Strategy, Word",29/10/2011,5/11/2016
-https://apps.apple.com/us/app/shogi-lv-100-entry-edition/id472608323,472608323,Shogi Lv.100 Entry Edition,Classic Japanese Chess Game,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/a5/6e/a5/a56ea5a7-298d-e806-95a7-3223a557a7e1/source/512x512bb.jpg,4.5,111,0,"2.99, 2.99, 6.99","Kanazawa Shogi Level 100 is the most popular Shogi (Japanese Chess) game in Japan.\nAnd this is the Entry Edition - how about playing Shogi for FREE !\n\u3010Version up!\u3011 Now you can play against a stronger computer engine in Engine Server Game. \n\n\u25a0The Entry Edition differs from the Full version as follows:\n\n\u30fbThinking levels of computer is limited to 6 levels. \n\u30fbTypes of board and pieces which can be achieved is limited\n\u30fbThe feature to Save/Load game records is restricted \n\u30fbThe feature to Send game records via e-mail is restricted\n\u30fbAdvertisements \n\nYou will be able to unlock these restrictions and remove the advertisements by purchasing within the application.\n\n\n\u30fbWhat is ""Kanazawa Shogi Level 100""?\n\nShogi, also known as Japanese chess, is the most popular\nthinking game in Japan. Unlike chess, the captured pieces could\nbe returned to the board to be used as a piece for the captured player.\nWhy don\'t you challenge this exciting Japanese game!\n\n\n\u25cfOff-line Game \nKanazawa Shogi Level 100 has 100 different levels of play from beginner to expert!\nAnd also, you can play online games against your friends using the Game Center. \nThe Help feature within the game will help you understand the rules of Shogi. \n\n\u30fbChallenge to win medals by defeating computer!\n\nYou will win medals by defeating computer.\nIf you collect a certain number of medals, new types of board and pieces will be awarded.\n\n\n\u25cfEngine Server Game (Playing tickets are needed to be purchased)\nYou can play against a stronger engine in ""Lv.200 mode"" and ""Expert mode"" .\n\n ""Lv.200 mode""\nWe have added 200 more different levels of play in this mode, which are stronger than the off-line 100.\nPlease enjoy your challenge to complete all the medals.\n\n""Expert mode""\nWe have provided a special mode for advanced players, in which you can select an opening strategy\nfrom 5 different strategies.\n (Fujii system, Rapid attack vs 4th-file rook, Gokigen central rook, Bear in the hole, None) \nThere are 5 levels of play for each strategy.\n\n\u30fbPrices for playing tickets are:\n 30 days ticket $2.99\n 90 days ticket $6.99\n180 days ticket $11.99 \n\n\n\u30fbOther Features:\n\n- Human vs Computer, Human vs Human(sharing a single device)\n- Let you know your turn by vibration\n- Automatic zooming for easy viewing and operations\n- Manual zooming by double-tapping and pinching-out\n- Save/Load game record\n- Hint feature\n- Enable to view full game history of the game record and restart game\n from the selected move\n- Transmit game record by e-mail\n- Beautiful graphics and realistic sound effects\n- Automatic reading out for each move in Japanese",UNBALANCE Corporation,4+,"EN, JA",41083904,Games,"Games, Strategy, Board",23/11/2011,4/09/2018
-https://apps.apple.com/us/app/traffic-dash/id472627111,472627111,Traffic Dash,,https://is3-ssl.mzstatic.com/image/thumb/Purple2/v4/54/ee/2e/54ee2ea7-cbc7-5de1-5cb5-1ece12c1434f/source/512x512bb.jpg,,,0,0.99,"Traffic Dash,you never get tired of playing this game.Experts call it ""three miracles in game world."" Simple operation, so you can experience it soon. Let\'s explore the mysteries of the game now, two thousand levels to choose.\n \n \u25cf The new art style, refreshing\n \u25cf Two thousand levels, more challenging\n \u25cf Add more gorgeous special effects. \n \u25cf High Resolution,good experience",iTopGame3,4+,"EN, ZH",19890839,Games,"Games, Strategy, Puzzle, Entertainment",7/12/2011,17/04/2013
-https://apps.apple.com/us/app/filinko/id472642771,472642771,FILINKO,,https://is1-ssl.mzstatic.com/image/thumb/Purple111/v4/ca/36/8c/ca368c5d-008d-0cba-59de-f2e671ced44d/source/512x512bb.jpg,5,5,0,,"Delayed flight? Trapped in an elevator? Time to play FILINKO\xae! The premise of FILINKO\xae is easy\u2014get 4 or more pieces in a row. Beating the Artificial Intelligence is not so easy, but once you\u2019ve mastered your skills against the computer, challenge your friends online or on your device and show them you\u2019re smarter \u2014 just like you keep telling them. \n\nFeatures:\n\u2022Easy to learn and fun to play but harder to master than chainsaw juggling.\n\u2022Play against the computer or a friend.\n\u2022Save multiple games and load each later to pick up where you left off.\n\u2022Integration with the Apple Game Center for multiplayer competition against unlimited opponents.","EAVESDROPPING ON THE COSMOS, LLC",4+,EN,95074304,Games,"Games, Strategy, Board, Entertainment",30/10/2011,15/02/2017
-https://apps.apple.com/us/app/chinch%C3%B3n-txl/id472686905,472686905,CHiNCH\xf3N TxL,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/ca/1f/f7/ca1ff773-f7bb-47e2-8bb1-191944f5c794/source/512x512bb.jpg,4,5,0,1.99,"Ya est\xe1 aqu\xed la nueva versi\xf3n mejorada del famoso juego de cartas del Chinch\xf3n multijugador gratis para iOS! Tambi\xe9n es conocido otros nombres como Chinchorro, Txintxon, Conga, Golpeado, entre otros\u2026\n\nMejorada la versi\xf3n del cl\xe1sico entre los cl\xe1sicos de los juegos de mesa, interfaz mejorada, m\xe1s fluida y con nuevo sistema de puntuaciones mensuales.\n\nJuega online o solo totalmente gratis al juego m\xe1s divertido de cartas para iOS!\n\n\xbfEchamos un CHiNCH\xf3N?\n\nDivi\xe9rtete chateando y jugando online con amigos y personas de todo el mundo!\n\nElige un nombre, selecciona un avatar y a jugar! Modo Individual y Multijugador!\n\nEntrena tus habilidades sin necesidad de conexi\xf3n en modo Individual, modera la velocidad del juego o cambia el color de la mesa a tu gusto en este modo.\n\nCompite en el modo multijugador!\n\nConvi\xe9rtete en el mejor, demu\xe9stralo en el TOP, juega con amigos, familiares o desconocidos amantes de los juegos de cartas online y totalmente gratis!\n\nUn cl\xe1sico de los juegos de mesa el juego de cartas del CHiNCH\xf3N, disponible con dos modos, individual y multijugador.\n\nEn el modo multijugador si\xe9ntate y lev\xe1ntate de las mesas a tu gusto, chatea en el sal\xf3n y durante las partidas.\n\nNuevo sistema TOP de puntuaciones mensuales, gana partidas en el modo multijugador y demuestra qui\xe9n es el mejor!!\n\nEn el juego del Chinch\xf3n o Chinchorro el objetivo es conseguir combinar todas las cartas de la mano.\n\nEn el Chinch\xf3n o Conga las posibles combinaciones son:\nTres o cuatro cartas iguales.\nEscalera de tres o m\xe1s cartas.\nLa escalera de siete cartas es conocida como chinch\xf3n.\n\nEn la Conga o Chinch\xf3n cada jugador comienza con siete cartas, en cada turno el jugador elegir\xe1 entre robar del mazo o de la pila de descartes.\n\nA continuaci\xf3n el jugador elegir\xe1 descartar una de las cartas de su mano y pasar\xe1 el turno al siguiente jugador, a no ser que pueda cortar.\n\nCuando un jugador corta, se termina la ronda y se procede al recuento de puntos.\n\nCada jugador restar\xe1 10 puntos de tener toda la mano combinada y 50 de tener chinch\xf3n.\n\nDe no tener todas las cartas combinadas, cada jugador sumar\xe1 tantos puntos como el n\xfamero de cada carta sin combinar que tenga, siendo 10 puntos por las figuras o el n\xfamero de la carta.\n\nCuando un jugador supera el l\xedmite de puntos para la partida queda eliminado.\n\nGanar\xe1 el jugador que quede en la mesa.\n\nEl Chinch\xf3n, Txintxon, Conga o Golpeado es uno de los famosos juegos de cartas espa\xf1olas de todos los tiempos, el Chinch\xf3n o Chinchorro es un cl\xe1sico entre los juegos de mesa o juegos de naipes de habla hispana.\n\nDetalles t\xe9cnicos:\n- Accesibilidad y fluidez\n- Sin necesidad de registrarse\n- Nombre de jugador personalizable\n- Galer\xeda de avatares a elegir\n- Cambia el fondo de la mesa mientras juegas\n- Juego individual disponible sin conexi\xf3n con velocidad ajustable\n- Juego online multijugador con personas de todo el mundo\n- Top 50 de puntuaciones del mes\n\nSi te gustan los juegos de mesa, juegos de cartas, juegos de naipes, las apuestas, los retos, las revanchas, chatear con otros jugadores, conseguir un puesto en el TOP de puntuaciones, adem\xe1s del CHiNCH\xf3N puede disfrutar de todos los juegos de cartas TxL, el MuS, la EsCoBa, la BRiSCa, el SoLiTaRio, el RaNGo, el CiNQuiLLo, el CiNQuiLLo CaBriTo o las SieTe y MeDia.\n\n\xbfTe diviertes jugando a juegos de cartas gratuitos?\n\nConsidera valorar la aplicaci\xf3n, recomendar la app, hacer +1 para ayudar al desarrollador.\n\nM\xe1s juegos de cartas pr\xf3ximamente.\n\nS\xedguenos en twitter y facebook y ent\xe9rate de todas las novedades!\n\nTwitter: TxLestudios\nhttps://twitter.com/TxLestudios\n\nFacebook: TxlEstudios\nhttps://www.facebook.com/TxlEstudios\n\nTxL Estudios - Juegos de cartas online desde 2010\nhttp://txlestudios.es",ChelfasT,4+,EN,21838848,Games,"Games, Card, Strategy, Entertainment",15/10/2011,23/01/2018
-https://apps.apple.com/us/app/traffic-dash-hd/id472872215,472872215,Traffic Dash HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple2/v4/86/49/ec/8649ec88-f8e6-b66d-5b5f-f780ffa2f5aa/source/512x512bb.jpg,,,0,"0.99, 1.99","Traffic Dash,you never get tired of playing this game.Experts call it ""three miracles in game world."" Simple operation, so you can experience it soon. Let\'s explore the mysteries of the game now, two thousand levels to choose.\n \n \u25cf The new art style, refreshing\n \u25cf Two thousand levels, more challenging\n \u25cf Add more gorgeous special effects. \n \u25cf High Resolution,good experience\n\nContact us for business: bd#teamtop3.com",iTopGame3,4+,"EN, ZH",17745520,Games,"Games, Entertainment, Strategy, Puzzle",7/12/2011,17/04/2013
-https://apps.apple.com/us/app/infect-them-all-vampires/id472896868,472896868,Infect Them All : Vampires,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/a1/90/ac/a190ac9e-626e-a032-940b-e4f54cbe1fce/source/512x512bb.jpg,5,847,0.99,"0.99, 0.99, 0.99","""BE VAMPIRE! INFECT THEM ALL!\nInfect Them All is back with Vampires!\n\nInfect people to take control over them!\nEach vampire's unique skills including special attack will help you.\nInfected victims becomes your minion. They'll fight for you.\nBut people are not defenseless.\nThey'll resist you with their last ounce of strength!\nThe war begins between vampires and people!\n\nGameplay Video : http://bit.ly/itavampiresvideo\n\nFeatured in AppsGoneFree. Your daily free app resource\n\n\nFEATURES:\n- 3 playable vampires with unique skill and upgrades\n- Over 30 types of enemies \n- 5 types of powerful bosses \n- Huge battle shows over 150 units simultaneously\n- Original campaign mode (50 stages)\n- Infinite campaign mode (Endless stages)\n- Survival mode, How long can you survive within wave of enemy?\n- Blitz mode, 90 seconds intense infecting fun\n- Retina display \n- Universal app : Supports for iPhone, iPod touch, and iPad \n- Game Center/Openfeint highscore and achievements\n- Support two ways of control: Tilt and D-pad\n- Original sound and voice\n- Outstanding Artwork\n- Brag your score with Twitter/Facebook\n- Supports iOS Multitasking\n\nLike us at Facebook : www.facebook.com/InfectThemAll""",Magic Cube,12+,EN,57154560,Games,"Games, Role Playing, Strategy",2/12/2011,29/11/2017
-https://apps.apple.com/us/app/battle-boat-touch%C3%A9-coul%C3%A9/id472975302,472975302,Battle Boat ! Touch\xe9 Coul\xe9 !,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/d6/6a/2c/d66a2c0b-b88e-faab-99bf-96b6f56cd3cb/source/512x512bb.jpg,,,0,,"""Ready to go on a mission ?\n\nYour mission is to locate enemy ships placed automatically by your iPhone. When you touch a box, if a white dot appears above this, it means that you haven't touched the boat. When the point is red, it means you've hit a boat. When the boat appears, it means that it sank !\n\nThe gauge fills up gradually as you get white dots. Once completed, you lost.\n\nHave fun !""",Valicol&Doklyne,4+,EN,1455030,Games,"Games, Casual, Strategy, Entertainment",25/10/2011,8/03/2013
-https://apps.apple.com/us/app/virtual-pet-dino-and-farm/id473030484,473030484,Virtual Pet Dino and Farm.,"""Pet me, i'm little Dinosaur""",https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/4c/44/f5/4c44f5f6-b0ff-10b3-9fdd-d9803188c5ae/source/512x512bb.jpg,4,1639,0,"0.99, 0.99, 3.99, 0.99, 1.99, 0.99, 6.99, 0.99, 0.99","Lasunchic is a kind and adoring creature who loves his treats, and needs an attentive and loving owner. It needs YOU! Think about it, you\u2019ve never been able to have a pet due to allergies, well, dander be damned! Never again sacrifice companionship for itchy eyes and a runny nose! \xa0What\u2019s that you say? You think a pet will mess with your social life. Not to worry! You\u2019ll never have to tell your friends you can\u2019t go away for the weekend because you can\u2019t find a pet sitter. And you can forget the annoying dog in your purse. The new rage is a dinosaur in your phone!\nWe\u2019ve done our best to create the most realistic living creature possible. It will grow, love and laugh, all in your phone and in real time. We will constantly be updating and bettering your pet\u2019s intelligence in each version of the application, making him smarter, wittier, and more versatile. . Too good to be true? Get this: you\u2019re not even going to need to buy any food for your pet!\nYou will start to look forward to pet\u2019s messages, humor and other, at times, off the wall comments. You\u2019ll be checking on your pet every hour! Our team has put a lot of effort into making your feel that there is live virtual creature right next to you at all times.\nWe\u2019ve created both male and female versions with different characteristics, and you can choose the most suitable one for yourself. Important information for owners before committing to buying a pet:\n-\xa0Your pet will need love and care. Think about how miserable you get without it. Expect the same from your pet\u2026\n-\xa0Your virtual pet will communicate with your via text messages. It will send you messages about its needs. From the basic necessities like food, water going out for walk or, going out to do their \u201cbusiness\u201d, to the more abstract, like feelings love, sadness, happiness, support, etc).\n-\xa0Your pet will greet you in the morning and will say good night to you each night. Just make sure it sleeps well. Be forewarned, your pet will become cranky if you will keep waking him up.\n-\xa0Your pet will need to go out for it\u2019s \u201c#1s\u201d and \u201c#2s\u201d. Remember, if you don\u2019t take your pet out, there is a good chance it will use your closet instead\u2026 \xa0\n-\xa0 You will need to keep track of its weight and nutrition. Make sure you watch your pet\u2019s diet and feed him properly. Your pet can die from hunger or being overweight, so make sure you do not over or under feed him.\n-\xa0You pet will never die or leave you alone as long as you care for it. It does not have life expectancy. A companion that will never leave you, and is constantly evolving as time and updates occur.\n-\xa0Of course, we took into account careless owners! If your pet dies, you will need to buy a new pet. Sorry, no pet abusers here, even in virtual world!\n-\xa0You can also win extras and special accessories depending on your bonus points for loving and caring for your pet.\n-\xa0\xa0\xa0\xa0\xa0\xa0\xa0 We want you to love your pets as much as we love and cherish ours!\nYou can snap pictures of your pet anywhere you go and create a special Photo Album! \n\nFarm:\nTo start your Farm first build storage then build irrigation pond and ground patches. Ground patches put at blue area (irrigated ground). \nAfter ground patches built tap on it and choose seeds for sowing.\nBuy seeds or caviar in Storage shop part, this helps you plant faster.\nBuild Recycler for collect garbage. To producing fertilisers update recycler.\nUse fertilisers to grow plants and fish faster.\nFor planting Rainbow you need to build Watering first.\nif accidentally any object built at wrong place just remove it and get coins back. You have 3 minutes for coins back.\nTo get a coins sells a goods at Storage selling part.\nFeed pet with collected foods.\n\nTAKE NOTE:\nThe Pet lives its own life. NOT only when you run the application does your pet exist, but also when your device is in your pocket. You do not need to keep the app running in order to maintain your pet.\nYou do NOT need internet in order to have or maintain your pet.",Sonettic,4+,"EN, RU, UK",117780480,Games,"Games, Family, Strategy, Lifestyle",19/10/2011,10/06/2019
-https://apps.apple.com/us/app/hidden-objects-gardens-of-time/id473326170,473326170,Hidden Objects: Gardens of Time,,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/d4/59/92/d45992c7-d996-4fc9-4814-ce58484e2bfc/source/512x512bb.jpg,4,134595,0,"0.99, 4.99, 9.99, 19.99, 49.99, 99.99, 0.99, 4.99, 4.99, 9.99","""Join over 16 million players playing Gardens of Time! (Note to Gardens of Time players on Facebook: this game does not connect to your web game, it is a new mobile game.)\n\nSinister forces have disrupted the space-time continuum! Preserve ancient artifacts by unveiling mysteries with the Time Society! Explore exotic locations and collect unique artifacts on the way!\n \nOver 100 Hidden Object Scenes to play in over 20 amazing locations around the world! \n\n**** Game Features ****\n- Beautiful Hidden Object Scenes\n- Paradox Scenes (Can you spot the difference?)\n- Exciting locations like Egyptian Pyramids, Taj Mahal, the Great Barrier Reef and more!\n- Use hints to guide your search for hidden objects \n- Decorate your Garden with amazing structures from throughout history!\n- Exclusive items available in Time Crystal chapters!\n- Challenge other players through GameCenter and Facebook!\n- Visit your friends Gardens and vote for the best!\n- Unravel the mysteries of the Time Society and its eclectic members!\n\n**** IMPORTANT ****\n- Runs on iPad 1, 2 and 3 next generation ipad; iPhone 6,6+,5, 5c,5s 4S, 4, and 3GS; iPod touch 3rd and 4th generation\n- Want to play your existing game on your new device? Make sure you login to Facebook to save your game stats for easily transferring your game to other devices\n- An Internet connection is required to play Gardens Of Time. The gameplay and stats are NOT connected to the Gardens of Time Facebook game.\n\nDon't forget to give us a review!\n**************************************************************\n\nBefore you download this experience, please consider that this app contains social media links to connect with others, in-app purchases that cost real money, push notifications to let you know when we have exciting updates like new content, as well as advertising for some third parties.""",PopReach Incorporated,4+,EN,68432896,Games,"Games, Entertainment, Strategy, Adventure",2/12/2011,21/08/2017
-https://apps.apple.com/us/app/parking-tycoon-drag-racing/id473502311,473502311,Parking Tycoon - Drag Racing,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/1d/3a/c9/1d3ac939-bf83-6b4e-d19f-df0bc997cf87/source/512x512bb.jpg,4.5,5315,0,"0.99, 1.99, 2.99, 0.99, 4.99, 9.99, 14.99, 19.99, 6.99, 9.99","""Park on your friend's streets, or catch them parking illegally on yours and write them a huge ticket! \n\nFully customize your fleet of cars with an array of car modifications that span from whimsical to awesome! \n\nTicketing is the real fun. The longer you keep cars parked on your friends\u2019 streets, the more money you'll earn, but be careful. Your friends are waiting to steal your cash with ticketing all over the time. \n\nChallenge your friends with your cars in the Drag Racing field!\n\nGame features: \n* More than a hundred vehicles to choose that continually unlock as you progress through the game \n* Park your cars in such varied locations as urban and rural landscapes as well as in outer space! \n* Drag Racing field to challenge your friends!\n\nFollow us on Twitter! @ParkingTycoon \nDiscuss the game on Facebook! http://www.facebook.com/pages/Parking-Tycoon/210604245670621\nContact us via Email: parking@anansimobile.com""",Anansi,4+,"EN, ZH",54940095,Games,"Games, Entertainment, Strategy, Simulation",23/11/2011,31/05/2012
-https://apps.apple.com/us/app/hexdefense/id473532038,473532038,HexDefense,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ec/96/33/ec963344-8ae4-88c8-ce0a-9b72774d9c11/source/512x512bb.jpg,4,156,0.99,0.99,"""Navigate thirty-five challenging levels, building and upgrading towers to create mazes that leave enemy creeps marching to their death! With explosive OpenGL-based graphics and 3D stereo sound, HexDefense brings the arcade intensity of tower-based strategy to iOS like never before. Watch creeps explode and rockets fly across the hexagonal playing field as you defend your home tiles against wave after wave of attackers. The game is fast and intense\u2013easy to play, but very tough to master!\n\nHarder levels of the game feature teleporters that let creeps jump around the map, adding a new layer of strategy. Beginning on map 25, an additional lightning tower lets you slow creep's progress, maximizing the damage other towers can do! \n\nFEATURES:\n- Classic 'Open Field' Tower-based Strategy\n- Stunning Graphics, Particle Effects and Animations\n- Fast, Arcade Action\n- Thirty-five Unique Levels, Each with it's Own Challenges\n- Seven Types of Creeps, Including Four Boss Creeps with Special Powers!\n- Five Types of Towers with Four Upgrade Levels Each\n- High quality 3D Sound and Background Music\n- Auto-saves Game if You Press Home or Receive a Call\n- Easy to Play, Very Tough to Master!""",Gotow.net,4+,EN,17861281,Games,"Games, Strategy, Casual, Entertainment",9/11/2011,14/03/2013
-https://apps.apple.com/us/app/spider-solitaire/id473550276,473550276,Spider Solitaire,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/d3/d3/29/d3d32906-99e1-2d7f-5cf7-fb1d58299999/source/512x512bb.jpg,4.5,6213,0,,"Spider solitaire ( solitaire or patience ) is a well-known solitaire game, which has gained a lot in popularity since Microsoft have started shipping it free with windows. \nThis version plays ""One Suit"",""Two Suits"" and "" Four Suits"". \nGame is saved and restored when you get a call or other interruption.",Chronological Ltd,4+,EN,22881280,Games,"Games, Entertainment, Strategy, Card",22/10/2011,1/11/2017
-https://apps.apple.com/us/app/chromian-wars/id473788469,473788469,Chromian Wars,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/ee/ff/ee/eeffee3d-c850-d6e2-b271-0ccc481c507a/source/512x512bb.jpg,3.5,15,0,0.99,"IMPORTANT: get your free marker from http://chromianwars.com/marker to play in Augmented Reality! (click ""...More"" for details).\n\nWar is coming...to your tabletop! Chromian Wars is an exciting new action/strategy game that uses Augmented Reality to provide a gaming experience unlike anything you\u2019ve ever played before!\n\nChoose your side between the Blues\u2019 Sapphire Empire, the Reds\u2019 Crimson Rebellion, or the Greens\u2019 warmongering Horde. Hurry, the fate of the Galaxy is in your hands...or rather, right there in front of you!\n\nAUGMENTED REALITY: to experience Chromian Wars\' Augmented Reality (AR) mode, get your free marker from http://chromianwars.com/marker and print it to the desired size. The bigger the marker, the bigger the game!\n\nAlternately, install the game on a secondary device and go to the \u201cA.R. Mode\u201d section in the Options menu to display the marker.\n\nUse of AR mode is only recommended with a recent camera-equipped device, such as an iPhone 4/4S, iPad 2, New Ipad or iPod touch (4th generation).\n\nFor best results, print marker on non-glossy paper and try to avoid reflections or glare. Check out http://support.chromianwars.com for any questions regarding Augmented Reality mode!",Miralupa inc.,12+,EN,31452254,Games,"Games, Action, Entertainment, Strategy",17/11/2011,20/09/2012
-https://apps.apple.com/us/app/unstoppable-gorg/id473900674,473900674,Unstoppable Gorg,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/57/93/d8/5793d86c-871b-098a-02a6-7be74de06a04/source/512x512bb.jpg,4.5,152,0,,"""Unstoppable Gorg is now 100% free. No ads, no in-app purchases, no restrictions. \n\nDIE, PUNY HUMANS \u2013 Pocket Gamer review of Unstoppable Gorg\n\n Space. The final frontier. Also, the place where you get to blow up evil aliens for the continued glory of your star-spanning imperialist overlords.\n\n There\u2019s a lot to love about Unstoppable Gorg. The immediate impression is that it\u2019s a clever parody of 1950s B-movie science fiction, complete with black and white newsreel footage and bargain basement special effects.\n\n That space rocket soaring through the stars? It\u2019s a toilet roll wrapped in tinfoil and suspended on a piece of string, complete with a sparkler hanging out the back.\n\n This enticement may well be necessary to make you lower your guard and have a go at yet another tower defence game. The genre has been done to death, sure, but take the bait and you\u2019ll find a new approach that\u2019s actually pretty darn brilliant.\n\nPLAN 9 FROM OUTER SPACE\n\n So the aliens are attacking. Your job is to fortify key strategic locations in the solar system and repel the invading armies. This being deepest darkest space, however, there\u2019s a little thing called orbital gravity that you need to take into consideration.\n\n Whatever your position - whether it\u2019s a planet or a space station or an asteroid - there are concentric rings around it, representing the gravitational field generated by the central mass of the object.\n\n Into these fields of orbit you can slot satellites that will provide either defensive or offensive capabilities. But you can\u2019t just place these satellites anywhere. There are predetermined slots on each ring - for example, one at 12 o\u2019clock and another at 4 o\u2019clock.\n\n When the aliens attack, they do so in waves from multiple directions, and with your satellites fixed in place you can swivel the ring around in a 360-degree circle to meet the threat.\n\n The problem is that when fighting more than one wave at a time your offensive capabilities might be stretched too thin to provide adequate cover.\n\nFORBIDDEN PLANET\n\n Even on the ordinary setting, Unstoppable Gorg is a formidable challenge. After several stages of hand-holding and tutorials, it\u2019s around about the fifth stage that you'll find themselves floundering a little bit.\n\n There are modifiers called 'research tokens', which allow you to upgrade your satellites, and you might want to go back and replay earlier levels to harvest more of them. That\u2019s because they can be redeployed at the beginning of every stage - the more tokens you have, the more options you have when formulating a strategy.\n\n Regardless of the difficulty, it\u2019s worth persevering, if only because this is a fine, fully realised real-time strategy title with excellent production values.\n\n The sci-fi plot has plenty of surprises in store, including new allies to befriend and enemies to fight. If you can make it all the way through to the end you\u2019re truly one of the greatest armchair generals in the galaxy.\n\n One last thing: Unstoppable Gorg is a port of a desktop computer game (currently available on Steam), but the iPad version lacks none of the features from its bigger counterpart. With the touchscreen interface as opposed to a mouse control scheme, this is probably the best - and best value - of the two.\n\nGOLD AWARD 9/10\n\nReview by Bulent Yusuf | 25 January 2012\nhttp://www.pocketgamer.co.uk/r/iPad/Unstoppable+Gorg/review.asp?c=37229\n\n\nA quick word from Futuremark Games Studio:\n--- Problems on iPad 1? Try restarting your device and the game should work normally.\n\n\nIn March 2012, Futuremark Games Studio was acquired by Rovio Entertainment, creator of Angry Birds. \n\nhttp://www.rovio.com/en/news/press-releases/147/rovio-entertainment-acquires-futuremark-games-studio/""",Futuremark Oy,9+,EN,419472733,Games,"Games, Strategy, Action",19/01/2012,27/02/2012
-https://apps.apple.com/us/app/blue-libra/id473935475,473935475,Blue Libra,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/4a/cd/10/4acd10cf-6eb5-2746-70c8-b740f5f29672/source/512x512bb.jpg,4,28,0.99,,"Command the last of the Libra class carriers and avenge the fall of your home world in this space real time strategy game.\n\nBuild a variety of crafts, conquer planets and space stations and travel the universe. You will face a single player campaign filled with exciting battles depicted with unique art style. Upgrade your ships between missions and combine them into unstoppable fleets.\n\nSurvival of your race depends on your actions Commander!\n\nBlue Libra is available for MacOS, iPhone and iPad.",Orator Games,9+,EN,24766464,Games,"Games, Strategy, Action",27/10/2011,8/08/2018
-https://apps.apple.com/us/app/3-kingdoms-saga/id474112879,474112879,3 Kingdoms Saga,,https://is2-ssl.mzstatic.com/image/thumb/Purple4/v4/13/6b/11/136b1117-7d94-10c8-1e56-8170024e5140/source/512x512bb.jpg,,,0,"0.99, 19.99","Three Kingdoms Saga tells the story of the Eastern Han Dynasty where social unrest and peasant uprisings emerged. Cao Cao, Liu Bei and Sun Quan fought through a series of battles. Their strengths gradually increased to form the Three Kingdoms in China.\n\nRelive almost all the famous battles during that period. Play the role of Zhuge Lian in Shu, arrange and give orders to soldiers and military commanders alike. Use mysterious skills and the power of nature to lead your army to victory!\n\nFeatures:\n#1 iOS STRATEGY GAME in Indonesia, Hong Kong, Malaysia, Vietnam, Singapore and Taiwan and ranks in the Top 10 in various countries!\n\n4 FUN GAME MODES: Play the game in adventure (easy), mini game, survival (normal) or nightmare (difficult) mode. There\'s a mode for everyone - from the casual to the hardcore players. \n\nRICH HISTORICAL STORY: Every battle in the game is based from true historical story so you get to learn about history and culture while playing. \n\nGORGEOUS MAGIC VISUALS AND SKILLS: Use the magic powers of wind, rain, thunder and electricity! \n\nACHIEVEMENT AND EVALUATION SYSTEM: Share your achievements and high scores with friends through OpenFeint. Do well and you will be awarded the Medal of Honor. \n\nGAMEPLAY VIDEO: http://youtu.be/EeO0OD5yq9o\n\nCheck out some of our reviews!\n""Graphics are perfect, sounds are fantastic!"" -iApps\n\nchallenging (\u2605\u2605\u2605\u2605\u2605)\n""Not very hard to pass, but challenging to get high scores. "" -Player\n\nNeed more practice (\u2605\u2605\u2605\u2605\u2605)\n""A little hard for me to pass, especially last level of each chapter. Still working on!"" -Player \n\nWorth the price (\u2605\u2605\u2605\u2605\u2605)\n""Can\u2019t stop playing. Nightmare mode is really amazing. Seems multi-touch not supported. I try to collect two breads at same time and find it impossible. But that\u2019s OK, still love it."" -Player\n\nCute (\u2605\u2605\u2605\u2605\u2605)\n""Roles are cute and funny. Every last level of each chapter is a little hard for me. And for the next update, hope it\u2019s able to delete a shooter put by mistake. Thus, it would be perfect."" -Player",Outblaze Ventures Holdings Limited,9+,"EN, ZH, ZH",109373019,Games,"Games, Entertainment, Puzzle, Strategy",21/12/2011,21/12/2011
-https://apps.apple.com/us/app/oh-edo-towns/id474177077,474177077,Oh! Edo Towns,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/25/e2/e3/25e2e37e-cfe9-5547-ec60-588d76aa1050/source/512x512bb.jpg,4.5,280,4.99,,"Plunge into the past for a rousing romp through Edo period Japan! Your ideal samurai town awaits you!\n\nErect houses, castles, and all manner of medieval marvels with a touch of the finger--rewriting the pages of history as you see fit!\n\nStrategically place compatible buildings to make ""combos,"" boosting your Yield to become the best castle town in all the land!\n\n---- \n\nTurn your device to rotate the screen, touch to scroll, and pinch to zoom in and out. \n\nSupports iPhone, iPod touch, and iPad. \nNote: Screen rotation and zoom are only available on iPhone 3GS and later, iPod touch 2nd generation and later, and iPad. \n\nThe game now lets you switch between English and Japanese.","Kairosoft Co.,Ltd",4+,"EN, KO, ZH, ZH",186659840,Games,"Games, Entertainment, Simulation, Strategy",4/11/2011,21/11/2016
-https://apps.apple.com/us/app/tap-the-bomb/id474398606,474398606,Tap The Bomb,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/a2/1e/91/a21e918e-7235-9cfd-527c-41aa7d5ad4f6/source/512x512bb.jpg,4.5,43,0,"1.99, 0.99","Free now for everyone ! :)\n\nSick of hitting the bombs in Fruit Ninja?\nWant revenge?\n\nTap the Bomb, a tap action game created for those who hate bombs in Fruit Ninja. \nNo juice here, ONLY KA-BOOM!\n\nGameplay: \n- TAP BOMBS! AVOID FRUITS!\n- Tap bombs that are close together and CHAIN KA-BOOM!\n- Tap multiple bombs with all your fingers and get bonus!\n- Upgradeable score multiplier and special bombs!\n- Complete objectives to get reward!\n- Cheat with IAP for faster access to upgrade!.\n- More updates coming soon!\n\nStory:\nSurprise! Story for a mini game! You don\u2019t see this in Fruit Ninja.\nStory continues where our first game Parodise and web comic left off:\n- Kill all bombs in Area 53 the military factory to protect Parodise!\n- Watermelons and Pineapples are innocent couples on their honeymoon, don\u2019t dare to touch them!\n- Dumy-667 and Yody from Parodise will return in Tap the Bomb!\n- Check our free web comic on Parogames website!\n\n********\nUse your finger and mercilessly tap and blow up bombs like a true hero laborer. Be careful of fruits - Watermelons and Pineapples are innocent couples on their honeymoon, don\u2019t mess with them and they will take your life away!\n \nTap the Bomb features endless game mode merged with level design. It also has awesome global leaderboards and achievements to unlock!\n\nYour success will also please the lewd Master Yody, who created all these troubles and bombs for you to kill.\n\nTap the bomb is the funniest and most parodying bomb game ever!\n\n********************* \nPLEASE NOTE \n********************* \niOS Requirement : iOS 4.2 or better \nDevice Requirement : \niPhone 3GS \niPhone4 \niPod Touch 3rd (16,32GB & 64GB) \niPod Touch 4th \niPad \niPad 2 \n\nThis game may NOT compatible with : \niPhone 3G \niPod touch 1st, 2nd \niPod touch 3rd (8Gb only) \n********************* \n\nFollow us on twitter: http://twitter.com/#!/paro_games\n\nFacebook Page:\nhttp://www.facebook.com/pages/Parogames/256522261038554",Parogames Limited,4+,EN,17792169,Games,"Games, Casual, Strategy, Entertainment",9/12/2011,9/03/2012
-https://apps.apple.com/us/app/towers-n-trolls/id474826004,474826004,"""Towers N' Trolls""",,https://is2-ssl.mzstatic.com/image/thumb/Purple118/v4/d1/76/41/d1764166-75af-3076-6564-9177a3d6c8dd/source/512x512bb.jpg,4.5,1502,0,"7.99, 1.99, 4.99, 9.99, 2.99, 19.99, 0.99, 29.99","""It\'s an addictive, creative game with some lovely aesthetics and challenging levels. If you\'re anything like me, it\'ll probably steal your soul."" - KOTAKU\n\n""iPad App of the Week"" - GIZMODO\n\n""Game of the Month"" - iDow.ru\n\n-------- \n\nFast paced fantasy tower defense... from the creators of Toy Soldiers and Baldur\'s Gate: Dark Alliance! \n\nDefend your kingdom from invading troll hordes, with addictive quick-to-learn but difficult-to-master gameplay. Towers N\' Trolls combines fast-paced arcade action with quick-thinking strategy. \n\nThe tower defense genre is updated for 21st Century mobile gaming with nail-biting moments where your fate teeters on a razor\'s edge. No sitting and waiting for the enemy, they\'re already at your door - it\'s up to you to stop them!\n\nTowers N\' Trolls features beautifully hand-painted environments and playful, light-hearted monsters from the Age of Fantasy. Play across 11 worlds and 65 unique maps, including the Lonely Forest, Fertile Pastures, Snowy Forest, Underworld, Badlands, and the North. \n\n-------- \n\nWHAT PEOPLE ARE SAYING \n\n""Before playing Towers N\' Trolls I could see only the visible light spectrum. Now I can see both ultraviolet and infrared! It\'s amazing, you should try it!"" \n\n""When Cyclops invaded my neighborhood, I knew to build Scout Towers immediately... Thank you Towers N\' Trolls for saving my family\'s life. The Johnsons next-door only had Catapults, and perished tragically."" \n\n""My son was a real problem in school. Since I bought him Towers N\' Trolls, his teachers love him and he\'s earned straight A\'s!"" \n\n""What other reason is there to buy an iPhone other than to play Towers N\' Trolls?"" \n\n-------- \n\nFEATURES \n \n* 65 Levels! \n* 4 Game Modes! (Story Campaign, Challenge, Open Mode, and Endless Journey)\n* 11 different worlds across completely different environments! \n* 10 Enemy types with thousands of frames of animation! \n* 10 Enemy types with thousands of frames of animation! \n* 3 Levels of Difficulty! \n* Unique, Hand Painted Backgrounds! \n* Randomized loot generation provide countless hours of replayability! \n* Leaderboards & Achievements! \n* GameCenter Support! \n* Outrageous Special Weapons including - Powder Kegs, Mine Fields, and Poison Gas Clouds! \n\n-------- \n\nEMBER ENTERTAINMENT \n\nVisit us at Ember-Entertainment.com \nLike us at facebook.com/EmberEntertainment\nFollow us at twitter.com/Ember_Dev",Ember Entertainment,9+,EN,57848832,Games,"Games, Strategy, Action",23/02/2012,21/12/2017
-https://apps.apple.com/us/app/samurai-vs-zombies-defense/id474826688,474826688,Samurai vs Zombies Defense,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/22/cb/2f/22cb2fad-92e2-f519-e481-4611028d1626/source/512x512bb.jpg,4.5,23527,0,"1.99, 4.99, 9.99, 1.99, 19.99, 4.99, 9.99, 19.99, 49.99, 99.99","Optimized for the iPhone 5!\n\nNOW WITH ALL-NEW ZOMBIE RISING GAME MODE! PLAY AS THE ZOMBIE SAMURAI AGAINST YOUR FORMER ALLIES!\n\nPlay as the heroic Samurai and defend your village against hordes of attacking zombies! Recruit allies and build defenses to stop them!\n\nSTRATEGIC GAMEPLAY\nset up your defenses against hordes of zombies!\n\nWORK WITH ALLIES\nget some help in the store with farmers, warriors, archers and much more!\n\nWIN BIG IN MINI GAMES\nplay Pachinko to earn rare items!\n\nUPGRADE YOUR SAMURAI: Become more powerful by acquiring better weapons, defenses and magical abilities!\n\nPLEASE NOTE:\n- This game is free to play, but you can choose to pay real money for some extra items, which will charge your iTunes account. You can disable in-app purchasing by adjusting your device settings.\n- This game is not intended for children.\n- Please buy carefully.\n- Advertising appears in this game.\n- This game may permit users to interact with one another (e.g., chat rooms, player to player chat, messaging) depending on the availability of these features. Linking to social networking sites are not intended for persons in violation of the applicable rules of such social networking sites.\n- A network connection is required to play.\n- For information about how Glu collects and uses your data, please read our privacy policy at: www.Glu.com/privacy\n- If you have a problem with this game, please use the game\u2019s \u201cHelp\u201d feature.",Glu Games Inc,12+,"EN, JA, KO, ZH",277447052,Games,"Games, Strategy, Action, Entertainment",14/03/2012,3/01/2013
-https://apps.apple.com/us/app/war-of-kingdom/id475044936,475044936,War of Kingdom,,https://is3-ssl.mzstatic.com/image/thumb/Purple1/v4/95/8e/c6/958ec64a-f5f7-beb1-82c7-1c47ea85611d/source/512x512bb.jpg,3,13,0,"0.99, 0.99, 2.99, 4.99","*About language translation, only Simple Chinese is as much as good.\n*Memory requirement: 180M.\n\nThe War of Kingdom is a half real-time tactical strategy game. \n\nIt originates in Battle for Wesnoth, and makes different from Wesnoth, makes player to get another kind of joy in the process of playing game. \n\n1. Introduce hero. Hero command troop, at best, there are three heros in one troop. Each hero has kinds of attribute, for example, leadership, force, intellect, politics, charm, feature, arms adaptabliity, relation. Inside heros affect troop\'s ability.\n\n2. Replace keep with city. City has inside troops, field troops, inside heros. Recruit will increase inside troops, expedition will move troop out of city and to field.\n\n3. ""truer"" range. Melee is attacked by adjacent locations, Range by locations that space one grid. In addition, add cast to indicate space tow grids.\n\n4. Navy. Once troop enters deep water, it becames navy. Once back to land, troop back to orignal arms.\n\nAs Wesnoth, Kingdom is a open source game.",freeors.com,4+,EN,210481152,Games,"Games, Strategy, Simulation",11/11/2011,11/12/2014
-https://apps.apple.com/us/app/crime-city-hd/id475047250,475047250,Crime City HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/58/db/2b/58db2b54-0f29-89c9-4614-66378e55901a/source/512x512bb.jpg,4,12962,0,"19.99, 4.99, 9.99, 79.99, 15.99, 79.99, 99.99, 9.99, 7.99, 4.99","""#1 FREE GAME in 17 countries and counting!\n#1 FREE APP in 10 countries and counting!\n\nWant to build a Criminal Empire and crush your rivals?\n\n** Optimized specifically for iPad and iPad 2! **\n\nBecome the toughest Mob Boss in Crime City HD!\n\nRise through the ranks of the mafia and take over the city! Build up your hood, do jobs, and fight other players! \n______________________________ \n\nTONS OF AWESOME FEATURES: \n\n- Massively Multiplayer Online Crime Game! \n- FIGHT and ROB other players LIVE! \n- Explore HD exclusive areas, buildings, and much more!\n- 160+ POWERFUL Weapons and Cars to Buy \n- 80+ Real Estate Properties to Own \n- 500+ Different Jobs \n- 250+ Goals to Complete \n- 60+ Areas to Explore \n- 60+ Game Center Achievements \n- 100+ Decorations \n- Build Hotels, Casinos, Restaurants, and more! \n- Steal cars, beat up people, do heists, and more! \n- Invite friends to make your mafia stronger! \n- Collect massive income from your properties! \n- Enjoy a rich crime story\n- Gorgeous graphics\n\n______________________________ \n\nJoin the fun and share your passion for Crime City with other criminal masterminds:\nVisit our Forums: forums.gree.net\nFollow us on Twitter: @CrimeCity\nLike us on Facebook: facebook.com/crimecity\nWatch us on YouTube: youtube.com/GREEgames\n\nNOTES: \n- This is an ONLINE ONLY game. You must be connected to the Internet to play.\n- If you've played Crime City on iPad before, you will continue your existing game on this new enhanced, high definition version of Crime City!\n\nUse of this application is governed by Funzio's Terms of Service. In addition, please note that Funzio respects your privacy and asks you to review the Funzio Privacy Policy. The Funzio Terms of Service and Privacy Policy can be found in the Legal section below and at http://www.funzio.com/?page_id=568.""",Deca Games EOOD,17+,EN,117014528,Games,"Games, Strategy, Role Playing",3/11/2011,5/02/2019
-https://apps.apple.com/us/app/pirate-treasure-by-clevermedia/id475118309,475118309,Pirate Treasure by CleverMedia,,https://is3-ssl.mzstatic.com/image/thumb/Purple69/v4/5e/38/76/5e3876cb-becf-b992-0776-5ce8d5ed5f85/source/512x512bb.jpg,4,115,0,,"""Avast, me hearties! Time to claim your treasure! All ye need do is to match three coins in a row to add them to your loot! This be a buccaneer's version of the classic match three game. Fair winds will bring you special bonuses when you make multiple matches. This here game includes four scurvy-preventing variations: Pirate Quest, Life at Sea, Swashbuckler and Canon Ball. So heave ho and hoist the mainsail!""","CleverMedia, Inc.",4+,EN,23013376,Games,"Games, Strategy, Puzzle",26/10/2011,3/03/2016
-https://apps.apple.com/us/app/rock-paper-scissors-unleashed/id475142320,475142320,Rock Paper Scissors Unleashed,,https://is4-ssl.mzstatic.com/image/thumb/Purple118/v4/53/3f/90/533f90eb-fbb4-43be-4e93-9dd0958da448/source/512x512bb.jpg,5,6,0,,"""MULTI-PLAYER ROCK PAPER SCISSORS\n\nFinally, the fun and fiendish folly of rock, paper scissors is unleashed on the iPhone and iPod touch as a true, multi-player, multi-device application that elevates the ageless challenge of rock, paper, scissors to a new plane of competitiveness and utility.\n\nMULTIPLAYER\n\nNo more cheating! Each player uses their own iPhone or iPod touch to choose between rock, paper or scissors. Through a proprietary algorithm, each player's choice is secretly exchanged with the other player's iPhone or iPod touch and only revealed after both players have committed themselves. No more being faked out by your opponent's clever hand gestures to only have them change their answer after you've revealed yours.\n\nWiFi and Bluetooth Compatibility: The game can be played between two iPhones or iPod touches on the same WiFi network. If the devices are not on the same WiFi network, or if a WiFi network is not available, then enable Bluetooth on both devices and the game will use Bluetooth for communications.\n\nENTERTAINING SOUNDS AND IMAGES\n\nThe interesting images and changing sounds of victory and defeat reveal to the both the players and to everyone around the real champion.\n\nTHE COMPUTER IS NO SLOUCH\n\nA single-player mode provides two computer opponents when no one else is around to accept your challenge. An easy mode provides a computer opponent that uses a simple heuristics algorithm to help it improve it's choices. In hard mode the computer uses a more sophisticated algorithm that helps it learn your behavior and become a formidable opponent over time.\n\nHOW TO PLAY\n\nChoose an opponent, either one of the computer opponents or another iPhone or iPod touch. Select either rock, paper or scissors then shake the iPhone or iPod touch three times to initiate transmission of your choice to your opponent. The results are shown after both players have transmitted their choices.""","CrankCase, LLC",4+,EN,25778131,Games,"Games, Lifestyle, Strategy, Action",12/01/2012,20/03/2013
-https://apps.apple.com/us/app/zingoplaylite/id475176506,475176506,ZingoPlayLite,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/10/f1/be/10f1bece-46f5-7918-6185-757a8d2ae784/source/512x512bb.jpg,,,0,,"ZingoPlayLite takes you into a new dimension of challenge and suspense. You are playing against a virtual rival (the computer) who dares you to compete in an exciting duel for 6 unpredictable games of ZingoPlayLite\u2026and to win before it does.\n\nThe objective is to beat the virtual challenger by matching 5 ZingoPlayLite images in any row, column, or diagonal line on your gameboard thus earning a single point for each game. When you touch [Go], a random ZingoPlayLite icon will appear on the left side of the game board. You must carefully identify and touch all images on your game board that match the ZingoPlayLite icon presented. Five matched images on your board should change to a \u2018Z\u2019 in a straight line in order to win a point.\n\nThere are 6 games in each session. You should win 6 games before the virtual challenger does to become the indisputable victor.\nYour virtual Rival has an edge in that it automatically matches and changes its images in real time. You\u2026well, you have to seek them out and change \u2018em. Sorry! \nGood Luck on this mission!\n\nFEATURES:\n\u2022\tInstructions in English and Spanish for enthusiastic bilingual players\n\u2022\tRandomly presents ZingoPlayLite icons for greater suspense and fun\n\u2022\tIntuitive: easy to understand and play, but quite addicting\n\u2022\tImmediate audio feedback as you compete against the virtual rival\n\u2022\tResults displayed immediately after each game and the final 6th game\n\u2022\t6 exciting games in each session for a thrilling game board experience\n\t \nDownload this latest version of ZingoPlayLite available at the App Store Now!\n\nAlso get the full version, ZingoPlay now. It comes with 6 game boards to challenge the virtual rival.\nVisit www.biznizcamp.com for more educational-entertainment games.\n\n------------------ ESPANOL -----------------\n\nZingoPlayLite te lleva a una nueva dimensi\xf3n de desaf\xedo y suspenso. Juegas contra un retador virtual que te atreve a competir en un duelo emocionante de 6 juegos impredecibles de ZingoPlayLite\u2026y debes ganar antes de que lo haga. \n\nEl objetivo es vencer al retador virtual colocando 5 im\xe1genes con \u2018Z\u2019 en cualquier fila, columna o en diagonal en el tablero para ganar un punto en cada juego. Cuando tocas [Go], aparecer\xe1 un icono de ZingoPlayLite al azar en la parte izquierda del tablero de juego. Debes identificar y tocar cuidadosamente las im\xe1genes en el tablero de juego que coinciden con el icono de ZingoPlayLite. Para ganar un punto, 5 im\xe1genes del juego deben tener la letra \u2018Z\u2019 en una l\xednea derecha en el tablero.\n\nHay 6 juegos en cada sesi\xf3n. Debes ganar los 6 juegos antes del retador virtual para establecerte como el vencedor indisputable.\nEl retador virtual tiene una ventaja en que detecta y cambia las im\xe1genes de su tablero en tiempo real. Tu\u2026pues, tienes que buscarlas y cambiarlas. \xa1Lo siento! \nBuena suerte con esta misi\xf3n!\n \nLAS CARACTER\xcdSTICAS:\n- Dise\xf1ada para jugadores entusiastas que hablan ingl\xe9s y espa\xf1ol\n- Las im\xe1genes del juego se presentan al azar para mayor entusiasmo y diversi\xf3n\n- Juego intuitivo: f\xe1cil de entender y jugar, pero bastante adictivo\n- Instrucciones dadas en tiempo real mientras juegas contra el retador virtual\n- Resultado mostrado inmediatamente despu\xe9s de cada juego y el sexto juego final\n- Cada sesi\xf3n tiene 6 juegos para una experiencia \xfanica de juego de tablero \n\n\xa1Obtenga su versi\xf3n m\xe1s reci\xe9n de ZingoPlayLite ahora disponible en la App Store!\n\n\xa1Obtenga tambi\xe9n la versi\xf3n completa, ZingoPlay. Ofrece 6 tableros de juego para desafiar al retador virtual.\nVisite www.biznizcamp.com para m\xe1s juegos de diversi\xf3n educativa.\n\n-------------------------------------------------",Keith Thomas,4+,EN,25799680,Games,"Games, Entertainment, Strategy, Board",28/10/2011,2/10/2017
-https://apps.apple.com/us/app/rail-maze-pro-hd/id475218064,475218064,Rail Maze Pro HD,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/6a/c4/fe/6ac4febd-0a2a-eda3-1521-9b431673bd1a/source/512x512bb.jpg,4.5,572,0.99,"3.99, 0.99, 0.99, 0.99, 2.99, 1.99","Rail Maze Pro HD is the iPad version of All new Rail Maze Pro game.\n\nRail Maze Pro brings a lot of new features to our hugely successful game Rail Maze.\n\nNew features include:\n* Routing multiple trains simultaneously. \n* More challenging puzzles.\n* There are 5 game modes now!\n* Collecting wagons as your train goes.\n* High resolution iPad screen support\n\nSolve 100+ of challenging and unique puzzles, build railroads, bomb through obstacles, escape PIRATES on rails. Have a lot of fun with this unique puzzle game. \n\nFeatures of Rail Maze Pro: \n* 130+ puzzles \n* Tunnels \n* Bombs \n* PIRATE trains \n* Super long trains \n* Global online scoreboards by Scoreloop \n* Route multiple trains simultaneously\n* Collect wagons as you go\n* 5 game modes: \n LABYRINTH - Puzzle, \n LABYRINTH PRO - Puzzle Pro,\n BUILD RAILROAD - Action, \n SNAKE - Action, \n LONGEST RAILROAD - Puzzle Action \n\nGet Rail Maze now!\n\nPRESS REVIEWS:\n\n\u201cRail Maze is an amazing puzzle game that will give you so many different options, youll be busy playing it for hours\u201d \u2013 AppAdvice.com\n\n\u201cThe biggest one is the change of art style, which \u2013 as you can see from the comparison screens below \u2013 is more honed and cowboy-like\u201d- PocketGamer.com\n\n""Rail Maze, with over 100 levels and thousands of downloads, certainly seems to be one of the hotter casual games out there at the moment.""\n- Gamezebo.com\n\n\u201cIf puzzle games are your thing, you wont want to miss this one\u201d \u2013 App Advice.com",Spooky House Studios UG (haftungsbeschraenkt),4+,EN,17470299,Games,"Games, Strategy, Entertainment, Puzzle",4/11/2011,15/07/2012
-https://apps.apple.com/us/app/4-in-1-row-powered-by-mathematicians-for-ipad/id475303181,475303181,4_IN_1_ROW powered by Mathematicians for iPad,,https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/33/68/88/33688860-e343-073a-791f-2d0470b32140/source/512x512bb.jpg,,,0,,"This is a classic two players game redeveloped for iPad based on 4_IN_1_ROW powered by Mathematicians.\n\nIf you want to become a Connect Four killer, please play this game. \n\nIn the application, we used the latest research result and mathematics engine provided by Mathematics to improve the thinking power of iPad.\n\nFeatures:\n1, Bluetooth supported, you can play with the neighbor device(including iPhone which installed the pro version of this game) in human to human mode.\n2, Play mode: human to human, human to device, device to device. Touch the iPad image button or human head button in the top left/right of the screen to select play mode you like. \n3, Sound on/off. \n4, Undo: you can undo all the steps. \n5, Difficulty: easy, medium, hard. \n \nHow to play with the neighbor device through bluetooth connection:\n1) Start this app. \n2) Set play mode to human to human. \n3) Touch the bluetooth image button on the right bottom of the screen, and select player.\n4) After finishing connection with other device, touch NEW GAME BUTTON(two balls) to start.","AOBO Co.,Ltd",4+,"EN, JA, ZH",12265472,Games,"Games, Board, Strategy, Entertainment",30/10/2011,30/09/2015
-https://apps.apple.com/us/app/esqd-mobile/id475349771,475349771,ESQD Mobile,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/47/c1/8d/47c18d26-a9b5-a421-d0cc-6c39c060758c/source/512x512bb.jpg,5,14,0,,"Modeled after the Explosives Safety Quantity Distance (ESQD) Calculator Excel Spreadsheet, the ESQD Mobile app can be used to calculate hazard classes and divisions 1.1, 1.2, 1.3, and 1.4 net explosive weight quantity distance (NEWQD) that can be stored in a potential explosion site (PES) or the distance required between a PES and an exposed site (ES). In addition to the calculator, Ammunition Managers, Ammunition Specialists, and Quality Assurance Specialist Ammunition Surveillance (QASAS) personnel can practice critical, on the job skills in the built-in gaming component. The game consists of 10 challenging scenarios that will not only utilize the mobile ESQD calculator, but also leverage knowledge of Army ESQD standards.",Serco Inc.,4+,EN,8088576,Utilities,"Utilities, Strategy, Games, Simulation",29/10/2011,5/01/2018
-https://apps.apple.com/us/app/elder-sign-omens-for-ipad/id475401686,475401686,Elder Sign: Omens for iPad,,https://is4-ssl.mzstatic.com/image/thumb/Purple127/v4/17/c6/fe/17c6fea6-d31b-00f2-6d22-4cfb66bec87f/source/512x512bb.jpg,4,488,1.99,"2.99, 2.99, 2.99","**Please note that this verision of Elder Sign: Omens is iPad only. The iPhone version is sold separately**\n\n\u201cGAME OF THE WEEK\u201d - G4TV.com\nTOUCH ARCADE - 4.5 out of 5\n148APPS.COM - 4.5 out of 5\nGAMEZEBO- 4.5 out of 5 \nBOARD GAME GEEK - 3 out of 4\n\nThe tense excitement of Elder Sign is now available on your mobile device! Elder Sign: Omens places you in control of up to four intrepid investigators, as they fight to keep all-powerful Ancient Ones from invading our world through a museum\u2019s arcane exhibits! \n\n*Build a team of unique investigators* \n*Explore an ever-changing museum* \n*Face challenging arcane tasks* \n*Save the world from absolute destruction*\n*Expand the horror with two exciting in-app purchases*\n\nCan you stand against the impending arrival of a malevolent Ancient One? \n\n\nWhile Elder Sign: Omens brilliantly conveys the spirit of the Elder Sign dice game, a few noteworthy differences were adopted to optimize the mobile play experience: \n\n-A limited number of available Ancient Ones streamlines the game play experience while offering adjustable levels of difficulty. Face Yig in normal mode, Azathoth or Tsathoggua in hard mode, or Cthulhu or Ithaqua in very hard mode (in-app purchases required to face Cthulhu and Ithaqua).\n-A number of subtle changes increase the peril of defending humanity. For example, the random negative effects drawn every midnight are more challenging, and the frequency of \u201cno effect\u201d results has been decreased. Monsters have likewise been altered to make them more difficult. \n-Finally, there are no Ally cards in Elder Sign: Omens, which further streamlines play while increasing the overall challenge.",Fantasy Flight Games,12+,EN,410948608,Games,"Games, Strategy, Board",3/11/2011,12/06/2017
-https://apps.apple.com/us/app/elder-sign-omens-for-iphone/id475404533,475404533,Elder Sign: Omens for iPhone,,https://is4-ssl.mzstatic.com/image/thumb/Purple111/v4/4e/17/3b/4e173b33-178c-0472-245f-b9fc655f9c9d/source/512x512bb.jpg,4,372,0.99,"2.99, 2.99, 2.99","**Elder Sign: Omens for iPad is sold separately and is only compatible on iPads.**\n\n\u201cGAME OF THE WEEK\u201d - G4TV.com\nTOUCH ARCADE - 4.5 out of 5\n148APPS.COM - 4.5 out of 5\nGAMEZEBO- 4.5 out of 5 \nBOARD GAME GEEK - 3 out of 4\n\nThe tense excitement of Elder Sign is now available on your mobile device! Elder Sign: Omens places you in control of up to four intrepid investigators, as they fight to keep all-powerful Ancient Ones from invading our world through a museum\u2019s arcane exhibits! \n\n*Build a team of unique investigators* \n*Explore an ever-changing museum* \n*Face challenging arcane tasks* \n*Save the world from absolute destruction*\n*Expand the horror with exciting in-app purchases*\n\nCan you stand against the impending arrival of a malevolent Ancient One? \n\n\nWhile Elder Sign: Omens brilliantly conveys the spirit of the Elder Sign dice game, a few noteworthy differences were adopted to optimize the mobile play experience: \n\n-A limited number of available Ancient Ones streamlines the game play experience while offering adjustable levels of difficulty. Face Yig in normal mode, Azathoth in difficult mode, or Cthulhu in very hard mode (in-app purchase required to face Cthulhu).\n-A number of subtle changes increase the peril of defending humanity. For example, the random negative effects drawn every midnight are more challenging, and the frequency of \u201cno effect\u201d results has been decreased. Monsters have likewise been altered to make them more difficult. \n-Finally, there are no Ally cards in Elder Sign: Omens, which further streamlines play while increasing the overall challenge.",Fantasy Flight Games,12+,EN,411083776,Games,"Games, Board, Strategy",1/11/2011,12/06/2017
-https://apps.apple.com/us/app/modern-conflict-2/id475526910,475526910,Modern Conflict 2,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/41/b7/c1/41b7c11f-d8d4-9020-fec5-38aa3b2a0b8f/source/512x512bb.jpg,4.5,8670,0,,"Gaijin Entertainment presents the sequel to the popular tactical strategy game, which has won the devotion and recognition of many players worldwide. The Modern Conflict 2 project will provide you with new battles, more gameplay, and multiplayer mode, the most interesting feature!\n\n World powers will face each other in a desperate fight for global superiority and will transform the entire planet into an actual battleground. Be ready to develop batteries of artillery in the Gobi desert, to construct air facilities on glaciers and hide your tanks in the rainforests of Amazonia. But the enemy will also be cunning, after all, since now you have the ability to battle with a general whose skills are no worse than yours. You can do it in the the fully-featured multiplayer mode!\n\n Blitzkrieg and deep defense, invincible tanks, high-speed helicopters and lethal missiles \u2013 Modern Conflict 2 has everything for global war, and even more!\n\nGame features:\n- Many fascinating single missions and campaigns;\n- Gaming with friends and quick online battles (versus and coop);\n- Your own army, various units and war tactics;\n- More than 150 different maps on 4 types of landscape (tundra, desert, jungle, city);\n- Character development system: abilities, special technologies and set of initial bonuses;\n- Over 100 achievements, as well as leaderboards on the GameCenter network service.",Gaijin Entertainment,4+,"EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES",150199296,Games,"Games, Strategy, Action, Entertainment",18/12/2011,22/08/2018
-https://apps.apple.com/us/app/castle-age-hd/id475561257,475561257,Castle Age HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/10/01/1b/10011bba-40b2-b241-3400-8428c76faa98/source/512x512bb.jpg,4.5,13006,0,"4.99, 19.99, 44.99, 89.99, 9.99, 1.99","Castle Age\n\nDiscover a world of mystery and adventure as you join thousands of players online in this Fantasy RPG. \n\nAfter returning home from a long fought war you discover your hometown in smoking ruins. A group of orcs has ransacked your town and stolen the Crystal of Fire, an ancient artifact entrusted to your village for safe keeping. Begin your adventure in pursuit of these thieving orcs and unravel a demonic plot to destroy the world! Band together with your Allies and collect powerful weapons and magic. Lead an army of Knights, Elves, Wizards, and Dragons to conquer your enemies and thwart the nefarious demon Mephistopheles. \n\nFEATURES:\n\nDEFEAT EPIC MONSTERS WITH YOUR ALLIES\n- Join up to 200 other players and combine your skills to take down legendary monsters\n- Scale the real-time leaderboard and show off your accolades and let your power be known\n- Earn epic loot and bragging rights with each boss battle\n\nPUT YOUR HEROISM TO THE TEST IN PVP BATTLES\n- Engage enemy players and battle your way to becoming the mightiest in the land\n- Scale through 21 PVP ranks and prove your strength to the world \n- Recruit mighty Heroes to empower your armies to gain an edge over the competition \n\nAN ALL OUT GUILD VS GUILD WAR\n- Join or create a guild of up to 100 other players and collectively build the mightiest empire \n- Choose between 4 different strategic roles and classes in battles: Warrior, Mage, Cleric, Rogue\n- Earn the most experience and upgrade hundreds of skills by participating in PvP battles\n\nLOSE YOURSELF AS YOU PROGRESS THROUGH AN EPIC STORY\n- Gain experience and level up as you quest to recover the Crystal of Fire and save the world from a demonic onslaught\n- Discover and equip hundreds of unique weapons and strengthen your abilities even further!\n\n\n*********************************\nBy downloading this game, you agree to the Terms of Service, Privacy Policy and the License Agreement. \n\nhttp://www.gaeamobile.com/en/privacy\nhttp://www.gaeamobile.com/en/termsofuse\n\n*********************************",Gaea Mobile Ltd,9+,EN,125848576,Games,"Games, Entertainment, Strategy, Role Playing",15/12/2011,24/06/2019
-https://apps.apple.com/us/app/chinese-chess-set/id475591751,475591751,Chinese Chess Set,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/c9/f7/0a/c9f70a4a-3ece-ea74-64ff-d637b48414b1/source/512x512bb.jpg,3.5,22,0,"0.99, 0.99","""Enjoy this ancient, popular game of strategy with new, beautiful boards because an uninspired design just won't cut it. This is THE Chinese chess set to play with others.\n\nOnline matching is supported by Game Center.\n\nFEATURES:\n- Offline 1v1 play\n- Play online with your Game Center account\n- Invite friends to play\n- Play random matching\n- Watch replays of your past games\n- Introductory tutorial\n- Enforced timers, per turn\n- Change themes with four beautifully crafted chess sets\n- Crisp sound effects unique to each chess set\n- Fast response\n- Game piece labeling in English (push the Magic Eye)\n\n*Warning: putting this app in the background while playing online may disconnect the game.""",Dennis Chhay,4+,EN,14524416,Games,"Games, Board, Strategy, Education",17/01/2012,30/03/2014
-https://apps.apple.com/us/app/pox-save-the-people/id475604824,475604824,POX: Save the People,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/5a/ae/70/5aae70bf-a072-8b77-58ba-8c414acc0871/source/512x512bb.jpg,4.5,20,0,,"A deadly disease has broken out in your neighborhood, and it\u2019s your job to contain the disease! Take control and contain infections by vaccinating and curing people. Based on the popular board game, POX has been enjoyed by a wide spectrum of people, including but not limited to gamers, scientists, doctors, middle school students, teachers, professors, race car drivers, and pet rock collectors!\n\nPOX features hours of gameplay, challenging strategic planning, and lots of replay value. \n\nFeatures multiplayer mode (1-4 players), 5 levels of difficulty",tiltfactor,9+,EN,3919185,Games,"Games, Strategy, Board",1/11/2011,1/11/2011
-https://apps.apple.com/us/app/total-defense-3d-hd/id475725703,475725703,Total Defense 3D HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/a2/fd/58/a2fd5841-1bf1-7e3d-6b58-6aab762b9f32/source/512x512bb.jpg,4,287,0,"0.99, 2.99, 1.99, 1.99, 1.99, 0.99, 4.99, 9.99","Just a few days for free\n\nCraving for a really smashing gameplay coupled with a catching plot? Experience totally addictive Total Defense 3D!\n\nGet ready to immerse into the action set in a faraway galaxy where people are languishing under the rule of the cruel Tyrant. You are the only hope and savior for those starving and dying because of unbearable taxes. Rise against the \n\nImperial army and free all the planets in the solar system!\n\nBuild powerful towers and protect your mining base to fight the Empire\u2019s forces. Work out the best strategy to eliminate the enemies and their military depots.\n\nFeatures:\n\u2022Accomplish 19 exciting story-driven missions\n\u2022Choose any of 4 upgradable types of towers\n\u2022Develop 5 sets of skills\n\u2022Try on each of the featured levels of difficulty: Normal, Hard or Hell\n\u2022Explore exotic alien landscapes in 360 degrees\n\u2022Discover different planets in the galaxy\n\u2022Get inspired by the exclusive, futuristic electronic soundtrack\n\nFeel the taste of space battle with Total Defense 3D!",DaSuppa,4+,EN,96468992,Games,"Games, Strategy, Simulation, Entertainment",14/12/2011,9/04/2014
-https://apps.apple.com/us/app/battleloot-adventure/id475728716,475728716,Battleloot Adventure,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/0e/ed/39/0eed3997-3129-c2f7-8c0c-894efb4b6d9f/source/512x512bb.jpg,4,145,0.99,"1.99, 4.99, 9.99, 19.99, 39.99","""Battleloot Adventure is one that you don\'t want to miss.""-TouchArcade.com (4.5/5 stars)\n""It\u2019s cheap, addictive, nice to look at, and quite a bit of fun""-148Apps.com (Editor\'s Choice - 4.5/5 stars)\n""Battleloot Adventure will satisfy the treasure hunter RPGers itch.""-AppSpy.com (5 Great)\n""The best turn-based combat simulator I\u2019ve ever played, now that\u2019s a label well deserved!""-iFanzine.com (4.5/5 stars) \n""Battleloot Adventure [...] hands down wins the award for my most favorite iOS RPG.""-AppAdvice.com\n\n\nIn a land where the only thing bigger than a hero\u2019s heart is his head (literally), Battleloot Adventure creatively blends comedy, turn-based combat and role-playing for a whimsical adventure like no other! Battleloot Adventure will take you on an epic quest into the heart of Kameloot, a wealthy realm threatened by viciously grumpy monsters, ruthless mercenaries, fire breathing dragons and last, but not least, vexing taxes!\n\nSwear allegiance to your legendary city of choice, enlist a motley crew of adventurers and battle rival soldiers, magical entities, wondrous creatures and big, ugly, foul-smelling Orcs to win the \u201cGrand Gossip Notoriety price\u201d. Mix and match your gang\u2019s skills and spells to unlock thrilling adventures and totally awesome weapons and equipment!\n\n\nRECRUIT & LEAD YOUR ADVENTURERS TO GLORY\n\n- Pledge your allegiance to one of four cities and earn fame and fortune.\n- Recruit an assortment of adventurers, each with their own perks and unique skills.\n- Upgrade and customize your characters and their abilities.\n- Carefully choose your 3 ideal adventurers to face each danger ahead.\n\n\nEPIC QUESTS & BATTLES\n\n- Brave over 60 quests, each including a unique feat to further challenge your skills.\n- Super easy touch controls.\n- Carefully arrange your team for battle, deploy your heroes in front and rear lines for the most effective offense/defense balance.\n- Cautiously plan every attack, selecting the right characters and moves for each quest.\n- Leverage Auto skills and Special attacks galore.\n- Be ready to take action anytime in the battle with the Assist and Block commands.\n- Master unique combos to rake up hits and collect stars to unleash Special attacks.\n- Battle across different environments \u2013 some infused with magic and each affecting your adventurers differently.\n\n\nBEAUTIFUL HAND DRAWN GRAPHICS\n\n- Enjoy colorful comic-style graphics, combining zany animations and lush hand-painted backdrops, with Retina Display support.\n\n\nDigital Tales values players\u2019 feedback to constantly improve their apps.\nContact us at the following address for any suggestions or to report bugs:\nbattleloot@dtales.it \n\n\nKeep up with all the Battleloot Adventure action by visiting us on Facebook:\n\nhttp://www.facebook.com/BattlelootAdventure",Digital Tales,12+,EN,123120640,Games,"Games, Role Playing, Entertainment, Strategy",19/03/2012,29/03/2018
-https://apps.apple.com/us/app/battleloot-adventure-hd/id475730254,475730254,Battleloot Adventure HD,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/30/c2/35/30c235d7-349d-1045-ba1c-35f77616b7c0/source/512x512bb.jpg,4,179,0.99,"1.99, 4.99, 9.99, 19.99, 39.99","""Battleloot Adventure is one that you don\'t want to miss.""-TouchArcade.com (4.5/5 stars)\n""It\u2019s cheap, addictive, nice to look at, and quite a bit of fun""-148Apps.com (Editor\'s Choice - 4.5/5 stars)\n""Battleloot Adventure will satisfy the treasure hunter RPGers itch.""-AppSpy.com (5 Great)\n""The best turn-based combat simulator I\u2019ve ever played, now that\u2019s a label well deserved!""-iFanzine.com (4.5/5 stars) \n""Battleloot Adventure [...] hands down wins the award for my most favorite iOS RPG.""-AppAdvice.com\n\n\nIn a land where the only thing bigger than a hero\u2019s heart is his head (literally), Battleloot Adventure creatively blends comedy, turn-based combat and role-playing for a whimsical adventure like no other! Battleloot Adventure will take you on an epic quest into the heart of Kameloot, a wealthy realm threatened by viciously grumpy monsters, ruthless mercenaries, fire breathing dragons and last, but not least, vexing taxes!\n\nSwear allegiance to your legendary city of choice, enlist a motley crew of adventurers and battle rival soldiers, magical entities, wondrous creatures and big, ugly, foul-smelling Orcs to win the \u201cGrand Gossip Notoriety price\u201d. Mix and match your gang\u2019s skills and spells to unlock thrilling adventures and totally awesome weapons and equipment!\n\n\nRECRUIT & LEAD YOUR ADVENTURERS TO GLORY\n\n- Pledge your allegiance to one of four cities and earn fame and fortune.\n- Recruit an assortment of adventurers, each with their own perks and unique skills.\n- Upgrade and customize your characters and their abilities.\n- Carefully choose your 3 ideal adventurers to face each danger ahead.\n\n\nEPIC QUESTS & BATTLES\n\n- Brave over 60 quests, each including a unique feat to further challenge your skills.\n- Super easy touch controls.\n- Carefully arrange your team for battle, deploy your heroes in front and rear lines for the most effective offense/defense balance.\n- Cautiously plan every attack, selecting the right characters and moves for each quest.\n- Leverage Auto skills and Special attacks galore.\n- Be ready to take action anytime in the battle with the Assist and Block commands.\n- Master unique combos to rake up hits and collect stars to unleash Special attacks.\n- Battle across different environments \u2013 some infused with magic and each affecting your adventurers differently.\n\n\nBEAUTIFUL HAND DRAWN GRAPHICS\n\n- Enjoy colorful comic-style graphics, combining zany animations and lush hand-painted backdrops.\n\n\nDigital Tales values players\u2019 feedback to constantly improve their apps.\nContact us at the following address for any suggestions or to report bugs:\nbattlelootHD@dtales.it \n\n\nKeep up with all the Battleloot Adventure action by visiting us on Facebook:\n\nhttp://www.facebook.com/BattlelootAdventure",Digital Tales,12+,EN,125531136,Games,"Games, Strategy, Role Playing, Entertainment",19/03/2012,29/03/2018
-https://apps.apple.com/us/app/five-in-a-line-free/id475781010,475781010,Five in a Line Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/c5/a6/4f/c5a64ff0-742d-2d5d-34a7-249749e54fa3/source/512x512bb.jpg,,,0,,"""Five in a Line Free is a fast-paced variation of the traditional strategy board game - Gomoku. Unlike the tradition version, in this game, you will always have a winner. There is no drawing game. You will always be able to compete with your friend or the computer and find out who's smarter within a few minutes.\n\nThis game has a single-player mode and a two-player mode. You can play against your friend or the computer anywhere you go.\n\nThe AI for this game is very well-written. That makes the computer player behaves so much like a human player. The computer player does make smart moves and it also makes occasional mistakes. \n\nThis game's features include:\n* Player VS Human-like Computer\n* Player 1 VS Player 2\n* Excellent user interface for the best user experience\n\nFive in a Line Free is supported by banner advertising. You can also get the ad-free version - Five in a Line. Enjoy the fun now!""",Xilva,4+,EN,2158663,Games,"Games, Strategy, Card",30/10/2011,18/01/2012
-https://apps.apple.com/us/app/flaming-igloo-lite/id475866998,475866998,Flaming Igloo Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/0e/99/28/0e992857-f7bd-96d5-5f36-bda7fd63da45/source/512x512bb.jpg,5,8,0,,"Pit your wits and strategic skills against an evil ship bent on destroying your Igloo! Download Flaming Igloo today and discover a whole new spin on the tower / defense game genre where keeping yourself \u2013 and your igloo \u2013 together instead of battling your attackers is the key to winning!\n\nPlaying Flaming Igloo is simple yet deviously nuanced and challenging. You must race to repair your bombarded igloo by throwing snowballs onto burning portions of the structure and patching them up with blocks of ice.Good timing and figuring out an optimal approach towards repairs is key though. \n\nSimply put, your resources are limited in Flaming Igloo.Using them effectively is crucial to turning the tides of this struggle in your favor rather than the ship\u2019s! Don\u2019t worry too much though; extra support is always on hand. A steadily growing group of friends and special magical power ups are made available to help you outsmart your floating enemy and keep your igloo intact too. \n\nFlaming Igloo utilizes sequentially more difficult levels whichchargeyou with protectingyour icy igloo for longer and longer time intervals against progressively tougher and more powerful ships. Furthermore, as the game progresses you\u2019ll need to keep a keen eye on protecting and healing the two friendly animals supplying you with ice blocks and snowballs \u2013 Polly the Polar Bear and Wally the Walrus \u2013 who will be targeted by enemy ships out to destroy your igloo. \n\nThis is a full gaming package in every sense. Flaming Igloo includesthree skill levels\u2013 Beginner, Advanced, and Expert \u2013 to ensure the game is accessible to any level of play, and features no less than25 unlockable achievements to keep gamers motivated to play and win. Taken together, this makes for a wildly entertaining and remarkably adaptive mobile gaming experience complete with unrivaled replay value, engrossing action, and mentally engaging fun.\n\nHesitate and things might get too hot in this artic adventure! Rewarding iPhone fun is just an iceberg away with Flaming Igloo!\n\nFeatures: \n\nDozens of progressively more challenging strategic defense levels. \nThree gameplay skill levels \u2013 Beginner, Advanced, and Expert. \nDiverse Array of supporting character to help you defend your igloo. \nMultiple bonus magic symbols on every level to help your struggle. \n25 unique unlockable achievements. \nWhimsically designed, vibrantly colorful graphics. \nIntuitive gaming controls. \nSmooth user-friendly interface.","Deeper Arts, Inc.",9+,EN,21793225,Games,"Games, Entertainment, Action, Strategy",16/11/2011,26/06/2012
-https://apps.apple.com/us/app/bar-star-lite/id475934512,475934512,Bar Star! Lite,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/b6/7e/7b/b67e7b2d-b1ce-d67d-7ae9-636075f0a03b/source/512x512bb.jpg,,,0,,"""Be the master of your own bar! Can you keep up with the happy hour crowd? Do you have an eye for style? Find out as you mix drinks, serve customers, and upgrade your own bar in this dazzling time management game. Be a star while you serve celebrity guests and transform your bar into the area's hottest night spot! \n\nBecome a fan on facebook: \nwww.facebook.com/barstargame\n\n\u2605\u2605\u2605\u2605\u2605\nBuy Bar Star! VIP Edition for more levels and hours of fun!""",Outblaze Ventures Holdings Limited,17+,EN,17144390,Games,"Games, Entertainment, Casual, Strategy",21/12/2011,21/12/2011
-https://apps.apple.com/us/app/repton-1/id475991745,475991745,Repton 1,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/66/65/1e/66651e2b-7393-bdcb-8f9e-4d22b30a1f17/source/512x512bb.jpg,,,4.99,"0.99, 8.99, 1.99, 2.99, 1.99, 2.99","ADDICTIVE. CHARMING. CHALLENGING. A RETRO PUZZLE SOLVING CLASSIC! Repton is truly one of the greatest puzzle games of all time! Selling hundreds of thousands of copies since first released back in the 80\'s for the BBC B Microcomputer. \n\nFantastic!\n""Fantastically addictive, once I started I couldn\'t stop playing, a brilliant app""\n\nGenius!\n""I wasted hours of my youth with this game and now I can do it all again! THE best game by far back in the day and still brilliant now, I\'m sure it\'s mostly responsible for my fantastic problem solving skills!! Get it, you\'ll love it.""\n\nPerfection!!!\nJust perfect what else can I say!\n\n___________________________________ \n\nRepton is a lizard that crawls around in an underground maze in a quest to collect diamonds by moving earth, pushing rocks and avoiding monsters! If you\'re a fan of logic puzzles, or just fancy a break from aimlessly wandering around shooting things then Repton 1 is for you! \n\nWith enhanced graphics and sound, Repton 1 introduces this classic game to a new generation on the iPhone, iPad and iPod Touch. Ideal for all players, from children to seasoned puzzlers. \n\nIn-app purchasing via the in game store lets you download new and exciting Repton 1 scenario packs adding new levels and the ability to skip a level if you get stuck.\n\nAs a universal app and with support for iCloud (game save syncing), you can pick up your game where you left off regardless of which device you are using.\n\n___________________________________ \n\n\nLEVELS: With over 90+ levels Repton 1 will keep you amused for hours! \n\nDIAMONDS: Collect all the diamonds on a level as fast as you can before the time runs out! \n\nMONSTERS: Monsters emerge from cracked eggs - Avoid being caught or kill them with rocks! \n\nKEYS / SAFES: Find keys to unlock safes and open up new areas of a level, but watch out, they might start a landslide of rocks or release a monster! \n\nMAP: Check the map at anytime to view your progress through a level or to give you some helpful pointers of where to go next when trying to solve that tricky puzzle! \n\nRETRO: As well as including modern graphics and sounds, Repton 1 lets you drop back to the 80\u2019s again by selecting retro mode, which faithfully reproduces all the 8-bit graphics and sound goodness of days gone by! \n\nHIGHSCORE: With full Game Center support for highscores, achievements and challenges - Can you beat your friends by clearing levels faster or with more points?! \n\n___________________________________ \n\n\nRepton 1 is officially licensed by Superior Interactive \n\nVISIT US: iRepton.com \nFOLLOW US: twitter.com/iRepton \nFIND US: facebook.com/iRepton \nWATCH US: youtube.com/iRepton",ESZ Consulting Ltd,4+,EN,20984832,Games,"Games, Strategy, Puzzle",2/11/2011,3/10/2016
-https://apps.apple.com/us/app/emrosswar-hd/id476521017,476521017,EmrossWar HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/ea/35/9b/ea359b16-e957-2454-712d-0fe660049120/source/512x512bb.jpg,3.5,92,0,"19.99, 9.99, 4.99, 49.99, 99.99","*** #1 game for iPad in many countries! *** \n\nONLINE Massively Multiplayer Role-Playing Game (MMORPG) for the iPhone/iPod Touch!\n\nLIMITED TIME OFFER: DOWNLOAD NOW AND ALL THE NEWLY REGISTERED PLAYERS CAN GET GIFTS. \n\n""This is best mmorpg game I\'ve played and I\'m still enjoying the game with my friends."" -JoeyCho \n\n""I absolutely love this game. I don\'t usually get into games like this, but for some reason this one really catches my attention."" -Razie2 \n\nEmross War is a free massively-multiplayer strategy game (mmo). It takes only 3 minutes to learn, and is extremely fun! \n\nThe story happens in Emross, the land of Myth and Legend, which has been under wars among Human, Elf, and Orc since very ancient time. Now with the invasion of Chaos Army, the situations are becoming even more complex... \nYou will start as a young Lord inheriting a small castle from your family. As you gradually develop and march your way to victory, you will have chance to meet and recruit many different legend heroes, and be able to summon the most powerful guardian creature of your own race! \nAnd you are NOT fighting alone. You and friends can build a very powerful alliance; make it a dominant presence in Emross; and finally defeat the Chaos and restore order to the land! \n\nGAME FEATURES: \n- Well designed guidance system: it takes only 3 minutes to learn, and is extremely fun! \n- Perform numerous challenging quests. \n- Enjoy gorgeous graphics. \n- FREE updates with new quests, items, heroes, and more! \n- Battle other players LIVE. \n- Choose from 3 races\u2014HUMAN, ELF, ORC\u2014each with different soldiers, guardian creatures, and heroes. \n- Construction, research, troop training, attack, and defense strategy are completely under your control! \n- Ally with other players to make you stronger! \n- You will NOT feel alone: Private Chats, Alliance Chats, Public Chats, Forums...full of interaction and communication! \n\n...and much MORE! \n\n""Awesome game! If you like empire building game, or you are a fan of ogame/travian/evony on PC, I think you will surely enjoy this."" \n\n""When I looked at the screenshots, I knew it would be a good game for my taste. But now I will say this game totally exceeds my expectation!"" \n\n""A great game that you will regret to miss!""",iFree Studio Limited,9+,"EN, DE, JA, KO, RU, ZH, ZH",60305408,Games,"Games, Role Playing, Entertainment, Strategy",1/12/2011,31/10/2013
-https://apps.apple.com/us/app/my-kingdom-for-the-princess-iii-hd-lite/id476533159,476533159,My Kingdom for the Princess III HD Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/c6/5e/8a/c65e8a75-1f40-0e53-abbd-a72c00db0b92/source/512x512bb.jpg,4.5,251,0,4.99,"""Finally! The great adventure continues! Familiar landscapes and great gameplay that combines features of time-management, simulation and strategy are waiting for you in the third part of My Kingdom for the Princess! \n...It's been twenty five years since Arthur and Helen became a royal couple and settled down in a palace and brought to life 3 lovely sons. Their children grew up, and now it\u2019s time for marriage. Unfortunately, all three sons fall in love with the same girl \u2013 the lovely heiress Princess Elizabeth. It's up to you to figure out who deserves her hand! \n\nThere will be some surprises: \n- your workers are more diligent; \n- buildings bring in more resources; \n- five magical artifacts; \n- unexpected bonuses; \n- more charming mini games; \n- new colorful interface; \n- unique trophies; \n- beautiful comics; \n- well balanced levels, that gradually become more challenging; \n- a wonderful new castle to build -- this time with a bear! \n\nIt\u2019s time to prove that you are worthy of marrying a princess! Pass all the tests and win her love! \n---------------------------------------------------------- \nLIKE GAMES BY NEVOSOFT? \nWHY NOT TRY SOME OF OUR OTHER GAMES! \n\nMy Kingdom for the Princess: An addictive, award-winning game with unique game play that combines time management, strategy, and simulation. \n\nMy Kingdom for the Princess 2: The adventures of Arthur and Princess Helen continue in this long awaited sequel to the addictive strategy, time management, simulation game \n\nLandGrabbers: This addictive game combines classic elements of strategy, simulator, and resource management. Nothing can stop you from conquering the world now! \n\nParadise Beach: build a beach resort of your dream in a new addictive tycoon-style, click management game! \n\n--------------------------------------------------------- \nGet the inside scoop on Nevosoft Games: \nJoin us on Facebook: www.facebook.com/Nevosoft \nFollow us on Twitter: http://twitter.com/NevosoftGames \nWatch us on YouTube: http://www.youtube.com/NevosoftCOM \nVisit our site: http://www.iphone.nevosoft.com""",Nevosoft LLC,4+,"EN, FR, DE, RU, ES",167112704,Games,"Games, Simulation, Strategy",3/08/2012,7/09/2013
-https://apps.apple.com/us/app/kingdoms-of-camelot-battle/id476546099,476546099,Kingdoms of Camelot: Battle,,https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/08/67/af/0867af84-8b5e-6459-c93b-86b2a2eb0c8a/source/512x512bb.jpg,4,16450,0,"19.99, 9.99, 4.99, 99.99, 29.99, 49.99, 1.99, 2.99, 0.99, 0.99","Build a mighty empire, forge alliances, unlock prizes, and claim your throne as ruler of the kingdom!\n \u25ba\u25ba\u25baReached #1 on the App Store in over 68 Countries! \u25c4\u25c4\u25c4\n \u25ba\u25ba\u25ba9.5 Million players and counting\u25c4\u25c4\u25c4\n\n\nJoin millions of players as you build your empire in Kingdoms of Camelot: Battle for the North! (Camelot web players: this game does not connect to your web kingdom: it\u2019s an all-new mobile game)\n\nDrust mac Erp and his savage Picts have overrun Northern Britain. King Lot of Lothian is dead. His widowed queen, Morgause, appeals to her half-brother Arthur for help. It\u2019s up to you to answer Arthur\u2019s call and save the Kingdom!\n\nBUILD A MIGHTY ARMY\n\xb7 Gather Knights, Heavy Calvary and more as you grow a massive army\n\xb7 Train hundreds and thousands of elite troops to dominate the realm\n\xb7 Fight for the glory of your medieval Kingdom with powerful forces\n\nJOIN ARTHUR\u2019S KNIGHTS OF THE ROUND TABLE\n\xb7 Recruit legendary Round Table Heroes to enhance your city\n\xb7 Command famous medieval Knights like Sir Lancelot, Sir Gawain, Sir Percival and more\n\xb7 Strengthen your mighty empire as you add high-ranking officials to lead your roster\n\nFORGE ALLIANCES WITH OTHER RULERS\n\xb7 Join Millions online to form Alliances and combine forces with fellow Lords and Ladies\n\xb7 Use real-time chat to prepare strategic battles against other kings\n\xb7 Ally with friends or challenge enemies in the ultimate quest for power\n\nDAILY REWARDS\n\xb7 Log in daily, participate in tournaments, and earn valuable prizes!\n\xb7 Discover new exciting items to increase your empire\u2019s power and might\n\xb7 Dominate the leaderboards and earn the respect of the citizens of Camelot\n\nEXPAND CAMELOT\u2019S LEGACY\n\xb7 Build an empire and claim your throne in Camelot\n\xb7 Conquer enemies and lay siege to savage Picts and evil\n\xb7 Rule the medieval realm to become the most powerful King!\n\nFollow @KoCMobile on Twitter for the latest news!\nLike us on Facebook: https://www.facebook.com/KingdomsofCamelotMobile\n\n\n**************IMPORTANT**************\nNote: A network connection is required to play\nWorks with iPhone 3GS, 4, 4S, iPod touch 3rd & 4th gen, all iPads\nRequires iOS 4.3 or later\n************************************\n\n*********************************\nBy downloading this game, you agree to the Terms of Service, Privacy Policy and the License Agreement. \n\nhttp://www.gaea.com/en/privacy\nhttp://www.gaea.com/en/termsofuse\n*********************************",Gaea Mobile Ltd,9+,"CA, HR, CS, DA, NL, EN, FI, FR, DE, EL, HU, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, UK, VI",433077248,Games,"Games, Simulation, Strategy, Entertainment",1/03/2012,27/05/2019
-https://apps.apple.com/us/app/whot-free/id476619050,476619050,Whot! Free,,https://is3-ssl.mzstatic.com/image/thumb/Purple111/v4/e0/97/b2/e097b2f6-0c9b-65c1-2e97-55658f03420f/source/512x512bb.jpg,4,47,0,"0.99, 0.99","WHOT! Card Game\n\nWHOT! is a social networking platform. Whot! Free Card Game is a classic fast-paced and exciting card game for all ages built on the Whot! Social Networking Platform. Get rid of all your cards first and score points for the cards you play. The first player to shed all their cards wins.\n\nThe key features in WHOT! include:\n\xb7 Detailed Graphics\n\xb7 Intuitive style menu manipulation and selection using your finger\n\xb7 Universal app for iPhone\u2122, iPod\u2122 touch and iPad\u2122 devices\n\xb7 4 fun and challenging levels! More to come\n\xb7 Real life rewards for achievements and points in the game using Kiip Rewards\n\xb7 Automatically tracks and saves all of your game stats\n\xb7 Free to play on Facebook Social Network\n\xb7 Online Achievements with Game Center support\n\xb7 Select your favorite card faces to use, just $0.99.\n\xb7 On-screen ""How to play"" instructions and button actions.\n\xb7 PC-style menus allow easy and intuitive configuration and navigation.\n\xb7 Retina Display support\n\xb7 Post, Share, Display Game Scores to Heyzap Social Network for Gamers.\n\nWHOT! Free Card Game is easy to learn but offers players plenty of twists and surprises \u2013 making it one of the most popular card games in the world.\n\nWHOT! Free Card Game is for Casual Gamers\n\nPlayed with just one finger!\n\nVery easy to learn... and addictive.\n\nEnjoyable for kids and adults.\n\nCompetitive scoring to compete with friends and family.\n\nA true bargain...FREE... what do you have to lose?\n\nWHOT Scoring\n---------------------\n1 => 15 points\n2 => 20 points\n3 => 3 points\n4 => 4 points\n5 => 40 points\n6 => 6 points\n7 => 7 points\n8 => 30 points\n9 => 25 points\n10 => 10 points\n11 => 11 points\n12 => 12 points\n13 => 13 points\n14 => 35 points\nWhot => 50 points\n\nCards of the Star or Orange suit (apart from 1,2,5,8 and 14) have doubled points.\n\nPlaying more than one card in a turn gives an extra 50 points multiplied by the current turn (off a 0-based index).\n\nExample: Assuming a player plays the following sequence: 8, 8, 14, 14 and 10.\n\nThe points for each card would be as follows: 30 + (50 * 0), 30 + (50 * 1), 10 + (50 * 2), 10 + (50 * 3), 10 + (50 * 4).\n\nApple is not a sponsor of any Kiip reward or promotion.",Mitee Games,4+,EN,17964734,Games,"Games, Strategy, Card",1/12/2011,1/12/2011
-https://apps.apple.com/us/app/bees-gone-bonkers/id476776595,476776595,Bees Gone Bonkers,,https://is2-ssl.mzstatic.com/image/thumb/Purple69/v4/b4/19/8e/b4198eb2-128d-9048-395c-fccdfda71a7b/source/512x512bb.jpg,4,111,0,"1.99, 0.99, 0.99, 3.99, 4.99, 0.99, 1.99, 1.99","""\u201cBees Gone Bonkers is an addictive game (...) with gorgeous graphics and an easy to use interface\u201d -- INFO Exame Magazine\n\u201cA simple and very fun game\u201d -- MacMagazine\n\u201cVery beautiful graphically, with very challenging levels\u201d -- ZEletron.com.br\n\nA bee's life isn't all honey and roses! Get this beehive in order by filling up the screen with honey, fruits, bubbles... whatever gets the job done! Just don't let them pop!\n\nBees Gone Bonkers! is a simple but very exciting and addictive game, featuring:\n\n- A total of 111 thrilling and increasingly challenging levels!\n- Employ different tactics when dealing with up to 7 different kinds of bees!\n- Hop on a journey with the bees to the grocery store, a local sports shop, the amusement park, under the sea, and even to outer space!\n\nFor iPod touch, iPhone, and iPad.""",Byte-Pronto Games,4+,"EN, FR, DE, IT, PT, RU, ES",26512384,Games,"Games, Puzzle, Strategy",15/11/2011,31/08/2016
-https://apps.apple.com/us/app/magic-life-point/id476959551,476959551,Magic Life Point,,https://is4-ssl.mzstatic.com/image/thumb/Purple/v4/0f/d7/28/0fd7282b-f0aa-387c-a545-d0c8ce6c1529/source/512x512bb.jpg,2,21,0,,"""*** Magic Life Point ***\n\nMagic Life point is the application in honor of the famous card game Magic The Gathering \xa9.\nThis application is for all players of this game.\nIt helps to track your score and the score of your enemies in order to make the card game of Magic The Gathering really pleasant !\nAren't you tired of never having a piece of paper and a pen to memorize your scores ?\nWhy don't you use your iPhone or iTouch to help you?\n\nOptions of the application :\n\n- Choose the type of games (1-5 players)\n- Choose who begins the game with the button ? Roll Dice ?\n- Choose the names of players\n- Choose the number of points of life to remove or add\n\n*** News version 1.1 ***\n\n- iOS compatible version from 3.0\n- New Design !\n- New Interface \xab Roll Dice \xbb\n- Touch the button Dice or shake the device to roll the dices\n- Dice 20 faces\n- Button \xab Roll Dice \xbb accessible from any number of players\n- Integration of a tutorial\n- Application in both English and French\n\n*** News version 1.2 ***\n\n- Adding Poisons Counters\n- Improving tutorial\n\n*** News version 1.3 ***\n\n- Adding Commanders Counters !\n- Improved tutorial\n- Fix some bugs\n\nThe application is compatible with different operating systems iOS: iPhone 4, iPhone 3GS/3G/2G and all versions of iPod touch!\n\nIf you have any questions or comments to make in relation to this application you can contact me by sending an email:\n** admin@jordan-montel.fr **\nor on my website:\n** http://www.jordan-montel.fr **\n\n*** Magic Life Point *** is an application easy to use, intuitive and free ! So enjoy it!\n\n\xa9 COPYRIGHT - Jordan Montel 2011""",Jordan Montel,4+,"EN, FR",6375215,Games,"Games, Card, Strategy",15/11/2011,15/04/2012
-https://apps.apple.com/us/app/x-versus-o/id477039329,477039329,X Versus O,,https://is1-ssl.mzstatic.com/image/thumb/Purple117/v4/8c/2f/8f/8c2f8fbf-c749-8ea3-35a2-6aed49190e80/source/512x512bb.jpg,3.5,31,0,,"""A classic tic tac toe game that you can play against friends over cellular or WiFi using Game Center.\n\nFeatures:\n\u2022 Play multiple matches at once.\n\u2022 Close the game. It's okay. You can use other apps while staying in the match.\n\u2022 You're notified when it's your turn, even if you're using another app.\n\u2022 Leaderboards and Achievements.\n\u2022 It's totally free [there are ads];\n\nRequirements:\n\u2022 You need Game Center to play.\n\nNote: There is currently no single player or local multiplayer mode. If you don't have any friends of your own you can use Auto-Match to find someone to play with.""",X2 Studios,4+,EN,8306688,Games,"Games, Board, Strategy",18/11/2011,29/05/2017
-https://apps.apple.com/us/app/rail-flies/id477058068,477058068,Rail Flies,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/b1/1f/1f/b11f1f0f-27df-09e7-9bfc-463fcd38f9dc/source/512x512bb.jpg,,,0,"0.99, 0.99, 0.99","""Rail Flies is a simple yet devious puzzle game. Your goal: rid the rails of the nasty fly infestation.\n\nThe flies refuse to leave the grid. Even when you zap them with an electric shock from the rails on which they're perched, all they do is blithely take a step forward. But wait... two of them just collided and flew away! It seems they don't like each other very much.\n\nAnd look - each rail in the grid can rotate. When a fly has nowhere to go when prodded, it just sits there, sulking. So if you can rotate the rails such that the flies are able to move, you might be able to knock them into one another. Easy enough, right?\n\nBut all the rails in the grid rotate in the same direction, and at the same time. Hmmm. This could get complicated.\n\nThe game begins!\n\nRail Flies includes a tutorial level and twenty grids (some more infuriating than others - don't worry, solutions for all grids are included). There's also a built-in option for obtaining more levels.\n\nBe sure to check out the funky original soundtrack as well! (Via the Help button.)""",Jim Holloway,4+,EN,107233280,Games,"Games, Entertainment, Strategy, Puzzle",5/12/2011,18/10/2016
-https://apps.apple.com/us/app/crazy-caps/id477076878,477076878,Crazy Caps,,https://is4-ssl.mzstatic.com/image/thumb/Purple128/v4/18/89/cc/1889cc86-af8b-85cd-2903-9adbd716dd17/source/512x512bb.jpg,4.5,275,0.99,"0.99, 0.99, 0.99, 0.99, 0.99, 0.99","To celebrate the game Hi Seal of the Friends of the company on-line, limited time free, Enjoy! At this point in the AppStore search and download Hi Seal, that the opportunity to join the list of game fans.\n\n ""A fantastic game you never get tired of playing!""\n ""The best match-3 puzzle game bets you have never been so much fun!! ""\n ""The creative design breaks those normal match-3 puzzle games that might drive you crazy!!!""\n ""It\'s more alike a unique brainstorm will shock all your senses!!!!""\n\nGame features:\nSupport for iPhone retina HD display.\nRefuse tricky junk message push and AD either.\n3 modes + 6 bonus caps = big surprise we offer you!\nEveryone can play it quickly and easily but obviously you want play smartly you got to be smarter!\nClassic and Survival modes support 3 different levels that fit different people each way.\nThe adding Bonus Round brings you more fun.\nPuzzle mode offers you 140 rounds and update twice a month.\nSupport for Game Center, you can show yourself in front of 250 million players worldly.\n\nGame Description:\nUnder Classic and Survival modes, if no any cap can be eliminate, then game over.\nYou get pass if you make two birds to the adjacent position under Puzzle mode.\nYou will be given gold coins awards in Bonus Round, and you will gain gold coins awards too if you pull out hidden gold gaps under Puzzle mode.\nSome gold coin will be costed if you use game hint.\nYou may buy gold coins by store if the current coins you gain don\'t meet your need.\n\nContact us:\n Suggestion and feedback: 2763179545@.qq.com",Zhou Rui,9+,"EN, DE, JA, ZH",43856896,Games,"Games, Strategy, Entertainment, Puzzle",10/12/2011,26/09/2018
-https://apps.apple.com/us/app/voracity/id477145478,477145478,Voracity,,https://is3-ssl.mzstatic.com/image/thumb/Purple19/v4/5a/21/d7/5a21d7e9-ebe9-b28c-519f-13672b4d60c6/source/512x512bb.jpg,,,0.99,,"Voracity is a simple puzzle game. Try to get the highest score by eating the most numbers on the board. Think of it as a turn-based ""snake"" where you try to consume the entire board, but you will need to look several moves ahead to get a decent score. It is very simple to play, but at the same time it is surprisingly addictive.",The Code Zone,4+,EN,22913024,Games,"Games, Strategy, Puzzle",7/11/2011,19/10/2016
-https://apps.apple.com/us/app/blue-libra-lite/id477431973,477431973,Blue Libra Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple118/v4/91/8f/dc/918fdc78-d3f5-6fcf-bcda-48e30d85ffab/source/512x512bb.jpg,3.5,25,0,,"Command the last of the Libra class carriers and avenge the fall of your home world in this space real time strategy game.\n\nBuild a variety of crafts, conquer planets and space stations and travel the universe. You will face a single player campaign filled with exciting battles depicted with unique art style. Upgrade your ships between missions and combine them into unstoppable fleets roaming the galaxy.\n\nSurvival of your race depends on your actions Commander!\n\nBlue Libra is available for MacOS, iPhone and iPad.",Orator Games,9+,EN,25430016,Games,"Games, Strategy, Action",2/11/2011,9/08/2018
-https://apps.apple.com/us/app/vaccine-case/id477515534,477515534,Vaccine Case,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/da/2e/5b/da2e5b05-0332-f8d8-b4f7-dcb12c084e38/source/512x512bb.jpg,5,6,1.99,,"Store, mix, and pour the vaccine out to eradicate the virus.\nYour brains\u2019ll be pouring out too with the soaring difficulty of this \u201cgusher\u201d puzzle game.\nThat\u2019s what Vaccine Case\u2019s all about.\n\nEven the judges got hooked by surprise! Winner of the Adobe AIR Contest 2012 Multiplatform Award!\n\nThe key to everything is the order you open the partitions holding back the vaccines.\nEliminate each stage\u2019s virus cells with vaccines of matching colors by trial & error.\n\n100 stages of abundant designs and tricks.\nAlso has all twelve stages of the free version \u201cVaccine Case Lite\u201d.\n\nRules:\n\u2022 The object is to open the partitions, and let out the vaccine to eradicate the virus cells of the same color.\n\u2022 However, when you eliminate even one cell, the vaccine will turn clear and no longer work.\n\u2022 When you make a mistake, you can go back step by step with the UNDO button on the lower left (at most ten times).\n\u2022 You cannot open partitions between vaccines of different colors.\n\u2022 As the game progresses purple and orange viruses will also appear. Mix the vaccines to make the appropriate colors with the mixer.",Wataru Nakano,4+,EN,23060480,Games,"Games, Strategy, Entertainment, Puzzle",11/11/2011,17/09/2016
-https://apps.apple.com/us/app/reversi-community/id477637460,477637460,Reversi Community,,https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/a8/22/8c/a8228cf8-df6d-52d1-f8bd-d4db451fd281/source/512x512bb.jpg,4,106,0,0,"\u25a0\u25a0\u25a0 Let\'s enjoy Reversi with GameCenter and Salon! \u25a0\u25a0\u25a0\n\nUnrestricted Play! Unrestricted chat!\n\nWe added a new feature ""Guest Login"", which make it possible to play without registration.\n*Registered users can log in to the Reversi Community using other devices.\n\nReversi Community supports turn based gameplay via GameCenter.\nYou can play with Reversi users who are connecting to Game Center in the world.\nLet\'s play and aim at higher rank.\n\nYou can now play at the Salon!\nTwo month unrestricted play.\nIf you connected to Wifi/3G, you can play with other players at any time who logged into the Salon via network.\nLet\'s enjoy the game online.\n\nNew features:\n\n- Salon Network:\nYou can play with other players at any time who logged into the Salon via network.\n\n- Commentary Chat Room:\nYou can chat with everyone at the salon waiting room.\nDuring a game, you can chat with only your opponent.\n\nAdd-on System:\n\n""Class match"" will be valid When you purchase an add-on.\nAdd-on can be purchased from within the Reversi Community.","Dreamonline,inc.",4+,"EN, JA",21966848,Games,"Games, Strategy, Entertainment, Board",10/11/2011,13/11/2014
-https://apps.apple.com/us/app/battle-group-lite/id477913190,477913190,Battle Group Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple4/v4/43/7d/ae/437daea6-fef1-06c5-09a8-b0734dcf7981/source/512x512bb.jpg,4,99,0,,"The near future. A pirate conglomeration equipped with the latest military hardware wages an unopposed war of plunder within the vital trade routes of the world. A naval force of modern warships drawn from a unified community of free nations is assembled to meet this growing threat. You are their commander.\n \n****************************** \n\niFanzine 2011 iOS Developer Achievements\nAchievement for Best Gameplay in a Genre-Defined Title - Winner\nAchievement for Outstanding Audio Engineering - Winner\nAchievement for Outstanding Trailer - Runner Up\n \nFreeplay Independant Game Awards\nBest Game Audio - Finalist\n \n""A perfectly crafted rail shooter, Battle Group is a must-have for shoot \u2018em up fans"" - 5/5 - ifanzine.com\n""Battle Group is fast becoming one of the best games that I\u2019ve played on the iPhone all year"" - 5/5 - nineoverten.com\n""...entirely unique and challenging in a way that teases you to play just one more level"" - 4/5 - Appspy.com\n""...the action is never less then rivetingly tense and backed with finely tuned controls. "" - 8/10 - pocketgamer.co.uk\n\u201cApp of the Day\u201d - cnet.com.au\n""Great graphics mixed with that important great fun and addictive gameplay featuring some truly great blasting action"" - 5/5 - iphonegameruk\n""...the gameplay is exciting and challenging"" - indiegamemag.com\n""Highly Recommended! "" - indie-gamers.com\n""...just the amount of care given to Battle Group makes it worth checking out. "" - 4/5 - 148apps.com\n""...those hankering for a cleanly presented touch-screen blaster with brains will find much to enjoy"" \u2013 3.5/5 - dpadmagazine.com\n \n****************************** \n \nJoin our growing community on Facebook (www.facebook.com/BattleGroupGame) to discover the latest Battle Group news, talk to the developers or suggest ideas for future updates. Want bigger and badder Battleships? Let us know!\n \nPlease use the app store review system and let us know what you liked so that we can continually improve the experience.\n \n******************************\n \n\u25c6 TACTICAL ACTION / MODERN NAVAL WARFARE\n \nFight off waves of air, land and sea based opponents. A simple to use control method lets you get straight into the action.\n \n\u25c6 USE ADVANCED ARMAMENTS\n \nControl the devastating power of modern naval weaponry including anti-air missiles, naval guns and jump jet interceptors.\n \n\u25c6CUSTOMISE YOUR FLEET\n \nSelect from a diverse range of ship types including Patrol Boats, Guided Missile Frigates, Aircraft Carriers, Battleships and more.\n \n\u25c6 UNLOCK NEW SHIPS AND SPECIAL ABILITIES\n \nA reward system for exceptional performance allows you to purchase new ship classes. Gain experience in battle to unlock abilities specific to each ship.\n \n\u25c6 IMMERSIVE STORYLINE\n \nWho are these pirates? What are their true motivations? And is everything as it seems? Uncover the sinister plot as told through the dialogue of veteran video gaming voice actor Bob Carter. \n \n\u25c6 AUTHENTIC EXPERIENCE\n \nResearched and developed in consultation with actual ex-serving naval personnel.",Bane Games,4+,EN,120598528,Games,"Games, Simulation, Entertainment, Strategy",22/01/2012,11/12/2013
-https://apps.apple.com/us/app/kingdoms-lords-prepare-for-strategy-and-battle/id477962962,477962962,Kingdoms & Lords - Prepare for Strategy and Battle!,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/f2/f8/2c/f2f82cec-a883-3213-a557-4e5ad2b88ef4/source/512x512bb.jpg,4,8373,0,"1.99, 4.99, 9.99, 19.99, 49.99, 99.99","""Optimized for the 4-inch Retina display on iPhone 5\n\n*****This game is the perfect combo of working for advancement and reward.\n*****I have been waiting FOREVER for a medieval themed city-building RPG to come along and at long last, Gameloft has answered the call!\n*****Awesome game can't stop playing it!!\n\n\nIn Kingdoms & Lords, the peace and quiet of your rural village are shattered by the threat of Barbarian forces. With war upon your region, you must build up your village and train your militia. But, things take a turn for the worst: The Dark King has returned to power, invading every territory across the continent...\n\nA DUAL GENRE: SIMULATION AND STRATEGY\n\u2022 A strategy game: raise an army and attack your neighbors. Hire/train/grow your army to\nprepare them for combat. \n\u2022 A medieval simulation: expand lands, cultivate crops and raise animals to get\nmoney and food. Enjoy a rich production system to build your kingdom.\n\nLET YOUR FRIENDS JOIN THE FUN\n\u2022 Challenge your friends by launching your troops against their lines of defense and see\nwho has the best army!\n\u2022 Forge alliances, rescue their units, and send them unique gifts.\n\nA TRUE ECONOMY TO MANAGE ON A DAILY BASIS\n\u2022 Optimize your production system and get extra revenue\n\u2022 Upgrade your buildings, unlock new ones and enhance your capabilities\n\u2022 Invest to grow your army to upgrade their weapons\n\u2022 Protect your kingdom, defeat rival armies and steal their resources\n\n\n----\n\nVisit our official site at http://www.gameloft.com\nFollow us on Twitter at http://glft.co/GameloftonTwitter or like us on Facebook at http://facebook.com/Gameloft to get more info about all our upcoming titles.\nCheck out our videos and game trailers on http://www.youtube.com/Gameloft \nDiscover our blog at http://glft.co/Gameloft_Official_Blog for the inside scoop on everything Gameloft.\n\nCertain apps allow you to purchase virtual items within the app and may contain third party advertisements that may redirect you to a third party site.\n\n\nPrivacy Policy : http://www.gameloft.com/privacy-notice/\nTerms of Use : http://www.gameloft.com/conditions/\nEnd User License Agreement : http://www.gameloft.com/eula/""",Gameloft,4+,"ZH, EN, FR, DE, IT, JA, KO, PT, RU, ZH, ES, ZH, TR",48459776,Games,"Games, Adventure, Strategy",9/08/2012,4/06/2013
-https://apps.apple.com/us/app/armament-2028-lite/id477998296,477998296,Armament 2028 Lite,,https://is3-ssl.mzstatic.com/image/thumb/Purple122/v4/7b/52/49/7b5249bf-0349-ce45-516a-fccbe407b43c/source/512x512bb.jpg,4,12,0,,"This is the lite version of Armament 2028, a traditional turn-based strategy game played on a hexagonal map. \nArmament 2028 is a new game from developers of Assault Commander Ultimate.\n\nFeatures: \n3 single player missions in 3 campaigns. \nVarious unit types including infantry, tanks, artillery, ships and other units of advanced future warfare. \nBuildings including factories and resource collectors. \nAdvanced AI. \nThree difficulty levels for single player maps. \nRealistic sounds and great soundtracks. \nTactical map by pinch and zoom on the screen. \nGame Center leaderboards. \nSave and load games from Main Menu, autosave.\n\nSome user comments of previous or current version of the full version of the game:\n\nLizz Pons: ""Few words can easily describe this game: Armament is the chess of war games.""\nCaptChris69: ""This is without a doubt one of the best TBS games for a tablet that I have ever played.""\nLauchlanair: ""Great Game. If you like military strategy games get this one."" \n\nThanks for your continuous support and reviews.\nJoin us on Facebook: http://www.facebook.com/vtdevapps\nFollow us on Twitter: http://twitter.com/vtdevapps",VTDev Informatics LLC,12+,"EN, FR, DE, IT, JA, KO, PL, RU, ES",106262528,Games,"Games, Strategy, Board",10/11/2011,21/03/2017
-https://apps.apple.com/us/app/ravenmark-scourge-of-estellion/id478016806,478016806,RAVENMARK: Scourge of Estellion,,https://is3-ssl.mzstatic.com/image/thumb/Purple6/v4/f9/1c/cb/f91ccbb5-6671-36a0-5e33-b91d83bce384/source/512x512bb.jpg,4.5,910,9.99,"0.99, 0.99, 9.99, 4.99","50% OFF FOR WWDC! Experience the award-winning wargame, Ravenmark: Scourge of Estellion, where epic fantasy and turn-based strategy unite!\n\n*** CRITICS\' CHOICE ***\n\n""...We\u2019re especially big fans of games like Nintendo\u2019s Advance Wars. RAVENMARK is striving to be a spiritual successor to that venerable franchise, and there are sublime moments where it comes pretty damn close."" - Gizmodo UK\n\n""The art is lovely, the strategy surprisingly deep and well-rounded."" - Kotaku\n\n""Witching Hour\'s maiden project Ravenmark: Scourge of Estellion is almost everything this iPhone-touting strategy game aficionado could ask for... A complete and utter joy."" - TouchArcade, 4.5 out of 5 stars\n\n""A classy debut that hits all the right notes and puts other turn-based strategies in the shade."" - Tap! Magazine UK, 5 out of 5 stars\n\n""Players looking for a truly epic strategy experience on the iOS platform should grab this game immediately."" - 148Apps, 4.5 out of 5 stars\n\n------------\n\nUpheaval and chaos approaches the ancient Empire of the Raven. \n\nIn the world of Eclisse, the ruling Empire of Estellion is besieged by a scourge of embittered zealots from the swamp nation of Kaysan, erased from history by the Empire\u2019s hubris. As the Empire struggles against nigh-endless invaders and ruthless political machinations, its heroes must fight to restore the banners of the raven\u2026 Or fall to the Scourge of Estellion. \n\nDYNAMIC TURN-BASED COMBAT\nRavenmark: Scourge of Estellion is a turn-based wargame, where strategic troop placement is essential to succeess. Battles employ a dynamic \u201cwe-go\u201d system where the actions of allies and enemies unfold in a simultaneous battle phase. Commanders must to think ahead, anticipating all movements of their enemies instead of just reacting to them. \n\nDOMINATE BATTLES THROUGH THE TOUCH INTERFACE\nExplore a myriad of tactics at your fingertips with intuitive touch controls and unique management systems, like the Formation system: Group up to three units of a kind into a single formation, which enables special abilities and buffs to crush enemies quicker. The Standing Order system offers A.I. assisted commands that address the headaches of micro-managing the entire army every round. Use these tools to develop your own novel strategies and overcome the odds!\n\nTHE SYMPHONY OF WAR\nA rousing cinematic soundtrack underscores the tension and drama that unfolds in the battlefields of RAVENMARK. Composed by Josh Whelchel, lauded for his work with Castle Story and Wind-up Knight, the music will immerse you ever deeper into the world of Eclisse!\n\nA VAST LORE TO EXPLORE\nVenture into the Codex, an in-game encyclopedia which documents the richly storied history and cultures of Eclisse. Unlock new entries as you progress through the campaigns and encounter new nations, characters, locales and more!\n\nExplore the world of Ravenmark: http://www.ravenmark-saga.com \nLike it on Facebook: http://www.facebook.com/RavenmarkSaga \nTweet about Ravenmark: @RavenmarkSaga",Witching Hour Studios,12+,EN,1025170432,Games,"Games, Strategy, Role Playing",10/11/2011,10/11/2015
-https://apps.apple.com/us/app/rebuild/id478523928,478523928,Rebuild,,https://is1-ssl.mzstatic.com/image/thumb/Purple118/v4/84/c0/75/84c075f6-8506-1d50-fd1a-4a16e8502e5c/source/512x512bb.jpg,4.5,4168,2.99,,"""I don\'t wave around non-words like \'unputdownable\' often, but Rebuild deserves it."" - Touch Arcade (4.5/5)\n\n""Rebuild is a solid, fun, unique and just plain awesome game."" - JayIsGames (4.6/5 Best strategy or simulation game of 2011)\n\nGAMEPLAY\n\nGather survivors of the zombie apocalypse and defend your fort against undead attacks. Reclaim one building at a time and put your survivors to work scavenging for food, building houses, rediscovering technology and of course killing zombies.\n\nBeware of rival gangs, illness, thieves and even riots as you rebuild a city in this post apocalyptic turn based strategy game.\n\nFEATURES\n\n- Unique turn-based strategy gameplay\n- Randomly generated cities\n- Customizable characters\n- 5 levels of difficulty\n- 7 endings to discover\n- Game Center highscores and achievements",Northway Games Corp.,12+,EN,67604480,Games,"Games, Simulation, Strategy",17/11/2011,15/02/2018
-https://apps.apple.com/us/app/ball-jump/id478556025,478556025,Ball Jump.,,https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/5c/bb/e7/5cbbe70a-3c71-fbab-ff14-92a2f8c4ff1f/source/512x512bb.jpg,,,0.99,,Features of Ball Jump:\n\nIn Ball Jump you have to control a green ball with either your finger or the accelerometer (can be changed in settings). The aim is to jump from platform to platform to get as high as possible. you jump on the red platforms to bounce. some of these platforms will fall so be careful! If you jump on a yellow platform then you will bounce a lot higher and this platform will also fall. Try to avoid the brown platforms which you will stick to and wont bounce on.\n\nFeatures of Ball Jump\n\n-Tilt or Touch Control\n-Ground Breaking Physics Engine\n-Score Counter\n-High scores\n-Pause functionality\n-Falling Platforms\n-Sticky platforms\n-Boost Platforms\n-Small Platforms\n-No Ads\n\nIf you would like to try out the app for free you can also download the Lite version which includes:\n\n-Tilt or Touch Control\n-Ground Breaking physics engine\n-Ads,Smudge Software,4+,EN,5614592,Games,"Games, Simulation, Entertainment, Strategy",11/11/2011,26/09/2016
-https://apps.apple.com/us/app/carcassonne-helper/id478595120,478595120,Carcassonne Helper,,https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/2f/43/37/2f4337d8-aafb-89f3-6404-a0e9fc68fe13/source/512x512bb.jpg,3.5,7,0.99,,"Carcassonne is a great boardgame with many MANY expansions. The problem tends to be how to select what expansions to play with, since playing with them all will take forever. Another problem is to remember the rules for them all.\n\nCarcassonne Helper will help you solve both problems! You can now select which expansions you own, and the app will randomly tell you which ones you should play with. It also have notes on the rules for all expansions, to help you remember.\n\nThe following expansions are included:\n\nLarge expansions\n\nInns & Cathedrals (2002)\nTraders & Builders (2003)\nThe Princess & Dragon (2005)\nThe Tower (2006)\nAbbey & Mayor (2007)\nCount, King, and Cult (2008)\nThe Catapult (2008)\nWheel of Fortune (2009)\nCastles, Bridges & Bazaars (2010)\n\nSmall expansions\n\nThe River (2001)\nThe River II (2005)\nGQ11 Mini Expansion (2006)\nCult, Siege and Creativity (2008)\nThe Tunnel (2009)\nThe Crop Circles (2010)\nThe Plague (2010)\nThe Festival (2011)\nThe Phantom (2011)\nThe School (2011)\nThe Flier (2012)\nThe Messages (2012)\nThe Ferries (2012)\nThe Goldmines (2012)\nThe Mage and the Witch (2012)\nThe Robber (2012)\nLittle Buildings (2012)\nThe Wind Roses (2013)\n\nCarcassonne was created by Klaus-J\xfcrgen Wrede, Carcassonne Helper is in no way affiliated with Klaus-J\xfcrgen Wrede or any publisher of Carcassonne. All right are reserved to their respective owners.",Jonny Johansson,4+,"EN, IT",9850880,Games,"Games, Board, Reference, Strategy",11/11/2011,7/09/2014
-https://apps.apple.com/us/app/blocks-hurt/id478631481,478631481,Blocks Hurt!,,https://is2-ssl.mzstatic.com/image/thumb/Purple114/v4/37/a3/06/37a306b6-3c8f-a6d4-73c6-271a22c4da16/source/512x512bb.jpg,4,26,0,"0.99, 1.99","""Blocks Hurt! is not only surprising as a game, it is a genuine pleasure to play. It\u2019s truly one of those rare indie games that are all too often overlooked."" -- 148Apps\n\n""Blocks Hurt! is one of those games that, no matter how much you read about it or hear about it from someone else, you just have to play for yourself to decide if it\u2019s for you."" -- The Indie Game Magazine\n\n""Blocks Hurt! is a must have for fans of tower defence and matching blocks. Overall a fun, original game that is worth every penny."" -- AppZilla\n\n****\n\nPlay with blocks in a way you never imagined!\n\nFreaky creatures are coming for you\u2026 Stop them! Unchain your deadly blocks, match them, stack them or HURL THEM against this parade of bizarre monsters!\n\nAre you ready for the most unconventional matching block experience!?\n\nINNOVATIVE GAME MECHANICS\nBlocks are blocks, you know. You can stack them, you can match them\u2026 but why not using them as weapons? The endless chain spawns colorful blocks, unshackle them to build barricade or striking down monsters!\n\nTONS OF FREAKY CRAWLING CREATURES\nFight against Evil Pumpkins, Flying Abominations and Bad Boletus! Battle the most eclectic bestiary you will ever see!\n\nFOUR DIFFERENT KINDS OF BATTLE\nEach battle is a new battle! Game stages can have four different, exciting goals:\n\n""Collect blocks"": Match an exact amount of blocks while defending from monsters!\n""Build the wall"": use blocks to build structures. Destroy annoying creatures struggling to thwart your efforts!\n""Survive time"": Withstand hordes of monster for a short (but hard) time!\n""Kill the boss"": Destroy huge bosses, each with peculiar attacks and strategies!\n\nOUTSTANDING POWERS AND SPECIAL BLOCKS\nYou and your blocks are not alone in this battle against the evil forces: electrocute, freeze, disintegrate and slow down your enemy with special powers granted by monster juice!\n\n\n* HIGHLIGHTS *\n\n- 3 Fanciful scenarios\n- 90 Challenging battles\n- 4 Different kind of battle\n- 5 Huge bosses to defeat\n- Many destructive powers & special blocks\n- Amusing high quality soundtrack\n- 36+ Game Center Achievements\n- Optimized for old devices",Luca Giusti,9+,"EN, IT",60488704,Games,"Games, Strategy, Puzzle",16/12/2011,7/01/2019
-https://apps.apple.com/us/app/skiteam2011/id478711976,478711976,SkiTeam2011,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/d0/f5/18/d0f51800-1f4f-56d0-83bb-b5fc03065c4b/source/512x512bb.jpg,,,0,,"The 2012 version of SkiTeam is available ! Search for SkiTeam 2012 on the App Store !\n\n***\n\nDownload for free SkiTeam and become a ski manager!\n\nSkiTeam is a free application for iPhone that gives the players the opportunity to virtually manage an alpine skiing team. The objective is to collect points with a defined set of athletes for various events.\n\nThis recreation game presents the following features:\n\n- Manage a team of 8 athletes\n- Transfer athletes\n- Guess about the podiums of races happening around the world\n- Follow the evolution of your favorite athlete\n- Check on the game center how well your team is performing\n\nThanks to SkiTeam, enter the fascinating universe of the Alpine Ski WC.\n\nThe rules of this game can be found in the application.",Matthias Tschudi,4+,EN,8209623,Games,"Games, Sports, Sports, Strategy",15/11/2011,10/01/2013
-https://apps.apple.com/us/app/conceptis-fill-a-pix/id479420052,479420052,Conceptis Fill-a-Pix,Minesweeper like logic puzzles,https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/db/8f/7a/db8f7a9b-5c83-2562-f84c-fe4adb83ef97/source/512x512bb.jpg,4.5,1196,0,"2.99, 2.99, 3.99, 2.99, 4.99, 2.99, 3.99, 4.99, 3.99, 3.99","Fill-a-Pix are exciting logic puzzles that form whimsical pixel-art pictures when solved. Challenging, deductive and artistic, this original Conceptis puzzle offers the ultimate mix of logic, art and fun while providing solvers with many hours of mentally stimulating entertainment.\n\nEach puzzle consists of a grid containing clues in various places. The object is to reveal a hidden picture by painting the squares around each clue so that the number of painted squares, including the square with the clue, matches the value of the clue.\n\nThe game features a unique fingertip cursor which enables playing large puzzle grids with ease and precision: to fill a square, move cursor to the desired location and tap anywhere on the screen. To fill multiple squares, press and hold fingertip until cursor fills the square and start dragging to neighboring squares. The game also features a powerful Smart-fill cursor for quick, single-tap filling of all remaining empty squares around a clue.\n\nFor more fun, Conceptis Fill-a-Pix includes a Weekly Bonus section providing an extra free puzzle each week.\n\nPUZZLE FEATURES\n\n\u2022 42 free Fill-a-Pix puzzle samples\n\u2022 8 extra-large puzzles bonus for iPad only\n\u2022 Extra bonus puzzle published free each week\n\u2022 Puzzle library continuously updates with new content\n\u2022 Manually created by artists, top quality puzzles\n\u2022 Unique solution for each puzzle\n\u2022 Grid sizes up to 50x75 (65x100 for iPad)\n\u2022 Multiple difficulty levels\n\u2022 Hours of intellectual challenge and fun\n\u2022 Sharpens logic and improves cognitive skills\n\nGAMING FEATURES\n\n\u2022 Exclusive fingertip cursor design for solving large puzzles\n\u2022 Concurrently playing and saving multiple puzzles\n\u2022 Puzzle library sorting and hiding options\n\u2022 Portrait and landscape screen support (iPad only)\n\u2022 Enlarge, reduce, move puzzle for easy viewing\n\u2022 Smart-fill cursor for faster playing\n\u2022 Unlimited Undo and Redo\n\u2022 Auto-fill starting clues option\n\u2022 Show errors during gameplay\n\u2022 Check puzzle\n\u2022 Track puzzle solving times\n\nABOUT\n\nFill-a-Pix have also become popular under other names such as Mosaic, Mosaik, Fill-In, Nurie-Puzzle and Japanese Puzzle. Similar to Picross, Nonogram and Griddlers, the puzzles are solved and the pictures revealed using logic alone. All puzzles in this app are produced by Conceptis Ltd. - the leading supplier of logic puzzles to printed and electronic gaming media all over the world. On average, more than 20 million Conceptis puzzles are solved each day in newspapers, magazines, books and online as well as on smartphones and tablets across the world.",Conceptis Ltd.,4+,"EN, JA, ZH",13764608,Games,"Games, Puzzle, Strategy, Entertainment",17/11/2011,6/06/2019
-https://apps.apple.com/us/app/chicken-revolution/id479454041,479454041,Chicken Revolution,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/ee/db/88/eedb88a3-5cae-d6b5-c0c3-ee1a4f1e483f/source/512x512bb.jpg,4.5,8741,0,"0.99, 2.99, 5.99, 9.99, 29.99, 49.99","Chicken Revolution is a defense game to fight against the revolution against the chickens who dream of freedom and save the town. \n\nSCENARIO \n""You are only going to kill a chicken!"" \n\'Chicken Vara\' said, taking his last breath... \nAnd his death leads to revolution of the chickens all around the world... \n\nFEATURES \n-Over 30 different attack skills \n-Various upgrade systems \n-Various game modes \n-Limitless stages \n-Over 30 different enemies \n-Boss unit and various unique enemies \n\nTIP \n-Raise the base power when the game is difficult. \n-For some skills, the cool time starts when you use all the ammunition. \n-In the kill mode, you can clear when you complete the number of assigned kills. \n-In standing mode, you should protect the base for the assigned amount of time. \n-You can damage the chickens with helmet by taking them off using a skill. \n\n============================= \nSupport Information: \nFor additional support, please contact: \nE-mail : bluewhistle7@gmail.com",BLUE GNC,12+,EN,15937389,Games,"Games, Strategy, Role Playing",29/11/2011,2/04/2013
-https://apps.apple.com/us/app/island-tribe-2/id479500274,479500274,Island Tribe 2.,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/ad/5f/97/ad5f97c7-4ba6-5245-0dc0-328b47a3f9b2/source/512x512bb.jpg,3.5,31,0,4.99,"Get ready for new adventures in the second part of the Island Tribe series! Be one of the first to know what has happened to the settlers after their escape from the great volcano. \n\nHaving sailed for many days in search of a new home, the settlers came upon a lonely traveler who had become lost at sea. Thankful to the settlers for his rescue, the explorer decided to share a secret with them and unfolded an old map. It revealed three islands cloaked in mysterious fog that concealed hidden treasure and magic artifacts\u2026 \n\nHelp the tribe find a new home and make it through to the magic Altar of Wishes. Your way won\u2019t be an easy one, so get ready for real dangers and challenges. Keep collecting resources, constructing and repairing buildings and overcoming new obstacles in Island Tribe 2! Lead the tribe and make all their dreams come true! \n\nHurry up! Check out Island Tribe 2 to get: \n\n- Sequel to the hit game Island Tribe \n- Variety of new buildings and upgrades \n- 30 levels full of new adventures \n- 3 colorful episodes \n- Strategy and time management gameplay \n\nGrab it while you can, and TELL YOUR FRIENDS! \n\n____________________________\n Game available in: English, French, German, Spanish, Italian, Russian\n ____________________________\n And search for other series on iTunes:\n - Island Tribe!\n - Island Tribe 3\n - Island Tribe 4\n - Island Tribe 5\n \n Legendary Adventures:\n - Roads of Rome\n - Adelantado Trilogy\n - Viking Saga\n - Northern Tale\n ____________________________\n VISIT US: http://qumaron.com/\n WATCH US: https://www.youtube.com/realoregames\n FIND US: https://www.facebook.com/qumaron/",Qumaron,4+,"EN, FR, DE, IT, RU, ES",258844672,Games,"Games, Entertainment, Adventure, Strategy",14/12/2011,2/11/2018
-https://apps.apple.com/us/app/snipong/id479516984,479516984,Snipong,,https://is3-ssl.mzstatic.com/image/thumb/Purple128/v4/bc/d5/88/bcd58897-7b7b-85ca-c7a9-75dd105b5161/source/512x512bb.jpg,,,0,,"Snipong is back!!!\nThis mode is very addictive, especially because your results will be written on a world ranking on the Internet using Game Center! Are you ready to be the strongest snipong in the world?\n\n****************************\nIs very simple!\nGet ready!\n\nHave Good Fun! :P\n****************************\n\nIf you like my app subscribe to:\nwww.facebook.com/paulproduction\nwww.twitter.com/ipaulproduction\n\nOr if you have problems or questions to me, you can contact me on the same page.",Paul Production,4+,EN,2520064,Games,"Games, Strategy, Casual",18/11/2011,12/09/2017
-https://apps.apple.com/us/app/bees-flowers-extreme/id479537318,479537318,Bees & Flowers Extreme,,https://is3-ssl.mzstatic.com/image/thumb/Purple/v4/09/48/ff/0948ff65-2398-a678-aa13-aa3719e94281/source/512x512bb.jpg,4,13,0,"1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99, 1.99",Using your logic skills place thirty bees adjacent to each of the thirty flowers. The rules are simple enough - the number at the start of each row and column indicates how many bees should be placed in that particular line. Each flower must have one bee attached to it and each bee must not be adjacent to another.\n\nThis version for the iPad offers a greater challenge than our quicker version of Bees & Flowers which is available on the iPhone and iPod Touch. \n\nThis App contains 12 FREE puzzles and additional packs of 40 can be purchased.,Dilemma Apps,4+,EN,4727085,Games,"Games, Entertainment, Puzzle, Strategy",18/11/2011,18/11/2011
-https://apps.apple.com/us/app/mah-jongg-tiles-solitaire/id479720743,479720743,Mah Jongg Tiles Solitaire,,https://is3-ssl.mzstatic.com/image/thumb/Purple125/v4/0c/09/75/0c097548-c8e9-a665-4364-3d9189c5e42c/source/512x512bb.jpg,4.5,1509,0,,"""I love this game. It\'s easy to learn. Fun to play. The options are almost endless and you can play for just a few minutes or for hours.""\n\n""Love this game! You can do it over and over again and not be bored. Doesn\'t hit you up for money --- a big plus.""\n\n""This is my go to app when I just want to relax & cool it.""\n\nA deluxe Mah Jongg Solitaire game for iOS from the folks at JustMahJonggSolitaire.com. Find matching tiles and try to clear the board. Tons of features and game variations.\nLayouts: More than 100 layouts to choose from including the classic Mah Jongg solitaire layout, a quick version that fits better on the iPhone and iPod touch screen, and many unusual, original and challenging layouts.\nTile sets: 11 colorful and creative tile sets, CleverMedia\'s famous ""Nile Tiles"" set, traditional Canton Chinese tile set, holiday sets for Halloween and Christmas and many more.\nBackgrounds: Choose from dozens of backgrounds.\nWhile playing you can get hints, undo moves, mark playable tiles and even shuffle the tiles. (Yes, there is a shuffle function, despite what some reviewers below say.)\nOne of the key features of the game is that it creates solvable arrangements. While ultimately solving a layout is up to you and the choices you make while playing, every game you play has at least one solution.\nNote that this free game includes ALL features. There are no in-app purchases. You get all the tile sets, layouts, backgrounds and features.","CleverMedia, Inc.",4+,"EN, FR, DE, PT, ES",36819968,Games,"Games, Strategy, Puzzle",16/11/2011,31/05/2018
-https://apps.apple.com/us/app/stone-solitaire-lite/id479857475,479857475,Stone Solitaire Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/cf/81/88/cf8188a6-aa08-3a4a-9595-a96226f4ea1b/source/512x512bb.jpg,1.5,7,0,,"Stone solitaire is an iPad application which simulates the popular classic game Peg solitaire. This game has a circular board with 33 holes and 32 marbles placed over the holes. The target of this strategy game is to remove as many marbles as possible, by jumping one marble over another, either horizontally or vertically. In the end, one can create a best record by removing 31 marbles from the board in minimum time.\nThis is a fun game with high quality sound and animation effects which brings the feel of real game playing.\nYou can choose different board textures to play.\nThis is the lite version of the game which allows you to play only 3 times. After that, you will have to purchase the game to be able to play further.",CDN Software Solutions Pvt. Ltd.,4+,"CS, NL, EN, FR, DE, IT, JA, KO, PL, PT, RU, ZH, ES, SV, ZH, TR",29718914,Games,"Games, Strategy",17/11/2011,28/07/2012
-https://apps.apple.com/us/app/tank-wars-free/id479942634,479942634,Tank Wars Free,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/fe/be/b8/febeb8cd-935e-20c2-6f10-54f27cba2a37/source/512x512bb.jpg,3.5,76,0,,Your mission in this real time strategy game is to take on the role of Commander and control the battlefield of tanks. \n\n- Real tanks of World War II\n- Real airplanes of World War II\n- Interesting levels,CODNES,4+,"EN, RU",19228869,Games,"Games, Strategy",25/11/2011,25/11/2011
-https://apps.apple.com/us/app/stonecross/id479963785,479963785,StoneCross,,https://is3-ssl.mzstatic.com/image/thumb/Purple62/v4/25/7a/d7/257ad798-c39b-4dc5-459d-9cef52487525/source/512x512bb.jpg,,,0,"0.99, 0.99","""StoneCross is surprisingly quite addicting and I had a difficult time leaving the iPad. If you\u2019re looking for a game that involves a little more then brainless impulses, then this one is definitely worth checking out in your spare time."" - AppShrink.com\n\nPlay a new challenging puzzle game. Enjoy 60 levels of brain teasers and unique new gameplay mechanics.\n\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022 FEATURES \u2022\u2022\u2022\u2022\u2022\u2022\u2022 \n\n\u2022 60 exciting levels with more coming soon \n\u2022 60 Hints to help you with a level \n\u2022 3 Stages, each with new features\n\u2022 Challenging puzzles\n\u2022 Earn stars and unlock new levels \n\u2022 HD graphics \nVery addictive \n\n\n\u2022\u2022\u2022\u2022\u2022\u2022\u2022 DESCRIPTION \u2022\u2022\u2022\u2022\u2022\u2022\u2022 \n\nIn StoneCross your goal is to move the same stones together and match them, which causes them to disappear. You move the stones by dragging them. Once all the stones are removed, you\'ve solved the level and you earn a star. You are then presented with a new level to solve.\n\nEasy to play but hard to master, the game will guide you through your journey across new, each time more challenging levels.\n\nEvery Stage introduces a new way to play and new stones and environments. In the three different Stages you will discover new methods and new stones that you can use to solve the levels.\n\nEvery level has helpful hints available, with complete solution available as an in app purchase so you are never left wondering how to solve a level.\n\nMade specially for iPad and iPhone with HD retina graphics making the levels pleasant to the eye as well as to the mind.",Bartosz Kuzmicki,4+,EN,49136640,Games,"Games, Puzzle, Strategy",18/11/2011,18/08/2016
-https://apps.apple.com/us/app/legendary-heroes-offline-moba/id480189064,480189064,Legendary Heroes offline MOBA,"Strategy RPG, offline MOBA",https://is1-ssl.mzstatic.com/image/thumb/Purple114/v4/ab/92/b0/ab92b046-6a12-4942-ca34-df9315b80633/source/512x512bb.jpg,4.5,2939,0,"2.99, 29.99, 4.99, 9.99, 1.99, 4.99, 1.99, 0.99, 3.99, 4.99","Intense action matches, offline MOBA for iOS!\n\nEvery War has its Heroes \u2026\nSome Heroes become Legends.\n\nThe greatest battle of all time has begun.\xa0\nHeroes from all universes are invited to show their power and prove which is the best team!\n\n* ACTION REAL-TIME STRATEGY\nFor the first time on the iPhone and iPad, experience an Action Real-Time Strategy(Action RTS) game.\n\n* INTENSE ACTION AND TOUCH CONTROLS\nQuick and intense matches with touch controls tailored for iOS.\n\n* HEROES WITH UNIQUE SPECIAL POWERS\n4 unique special abilities per character.\n\n* GAME CENTER\nAchievements and Leaderboards have been added for various accomplishments.\n\n* KEEP PROGRESS ACROSS MATCHES\nKeep the leveling progress of each Hero across matches and develop as many of them as you want.\n\n* HOURS OF GAME PLAY IN CAMPAIGN MODE\nThirty maps providing unique challenges for all players - beginners or veterans.\n\n* PLAY FOR FREE!\n\n***************************************************\nRate Legendary Heroes 5 stars in the App Store, so we can continue adding new heroes and features for you!\n***************************************************\n\nFOLLOW US\n\nWebsite: http://bit.ly/legendary-site \n\nFacebook: http://bit.ly/legendary-facebook\n\nTwitter: http://bit.ly/legendary-twitter\n\nYouTube: http://www.youtube.com/LegendaryHeroesGame\n\nFor support, please contact:\ncontact@monstrogames.co",Monstro Games,9+,EN,284271616,Games,"Games, Entertainment, Strategy, Role Playing",3/01/2012,18/02/2019
-https://apps.apple.com/us/app/cool-drops/id480331444,480331444,Cool Drops,,https://is5-ssl.mzstatic.com/image/thumb/Purple118/v4/bd/61/f3/bd61f38f-0ce1-8a98-c717-15d7e11d90d6/source/512x512bb.jpg,4.5,27,0,,"""Cool Drops is an original tile matching game from Sincereal Media.\nLike a relaxing puzzle/strategy game should be, it's turn-based, with no time limits between turns.\nTiles are dropped into a grid with an oscillating dropper.\nTouch the screen to 'arm' the dropper, slowing it down and turning on the column lights. Release your finger to drop the tile into the appropriate column.\nThere's a heat meter that accrues heat while you hold your finger down. If it fills up, you are punished with a full row of tiles rained on the grid from above.\nYou keep the heat meter cool by minimizing your finger hold-down time, and making matches.\nLarge matches are rewarded with a free zap token, which, when used, allows you to remove a tile with no heat penalty.\nTo shake things up, there's a fish that randomly pushes tiles up (with some warning).\n\nThere are six fun songs to choose from, two of which were graciously contributed by Charlie Hunter, famous recording artist.""",Sincereal,4+,EN,185323520,Games,"Games, Strategy, Puzzle, Entertainment",22/11/2011,7/11/2017
-https://apps.apple.com/us/app/american-trainworks/id480887001,480887001,American Trainworks,Steam Engine Simulation,https://is2-ssl.mzstatic.com/image/thumb/Purple114/v4/13/11/1a/13111a08-db1c-3530-d362-b16e589cf15a/source/512x512bb.jpg,4,428,0,"1.99, 4.99, 1.99, 1.99, 1.99, 0.99, 1.99, 14.99, 2.99, 1.99","Full steam ahead with this realistic steam engine simulation, American Trainworks. Free to download and now start off with $50,000 in railroad gold and a brand new locomotive straight from the factory! \n\nNew fully staffed railroad crew. Engineer, fireman, switchman, conductor and station master will help you learn basic steam engine operation and how to build a booming railroad business.\n\nAmerican Trainworks features some of the most famous and greatest railroads America has ever known including: the Crescent Limited, the Southern Railway & the New York Central. Other routes and railroads pay homage to the great Southern Pacific and the Missouri Kansas Texas Railroads.\n\nI drove my first steam engine at 19 years old. It takes knowledge and skills to start and stop your train, but you can do it with practice. \n\nExpansion Options:\nFive Railroads - locomotives, whistles, railcars and maps\nWorkshop - allows engine upgrades and fuel tracking\nAdvanced Controls - hop on hop off, pano-cam , train locator and more\nRailroad Gold \u2013 sometimes it takes money to make money",Atom Media,4+,EN,48771072,Games,"Games, Simulation, Strategy, Entertainment",23/10/2012,16/01/2019
-https://apps.apple.com/us/app/venture-towns/id480941540,480941540,Venture Towns,,https://is3-ssl.mzstatic.com/image/thumb/Purple124/v4/b0/e2/b9/b0e2b9e3-5e61-af40-b446-6d0b40445eea/source/512x512bb.jpg,4.5,228,4.99,,"Assume the reins of a mega-conglomerate to build your very own metropolitan utopia!\n\nStores, houses, mansions--towers! The sky\'s the limit as you fashion your humble burg into the world\'s most powerful fiscal force! Place compatible structures near each other to craft specialty districts or ""combos,"" adding flavor to your town while reaping big bonuses and boosting Land Price!\n\nYour beloved residents will live their lives on the map of your choice, working to earn their daily dough to buy cars, houses, and even pets! Some might even hit the lottery jackpot...\n\nSpearhead the most daring economic venture to date! Craft the urban dreamland of your fantasies!\n\nTurn your device to rotate the screen, touch to scroll, and pinch to zoom in and out. \n\nSupports iPhone, iPod touch, and iPad. \nNote: Screen rotation and zoom are only available on iPhone 3GS and later, iPod touch 2nd generation and later, and iPad. \n\nThe game now lets you switch between English and Japanese.","Kairosoft Co.,Ltd",4+,"EN, KO, ZH, TH, ZH",238840832,Games,"Games, Entertainment, Simulation, Strategy",15/12/2011,7/01/2019
-https://apps.apple.com/us/app/chessimo-hd/id480983124,480983124,Chessimo HD,,https://is4-ssl.mzstatic.com/image/thumb/Purple49/v4/9e/2a/52/9e2a529a-bf08-e3bb-3c43-acd738336bcf/source/512x512bb.jpg,4.5,1759,0,"7.99, 1.99, 2.99, 2.99, 2.99, 2.99, 3.99","Train, Check and Play with Chessimo \xae\n\nRaise your skill level and have more fun playing chess by taking Chessimo\xb4s \xae innovative step by step training. Chessimo \xae helps you achieve long-lasting training benefits quickly and enjoyably through repetition of real-life game situations.\n\n\nTRAIN - Improve your chess\n\nChessimo\xb4s \xae innovative approach to chess training is based on repeatedly solving real game situations chosen by the Brazilian GM Gilberto Milos. The exercises are sorted by themes (tactics, strategy, endgames) and severity. \n\nChessimo \xae helps you improve your basic knowledge of tactics, endgames, openings and strategy in a playful way. Each exercise demonstrates interactive training and asks you for the correct answer to a question posed by the software.\n\nChessimo \xae helps you to: \n\n- Significantly improve your ability to combine moves \n\n- Recognize tactical moves more quickly\n\n- Perfect your openings and endgames\n\n- Think ahead more efficiently\n\n\nCHECK - Play against the computer \n\nIf you\xb4re looking for a real challenge, look no further: Crafty is always up for a game. By playing against one of the strongest chess programs you will be able to turn your training\xb4s progress into success \u2013 as documented by your individual Elo rating. \n\nAfter the game is over Chessimo \xae will display your personal Elo rating, which you may register with the Apple Game Center for inclusion in a high score list of all registered Chessimo \xae users.\n\n\nPLAY - Use your iPad as a chessboard \n\nPlaying chess has never been more convenient: Chessimo \xae can turn your iPad into a chessboard. During your lunch break or while you\xb4re travelling, the only thing you\xb4ll need is an opponent ready to rise to your challenge. \n\nNow have fun with Chessimo \xae.",8 x 8 Media AG,4+,"EN, FR, DE, IT, PL, PT, RU, ZH, ES, ZH",24915968,Games,"Games, Entertainment, Board, Strategy",30/11/2011,12/05/2016
-https://apps.apple.com/us/app/farmkill/id481059077,481059077,Farmkill,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/ca/9f/ca/ca9fca87-c5ed-665a-4d06-9599c5ab5636/source/512x512bb.jpg,4.5,2458,0,"0.99, 2.99, 4.99, 6.99, 9.99, 39.99","Downloaded over 350,000 times!\n\nUPDATED WITH 15 NEW ITEMS AND WEAPONS!\n\nMad Cow: Rams Zombies to death!\nGas & Poison Bombs: Create Fields of Gas\nLaser Wall: Super deadly Wall of death!\nNitro Bombs:Freeze zombies in place!\nFat Boy Nuke: Kill everything at once!\nTime Machine: Skip forward a day!\nNew Flowers: More for zombies to munch on!\n\n\nYour farm is under attack by zombies! Keep those zombies off your lawn and protect your plants and animals and your brains in this action packed Farm Defence Shooter.\n\nFarmkill Features\n\n 28 Challenging Nights to survive\n\n 9 different guns to shoot incoming zombies with\n\n A variety of explosives and mines blow up zombie crowds\n\n Unlockable weapons and defence items for every night you can survive\n\n Raise explosive animals that hate zombies and will defend the farm\n\n Build fences and barricades to slow down the waves of undead\n\n Grow deadly flowers and plant them on your lawn to resist the zombie onslaught\n\n Golden Chickens for surviving a night unscathed! Collect them All!\n\nBuy extra Farm Cash and Super Items to give yourself an edge in this fun and challenging game of skill and strategy!",Edible Entertainment Pty Ltd,12+,EN,85577728,Games,"Games, Action, Strategy, Entertainment",5/02/2012,21/11/2013
-https://apps.apple.com/us/app/zombieburbz/id481595322,481595322,ZombieBurbz,,https://is5-ssl.mzstatic.com/image/thumb/Purple/v4/a1/8a/fc/a18afcd4-d514-d779-12c9-a3615edddbc5/source/512x512bb.jpg,3,162,0,,"""MEET THE ZOMBIES\nThese undead trash-munchers are tired of being misunderstood by their neighbors. They\u2019re just your average slowly decomposing suburbanites who want to keep up with the Joneses, not eat them. \n\nIt is up to you to help these Zombies achieve the suburban dream, fight off angry mobs of the living and feed their craving for gaaaaarbage.\n\nFIGHT TO THE RE-DEATH\nUse humorous traps and Zombie-styled weapons to fight hordes of angry human neighbors who want to drive you out of town.\n- Fend off attackers with screams, burps, slime letters and even more wretched weapons.\n- Trick enemies with stash-o\u2019-cash, zombie-in-a-box, pi\xf1ata and other treacherous traps.\n\nZOMBIEBURBZ IS ZOMBIE POWERED\nZombieBurbz is designed to be played with each episode's special deluxe toy figure. This figure allows you to control your zombie\u2019s position in the game as well as its orientation when firing at enemies. See www.appgear.com for more details.\n\nDON\u2019T HAVE A ZOMBIE?\nNo Zombie, no problem. You can still play the demo version to find out what makes ZombieBurbz so infectious. After you\u2019ve beaten the first 3 levels, head over to the website to learn how you can unlock new chapters and levels to feed your craving for more undead action.\n\nAppGear TOYS - AMPLIFIED REALITY\nWin the war against boredom! AppGear is an innovative line of apps that interact with collectible figures and customizable toys to create a new reality in gaming... an Amplified Reality.""",WowWee Group Limited,9+,EN,327667647,Games,"Games, Strategy, Action",21/04/2012,14/09/2012
-https://apps.apple.com/us/app/lost-pets-free/id481776733,481776733,Lost Pets Free,,https://is1-ssl.mzstatic.com/image/thumb/Purple/v4/f8/aa/82/f8aa8268-7f8d-a108-453d-e99f890cacb0/source/512x512bb.jpg,2.5,20,0,,"""Lead cats and dogs to find their home by touching and drawing a path. \n\nMice and bones are prices that will give you extra points.\n\nDon't let the pets meet or they will fight and you will lose.\n\nLots of challenging levels, so you will not want to stop playing.\n\nThis is an app for all ages. Kids and adults will have hours of fun with it.\n\nEnjoy!""",Big Teeth Media,4+,EN,19637481,Games,"Games, Strategy, Adventure",23/11/2011,23/11/2011
-https://apps.apple.com/us/app/yatzy-free/id481892477,481892477,Yatzy Free,,https://is4-ssl.mzstatic.com/image/thumb/Purple62/v4/db/2b/5e/db2b5eab-f90a-44a8-4aa7-87ae4771b8e4/source/512x512bb.jpg,3,22,0,,"""Yatzy Free is a great dice game, similar to Yahtzy and Yatzee. It's easy to learn but the combination of strategy and luck gives players plenty of challenges.\n\nYatzy Free has:\n- Elegant sounds, music & graphics\n- Rankings in Game Center\n- Looks great on iPhones and iPads\n- A tutorial, scoring information and tips""",David J Morlock,4+,"EN, FR, DE, IT, VI",3153920,Games,"Games, Strategy",1/12/2011,12/10/2016
-https://apps.apple.com/us/app/mars-miner-hd/id481934327,481934327,Mars Miner HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple49/v4/81/76/db/8176db47-8cb4-5351-4e29-5cd9a9a49e7c/source/512x512bb.jpg,4.5,4090,0,"0.99, 0.99, 0.99, 1.99, 3.99, 0.99, 5.99, 11.99","""Mine, build, and upgrade your way to freedom!\n\nYou've been kidnapped by the evil Mars Corp. and forced to mine for pieces of an ancient artifact buried deep below the surface of Mars. \n\nFinding all of the pieces of the artifact is your ticket back to Earth. \n\nYou will find many valuable gems and ores along the way that can be sold at the shop to buy more supplies and better equipment to allow you to mine deeper. \n\nMake sure you have enough supplies to get back out of the mine! \n\nEvery mine is randomly generated. No game is ever the same! \n\nReviews: \n88/100 - App of the day! - touchvolume.com \n\nNote: This is the 'lite' version of the game. The full game can be unlocked via an in-app purchase. This model was chosen so that save data would be retained between the lite and full versions. \n\nFeel free to e-mail suggestions/comments to support@tunabowlsoftware.com""",Tuna Bowl Software LLC,4+,"AR, CA, CS, DA, NL, EN, FI, FR, DE, EL, HE, ID, IT, JA, KO, MS, NB, PL, PT, RO, RU, ZH, SK, ES, SV, TH, ZH, TR, UK, VI",55431168,Games,"Games, Strategy, Entertainment, Adventure",21/12/2011,12/02/2016
-https://apps.apple.com/us/app/to-the-rescue-hd-2/id481962715,481962715,To The Rescue HD 2,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/58/e5/34/58e534f0-bb87-1d1a-b1da-8a79ea064e8f/source/512x512bb.jpg,5,430,1.99,,"""When disaster strikes, the Rescue Team swoops in to save the day! Take control of workers who respond when a devastating tornado leaves its mark on three all-new islands in this exhilarating time management adventure.\n\nOvercome earthquakes, rebuild hospitals and drill for oil to keep your vehicles running. Use strategy to figure out the quickest way to complete your goals, and then race against the clock to remove debris, repair bridges, put out fires, restore communications and save victims. Easy to play and challenging to master, To the Rescue HD 2 proves you can't have too much of a good thing!\n\nThere's also Mac version of this game! Check the App Store!\n\nGAME FEATURES:\n\u25c7 Three all-new islands\n\u25c7 50 finger-tapping levels\n\u25c7 Rescue endangered civilians!\n\u25c7 Rebuild ravaged landscapes\n\u25c7 Race against the clock!\n-----------------------------------------\xa0\nSTILL NOT CONVINCED? Try the lite version for free by searching for To The Rescue HD 2 Lite in the App Store.\n-----------------------------------------\xa0\nFIND US in FACEBOOK: AlawarEntertainment\nFOLLOW US in TWITTER: @AlawarMobile\nBe the first to hear about our new games and awesome contests!""","Alawar Entertainment, Inc",4+,"ZH, CS, NL, EN, FR, DE, IT, JA, KO, PL, PT, RU, ZH, ES, SV",53248373,Games,"Games, Strategy, Family",8/02/2012,8/02/2012
-https://apps.apple.com/us/app/to-the-rescue-hd-2-lite/id481963560,481963560,To The Rescue HD 2 Lite,,https://is2-ssl.mzstatic.com/image/thumb/Purple/v4/02/28/e0/0228e0c4-6950-c6ad-2860-a32efdfea30f/source/512x512bb.jpg,3.5,11,0,,"""When disaster strikes, the Rescue Team swoops in to save the day! Take control of workers who respond when a devastating tornado leaves its mark on three all-new islands in this exhilarating time management adventure. Overcome earthquakes, rebuild hospitals and drill for oil to keep your vehicles running. Use strategy to figure out the quickest way to complete your goals, and then race against the clock to remove debris, repair bridges, put out fires, restore communications and save victims. Easy to play and challenging to master, To the Rescue HD 2 proves you can't have too much of a good thing!\n\nThere's also Mac version of this game! Check the App Store!\n\nLite version features:\n\u25c7 One all-new island\n\u25c7 10 finger-tapping levels\n\u25c7 Rescue endangered civilians!\n\u25c7 Rebuild ravaged landscapes\n\u25c7 Race against the clock!""","Alawar Entertainment, Inc",4+,"ZH, CS, NL, EN, FR, DE, IT, JA, KO, PL, PT, RU, ZH, ES, SV",30978613,Games,"Games, Family, Strategy",8/02/2012,8/02/2012
-https://apps.apple.com/us/app/hack-run-3-hack-time/id482290578,482290578,Hack RUN 3 - Hack Time,,https://is5-ssl.mzstatic.com/image/thumb/Purple62/v4/09/04/20/090420f2-769b-b3bc-ad26-947e0d4638ef/source/512x512bb.jpg,4.5,126,2.99,,"""It's TIME for a THIRD Hack Run!\n\nNote: 'Hack RUN 3 - Hack Time' is the third installment in the Hack RUN series. You should play 'Hack RUN' before starting this game.\n\nOnce again, your mission is to penetrate a strange organization\u2019s infrastructure to discover their secrets. Your employer needs help discovering who is out to get her and she only trusts you to take on this perilous mission. Hack Time uses old-school prompts (like DOS and UNIX) to access virtual programs and systems. Gain access to users\u2019 files and emails to discover new ways to dig deeper and deeper. \n\nHack Time includes these newly developed interface enhancements:\n\nGAME CENTER SUPPORT\nEarn achievements and track your leaderboard score against other players.\n\nCONVENIENT MAIN-MENU POPUP\nEnables you to access important content quickly.\n\nCONFIGURE TEXT & BACKGROUND COLORS\nChoose from black, white and green.\n\nPERSONAL NOTEPAD\nKeep track of where you\u2019ve been with the built-in notepad.\n\nAdditional enhancements:\n> More \u201csubstantial\u201d levels. Earn your way to the final goal.\n> Two new modes of communication to \u201cinterface\u201d with users. \n> More levels than in Hack RUN or in Hack Run ZERO. \n> Added 'font' command to change the font size.\n\nStuck on a level? Just use the 'hint' or 'answer' commands to help you along.\n\n*** Make sure to play the FOURTH and FIFTH games called Hack NET and Hack WATCH after you finish this one! *** \n\nHack RUN 3 - Hack Time is a game. It is not a tool or aid for learning how to hack into real computer systems. i273 LLC does not endorse hacking.""","i273, LLC",12+,EN,16057344,Games,"Games, Entertainment, Puzzle, Strategy",29/03/2012,28/08/2016
-https://apps.apple.com/us/app/hack-run-3-hack-time-hd/id482290952,482290952,Hack RUN 3 - Hack Time HD,,https://is1-ssl.mzstatic.com/image/thumb/Purple30/v4/fa/91/b9/fa91b9d3-3c49-a338-7550-ecd02206e076/source/512x512bb.jpg,4.5,47,2.99,,"""It's TIME for a THIRD Hack Run!\n\nNote: 'Hack RUN 3 - Hack Time HD' is the third installment in the Hack RUN series. You should play 'Hack RUN' before starting this game.\n\nOnce again, your mission is to penetrate a strange organization\u2019s infrastructure to discover their secrets. Your employer needs help discovering who is out to get her and she only trusts you to take on this perilous mission. Hack Time uses old-school prompts (like DOS and UNIX) to access virtual programs and systems. Gain access to users\u2019 files and emails to discover new ways to dig deeper and deeper. \n\nHack Time HD includes these newly developed interface enhancements:\n\nGAME CENTER SUPPORT\nEarn achievements and track your leaderboard score against other players.\n\nCONVENIENT MAIN-MENU POPUP\nEnables you to access important content quickly.\n\nCONFIGURE TEXT & BACKGROUND COLORS\nChoose from black, white and green.\n\nPERSONAL NOTEPAD\nKeep track of where you\u2019ve been with the built-in notepad.\n\nAdditional enhancements:\n> More \u201csubstantial\u201d levels. Earn your way to the final goal.\n> Two new modes of communication to \u201cinterface\u201d with users. \n> More levels than in Hack RUN or in Hack Run ZERO.\n\nThe iPad 'HD' version contains additional features not found in the standard iPhone game such as functional 'command' windows that can be resized and moved around the terminal.\n\nStuck on a level? Just use the 'hint' or 'answer' commands to help you along.\n\n*** Make sure to play the FOURTH and FIFTH games called Hack NET and Hack WATCH after you finish this one! *** \n\nHack RUN 3 - Hack Time HD is a game. It is not a tool or aid for learning how to hack into real computer systems. i273, LLC does not endorse hacking.""","i273, LLC",12+,EN,15967232,Games,"Games, Entertainment, Strategy, Puzzle",31/03/2012,29/07/2016
-https://apps.apple.com/us/app/warlord-chess-lite/id482299549,482299549,Warlord Chess Lite,,https://is4-ssl.mzstatic.com/image/thumb/Purple71/v4/de/25/ce/de25ce36-f269-4135-cb64-ee9b8e8e894e/source/512x512bb.jpg,3.5,20,0,,"Warlord Chess is a stunning chess variant for 2 to 4 players. The pieces and their moves will be familiar to anyone that has played standard chess, which makes this an ideal game for players of all skill levels. Certain spaces on the board allow pieces to make special moves, some of which are simply mind-blowing. Special visual effects and sounds enhance play. You can play locally with friends or challenge yourself against 3 levels of artificial intelligence. You can play alone or in teams of 2 vs. 2.\n \nIf you like chess or chess variants, you can hardly afford to miss out on Warlord Chess.\n \nBut I don\u2019t know 4 good chess players...\nDon\u2019t worry! Using the unique tabletop interface, you can select games with 2, 3, or 4 players in them. You can add computer/AI players as needed.\n \nMost importantly, because of the nature of the game, people of mixed skill levels can enjoy playing together. You don\u2019t need to be a chess star to have fun with Warlord Chess. In a 4-player free-for-all, the best player does not necessarily win!\n \nThat is a crazy looking board...\nThat\u2019s true! It needed to be to fit 4 full armies. Plus, it allowed us to add special spaces that make for some incredible moves.\n \nThe Chaos Symbol: the symbol in the center of the board gives a special move to Pawns, Kings, and Knights. If one of those pieces begins its move from one of the spaces touched by the symbol \u2013 then they can begin their move *from* any one of those spaces. This helps the Pawn and King a bit\u2026but it works wonders for the Knight. Don\u2019t believe us? Just look at the screenshots below!\n \nThe Castle: each player begins with their army surrounding their castle. A castle is made up of three spaces known as The Throne, the Great Hall, and the Courtyard. These spaces enhance the way the Bishop, Rook, and Queen move. Beware the Queen in the Courtyard!\n \nBut I\u2019m Just Learning/No Good at Chess/Easily Confused...\nThen we have the *perfect* chess game for you. The interface was designed for everyone. Just touch a piece to see all the moves it can possibly make. Then tap the space you want it to move to. If you don\u2019t like it you can Cancel that move and try another. When you are sure of your move, you can press a button to Confirm it.\n \nIf you need practice, play a local game against a single opponent and set the AI to Easy. Increase the difficulty and number of players as you get better. You can even play team games and learn from your partner. There are so many options!\n \nWhat Have You Got For Us Experienced Players?\nWe\u2019ve got a lot. If you are *very* familiar with chess, then Warlord Chess will provide you with a brand new challenge. It is nearly impossible to control a board this big, especially against 3 players who are out to get you. So good luck with that. You can set the AI to \u201cHard\u201d in order to play against opponents that can see multiple moves ahead.\n \nWe\u2019ve also provided you with tools for analyzing your Warlord Chess games. You can save and load up to five games. With our Rewind, Forward, Start, and End buttons you can move through those games step-by-step so you can figure out why you lost, brainstorm some killer new moves, or relive past glories.\n \nWhat Else Have You Got?\nWe\u2019ve got a board that hovers and rotates over a roaring field of flame. We\u2019ve got special attacks for each of the four colors in the game. We\u2019ve got Secret Passages and a cool scoring system. And we\u2019ve got more on the way. Enjoy!\n \nhttp://warlordchess.com\nhttp://hammerdog.com\nhttp://bddig.com",BD Digital Inc.,4+,EN,99302400,Games,"Games, Board, Strategy",19/12/2011,3/11/2016
-https://apps.apple.com/us/app/ants-mission-of-salvation/id482493247,482493247,Ants : Mission Of Salvation,,https://is5-ssl.mzstatic.com/image/thumb/Purple7/v4/f6/48/e4/f648e449-6b2b-18f2-f5d5-9c5809c9bc4c/source/512x512bb.jpg,3.5,89,1.99,"1.99, 1.99","-- Sweet little universal strategy game for the young at heart. The action may be slow, but the challenges are tough and the yummy images will bring you back to the table over and over. You may even feel the need to bake a cake while playing.\n-- http://appadvice.com/\n\n-- This is an especially challenging game of skill where you have to solve diverse and interesting riddles that can be solved by using the different tools you get on each stage. Note that each level has a unique solution and you will have to find it by using previous and current stage clues. A correct solution will lead you to the next level and so on until getting to a complete solution and finishing the game. \n--http://www.appsmenow.com\n\nCompatible with iPhone 3GS, iPhone 4, iPhone 4S, iPod touch (3rd generation), iPod touch (4th generation) and iPad \n\nSupport of the new iPad !!! Native 2048x1536 iPad resolution. \n\nInspired By Lemmings.\n\nThat morning there were no signs of trouble. Ants were working peacefully, when the storm suddenly rose and carried them far away.\nNow, the ants have to find their way back home, through all obstacles and dangers.\n\nThey have all the necessary equipment in order to:\n- Climb the walls\n- Sail through waters\n- Build tunnels\n- Skydive\n- Dig the pits\n- Run through mazes\n\nBut to get back home poor ants will need to use the equipment wisely. And now you are the only one who can help them.",Dzianis Azarenka,4+,EN,66269184,Games,"Games, Entertainment, Puzzle, Strategy",6/01/2012,25/06/2015
-https://apps.apple.com/us/app/strategy-war-conquer-the-world/id482543084,482543084,Strategy War - Conquer the World!,,https://is4-ssl.mzstatic.com/image/thumb/Purple69/v4/d9/0d/95/d90d955f-7c42-e5c1-a2c0-21077bd40ec4/source/512x512bb.jpg,4,418,0,,"Build your army, dominate the enemy and take over the world, one country at a time!\n\nStrategy War brings world domination to a whole different level with intricate details,interactive turn by turn game play and intelligent enemies to test you in ways you have never experienced before. With playing modes in single campaign in both easy and hard, and with over 50 levels to conquer, Strategy War is a great game for everyone looking to be challenged in new and exciting ways.\n\nBuild your army with Soldiers, Knights and Kings to conquer the land while using your Houses and Towers to defend from incoming attacks!\n\nWant to battle your friends and see who will stand alone at the top? With two different modes available for multi-player, challenging your friends is easier than ever before.\n \nHot Seat mode allows you and up to 3 of your friends to play Strategy War, all on the same iOS device. Friendly fire has developed a new meaning! \n\nWith Game Center capabilities,the Online mode allows you to challenge your friends or random players from all over the world. See how you stack up against the top ranked users on Game Center.\n\nStrategy War is a board game where you command your army like a game of chess and risk it all to conquer the world. Will you surrender or take over the world with Strategy War!\n\nFeatures Include:\n-Over 50 levels for Single Campaign mode\n-Easy and Hard difficulty levels\n-4 different armies to compete against in Single Campaign\n-Play with up to 4 players in the Hot Seat or Online Mode\n-Sound effects and music enabled",Appgeneration Software,4+,EN,34717696,Games,"Games, Lifestyle, Strategy, Board",13/02/2012,18/01/2016
-https://apps.apple.com/us/app/black-eye/id482912687,482912687,Black Eye,,https://is2-ssl.mzstatic.com/image/thumb/Purple128/v4/7b/81/5e/7b815e96-ca3b-ec86-e0e4-e9f4387d3cec/source/512x512bb.jpg,4,37,0,"0.99, 0.99, 0.99, 0.99, 0.99, 2.99","Absolutely unique 2 games in 1\n\n1. New Puzzle game\n2. New ""Capture The Flag"" strategy multiplayer game\n\nPlay puzzle game to earn points and collect ""Eyes"" for the game ""Capture The Flag"".\n\nPlay multiplayer stratygy game ""Capture The Flag"" to beat your friends or other people playing this game and conquer more ""Eyes"".\n\nBoth games have animated Tutorials.\n\nMore Games: www.git-apps.com",Giedrius Talzunas,4+,EN,11963392,Games,"Games, Strategy, Puzzle, Education",15/02/2012,13/10/2017
-https://apps.apple.com/us/app/kingdom-age/id483011479,483011479,Kingdom Age,,https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/a0/12/01/a0120151-7037-cbfb-940e-dd5b2f013500/source/512x512bb.jpg,4,18267,0,"19.99, 9.99, 4.99, 79.99, 15.99, 14.99, 99.99, 7.99, 59.99, 49.99","""Set off on a medieval adventure where you can build an empire, command an army, and slay dragons! Kingdom Age is an engrossing mobile game experience that lets you play with friends, destroy enemies, and live by the sword.\n\nCreate your very own fantasy world, full of castles and competitive siege warfare. Construct a city, complete hack and slash action quests, and face rivals in battle until you rule the north, south, and every territory in between. In Kingdom Age, there is only one edict: Become a legend!\n\nFeatures:\n\u2022Free-to-play medieval fantasy MMORPG\n\u2022Choose a class: Warrior, Mage, Rogue\n\u2022Form alliances with friends in Player vs. Player (PvP) mode\n\u2022Conquer and raid enemy kingdoms\n\u2022Complete 500+ quests, goals, and achievements\n\u2022Enjoy a cutting-edge event system\n\u2022Slay hundreds of mythical beasts and dragons\n\u2022Compete in epic-style boss battles with stunning visuals\n\u2022Discover kingdoms with magic temples, guard towers, and more\n\nVisit our forums: forums.gree.net\nFollow us on Twitter: @Kingdom_Age\nLike us on Facebook: facebook.com/KingdomAge\nWatch us on YouTube: youtube.com/GREEgames\n\nNOTE:\n\u2022This is an ONLINE ONLY game. You must be connected to the internet to play.\n\u2022Works great on iPhone, iPod Touch, and iPad.\n\n\nUse of this application is governed by Funzio's Terms of Service. In addition, please note that Funzio respects your privacy and asks you to review the Funzio Privacy Policy. The Funzio Terms of Service and Privacy Policy can be found in the Legal section below and at http://www.funzio.com/?page_id=568.""",Deca Games EOOD,17+,"NL, EN, FR, DE, IT, ES",128142336,Games,"Games, Role Playing, Strategy",18/04/2012,19/02/2019
diff --git a/backend/executors.py b/backend/executors.py
deleted file mode 100644
index 4d3f67b..0000000
--- a/backend/executors.py
+++ /dev/null
@@ -1,162 +0,0 @@
-from typing import Optional, Dict, Tuple
-from appstore_config import my_model, my_top_k
-
-import numpy as np
-import torch
-from transformers import AutoModel, AutoTokenizer
-
-from jina import Executor, DocumentArray, requests, Document
-
-
-class MyTransformer(Executor):
- """Transformer executor class """
-
- def __init__(
- self,
- pretrained_model_name_or_path: str = my_model,
- base_tokenizer_model: Optional[str] = None,
- pooling_strategy: str = 'mean',
- layer_index: int = -1,
- max_length: Optional[int] = None,
- acceleration: Optional[str] = None,
- embedding_fn_name: str = '__call__',
- *args,
- **kwargs,
- ):
- super().__init__(*args, **kwargs)
- self.pretrained_model_name_or_path = pretrained_model_name_or_path
- self.base_tokenizer_model = (
- base_tokenizer_model or pretrained_model_name_or_path
- )
- self.pooling_strategy = pooling_strategy
- self.layer_index = layer_index
- self.max_length = max_length
- self.acceleration = acceleration
- self.embedding_fn_name = embedding_fn_name
- self.tokenizer = AutoTokenizer.from_pretrained(self.base_tokenizer_model)
- self.model = AutoModel.from_pretrained(
- self.pretrained_model_name_or_path, output_hidden_states=True
- )
- self.model.to(torch.device('cpu'))
-
- def _compute_embedding(self, hidden_states: 'torch.Tensor', input_tokens: Dict):
- import torch
-
- fill_vals = {'cls': 0.0, 'mean': 0.0, 'max': -np.inf, 'min': np.inf}
- fill_val = torch.tensor(
- fill_vals[self.pooling_strategy], device=torch.device('cpu')
- )
-
- layer = hidden_states[self.layer_index]
- attn_mask = input_tokens['attention_mask'].unsqueeze(-1).expand_as(layer)
- layer = torch.where(attn_mask.bool(), layer, fill_val)
-
- embeddings = layer.sum(dim=1) / attn_mask.sum(dim=1)
- return embeddings.cpu().numpy()
-
- @requests
- def encode(self, docs: 'DocumentArray', *args, **kwargs):
- import torch
-
- with torch.no_grad():
-
- if not self.tokenizer.pad_token:
- self.tokenizer.add_special_tokens({'pad_token': '[PAD]'})
- self.model.resize_token_embeddings(len(self.tokenizer.vocab))
-
- input_tokens = self.tokenizer(
- docs.get_attributes('content'),
- max_length=self.max_length,
- padding='longest',
- truncation=True,
- return_tensors='pt',
- )
- input_tokens = {
- k: v.to(torch.device('cpu')) for k, v in input_tokens.items()
- }
-
- outputs = getattr(self.model, self.embedding_fn_name)(**input_tokens)
- if isinstance(outputs, torch.Tensor):
- return outputs.cpu().numpy()
- hidden_states = outputs.hidden_states
-
- embeds = self._compute_embedding(hidden_states, input_tokens)
- for doc, embed in zip(docs, embeds):
- doc.embedding = embed
-
-
-class MyIndexer(Executor):
- """Simple indexer class """
-
- def __init__(self, **kwargs):
- super().__init__(**kwargs)
- self._docs = DocumentArray()
- self.top_k = my_top_k
-
- @requests(on='/index')
- def index(self, docs: 'DocumentArray', **kwargs):
- self._docs.extend(docs)
-
- @requests(on='/search')
- def search(self, docs: 'DocumentArray', **kwargs):
- a = np.stack(docs.get_attributes('embedding'))
- b = np.stack(self._docs.get_attributes('embedding'))
- q_emb = _ext_A(_norm(a))
- d_emb = _ext_B(_norm(b))
- dists = _cosine(q_emb, d_emb)
- idx, dist = self._get_sorted_top_k(dists, self.top_k)
- for _q, _ids, _dists in zip(docs, idx, dist):
- for _id, _dist in zip(_ids, _dists):
- d = Document(self._docs[int(_id)], copy=True)
- d.score.value = 1 - _dist
- _q.matches.append(d)
-
- @staticmethod
- def _get_sorted_top_k(
- dist: 'np.array', top_k: int
- ) -> Tuple['np.ndarray', 'np.ndarray']:
- if top_k >= dist.shape[1]:
- idx = dist.argsort(axis=1)[:, :top_k]
- dist = np.take_along_axis(dist, idx, axis=1)
- else:
- idx_ps = dist.argpartition(kth=top_k, axis=1)[:, :top_k]
- dist = np.take_along_axis(dist, idx_ps, axis=1)
- idx_fs = dist.argsort(axis=1)
- idx = np.take_along_axis(idx_ps, idx_fs, axis=1)
- dist = np.take_along_axis(dist, idx_fs, axis=1)
-
- return idx, dist
-
-
-def _get_ones(x, y):
- return np.ones((x, y))
-
-
-def _ext_A(A):
- nA, dim = A.shape
- A_ext = _get_ones(nA, dim * 3)
- A_ext[:, dim : 2 * dim] = A
- A_ext[:, 2 * dim :] = A ** 2
- return A_ext
-
-
-def _ext_B(B):
- nB, dim = B.shape
- B_ext = _get_ones(dim * 3, nB)
- B_ext[:dim] = (B ** 2).T
- B_ext[dim : 2 * dim] = -2.0 * B.T
- del B
- return B_ext
-
-
-def _euclidean(A_ext, B_ext):
- sqdist = A_ext.dot(B_ext).clip(min=0)
- return np.sqrt(sqdist)
-
-
-def _norm(A):
- return A / np.linalg.norm(A, ord=2, axis=1, keepdims=True)
-
-
-def _cosine(A_norm_ext, B_norm_ext):
- return A_norm_ext.dot(B_norm_ext).clip(min=0) / 2
diff --git a/backend/executors/disk_indexer.py b/backend/executors/disk_indexer.py
new file mode 100644
index 0000000..e850aaf
--- /dev/null
+++ b/backend/executors/disk_indexer.py
@@ -0,0 +1,97 @@
+from jina import Executor, Document, DocumentArray, requests
+import numpy as np
+from typing import Tuple
+import os
+top_k = 10
+
+
+class DiskIndexer(Executor):
+ """Simple indexer class """
+
+ def __init__(self, **kwargs):
+ super().__init__(**kwargs)
+ self._docs = DocumentArray()
+ self.top_k = top_k
+ if os.path.exists(self.save_path):
+ self._docs = DocumentArray.load(self.save_path)
+ else:
+ self._docs = DocumentArray()
+
+ @property
+ def save_path(self):
+ if not os.path.exists(self.workspace):
+ os.makedirs(self.workspace)
+ return os.path.join(self.workspace, "apps.json")
+
+ def close(self):
+ self._docs.save(self.save_path)
+
+ @requests(on="/index")
+ def index(self, docs: "DocumentArray", **kwargs):
+ self._docs.extend(docs)
+ return docs
+
+ @requests(on="/search")
+ def search(self, docs: "DocumentArray", **kwargs):
+ a = np.stack(docs.get_attributes("embedding"))
+ b = np.stack(self._docs.get_attributes("embedding"))
+ q_emb = _ext_A(_norm(a))
+ d_emb = _ext_B(_norm(b))
+ dists = _cosine(q_emb, d_emb)
+ idx, dist = self._get_sorted_top_k(dists, self.top_k)
+ for _q, _ids, _dists in zip(docs, idx, dist):
+ for _id, _dist in zip(_ids, _dists):
+ d = Document(self._docs[int(_id)], copy=True)
+ # d.score.value = 1 - _dist
+ _q.matches.append(d)
+ return docs
+
+ @staticmethod
+ def _get_sorted_top_k(
+ dist: "np.array", top_k: int
+ ) -> Tuple["np.ndarray", "np.ndarray"]:
+ if top_k >= dist.shape[1]:
+ idx = dist.argsort(axis=1)[:, :top_k]
+ dist = np.take_along_axis(dist, idx, axis=1)
+ else:
+ idx_ps = dist.argpartition(kth=top_k, axis=1)[:, :top_k]
+ dist = np.take_along_axis(dist, idx_ps, axis=1)
+ idx_fs = dist.argsort(axis=1)
+ idx = np.take_along_axis(idx_ps, idx_fs, axis=1)
+ dist = np.take_along_axis(dist, idx_fs, axis=1)
+
+ return idx, dist
+
+
+def _get_ones(x, y):
+ return np.ones((x, y))
+
+
+def _ext_A(A):
+ nA, dim = A.shape
+ A_ext = _get_ones(nA, dim * 3)
+ A_ext[:, dim : 2 * dim] = A
+ A_ext[:, 2 * dim :] = A ** 2
+ return A_ext
+
+
+def _ext_B(B):
+ nB, dim = B.shape
+ B_ext = _get_ones(dim * 3, nB)
+ B_ext[:dim] = (B ** 2).T
+ B_ext[dim : 2 * dim] = -2.0 * B.T
+ del B
+ return B_ext
+
+
+# def _euclidean(A_ext, B_ext):
+ # sqdist = A_ext.dot(B_ext).clip(min=0)
+ # return np.sqrt(sqdist)
+
+
+def _norm(A):
+ return A / np.linalg.norm(A, ord=2, axis=1, keepdims=True)
+
+
+def _cosine(A_norm_ext, B_norm_ext):
+ return A_norm_ext.dot(B_norm_ext).clip(min=0) / 2
diff --git a/backend/get_data.py b/backend/get_data.py
new file mode 100644
index 0000000..1d0a460
--- /dev/null
+++ b/backend/get_data.py
@@ -0,0 +1,19 @@
+import os
+import pandas as pd
+from backend_config import dataset_url, dataset_filename, random_seed
+
+datadir = "data"
+
+if not os.path.isdir(datadir):
+ os.makedirs(datadir)
+
+os.chdir(datadir)
+
+os.system(f"wget {dataset_url} -O {dataset_filename}")
+
+df = pd.read_csv(dataset_filename)
+shuffled_df = df.sample(frac=1, random_state=random_seed)
+
+output_filename = f'{dataset_filename.split(".")[0]}-shuffled.csv'
+shuffled_df.to_csv(f'{output_filename}')
+
diff --git a/frontend/app.py b/frontend/app.py
index fd3afa6..db08c08 100644
--- a/frontend/app.py
+++ b/frontend/app.py
@@ -1,35 +1,38 @@
import streamlit as st
+from frontend_config import frontend_endpoint
import requests
-endpoint = 'http://0.0.0.0:8080/search'
image_size = 128
-
def get_data(query: str, endpoint: str, top_k: int) -> dict:
headers = {
- 'Content-Type': 'application/json',
+ "Content-Type": "application/json",
}
data = '{"top_k":' + str(top_k) + ',"mode":"search","data":["' + query + '"]}'
- response = requests.post('http://0.0.0.0:8080/search', headers=headers, data=data)
+ response = requests.post(frontend_endpoint, headers=headers, data=data)
content = response.json()
- matches = content['data']['docs'][0]['matches']
-
- # for match in matches:
- # pprint(match)
- # print('\n\n\n')
+ matches = content["data"]["docs"][0]["matches"]
return matches
-def shorten_string(string, word_count = 20, suffix="..."):
- words = string.split(' ')
- output = ' '.join(words[:word_count])+suffix
+
+def shorten_string(string, word_count=20, suffix="..."):
+ words = string.split(" ")
+ output = " ".join(words[:word_count]) + suffix
return output
+
+def sanitize_string(string: str) -> str:
+ escaped_string = string.encode("utf-8").decode("unicode_escape")
+
+ return escaped_string
+
+
def get_star_string(rating, max_rating=5, full_star="★", empty_star="☆"):
try:
rating = float(rating)
@@ -38,42 +41,103 @@ def get_star_string(rating, max_rating=5, full_star="★", empty_star="☆"):
full_stars = 3
empty_stars = max_rating - full_stars
- star_string = full_star*full_stars + empty_star*empty_stars
+ star_string = full_star * full_stars + empty_star * empty_stars
return star_string
+
def get_price_string(price, currency="$"):
if price == "0":
price_string = "Free"
else:
- price_string = currency+price
+ price_string = currency + price
return price_string
-
+# layout
+max_width = 1200
+padding = 2
+
+
+st.markdown(
+ f"""
+
+""",
+ unsafe_allow_html=True,
+)
st.title("Jina App Store Search")
-query = st.text_input(label="Search", help="What kind of game are you looking for?")
+query = st.text_input(label="Search mobile games by keywords or category e.g. fun games, knights and warriors, etc.")
if st.button(label="Search"):
if not query:
st.markdown("Please enter a query")
else:
- matches = get_data(query=query, endpoint=endpoint, top_k=10)
+ matches = get_data(query=query, endpoint=frontend_endpoint, top_k=10)
cell1, cell2, cell3 = st.beta_columns(3)
cell4, cell5, cell6 = st.beta_columns(3)
cell7, cell8, cell9 = st.beta_columns(3)
all_cells = [cell1, cell2, cell3, cell4, cell5, cell6, cell7, cell8, cell9]
- for cell, match in zip(all_cells, matches):
- cell.image(match["tags"]["Icon URL"])
- cell.markdown(f'**{match["tags"]["Name"]}**')
- cell.markdown(get_star_string(match["tags"]["Average User Rating"]))
- cell.markdown(f'*{match["tags"]["Genres"]}*')
- cell.markdown(f'{shorten_string(match["text"])}')
- if cell.button(label=get_price_string(match["tags"]["Price"]), key=match["id"]):
- st.balloons()
+ for match in matches:
+ col1, col2 = st.beta_columns([1, 4])
+ with col1:
+ st.image(match["tags"]["Icon URL"])
+
+ with col2:
+ app_name = f'**[{sanitize_string(match["tags"]["Name"])}]({match["tags"]["URL"]})**'
+ app_rating = f'{get_star_string(match["tags"]["Average User Rating"])}'
+ app_genres = f'{match["tags"]["Genres"]}'
+ app_desc = shorten_string(sanitize_string(match["text"]), word_count=50)
+
+ st.markdown(f"""
+ {app_name}\t{app_rating}\n
+ {app_genres}\n
+ {app_desc}
+ """, unsafe_allow_html=True)
+
+ # st.markdown(
+ # f'**[{sanitize_string(match["tags"]["Name"])}]({match["tags"]["URL"]})** {get_star_string(match["tags"]["Average User Rating"])}'
+ # )
+ # st.markdown(f'{match["tags"]["Genres"]}', unsafe_allow_html=True)
+ # st.markdown(
+ # f'{shorten_string(sanitize_string(match["text"]), word_count=50)}'
+ # )
+ st.button(
+ label=get_price_string(match["tags"]["Price"]), key=match["id"]
+ )
+
+st.sidebar.title("Jina App Store Search")
+st.sidebar.markdown(
+ """
+This is an example app store search engine using the [Jina neural search framework](https://github.com/jina-ai/jina/).
+
+**Note: click the search button instead of hitting Enter. We're working on fixing this!**
+
+- Backend: [Jina](https://github.com/jina-ai/jina/)
+- Frontend: [Streamlit](https://www.streamlit.io/)
+- Dataset: [Kaggle](https://www.kaggle.com/tristan581/17k-apple-app-store-strategy-games)
+
+Only the search engine part of this app store works. We don't host apps, and we certainly don't sell them!
+
+[Visit the repo](https://github.com/alexcg1/jina-app-store-example)
+
+
+""", unsafe_allow_html=True
+)
diff --git a/frontend/frontend_config.py b/frontend/frontend_config.py
new file mode 100644
index 0000000..847cae1
--- /dev/null
+++ b/frontend/frontend_config.py
@@ -0,0 +1 @@
+frontend_endpoint = "http://3.138.155.170:45678/search"
diff --git a/frontend/powered_by_jina.png b/frontend/powered_by_jina.png
new file mode 100644
index 0000000..52a8a0e
Binary files /dev/null and b/frontend/powered_by_jina.png differ
diff --git a/requirements.txt b/requirements.txt
index aa5c110..2cbdb27 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-jina[http,transformers,torch]==2.0.0rc7.dev7
+jina[http,transformers,torch]==2.0.0rc9.dev22
pretty-errors==1.2.21
streamlit==0.82.0