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