-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex Aktuelles Backup.html
19 lines (18 loc) · 1.25 KB
/
index Aktuelles Backup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<head>
<title> Idle Spiel </title>
</head>
<body>
<h1> <span id="Geld"> </span> Euro </h1>
<h3> <span id="GeldPS"> </span> Euro PS </h3>
<h2> (<button onclick="AKauf()" id="A"> </button> * <button onclick="BKauf()" id="B"> </button> * <button onclick="CKauf()" id="C"> </button>) ^ <button onclick="ExAKauf()" id="ExA"> </button> </h2>
<p> APrice <div id="APreis"> </div> B Price: <div id="BPreis"> </div> CPrice <div id="CPreis"> </div> ExAPrice: <div id="ExAPreis"> </div>
<p> <button onclick="SetMultiKaufAnzahl()"> Buy Multi </button> </p>
<p> <button onclick="Reset()"> Reset </button> </p>
<p> This game uses the library <a href="https://github.com/MikeMcl/decimal.js/"> decimal.js </a> so There Can Be Number higher than 1e+308 </p>
<p> Everything that stands bellow here isn't a part of the game it just gives a list of youtubers that made a video of this game my youtubechannnel and expaination aboud youtbe stuff</p>
<p> Jeder Youtuber Der Ein Video Von Dem Spiel Macht soll mir über youtube eine nachricht schreiben dann wird sein/ihr Kanal hier verlinkt </p>
<p> Mein Kanal: <a href="https://www.youtube.com/channel/UC3BFoEDnswfz4JGBnt_RIgA"> Lukas0120 </a> </p>
</body>
<script src=decimal.js> </script>
<script src=Spiel.js> </script>