-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (121 loc) · 5.74 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description"
content="JSkat is a free implementation of the German card game Skat in Java"/>
<meta name="keywords" lang="de"
content="JSkat, Skat, Künstliche Intelligenz, Neuronale Netze, Java, Apache License 2.0, Freie Software, Open Source, Windows, Linux, Mac OS, Homepage"/>
<meta name="keywords" lang="en"
content="JSkat, Skat, artificial intelligenz, neural networks, Java, Apache License 2.0, free software, open source, Windows, Linux, Mac OS, home page"/>
<meta name="author" content="Jan Schäfer"/>
<link rel="stylesheet" type="text/css" href="styles/default.css"
media="screen"/>
<title>JSkat</title>
</head>
<body>
<div>
<a href="https://github.com/b0n541/jskat"><img
style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"
alt="Fork me on GitHub"/></a>
</div>
<div class="container">
<div class="header">
<div class="title">
<table>
<tr>
<td><img src="img/jskat_logo.png" alt="JSkat logo"
title="JSkat logo"/></td>
<td>
<h1>JSkat</h1>
<p class="descr">
It's free and it's written in Java<sup>TM</sup>
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="navigation">
<a href="index.html">Home</a> <a href="features.html">Features</a> <a
href="screenshots.html">Screenshots</a> <a href="download.html">Download</a>
<div class="clearer">
<span></span>
</div>
</div>
<div class="main">
<div class="content">
<h1>Welcome!</h1>
<p>
You want to play a round of Skat but your buddies don't have time?<br/>
You want to improve your playing skills without losing money?<br/>
You want to learn how to play Ramsch smarter than the others?
</p>
<p>Then JSkat is the right choice for you!</p>
<p>
JSkat is a free implementation of the German card game Skat in Java<sup>TM</sup>.
You can play it on nearly every platform that runs a modern Java
Runtime Environment (at least Java 21). We know that it runs on
Windows, Linux and Mac OS with the JRE from Oracle, but we like to
hear from you, if it's playable on other platforms, too. We also like
to hear from you if you have problems running JSkat on your platform
of choice.
</p>
<h2>Who is behind JSkat</h2>
<p>JSkat was created by Jan Schäfer. In the meantime several
other people contributed to JSkat. It's
a non-profit project that steals a lot of our spare time. ;o) Our
goal is to develop a free computer Skat game that can play either
according to the official rules or with a customized special
ruleset that is often played in the pubs.</p>
<h2>Latest release</h2>
<p>
2024/03/19: <b>JSkat 0.23</b> is out. Find all information on the
<a href="https://github.com/b0n541/jskat/releases/tag/v0.23.0">release page at GitHub</a>.
</p>
<p>
Older releases can also be found at <a href="https://github.com/b0n541/jskat/releases">GitHub</a>.
</p>
<h2>License</h2>
<p>
JSkat is copyrighted under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
</p>
</div>
<div class="sidenav">
<ul>
<li><a href="index_de.html"><img class="textmiddle"
src="img/german.png" alt="Deutsch" title="Deutsch"/> Deutsche
Version</a></li>
<li><a href="index.html"><img class="textmiddle"
src="img/english.png" alt="English" title="English"/> English
version</a></li>
</ul>
<h1>Project links</h1>
<ul>
<li><a href="https://github.com/b0n541/jskat/releases/tag/v0.23.0">Get JSkat 0.23.0</a></li>
<li><a href="http://www.jskat.org/pad/jskat.xml">PAD file</a></li>
<li><a href="https://github.com/b0n541/jskat">Github</a></li>
<li><a href="https://github.com/b0n541/jskat/issues">Report bugs</a></li>
</ul>
<h1>External links</h1>
<ul>
<li><a href="http://rpm.pbone.net/index.php3?stat=3&search=JSkat&srodzaj=3">RPM JSkat</a></li>
<li><a href="https://aur.archlinux.org/packages/jskat/">Arch-Linux PKGBUILD</a></li>
<li><a href="http://skatgame.net/iss/">International Skat Server</a></li>
</li>
</ul>
</div>
<div class="clearer">
<span></span>
</div>
</div>
<div class="footer">
© 2024 <a href="index.html">www.jskat.org</a>.
Template design by <a href="http://templates.arcsin.se">Arcsin</a>.
Flag icons by <a href="http://commons.wikimedia.org/">Wikimedia
Commons</a>
</div>
</div>
</body>
</html>