-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructionsHTML.html
More file actions
40 lines (40 loc) · 2.39 KB
/
instructionsHTML.html
File metadata and controls
40 lines (40 loc) · 2.39 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Start page">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="author" content="Saurav Kadariya">
<title>Instructions</title>
<!-- External .css file -->
<link href='https://fonts.googleapis.com/css?family=Orbitron|Passion+One' rel='stylesheet'>
<link rel='stylesheet' type='text/css' href='./css/instructions.css'>
</head>
<body>
<div class="card">
<div class="imgBox">
<div class="bark"></div>
<img src="./assets/img/spaceLaw.jpg">
</div>
<div class="details">
<p>
Space Hustle is a space trader game that focuses on you, the space trader navigating though the universe trying to gather as many credits as possible to pay off the Bounty Placed on your head by Abraxus. Abraxus is a Ferris Corporation Faction leader who tried to hire you away from his rival corporation the Mathe Corporation. You refused and it angered Abraxus. You have until the end of your turns to aquire the funds required to pay off the bounty.</p>
<p>
All players will start in sector 1 at "Earth".
Sector 1 is the only sector where you can increase the number of holds you have on your ship. Your ship will be capped at 500.
</p>
<p>
You will be provided 5 option s of sectors to "warp" out to. You can move to the any one of the 5 sectors. Beware, that just because you can warp to a sector, does not mean you will be able to warp directly back. There are many one way warps in this universe.
</p>
<p>
As you travel through the universe, you will come across ports that buy or sell different products. You have 3 types of products in the universe: Fuel, Organics, and Equipment. You will come across many types of ports. They will vary for each of the products buying and selling.
</p>
<p>
Be sure to look at all products and their prices. Some ports will buy high, some buy low. Same goes with the selling of products. In each sector, the menu system will show you what options you have for buying / selling product.
</p>
</div>
</div>
</body>
</html>