Getting started on how-to-play instructions.

This commit is contained in:
2024-09-07 03:41:11 +00:00
parent 22d332c246
commit 0eb75994c9
31 changed files with 4666 additions and 31 deletions

View File

@@ -0,0 +1,40 @@
<section>
<div class="moves">
<h5>Promoted Bishop - Horse</h5>
<HorseMoves />
</div>
<div class="moves">
<h5>Promoted Rook - Dragon</h5>
<DragonMoves />
</div>
</section>
<section>
<div class="moves">
<h5>Promoted Pawn</h5>
<PromotedPawnMoves />
</div>
<div class="moves">
<h5>Promoted Lance</h5>
<PromotedLanceMoves />
</div>
<div class="moves">
<h5>Promoted Knight</h5>
<PromotedKnightMoves />
</div>
</section>
<section>
<div class="moves">
<h5>Promoted Silver General</h5>
<PromotedSilverMoves />
</div>
</section>
@code {
}