-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
79 lines (77 loc) · 5.7 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Idle Breakout - Play Idle Breakout Unblocked Game</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="Play Idle Breakout Unblocked game at school and work. This is a brick-busting machine to destroy billions of bricks. Play Now!">
<meta name="keywords" content="idle breakout, idle breakout online, play idle breakout, idle breakout game, idle breakout unblocked">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/style/style.css?1">
<link rel="shortcut icon" href="/style/favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://idle-breakout.github.io">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/popper.min.js"></script>
<meta name="msvalidate.01" content="1EF4EE1856E0B0935D60CE246F06EAF8" />
<meta name="google-site-verification" content="_7998NIKnejlZSKfhLfF760kY1dLbqHjqy1SXzpXRN8" />
</head>
<body>
<div class="wrapper mx-auto">
<div class="container-fluid">
<div class="row my-2">
<div class="col text-center">
<a href="/">
<img src="/style/logo.png" alt="Idle Breakout" class="img-fluid" width="900px" height="150px" id="logo">
</a>
</div>
</div>
<div class="row bg-light rounded">
<div class="col p-3 text-center">
<div class="google-ads-type-2-banner mx-auto">
<iframe src="https://lablockedgames.com/970x250.html" width="970px" height="250px" frameborder="0" scrolling="no" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true" allowfullscreen="true" style="margin: 0; padding: 0;"></iframe>
</div>
<h1>Idle Breakout - Play Idle Breakout Unblocked at School</h1>
<div class="container-fluid mt-4 p-0">
<div class="row">
<div class="col cpm_left p-0 m-0" style="max-width: 162px">
<div class="ml-auto" style="width: 160px;">
</div>
</div>
<div class="col text-center p-0 m-0">
<div id="game">
<div class="mx-auto" style="width: 1024px; height: 768px; overflow: hidden;">
<iframe width="100%" height="100%" src="/games/idle-breakout/index.html" frameborder="0" border="0" scrolling="no" class="" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="col cpm_right p-0 m-0" style="max-width: 162px">
<div class="mr-auto" style="width: 160px;">
</div>
</div>
</div>
<div class="google-ads-type-2-banner mx-auto">
<iframe src="https://lablockedgames.com/970x250.html" width="970px" height="250px" frameborder="0" scrolling="no" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true" allowfullscreen="true" style="margin: 0; padding: 0;"></iframe>
</div>
<div class="row my-3">
<div class="col text-left">
<h2 class="my-4 text-center">Description</h2>
<p>Idle Breakout modernizes the Atari classic Game. Classic breakout for the Atari was a superb game. This modern idle game, however, takes the genre to the next level. During the game, you have to click the colored blocks to earn cash. Each block you click earns you a set fee - this can be upgraded. You can then use the cash to purchase breakout balls and upgrades so that you can smash the blocks faster.</p>
<p>For being an idle game that doesn’t take much effort on the players’ part, there is a surprising amount of strategy that goes into Idle Breakout. While there are many different strategies, we recommend that you don’t try and hoard your money too much. Start off with buying a few of the basic balls, and then work your way up to the plasma balls, the second cheapest option. Spending your money quickly tends to be efficient, and when it is financially feasible to buy the next upgrade then go for it.</p>
<p>All the balls inside this game can be randomly added, and the more money you get, the more balls you can add. Since everything is idly done, you can sit and watch as the gameplay unfolds in front of your eyes. The game also has upgrades for speed, power and click speed. This is pushing the boundaries and it allows you to improve how you play, while having a whole lot of fun all the time.</p>
<h3>Controls</h3>
<p>Just click on a brick to break it and score points. Use points to purchase new balls with different abilities and upgrade them. Balls will automatically bounce and break bricks to score more points.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col text-dark">
<p class="text-center py-3">Idle Breakout © 2022</p>
</div>
</div>
</div>
</div>
</body>
</html>