-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
30 lines (22 loc) · 855 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Wordpal is your pal for learning and memorizing new words in German, English
and Farsi.
Wordpal uses Android platform and tools for development and packaging
final product.
# Note for users
# You could download this game at
https://play.google.com/store/apps/details?id=mars.wordpal
# Or buy it at
https://cafebazaar.ir/app/mars.wordpal/?l=en
# Or build it in your machine, see Note for developers
# Note for developers
# This project built with Eclipse INDIGO(powered with ADT plugin [version
22.6.3.v201404151837-1123206]).
# So import projects into eclipse and continue from there.
# Or
# Use gradle build system (version 1.12 was used).
> gradle build
# For run test cases, run following script:
> sh organic.test
# see also Refs/*.txt for reviewing history of done features, tasks and
# stories.
# $ git log --reverse is good for review too.