forked from JoshOrndorff/BitStory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 1.21 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Bit Story Consensus Games</title>
<link type="text/css" rel="stylesheet" href="css/index.css" />
</head>
<body>
<h1>Bit Story Consensus Games</h1>
<p>Understand blockchain consensus by playing games.</p>
<h2>Bit Story Live</h2>
<p>Experience bitcoin's "Proof of Work" mining in this in-person game. Suitable for 2 - 20 players. You will need a whiteboard (or chalkboard), several markers, and a web browsing-device for each player.</p>
<img src="bitStoryLive.jpg"
<ul>
<li><a href="bitStoryLive.html">Play Bit Story Live</a></li>
<li>TODO: How to play?</li>
<li>Read the <a href="https://www.bitcoin.com/bitcoin.pdf">Bitcoin Whitepaper</a></li>
</ul>
<h2>Bit Story Online</h2>
<p>Experience bitcoin's "Proof of Work" mining in this browser-based game. Play with your firends, or strangers online. Each player needs a web browser.</p>
<img src="bitStoryOnline.png" />
<ul>
<li>Play Bit Story<a href="bitStoryOnline.html"> Online Public Game</a></li>
<li>TODO: Play BitStory Online Private Game</li>
<li>TODO: How to play?</li>
<li>Read the <a href="https://www.bitcoin.com/bitcoin.pdf">Bitcoin Whitepaper</a></li>
</ul>
</body>
</html>