Инструменты пользователя

Инструменты сайта


money

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
money [2024/09/05 13:09] – создано novikmoney [2024/09/18 20:57] (текущий) novik
Строка 1: Строка 1:
-<html> +<html> <style
-<script+h2 
-alert("Правила: копите деньги и прокачиваетесь, в минус можно уходить до -100, далее вы проиграете!"+  font-family: 'Pangolin', cursive;
-var score = 0; +
-updating = 1; +
-function clickBtn() +
-  score = score + updating; +
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$";+
 } }
-function update() { +button { 
-  score = score 100+  background: linear-gradient(to bottom,rgba(120, 107, 175, .5), rgba(40, 140, 255,.3)); 
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"+  background-color: transparent
-  if1()+  background-repeat: no-repeat; 
-  updating += 1;+  background-position: center; 
 +  padding: 20px; 
 +  border-radius:20px; 
 +  text-decoration: none;  
 +  font-family: Titillium, Arial, sans-serif; 
 +  font-weight: 700; 
 +  color: white; 
 +  text-shadow: 2px 2px 4px rgba(0,0,0,1); 
 +  text-transform:uppercase; 
 +  font-size: .9em; 
 +  letter-spacing: .1em
 +  margin-right: 5px
 +  margin-left: 20px; 
 +  cursor: pointer;
 } }
-function update1() +input 
-  score = score - 150+  margin: 5px
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"+  border-radius:20px
-  if1()+  cursor: pointer
-  updating += 2;+  padding: 10px;
 } }
-function update2() +main.main 
-  score = score 250; +  background-color: rgba(77, 117, 247, 0.5)
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"+  margin: 0 auto
-  if1()+  width: 60%;
-  updating += 3;+
 } }
-function update3() +.img 
-  score = score - 500+  float: right
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"+  width: 30%
-  if1()+  margin-top: -250px
-  updating += 10;+  margin-right: 10px;
 } }
-function auto() +h1 img 
-  score = score - 10000+  width: 30px
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"; +  margin-bottom: -5px;
-  if1(); +
-  setTimeout("plusauto()", 1000);+
 } }
-function if1 () { +h1, h2 
-  if (score < -100) { +  text-align: center;
-    document.write("Вы проиграли, так-как вы превысили лимит кредита"); +
-  } +
-+
-function plusauto () { +
-  score += updating; +
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"; +
-  setTimeout("auto1()"1000); +
-+
-function auto1 () +
-  score += updating; +
-  setTimeout("plusauto()", 1000); +
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"; +
-+
-function pashalka () { +
-  score += 10000; +
-  document.getElementsByTagName("h1")[0].firstChild.data = score + "$"; +
-+
-function reboot () { +
-  alert("Ваш уровень прокачки " + updating + ". Ваш баланс " + score + " .");+
 } }
  
 +@media (max-width:1000px) {
 +  main {
 +    width: 90%;
 +    height: 1500px;
 +  }
 +  .img {
 +    width: 37%;
 +    margin-top: 0;
 +  }
 +  h1, h2 {
 +    font-size: 100px;
 +    margin: 0;
 +  }
 +  button, input {
 +    font-size: 50px;
 +  }
 +  h1 img {
 +    width: 80px;
 +  }
 +}
 +</style>
  
-</script> +<script> var score = 0; updating = 1; function clickBtn() { score = score + updating; document.getElementsByTagName("h1")[0].firstChild.data score + "Уровень+ updating ; } function update() { score score 100; document.getElementsByTagName("h1")[0].firstChild.data score + "Уровень: + updating ; if1(); updating +1;}
-<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> +
-<body> +
-  <main> +
-    <h2>Игра кликер</h2> +
-    <h1 id ="score">0$<img src="img/coins.png"></h1> +
-    <button id="clickbtn" onclick="clickBtn()">+$</button> +
-    <br><input type="button" value="Прокачать на 1 уровень|-100$" onclick="update()"> +
-    <br><input type="button" value="Прокачать на 2 уровня|-150$onclick="update1()"> +
-    <br><input type="button" value="Прокачать на 3 уровня|-250$" onclick="update2()"> +
-    <br><input type="button" value="Прокачать на 10 уровней|-500$" onclick="update3()"> +
-    <br><input type="button" value="Автокликер|-10000$" onclick="auto()"> +
-    <br><input type="button" value="Подробнееonclick="reboot()"> +
-    <img src="img/profit.png" class="img" onclick="pashalka()"> +
-  </main> +
-</body>+
  
-</html>+function update1() { score = score - 150; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 2; } function update2() { score = score - 250; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 3; } function update3() { score = score - 500; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 10; } function auto() { score = score - 10000; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); setTimeout("plusauto()", 1000); } function if1 () { if (score <-100) { 
 +document.write("Вы проиграли, так-как вы превысили лимит кредита"); 
 +} } function plusauto () { score += updating; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; setTimeout("auto1()", 1000); } function auto1 () { score += updating; setTimeout("plusauto()", 1000); document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; } function pashalka () { score += 10000; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; } function reboot () { alert("Ваш уровень прокачки " + updating + ". Ваш баланс " + score + " ."); } </script> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <body> <main class="main"> <h2>Игра кликер</h2> <p>Правила: копите деньги и прокачиваетесь, в минус можно уходить до -100, далее вы проиграете!</p> <h1 id ="score">0$ Уровень: 1</h1> <button id="clickbtn" onclick="clickBtn()">+$</button> <br> <input type="button" value="Прокачать на 1 уровень|-100$" onclick="update()"> <br> <input type="button" value="Прокачать на 2 уровня|-150$" onclick="update1()"> <br> <input type="button" value="Прокачать на 3 уровня|-250$" onclick="update2()"> <br> <input type="button" value="Прокачать на 10 уровней|-500$" onclick="update3()"> <br> <input type="button" value="Автокликер|-10000$" onclick="auto()"> <br> <img src="img/profit.png" class="img" onclick="pashalka()"> </main> </body> </html>
money.1725541784.txt.gz · Последнее изменение: 2024/09/05 13:09 — novik