-
Notifications
You must be signed in to change notification settings - Fork 5
/
help.html
34 lines (32 loc) · 1.9 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<title>Idle Bullet Game</title>
<head>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" />
<meta charset="utf8" />
<meta name="description" content="Made by iblobtouch on Github." />
<meta name="keywords" content="" />
<meta name="author" content="iblobtouch" />
</head>
<body>
<p>How to play: <br>
Move around with WASD or arrow keys, left mouse shoots and e autofires.<br>
You will gain money based on the highest average amount of money gained over 5 seconds.<br>
Your hp is shown above your ship, if it reaches 0 the waves will reset but you will keep all items and money/rate of money gain.
Press P to pause the game, the game will pause automatically once per run if your hp reaches 20%.<br>
You will still gain money while the game is paused.<br>
Click the box on the right or press I while playing to open your inventory.<br>
While the inventory is open, you can buy items with the buttons on the left, or press n for a weapon and m for an armour<br>
Roll over an item to see its stats, click it to swap it for your current item, or press x to delete it.<br>
You can ehance an item while moused over it by pressing K, this will cost 50% of your money and has a 40% chance of increasing an items power by 20% of your money.<br>
Press L to trigger idle mode (Only after it has been unlocked), the player character will auto target and some lag saving measures will be used.<br>
<br>
Effects:<br>
Homing will cause your bullets to move to chase down enemies automatically.<br>
Crit gives a % chance to do extra damage with a hit.<br>
Pierce allows your bullet to hit multiple enemies.</p>
</body>
</html>