Go to file
Brian Fertig a4931d491a feat: Implement opponent AI with CPU card playing logic and enhanced hand display
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.
2025-08-13 16:20:30 -06:00
.continue/rules first commit 2025-08-12 19:23:41 -06:00
src feat: Implement opponent AI with CPU card playing logic and enhanced hand display 2025-08-13 16:20:30 -06:00
index.html feat: Implement card data management with multiple decks 2025-08-12 20:25:55 -06:00
package.json first commit 2025-08-12 19:23:41 -06:00
start_web.bat first commit 2025-08-12 19:23:41 -06:00