-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeatures.html
55 lines (54 loc) · 2.07 KB
/
features.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: page
title: Features
features_active: active
html_class: white features
en: active
---
<div class="row row-hero">
<div class="col-12 text-center">
<img class="hero" src="/images/hero.jpg" alt="Blockchain for Adventure">
<h2>Adventures in the blockchain.</h2>
<p>Nekoyume has included the player's action information in the blockchain <br class="d-none d-lg-block">to implement fantasy role-playing in a decentralized environment.<br class="d-none d-lg-block">When players hunt monsters, sleep, or give gifts to someone, this information is securely shared in a blockchain.</p>
</div>
</div>
<hr>
<div class="row row-hash-random">
<div class="col-md-6 col-sm-12 img-section">
<table class="hash-random">
<tbody>
<tr class="hash">
<td>49</td>
<td>F7</td>
<td>0A</td>
</tr>
<tr class="arrow">
<td>⇣</td>
<td>⇣</td>
<td>⇣</td>
</tr>
<tr class="dice">
<td>⚀</td>
<td>⚃</td>
<td>⚂</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6 col-sm-12">
<h2>Technology to determine fate, <br>Hash Random</h2>
<p>Nekoyume devised a random consensus called <b> Hash random </b> to create a dynamic situation on the blockchain. A combination of hashes given from blocks is an algorithm that is hard to predict and ensures a deterministic outcome.</p>
<a href="docs/white_paper.pdf" class="btn btn-lg btn-primary">See white paper</a>
</div>
</div>
<hr>
<div class="row row-dungeon-world">
<div class="col-md-6 col-sm-12 img-section">
<img src="/images/dw.jpeg" alt="Dungeon World" width="80%">
</div>
<div class="col-md-6 col-sm-12">
<h2>Simple and profound play based on Dungeon World</h2>
<p>Nekoyume is a fantasy role-playing game based on Dungeon World. This rule, designed by Sage Sage LaTorra and Adam Koebel, inherits the strengths of Apocalypse World and Dungeons & Dragons.</p>
<a href="https://www.dungeonworldsrd.com/" class="btn btn-lg btn-primary">Learn more</a>
</div>
</div>