-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (195 loc) · 6.7 KB
/
index.html
File metadata and controls
255 lines (195 loc) · 6.7 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
<script>
var clickerSpeed = 2000;
var airdropPlanes = 0;
var cookiesPerSecond = 0;
var iterationVar3 = 0;
var iterationVar2 = 0;
var iterationVar1 = 0;
var minerPrice = 15;
var machinePrice = 100;
var minerMachine;
var cookieMachines = 0;
var myVar;
var machineChipsPerSecond = 5;
var autoclickerChipsPerSecond = 0.5
var clicks = 0;
var miners = 0;
var airdropPrice = 2000;
var airdroppper;
var clicksPerCookie = 1;
var dropPlaneChipsPerSecond = 25;
var minerMachineSpeed = 200;
/*
var doneTheStuff;
function getCookies(){
if(!localStorage.getItem("cookies")) {
localStorage.setItem("cookies", 0);
}else{
clicks = parseInt(localStorage.getItem("cookies"))
}
}
function whatever() {
if (!doneTheStuff) {
doneTheStuff = true;
getCookies();
setTimeout(getCookies, 100);
}
}
*/
function addClick() {
clicks += clicksPerCookie;
document.getElementById("chips").innerHTML = clicks;
}
function addDude() {
if (clicks > minerPrice-1) {
clicks += -minerPrice
miners += 1
mine()
iterationVar2 += 1
minerPrice = Math.pow(1.8, iterationVar2) + 15;
minerPrice = (Math.round(minerPrice));
cookiesPerSecond += autoclickerChipsPerSecond;
}
document.getEl
document.getElementById("cookiesPerSecond").innerHTML
= cookiesPerSecond;
document.getElementById("miner").innerHTML = miners;
document.getElementById("chips").innerHTML = clicks;
document.getElementById("addAnAutoclicker").innerHTML = minerPrice;
}
function cookieMachine(){
if (clicks > machinePrice-1) {
clicks += -machinePrice;
cookieMachines += 1;
iterationVar1 += 1 ;
cookiesPerSecond += machineChipsPerSecond ;
machinePrice = Math.pow(4.8, iterationVar1) + 100;
machinePrice = (Math.round(machinePrice));
cookieMine()
}
document.getElementById("cookiesPerSecond").innerHTML = cookiesPerSecond;
document.getElementById("machines").innerHTML = cookieMachines;
document.getElementById("chips").innerHTML = clicks;
document.getElementById("machinePrice").innerHTML = machinePrice ;
}
function airdrop() {
if (clicks > airdropPrice - 1 ) {
clicks += -airdropPrice
airdropPlanes += 1
iterationVar3 += 1
cookiesPerSecond += dropPlaneChipsPerSecond
airdropPrice = Math.pow(8.8, iterationVar3) + 2000;
airdropPrice = (Math.round(airdropPrice));
cookieMine()
airdropBringer()
}
document.getElementById("cookiesPerSecond").innerHTML = cookiesPerSecond;
document.getElementById("chips").innerHTML = clicks;document.getElementById("airdropPlanes").innerHTML = airdropPlanes;
document.getElementById("airdropPrice").innerHTML = airdropPrice;
}
function airdropBringer() {
airdropper = setInterval(addClick, 40);
}
function cookieMine(){
minerMachine = setInterval(addClick, minerMachineSpeed);
}
function mine() {
myVar = setInterval(addClick, clickerSpeed);
}
function popupTrigger() {
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
window.setTimeout(hidePopup,300);
}
function hidePopup(){
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
}
function sugarCookie () {
if (clicks >= 5000) {
clicks += -5000
clicksPerCookie += .5
document.getElementById("clicksPerCookie").innerHTML = clicksPerCookie;
document.getElementById("chips").innerHTML = clicks;
machineChipsPerSecond = machineChipsPerSecond * 1.5
autoclickerChipsPerSecond = autoclickerChipsPerSecond * 1.5
dropPlaneChipsPerSecond = dropPlaneChipsPerSecond * 1.5
document.getElementById("theCookie").src="sugarcookie.png";
document.getElementById("cookieUpgradeButton").style.display = 'none';
}
}
function fasterAutoclickers() {
if (clicks > 1000) {
clicks += -1000;
clickerSpeed = 1500;
document.getElementById("fasterAutoclickersID").style.display = 'none';
document.getElementById("chips").innerHTML = clicks;
autoclickerChipsPerSecond = autoclickerChipsPerSecond * 1.25;
}
}
function betterMachines() {
if (clicks > 3000 ){
clicks += -3000
minerMachineSpeed += -50;
machineChipsPerSecond = machineChipsPerSecond * 1.25;
document.getElementById("chips").innerHTML = clicks;
document.getElementById("betterMachines").style.display = 'none';
}
}
</script>
<title> Cookie Clicker </title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<a href="https://github.com/HD-Projects/HD-Projects.github.io"><img src="github.png" class="icon" ></a>
<a href="https://hd-projects.github.io/donate/"><img src="donateButton.png" class="icon" ></a>
<a href="https://forms.gle/AFBGzv9QeT8HHzcF9"> <img src="subscribe.jpg" class="icon"> </a>
<h3>Click the Cookie to Get Chips</h3>
</header>
<section>
<nav>
<ul>
<div class="popup" onclick="popupTrigger()">
<span class="popuptext" id="myPopup"> + <span id="clicksPerCookie"> 1 </span> Chips</span>
<img src="cookie.png" onclick="addClick()" id="theCookie">
</div>
<br>
<span id="cookiesPerSecond"> 0 </span> <span class="cpsData"> chips per second </span>
</ul>
</nav>
<article>
<div id="dataArea">
<br>
<span id="chips">0</span> <span class="dataLabel"> chips </span> <br>
<span id="miner">0</span> <span class="dataLabel"> autoclickers </span><br>
<span id="machines">0</span> <span class="dataLabel"> cookie machines </span><br>
<span id="airdropPlanes"> 0 </span> <span class="dataLabel"> drop planes </span> <br>
<article id="buyButtons">
<img class="buttonId"src="cursor.jpg"> <button onclick="addDude()"> Add An Autoclicker For <span id="addAnAutoclicker"> 15 </span> <span> chips </span></button> <br>
<img class="buttonId" src="machine.jpg"> <button onclick="cookieMachine()"> Add a Cookie Machine For <span id="machinePrice">100 </span> <span>
chips</span></button> <br>
<img class="buttonId" src="airdrop.jpg"> <button onclick="airdrop()"> Add A Drop Plane For <span id="airdropPrice" > 2000 </span> <span> chips </span> </button> <br>
</article>
<div>
</article>
</section>
<footer>
<h1>Upgrades: </h1>
<div onclick="sugarCookie()" id="cookieUpgradePrice">
<button id="cookieUpgradeButton">Upgrade To Sugar Cookie For: 5000 Chips </button>
</div>
<button onclick="fasterAutoclickers()" id="fasterAutoclickersID"> Get Faster Autoclickers For: 1000 Chips </button>
<br>
<button onclick="betterMachines()" id="betterMachines"> No Enviromental Regulations On Cookie Machines 3k </button>
</footer>
</body>
</html