Add screenshots
This commit is contained in:
parent
3c2e7e6580
commit
4f2613667b
@ -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>
|
||||
|
BIN
server/src/main/resources/static/screenshots/lingo-1.png
Normal file
BIN
server/src/main/resources/static/screenshots/lingo-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
server/src/main/resources/static/screenshots/lingo-2.png
Normal file
BIN
server/src/main/resources/static/screenshots/lingo-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
server/src/main/resources/static/screenshots/lingo-3.png
Normal file
BIN
server/src/main/resources/static/screenshots/lingo-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user