-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (133 loc) · 8.51 KB
/
index.html
File metadata and controls
133 lines (133 loc) · 8.51 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Cockatrice</title>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="javascript/githubAPI.js"></script>
<script src="javascript/scale.fix.js"></script>
</head>
<body>
<div class="wrapper">
<!-- fixed left part of the page with downloads -->
<header>
<h1>Cockatrice</h1>
<p>
A cross-platform virtual tabletop for multiplayer card games
</p>
<br>
<p align="center">
<img src="https://raw.githubusercontent.com/Cockatrice/cockatrice.github.io/master/images/cockatrice_logo.png">
</p>
<br>
<div class="dlbox">
<ul>
<li><a id="win64" href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">Download <strong>Windows</strong><sub>10+</sub></a></li>
<li><a id="macOS_latest" href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">Download <strong>macOS</strong><sub>15+ (Apple M)</sub></a></li>
<li><a id="macOS_legacy" href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">Download <strong>macOS</strong><sub>13+ (Intel)</sub></a></li>
</ul>
<ul>
<li><a id="ubuntu" href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">Download <strong>Ubuntu</strong><sub>24.04 LTS</sub></a></li>
<li><a id="debian" href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">Download <strong>Debian</strong><sub>13</sub></a></li>
<li><a id="fedora" href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">Download <strong>Fedora</strong><sub>43</sub></a></li>
</ul>
</div>
<p>
<strong><a href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">All Available Downloads</a></strong><br>
<a href="https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice" target="_blank" rel="noreferrer">How to compile your own binaries</a>
</p>
</header>
<!-- scrollable right part of the page with infos -->
<section>
<!-- 'App Description' paragraph -->
<p>
Cockatrice is an open source, multi-platform application for playing tabletop card games over a network.
The program's server design prevents users from manipulating the game for unfair advantage.<br>
The client also provides a single-player mode, which allows users to brew while offline.
</p>
<br>
<!-- 'News' box -->
<div class="news">
<h3>News</h3>
<ul id="news-list">
<!-- Items listed here will be replaced with the newest release dynamically -->
<li>Read about the newest release <a href="https://github.com/Cockatrice/Cockatrice/releases/latest" target="_blank" rel="noreferrer">here</a>!</li>
</ul>
</div>
<br><br><br>
<!-- 'Get Started' paragraph -->
<h2><a id="get-started" class="anchor" href="#get-started" aria-hidden="true"><span class="octicon octicon-link"></span></a>Get Started</h2>
<hr>
<ol>
<li>Download the app from the sidebar on the left & install it</li>
<br>
<li>Open 'Cockatrice' and run the 'Oracle' card database tool</li>
<br>
<li>Build a deck in client, or import one</li>
<br>
<li>Start playtesting offline, or connect to a <a href="https://github.com/Cockatrice/Cockatrice/wiki/Public-Servers" target="_blank" rel="noreferrer">public server</a></li>
<br>
<b>Enjoy playing your favorite card games!</b>
</ol>
<br>
<br>
<!-- 'Get Support' paragraph -->
<h2><a id="get-support" class="anchor" href="#get-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Get Support</h2>
<hr>
<ul>
<li>A lot of useful information can be found on our <a href="https://github.com/Cockatrice/Cockatrice/wiki" target="_blank" rel="noreferrer"><b>official wiki</b></a><br>
(→ <a href="https://github.com/Cockatrice/Cockatrice/wiki/One-minute-game-guide" target="_blank" rel="noreferrer">Quickstart Guide for Gaming</a>,
<a href="https://github.com/Cockatrice/Cockatrice/wiki/Troubleshooting" target="_blank" rel="noreferrer">Troubleshooting</a> &
<a href="https://github.com/Cockatrice/Cockatrice/wiki/Frequently-Asked-Questions" target="_blank" rel="noreferrer">FAQ</a>)
</li>
<br>
<li>The <a href="https://cockatrice.github.io/docs/" target="_blank" rel="noreferrer">'<b>User Reference</b>' section</a> in our technical docs is also helpful</li>
<br>
<li>If you encounter any <b>issues</b> or <b>bugs</b>, would like to suggest a <b>feature</b>, or leave <b>feedback</b>,
please <a href="https://github.com/Cockatrice/Cockatrice/issues/new/choose" target="_blank" rel="noreferrer">file these in our GitHub project</a><br>
(→ <a href="https://github.com/Cockatrice/Cockatrice/wiki/How-to-Create-a-GitHub-Ticket-Regarding-Cockatrice" target="_blank" rel="noreferrer">How to create a GitHub ticket for Cockatrice</a>)
</li>
<br>
<li>For <b>inquiries</b> about a <b>specific server</b>, please contact that server’s admins or mods directly via
their channels, not the app’s development repository
</li>
<br>
<li>Would you like to <b>host</b> your own Servatrice <b>server</b>? <a href="https://github.com/Cockatrice/Cockatrice/wiki/Setting-up-Servatrice" target="_blank" rel="noreferrer">Click here!</a></li>
<br>
<br>
Feel free to <b>contact</b> and <b>connect</b> with us on <a href="https://discord.com/invite/3Z9yzmA" target="_blank" rel="noreferrer">Discord</a> and
<a href="https://www.reddit.com/r/Cockatrice/" target="_blank" rel="noreferrer">Reddit</a>!<br>
</ul>
<br>
<br>
<!-- 'Get Involved' paragraph -->
<h2><a id="get-involved" class="anchor" href="#get-involved" aria-hidden="true"><span class="octicon octicon-link"></span></a>Get Involved</h2>
<hr>
<ul>
<li><a href="https://explore.transifex.com/cockatrice/cockatrice/" target="_blank" rel="noreferrer">Help <b>translate</b> Cockatrice!</a></li>
<i>Join our translation team on Transifex and easily help translate the app right in your browser</i><br>
<br>
<li><a href="https://github.com/Cockatrice/Cockatrice" target="_blank" rel="noreferrer">Help with <b>coding</b> and <b>fork</b> our GitHub project!</a></li>
<i>Boost our community driven development process - hunt bugs and develop features for your favorite app</i><br>
<br>
<li><a href="https://cockatrice.github.io/docs/" target="_blank" rel="noreferrer">Explore our <b>code documentation</b>!</a></li>
<br>
<i>Many project developers hang around on <a href="https://discord.com/invite/3Z9yzmA" target="_blank" rel="noreferrer"><b>Discord</b></a> - see you there... :)</i><br>
<br>
<br>
<i>This project uses <kbd>C++</kbd> and the <kbd>Qt</kbd> libraries.</i>
</ul>
</section>
<!-- empty footer -->
<footer>
</footer>
</div>
</body>
</html>