-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added hardcore mode, 1 death = reset
- Loading branch information
Showing
6 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,14 @@ | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
|
||
<script src = "locations.js"></script> | ||
<script src = "locationObject.js"></script> | ||
<script src = "options.js"></script> | ||
<script src = "demon.js"></script> | ||
<script src = "factory.js"></script> | ||
<script src = "store.js"></script> | ||
<script src = "reflecting.js"></script> | ||
<script src = "monsters.js"></script> | ||
<script src = "levelObject.js"></script> | ||
<script src = "locationObject.js"></script> | ||
<script src = "level.js"></script> | ||
<script src = "main.js"></script> | ||
|
||
|
@@ -41,6 +41,7 @@ | |
<button id = "about_button" class = "location_button" value = "About">About</button> | ||
<button id = "inverse_button" onclick = 'inverseColors()'>Inverse</button> | ||
<button id = 'click_button' onclick = "ectoplasmClick(1)">Click</button> | ||
<p id = "hc">HC ON</p> | ||
|
||
<p id = "ectoplasm">You have 0 gold</p> | ||
<p id = "blood">?</p> | ||
|
@@ -857,6 +858,7 @@ <h2>About</h2> | |
<p>If you find any bugs/issues you can <a href = "mailto:[email protected]">e-mail</a> | ||
and Ill take care of it. Thanks for playing!</p> | ||
<br> | ||
<button onclick = "HCMode()">Hardcore Mode</button> | ||
<button onclick = 'resetGame()'>Reset Game</button> | ||
</div><!--location_div--> | ||
</div><!--wrapper--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters