This commit adds full opponent functionality to the game including: - Shuffling and dealing cards to both player and CPU decks - Displaying opponent's hand face-down at top of screen - Implementing CPU turn logic that automatically plays random cards - Adding animations for CPU card placement on field with stats display - Switching turns between player and CPU after card plays The changes enable a complete two-player gameplay experience where the CPU automatically responds to player actions, creating a more engaging game flow. |
||
|---|---|---|
| .continue/rules | ||
| src | ||
| index.html | ||
| package.json | ||
| start_web.bat | ||