forked from NehemiahK/Minecraft-Game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (56 loc) · 3.01 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
63
64
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>2DGalaxyWorld</title>
<link rel="stylesheet" href="https://jeffreymaniac.github.io/2DGalaxyWorld/game.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://jeffreymaniac.github.io/2DGalaxyWorld/images/favicon.png">
<link rel="shortcut icon" href="https://jeffreymaniac.github.io/2DGalaxyWorld/images/favicon.png">
<meta name="author" content="JeffTheMasterr"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
</head>
<body>
<nav class="topnav">
<a href="https://jeffreymaniac.github.io/2DGalaxyWorld">2DGalaxyWorld</a>
<a href="https://drive.google.com/drive/folders/15WXsCW8b1-763vvieGEgXHZlu7G3bLS8">Assets Google Drive folder</a>
</nav>
<div id="maincontent">
<h1>2DGalaxyWorld</h1>
<p>2DGalaxyWorld is a free 2D game inspired by Minecraft made by <a href="https://jeffreymaniac.github.io">JeffTheMasterr</a>. You can build and destroy structures, and simply have fun when playing around with this game.<br>
</p>
<h2>Editions</h2>
<p>This game is available on some coding project websites.</p>
<nav>
<a href="https://flowlab.io/game/view/2132613">Flowlab game (on flowlab.io)</a><br>
<a href="https://flowlab.io/game/view/2132613">Scratch game (on scratch.mit.edu)</a><br>
<a href="https://turbowarp.org/744635183" style="font-size:12px;">Turbowarp version of the Scratch game (on turbowarp.org)</a>
</nav>
<h2>Our themes</h2>
<h3>Our colors</h3>
<p>These are our theme colors</p>
<ul>
<li>Black and/or white (for text)</li>
<li>Gray (#595959) (for text)</li>
<li style="background-color:#6341ebff;color:white;">#6341ebff (regular)</li>
<li style="background-color:#beb2efff;color:black;">#beb2efff (light)</li>
<li style="background-color:#190469;color:white;">#180469 (dark)</li>
</ul>
<h3>Fonts</h3>
<ul>
<li style="font-family:Silkscreen;">Silkscreen - main title font</li>
<li style="font-family:Helvetica Neue;">Helvetica Neue - main text font</li>
</ul>
<h2>Achievements</h2>
<p>See achievements here: <a href="https://jeffreymaniac.github.io/2DGalaxyWorld/achievements/">https://jeffreymaniac.github.io/2DGalaxyWorld/achievements/</a></p>
<h2>Links</h2>
<ul>
<li>We have an official <a href="https://2DGalaxyWorld.fandom.com/wiki/2DGalaxyWorld_Wiki">fandom wiki</a></li>
<li><a href='https://docs.google.com/presentation/d/1xzrZntU9PIKzyM77ivKc8s1_dB_dOi_srfv6KBohSQ8/edit#slide=id.g15a8071e999_0_72'>2DGalaxyWorld google slideshow with info</a></li>
<li><a href='https://drive.google.com/drive/folders/15WXsCW8b1-763vvieGEgXHZlu7G3bLS8'>Google drive folder with assets</a></li>
<li><a href='https://docs.google.com/document/d/1KwmAmPKrHvMArDCwQVApCwl7pdFu0QnW7U17qwjQndw/edit#heading=h.5zz3yzx2ij9v'>Official List of Rejected 2DGalaxyWorld Suggestions google document</a></li>
</ul>
</div>
</body>
</html>