-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshots_de.html
119 lines (99 loc) · 4.81 KB
/
screenshots_de.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
<!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, Screenshots"/>
<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, screen shots"/>
<meta name="author" content="Jan Schäfer"/>
<link rel="stylesheet" type="text/css" href="styles/default.css"
media="screen"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<title>JSkat</title>
</head>
<body>
<div>
<a class="github-fork-ribbon" href="https://github.com/b0n541/jskat" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">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">
Eine freie Software, geschrieben in Java<sup>TM</sup>
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="navigation">
<a href="index_de.html">Startseite</a> <a href="features_de.html">Funktionen</a>
<a href="screenshots_de.html">Screenshots</a> <a
href="download_de.html">Download</a> <a href="develop_de.html">Ihre
eigene Skat-KI</a>
<div class="clearer">
<span></span>
</div>
</div>
<div class="main">
<div class="content">
<h1>Screenshots</h1>
<img src="img/jskat_0.22_start_screen.png" title="Startbildschirm"
alt="Startbildschirm" width="600" height="431"/>
<p>Der neue Startbildschirm zeigt die zwei Spieloptionen für
JSkat: Sie können offline gegen die mitgelieferten KI-Spieler oder
online gegen Menschen oder die derzeit stärksten KI-Spieler auf dem
Internationalen Skat-Server spielen.</p>
<img src="img/jskat_0.22_bidding.png" title="Reizen" alt="Reizen"
width="600" height="431"/>
<p>Reizen</p>
<img src="img/jskat_0.22_trick_playing.png" title="Ausspielen"
alt="Ausspielen" width="600" height="431"/>
<p>Ausspielen</p>
<img src="img/jskat_0.22_iss_lobby.png" title="ISS Lobby"
alt="ISS lobby" width="600" height="431"/>
<p>Die Lobby des ISS. Sie haben eine Übersicht über alle
angemeldeten Spieler und über alle Tische, an denen gerade gespielt
wird.</p>
</div>
<div class="sidenav">
<ul>
<li><a href="screenshots_de.html"><img class="textmiddle" src="img/german.png" alt="Deutsch" title="Deutsch"/> Deutsch</a></li>
<li><a href="screenshots.html"><img class="textmiddle" src="img/english.png" alt="English" title="English"/> English</a></li>
</ul>
<h1>Projekt-Links</h1>
<ul>
<li><a href="https://github.com/b0n541/jskat/releases/tag/v0.23.0">JSkat 0.23.0 herunterladen</a></li>
<li><a href="http://www.jskat.org/pad/jskat.xml">PAD Datei</a></li>
<li><a href="https://github.com/b0n541/jskat">Github</a></li>
<li><a href="https://github.com/b0n541/jskat/issues">Fehler melden</a></li>
</ul>
<h1>Externe 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/">Internationaler Skat-Server</a></li>
</ul>
</div>
<div class="clearer">
<span></span>
</div>
</div>
<div class="footer">
© 2024 <a href="index.html">www.jskat.org</a>.
Website-Vorlage von <a href="http://templates.arcsin.se">Arcsin</a>.
Flaggen-Icons von <a href="http://commons.wikimedia.org/">Wikimedia
Commons</a>
</div>
</div>
</body>
</html>