Go to file
Brian Fertig 8e8bc514ad feat: Implement card data management with multiple decks
- Added card-data.js file to define four different decks (Player default, Warrior, Mage, Archer)
- Each deck contains 10 creature cards with randomized attack, shield, and health values
- Updated index.html to load the new card data script before main.js
- Modified main.js to initialize player deck using predefined deck1 instead of generating random cards
- Removed old deck generation code from main.js
2025-08-12 20:25:55 -06:00
.continue/rules first commit 2025-08-12 19:23:41 -06:00
src feat: Implement card data management with multiple decks 2025-08-12 20:25:55 -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