-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
62 lines (47 loc) · 2.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Dalila-mud by DalilaMud</title>
</head>
<body>
<header>
<div class="container">
<h1>Dalila-mud</h1>
<h2>Multy User Dungeon (Server)</h2>
<section id="downloads">
<a href="https://github.com/DalilaMud/Dalila-Mud/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/DalilaMud/Dalila-Mud/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/DalilaMud/Dalila-Mud" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>
<a id="dalila-mud" class="anchor" href="#dalila-mud" aria-hidden="true"><span class="octicon octicon-link"></span></a>Dalila Mud</h1>
<p>Qui sono raccolti tutti i file sorgenti ed i files del mondo di Dalila + alcuni tools in sviluppo.</p>
<h2>
<a id="directory" class="anchor" href="#directory" aria-hidden="true"><span class="octicon octicon-link"></span></a>directory</h2>
<ul>
<li>src = contiene i sorgenti in C.</li>
<li>lib/world = Contiene le rooms, i mobs e gli shops del mondo di dalila.</li>
<li>export contiene i tools per l'esportazione dei dati in diversi formati.</li>
</ul>
<h2>
<a id="export" class="anchor" href="#export" aria-hidden="true"><span class="octicon octicon-link"></span></a>export</h2>
<p>Per far funzionare gli export</p>
<pre><code>php inport.php // importa (al momnto solo le rooms) in un unico files rooms.json
npm install // installare i moduli aggiuntivi di node
node export.js // esporta il diversi formati, al momenti json, yaml, csv
</code></pre>
<h1>
<a id="happy-mudding" class="anchor" href="#happy-mudding" aria-hidden="true"><span class="octicon octicon-link"></span></a>Happy mudding</h1>
</section>
</div>
</body>
</html>