Skip to content

Commit

Permalink
update killer mortal
Browse files Browse the repository at this point in the history
  • Loading branch information
killerducky committed Feb 11, 2024
1 parent f636a8d commit 6228acf
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 153 deletions.
7 changes: 6 additions & 1 deletion mahjong/killer_mortal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ <h1>Killer Mortal Reviewer</h1>
<span class="grid-discard grid-discard-p2"></span>
<span class="grid-discard rotate grid-discard-p1"></span>
<div class="grid-info">
<span class="info-round"></span>
<button class="info-round"></button>
<dialog class="info-round-modal">
<div class="info-round-table">test</div>
<button class="info-round-close">X</button>
</dialog>
<span class="info-sticks"></span>
<span class="info-honbas"></span>
<span class="info-doras"></span>
Expand All @@ -51,6 +55,7 @@ <h1>Killer Mortal Reviewer</h1>
<button id="ply-inc2">Next Choice &gt;</button>
<button id="ply-dec">&lt; Prev</button>
<button id="ply-inc">Next &gt;</button>
<button id="show-hands">Show hands</button>
</div>
<div class="result">
</div>
Expand Down
Loading

0 comments on commit 6228acf

Please sign in to comment.