Add screenshots

This commit is contained in:
Charles Gould 2017-01-02 19:33:24 -05:00
parent 3c2e7e6580
commit 4f2613667b
4 changed files with 14 additions and 5 deletions

View File

@ -2,23 +2,32 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lingo</title>
<link rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Lingo</h1>
<h2>JavaScript Client (easier)</h2>
<p>Play the game <a href="client.html">here</a>. Keyboard required.</p>
<img src="screenshots/lingo-1.png" />
<h2>JavaFX Client</h2>
<p>For now you need to
<a href="https://github.com/charlesrgould/lingo-websocket/archive/master.zip">download</a>
the
<a href="https://github.com/charlesrgould/lingo-websocket">source code</a>
and run a command to launch the client.
and run a command to launch it.
</p>
<p>Single player and multiplayer.</p>
<h2>JavaScript Client (easier)</h2>
<p>Play the game <a href="client.html">here</a>.</p>
<p>Multiplayer only.</p>
<p>The difference? This client has single player mode (no server required).</p>
<div class="row">
<div class="col-md-6">
<img src="screenshots/lingo-2.png" />
</div>
<div class="col-md-6">
<img src="screenshots/lingo-3.png" />
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB