Add files via upload

This commit is contained in:
IvarK 2017-08-26 04:54:58 +03:00 committed by GitHub
parent 2a07deaedb
commit 31cc0e472c

View File

@ -1,262 +1,295 @@
<!doctype html>
<html>
<head>
<title>Antimatter Dimensions</title>
<meta name="Antimatter Dimensions" content="A game about huge numbers and watching them go up." />
<h1 id="hiddenheader"style="display: inline">Antimatter Dimensions</h1>
<script src='https://cdn1.kongregate.com/javascripts/kongregate_api.js'></script>
</head>
<body id ="body">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77268961-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
<div class="container" style="color:#4F5957; font-family: Typewriter; text-align:center; font-size: 1.7vh">
<img id="logoanimation" src="animation.gif" >
<div id="logodiv" class="logo">
<img id="logotxt" src="ADlogo.png" style="height:150px">
</div>
<div>
<p>You have <span id="coinAmount" style="font-size:180%; color: black">0</span> antimatter.</p>
</div>
<div id="coinsPerSec">You are getting 0 antimatter per second.</div>
<tr id="tickSpeedRow" style="visibility: hidden">
<div id="tickLabel" style= "visibility: hidden">Make the game 10% faster.</div>
<button id="tickSpeed" style="color:black; visibility: hidden; height: 40px; font-size: 70%" class="storebtn">Cost: 1000</button>
<button id="tickSpeedMax" onclick="buyMaxTickSpeed()" style="color:black; visibility: hidden; height: 40px; font-size: 80%" class="storebtn">Buy Max</button>
<div id="tickSpeedAmount" style= "visibility: hidden">Tickspeed: 1000</div>
</tr>
<p></p>
<div>
<button id="bigcrunch" style="font-family: Typewriter; font-size: 240%; display: none" class="tabbtn">Big Crunch</button>
</div>
<div >
<button id="dimensionsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Dimensions</button>
<button id="optionsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Options</button>
<button id="statisticsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Statistics</button>
<button id="infinitybtn" style="font-family: Typewriter; font-size: 200%" class="infinitybtn">Infinity</button>
</div>
<div id="emptiness" class="tab" style="font-size: 150%">
<br>
The world has collapsed on itself due to excess of antimatter.
<br>
<br>
</div>
<div id="dimensions" class="tab">
<p></p>
<button id="maxall" class="storebtn" style="font-size: 80%">Max all</Button>
<table class="table">
<tr style="font-size: 135%">
<td id="firstD" width="32%">
First Dimension x1
</td>
<td>
<div id="firstAmount">0 (0)</div>
</td>
<td align="right" width="10%">
<button id="first" style="color:black; height: 35px" class="storebtn" align="right">Cost: 10</button>
</td>
<td align="right" width="10%">
<button id="firstMax" style="color:black; width:195px; height:35px" class="storebtn" align="right">Cost: 10</button>
</td>
</tr>
<tr id="secondRow" style="display: none; font-size: 135%">
<td id="secondD">
Second Dimension
</td>
<td style="text-alignment:center">
<div id="secondAmount" align="left">0 (0)</div>
</td>
<td><button id="second" style="color:black; height: 35px" class="storebtn">Cost: 100</button>
</td>
<td>
<button id="secondMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
<tr id="thirdRow" style="display: none; font-size: 135%">
<td id="thirdD">
Third Dimension
</td>
<td style="text-alignment:center">
<div id="thirdAmount" align="left">0 (0)</div>
</td>
<td>
<button id="third" style="color:black; height: 35px" class="storebtn">Cost: 10000</button>
</td>
<td>
<button id="thirdMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
<tr id="fourthRow" style="display: none; font-size: 135%">
<td id="fourthD">
Fourth Dimension
</td>
<td style="text-alignment:center">
<div id="fourthAmount" align="left">0 (0)</div>
</td>
<td>
<button id="fourth" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="fourthMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
<tr id="fifthRow" style="display: none; font-size: 135%">
<td id="fifthD">
Fifth Dimension
</td>
<td style="text-alignment:center">
<div id="fifthAmount" align="left">0 (0)</div>
</td>
<td>
<button id="fifth" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="fifthMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
<tr id="sixthRow" style="display: none; font-size: 135%">
<td id="sixthD">
Sixth Dimension
</td>
<td style="text-alignment:center">
<div id="sixthAmount" align="left">0 (0)</div>
</td>
<td>
<button id="sixth" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="sixthMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
<tr id="seventhRow" style="display: none; font-size: 135%">
<td id="seventhD">
Seventh Dimension
</td>
<td style="text-alignment:center">
<div id="seventhAmount" align="left">0 (0)</div>
</td>
<td>
<button id="seventh" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="seventhMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
<tr id="eightRow" style="display: none; font-size: 135%">
<td id="eightD">
Eight Dimension
</td>
<td style="text-alignment:center">
<div id="eightAmount" align="left">0 (0)</div>
</td>
<td>
<button id="eight" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="eightMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</tr>
</table>
<table style="width: 100%">
<tr style="font-size: 145%" >
<td id="resetLabel">
Dimension Shift: requires 20 Fourth Dimension
</td>
<td >
<button id="softReset" style="color:black; width: 200px; height: 45px; font-size: 50%" class="storebtn" >Reset the game for a new Dimension</button>
</td>
</tr>
<tr style="font-size: 145%">
<td id="secondResetLabel">
Antimatter Galaxies: requires 80 Eight Dimension
</td>
<td>
<button id="secondSoftReset" style="color:black; width: 200px; height: 50px; font-size: 45%" class="storebtn">Lose all your previous progress, but get a tickspeed boost</button>
</td>
</tr>
</table>
</div>
</div>
<div id="options" class="tab" align="center">
<br>
<div><button id="animation" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Enable/Disable animations</button></div>
<div><button id="invert" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Invert colors</button></div>
<div><button id="logo" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Hide the logo</button></div>
<div><button id="notation" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Change notation</button></div>
<div><button id="save" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Save</button></div>
<div><button id="exportbtn" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Export</button></div>
<div><button id="importbtn" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Import</button></div>
<div><button id="reset" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">RESET THE GAME</button></div>
</div>
<div id="statistics" class="tab" align="left" style="color: black; font-size: 140%; font-family: Typewriter; width: 60%; margin: 0 auto">
<br>
<div id="totalmoney">You have made x antimatter.</div>
<div id="totalresets">You have made x soft resets.</div>
<div id="galaxies">You have made x Antimatter galaxies.</div>
<div id="infinitied">You have infinitied x times.</div>
<div id="bestInfinity">Your fastest infinity is in x.</div>
<div id="thisInfinity">You have spent x in this Infinity.</div>
<div id="totalTime">You have played for </div>
</div>
<div id="infinity" class="tab" alight="center">
<br>
<div id="infinityPoints" style="color: black; font-size: 140%; width: 25%; margin: 0 auto">You have made x Infinity points.</div>
<br>
<table class="table" style="margin: 0 auto">
<tr>
<td>
<button id="infi11" class="infinistorebtn1">Production increase over time <br>currently:</button>
</td>
<td>
<button id="infi21" class="infinistorebtn2">Multiplier for 10 Dimensions <br><br>2x -> 2.2x</button>
</td>
</tr>
<tr>
<td>
<button id="infi12" class="infinistorebtn1">First and Eighth Dimension power <br>xx</button>
</td>
<td>
<button id="infi22" class="infinistorebtn2">Second and Seventh Dimension power <br>xx</button>
</td>
</tr>
<tr>
<td>
<button id="infi13" class="infinistorebtn1">Third and Sixth Dimension power <br>xx</button>
</td>
<td>
<button id="infi23" class="infinistorebtn2">Fourth and Fifth Dimension power <br>xx</button>
</td>
</tr>
<tr>
<td>
<button id="infi14" class="infinistorebtn1">Decrease the number of Dimensions needed for reset for 9</button>
</td>
<td>
<button id="infi24" class="infinistorebtn2">Antimatter Galaxies are twice as effective</button>
</td>
</tr>
</table>
</div>
<tr>
<td>
<div style="text-align:center;font-size:2.2vh">
<a href="howto.html" target="_newtab">How to play </a> |
<a href="about.html" target="_newtab">About me </a> |
<a href="changelog.html" target="_newtab">Changelog</a>
</div>
</td>
</tr>
<div style="text-align: center">
</div>
<script src="javascripts/game.js"></script>
</body>
</html>
<!doctype html>
<html>
<head>
<title>Antimatter Dimensions</title>
<meta name="Antimatter Dimensions" content="A game about huge numbers and watching them go up." />
<h1 id="hiddenheader"style="display: inline">Antimatter Dimensions</h1>
<script src="javascripts/jquery-3.2.1.min.js"></script>
<script src='https://cdn1.kongregate.com/javascripts/kongregate_api.js'></script>
<script src="javascripts/notify.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77268961-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id ="body">
<div class="container" style="color:#4F5957; font-family: Typewriter; text-align:center; font-size: 1.7vh">
<img id="logoanimation" src="animation.gif" >
<div id="logodiv" class="logo">
<img id="logotxt" src="ADlogo.png" style="height:150px">
</div>
<div>
<p>You have <span id="coinAmount" style="font-size:180%; color: black">0</span> antimatter.</p>
</div>
<div id="coinsPerSec">You are getting 0 antimatter per second.</div>
<tr id="tickSpeedRow" style="visibility: hidden">
<div id="tickLabel" style= "visibility: hidden">Make the game 10% faster.</div>
<button id="tickSpeed" style="color:black; visibility: hidden; height: 40px; font-size: 70%" class="storebtn">Cost: 1000</button>
<button id="tickSpeedMax" onclick="buyMaxTickSpeed()" style="color:black; visibility: hidden; height: 40px; font-size: 80%" class="storebtn">Buy Max</button>
<div id="tickSpeedAmount" style= "visibility: hidden">Tickspeed: 1000</div>
</tr>
<p></p>
<div>
<button id="bigcrunch" style="font-family: Typewriter; font-size: 240%; display: none" class="tabbtn">Big Crunch</button>
</div>
<div>
<button id="dimensionsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Dimensions</button>
<button id="optionsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Options</button>
<button id="statisticsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Statistics</button>
<button id="achievementsbtn" style="font-family: Typewriter; font-size: 200%" class="tabbtn">Achievements</button>
<button id="infinitybtn" style="font-family: Typewriter; font-size: 200%" class="infinitybtn">Infinity</button>
</div>
<div id="emptiness" class="tab" style="font-size: 150%">
<br>
The world has collapsed on itself due to excess of antimatter.
<br>
<br>
</div>
<div id="dimensions" class="tab">
<p></p>
<button id="maxall" class="storebtn" style="font-size: 80%">Max all</Button>
<table class="table">
<tr style="font-size: 135%">
<td id="firstD" width="32%">
First Dimension x1
</td>
<td>
<div id="firstAmount">0 (0)</div>
</td>
<td align="right" width="10%">
<button id="first" style="color:black; height: 35px" class="storebtn" align="right">Cost: 10</button>
</td>
<td align="right" width="10%">
<button id="firstMax" style="color:black; width:195px; height:35px" class="storebtn" align="right">Cost: 10</button>
</td>
</tr>
<tr id="secondRow" style="display: none; font-size: 135%">
<td id="secondD">
Second Dimension
</td>
<td style="text-alignment:center">
<div id="secondAmount" align="left">0 (0)</div>
</td>
<td><button id="second" style="color:black; height: 35px" class="storebtn">Cost: 100</button>
</td>
<td>
<button id="secondMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
<tr id="thirdRow" style="display: none; font-size: 135%">
<td id="thirdD">
Third Dimension
</td>
<td style="text-alignment:center">
<div id="thirdAmount" align="left">0 (0)</div>
</td>
<td>
<button id="third" style="color:black; height: 35px" class="storebtn">Cost: 10000</button>
</td>
<td>
<button id="thirdMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
<tr id="fourthRow" style="display: none; font-size: 135%">
<td id="fourthD">
Fourth Dimension
</td>
<td style="text-alignment:center">
<div id="fourthAmount" align="left">0 (0)</div>
</td>
<td>
<button id="fourth" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="fourthMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
<tr id="fifthRow" style="display: none; font-size: 135%">
<td id="fifthD">
Fifth Dimension
</td>
<td style="text-alignment:center">
<div id="fifthAmount" align="left">0 (0)</div>
</td>
<td>
<button id="fifth" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="fifthMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
<tr id="sixthRow" style="display: none; font-size: 135%">
<td id="sixthD">
Sixth Dimension
</td>
<td style="text-alignment:center">
<div id="sixthAmount" align="left">0 (0)</div>
</td>
<td>
<button id="sixth" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="sixthMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
<tr id="seventhRow" style="display: none; font-size: 135%">
<td id="seventhD">
Seventh Dimension
</td>
<td style="text-alignment:center">
<div id="seventhAmount" align="left">0 (0)</div>
</td>
<td>
<button id="seventh" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="seventhMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
<tr id="eightRow" style="display: none; font-size: 135%">
<td id="eightD">
Eight Dimension
</td>
<td style="text-alignment:center">
<div id="eightAmount" align="left">0 (0)</div>
</td>
<td>
<button id="eight" style="color:black; height: 35px" class="storebtn">Cost: 1000000</button>
</td>
<td>
<button id="eightMax" style="color:black; width:195px; height:35px" class="storebtn">Cost: 10</button>
</td>
</tr>
</table>
<table style="width: 100%">
<tr style="font-size: 145%" >
<td id="resetLabel">
Dimension Shift: requires 20 Fourth Dimension
</td>
<td >
<button id="softReset" style="color:black; width: 200px; height: 45px; font-size: 50%" class="storebtn" >Reset the game for a new Dimension</button>
</td>
</tr>
<tr style="font-size: 145%">
<td id="secondResetLabel">
Antimatter Galaxies: requires 80 Eight Dimension
</td>
<td>
<button id="secondSoftReset" style="color:black; width: 200px; height: 50px; font-size: 45%" class="storebtn">Lose all your previous progress, but get a tickspeed boost</button>
</td>
</tr>
</table>
</div>
<div id="options" class="tab" align="center">
<br>
<div><button id="animation" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Enable/Disable animations</button></div>
<div><button id="invert" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Invert colors</button></div>
<div><button id="logo" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Hide the logo</button></div>
<div><button id="notation" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Change notation</button></div>
<div><button id="save" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Save</button></div>
<div><button id="exportbtn" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Export</button></div>
<div><button id="importbtn" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">Import</button></div>
<div><button id="reset" class="storebtn" style="color:black; width: 200px; height: 55px; font-size:130%">RESET THE GAME</button></div>
</div>
<div id="statistics" class="tab" align="left" style="color: black; font-size: 140%; font-family: Typewriter; width: 60%; margin: 0 auto">
<br>
<div id="totalmoney">You have made x antimatter.</div>
<div id="totalresets">You have made x soft resets.</div>
<div id="galaxies">You have made x Antimatter galaxies.</div>
<div id="infinitied">You have infinitied x times.</div>
<div id="bestInfinity">Your fastest infinity is in x.</div>
<div id="thisInfinity">You have spent x in this Infinity.</div>
<div id="totalTime">You have played for </div>
</div>
<div id="achievements" class="tab">
<table style="margin: auto">
<tr>
<td><div id="You gotta start somewhere" class="achievement achievementlocked" ach-tooltip="Buy a First Dimension"><br>You gotta start somewhere</div></td>
<td><div id="100 antimatter is a lot" class="achievement achievementlocked" ach-tooltip="Buy a Second Dimension"><br>100 antimatter is a lot</div></td>
<td><div id="Half life 3 confirmed" class="achievement achievementlocked" ach-tooltip="Buy a Third Dimension"><br>Half life 3 confirmed</div></td>
<td><div id="L4D: Left 4 Dimensions" class="achievement achievementlocked" ach-tooltip="Buy a Fourth Dimension"><br>L4D: Left 4 Dimensions</div></td>
<td><div id="5 Dimension Antimatter Punch" class="achievement achievementlocked" ach-tooltip="Buy a Fifth Dimension"><br>5 Dimension Antimatter Punch</div></td>
<td><div id="We couldn't afford 9" class="achievement achievementlocked" ach-tooltip="Buy a Sixth Dimension"><br>We couldn't afford 9</div></td>
<td><div id="Not a luck related achievement" class="achievement achievementlocked" ach-tooltip="Buy a Seventh Dimension"><br>Not a luck related achievement</div></td>
<td><div id="90 degrees to infinity" class="achievement achievementlocked" ach-tooltip="Buy an Eighth Dimension"><br>90 degrees to infinity</div></td>
</tr>
<tr>
<td><div id=" " class="achievement achievementlocked" ach-tooltip="Reach Infinite antimatter"><br>To infinity!</div></td>
<td><div id=" " class="achievement achievementlocked" ach-tooltip="Reach Infinity 10 times"><br>That's a lot of infinites</div></td>
<td><div id=" " class="achievement achievementlocked" ach-tooltip="Reach Infinite antimatter without having any 8th Dimensions"><br>You didn't need it anyway</div></td>
<td><div id=" " class="achievement achievementlocked" ach-tooltip="Go infinite in under 2 hours"><br>That's fast!</div></td>
<td><div id=" " class="achievement achievementlocked" ach-tooltip="Play for 8 days"><br>One for each dimension</div></td>
<td><div id=" " class="achievement achievementlocked"><br></div></td>
<td><div id=" " class="achievement achievementlocked"><br>This is an achievement</div></td>
<td><div id=" " class="achievement achievementlocked"><br>This is an achievement</div></td>
</tr>
</table>
</div>
<div id="infinity" class="tab" alight="center">
<br>
<div id="infinityPoints" style="color: black; font-size: 140%; width: 25%; margin: 0 auto">You have made x Infinity points.</div>
<br>
<table class="table" style="margin: 0 auto">
<tr>
<td>
<button id="infi11" class="infinistorebtn1">Production increase over time <br>currently:</button>
</td>
<td>
<button id="infi21" class="infinistorebtn2">Multiplier for 10 Dimensions <br><br>2x -> 2.2x</button>
</td>
</tr>
<tr>
<td>
<button id="infi12" class="infinistorebtn1">First and Eighth Dimension power <br>xx</button>
</td>
<td>
<button id="infi22" class="infinistorebtn2">Second and Seventh Dimension power <br>xx</button>
</td>
</tr>
<tr>
<td>
<button id="infi13" class="infinistorebtn1">Third and Sixth Dimension power <br>xx</button>
</td>
<td>
<button id="infi23" class="infinistorebtn2">Fourth and Fifth Dimension power <br>xx</button>
</td>
</tr>
<tr>
<td>
<button id="infi14" class="infinistorebtn1">Decrease the number of Dimensions needed for reset for 9</button>
</td>
<td>
<button id="infi24" class="infinistorebtn2">Antimatter Galaxies are twice as effective</button>
</td>
</tr>
</table>
</div>
<tr>
<td>
<div style="text-align:center;font-size:2.2vh">
<a href="howto.html" target="_newtab">How to play </a> |
<a href="about.html" target="_newtab">About me </a> |
<a href="changelog.html" target="_newtab">Changelog</a>
</div>
</td>
</tr>
<div style="text-align: center">
</div>
</div>
</body>
<script src="javascripts/game.js"></script>
</html>