-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
112 lines (96 loc) · 3.87 KB
/
index.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Lexica by lexica</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>
Lexica
</h1>
<p>A Word Game for Android</p>
<p>
<a href="https://f-droid.org/repository/browse/?fdid=com.serwylo.lexica">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" style="height: 80px">
</a>
<a href="https://play.google.com/store/apps/details?id=com.serwylo.lexica">
<img alt='Get it on Google Play'
src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'
style="height: 80px"/>
</a>
</p>
</header>
<section>
<p>
Lexica is a word game that is available on the Android platform. Players are given 3 to 30 minutes to find as
many words as possible on a grid of random letters.
</p>
<p>Features:</p>
<ul>
<li>Support for over 10 different languages, millions of words, and counting!</li>
<li>4x4, 5x5, and 6x6 game boards</li>
<li>Several scoring modes</li>
</ul>
<h3>
<a id="reporting-issues" class="anchor" href="#reporting-issues" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>
Reporting Issues
</h3>
<p>
Please report any issues or suggest features on the <a href="https://github.com/lexica/lexica/issues">issue tracker</a>.
</p>
<h3>
<a id="based-on-lexic" class="anchor" href="#based-on-lexic" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>
Based on Lexic
</h3>
<p>
This is a fork of the unmaintained but still fun <a href="http://code.google.com/p/lexic">Lexic</a> game.
Many thanks go out to the original developer(s) for their work on the game. We hope to build on this work to
continue providing a good quality, fun, open source Android game.
</p>
<p>Some differences from the original are:</p>
<ul>
<li>Multi lingual support (over 10 different languages and counting)</li>
<li>Removed unsupported multiplayer options</li>
<li>Better support for screens with higher resolutions</li>
<li>Action bar support</li>
<li>Minor Tweaks to the UI</li>
</ul>
</section>
<footer>
<h3>Contribute</h3>
<p class="view"><a href="https://github.com/lexica/lexica">View the Project on GitHub
<small>lexica/lexica</small>
</a></p>
<h3>Donate</h3>
<p>
Support continued development of Lexica by donating.
</p>
<p>
<a href="https://liberapay.com/Lexica/donate" rel="nofollow">
<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg">
</a>
<br />
<iframe src="https://github.com/sponsors/pserwylo/button" title="Sponsor pserwylo" height="35" width="116" style="border: 0;"></iframe>
</p>
<p>
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a>
</small>
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>