-
Notifications
You must be signed in to change notification settings - Fork 0
/
roadmap.html
46 lines (40 loc) · 1.04 KB
/
roadmap.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
<html>
<head>
<title>Symphony of Empires</title>
<link rel="stylesheet" href="markdown.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="headerRow">
<h1>Symphony of Empires</h1>
<div class="navRow">
<a href="/">Info</a>
<p>•</p>
<a href="/roadmap">Roadmap</a>
<p>•</p>
<a href="https://github.com/symphony-of-empires/symphony-of-empires">Github</a>
<p>•</p>
<a href="https://discord.gg/hEzDR5YGFU">Discord</a>
</div>
</div>
<i>All the information given here is very volatile and given only for completness.</i>
<h2>Roadmap</h2>
<h3>Map</h3>
<hr>
<img style="width: 80%" src="./assets/map.png"></img>
<ul>
<li>Better and thicker borders</li>
<li>Rivers</li>
<li>Proper textures, the current texture are neither very good enough or placed correctly. (Ice in middle of
america for example)</li>
</ul>
<h3>General</h3>
<ul>
<li>Increase stabilty</li>
<li>Easy installable window version</li>
</ul>
<hr>
</main>
</body>
</html>