More host UI refinements, fun logo animations, etc.

This commit is contained in:
Aaron D. Lee
2026-01-26 17:03:30 -05:00
parent c72fe44cfa
commit 23657f6b0c
4 changed files with 78 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
<!-- Lobby Screen -->
<div id="lobby-screen" class="screen active">
<h1><span class="golfer-swing">🏌️</span><span class="kicked-ball"></span> <span class="golf-title">Golf</span></h1>
<p class="subtitle">6-Card Golf Card Game <button id="rules-btn" class="btn btn-link">Rules</button></p>
<p class="subtitle">6-Card Golf Card Game <button id="rules-btn" class="btn btn-small btn-rules">Rules</button></p>
<div class="form-group">
<label for="player-name">Your Name</label>
@@ -247,7 +247,7 @@
<div class="player-section">
<div class="player-area">
<h4 id="player-header">You<span id="your-score" class="player-showing">0</span></h4>
<h4 id="player-header"><span class="player-name">You</span><span id="your-score" class="player-showing">0</span></h4>
<div id="player-cards" class="card-grid"></div>
</div>
</div>