Skip to content

Commit

Permalink
Added score and level.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloydman committed Jul 10, 2024
1 parent 6a8f64c commit 36d4f6a
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 8 deletions.
25 changes: 20 additions & 5 deletions gehntris/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,33 @@
<div class="browsehappy">You are using an <strong>outdated</strong> browser. Please upgrade your browser to improve your experience.</div>
<![endif]-->
<div id="main-container">
<div id="header">
<div id="title">Gehn-tris</div>
<div id="disclaimer">This product contains trademarks and/or copyrighted works of Cyan. All rights reserved
by Cyan. This product is not official and is not endorsed by Cyan.</div>
</div>
<div id="svg-container">
<div>
<svg id="svg-main"></svg>
<div id="below">
<button id="pause-button" onclick="togglePause();">Pause</button>
</div>
</div>
<div id="info-container">
<div id="upcoming">Upcoming</div>
<div><svg id="svg-info"></svg></div>
<div id="upcoming-container">
<div id="upcoming">Upcoming</div>
<div><svg id="svg-info"></svg></div>
</div>
<div id="score-container">
<div id="score-label">Score</div>
<div id="score-value">0</div>
</div>
<div id="level-container">
<div id="level-label">Level</div>
<div id="level-value">1</div>
</div>
</div>
</div>
<div id="below">
<button id="pause-button" onclick="togglePause();">Pause</button>
</div>
</div>
</body>

Expand Down
26 changes: 26 additions & 0 deletions gehntris/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36d4f6a

Please sign in to comment.