9 Commits

Author SHA1 Message Date
Dylan Pizzo 3c3ee0565a update cards list 2025-01-04 21:35:37 -05:00
Dylan Pizzo 98a2ce93fe Add a card 2024-12-31 11:56:38 -05:00
Dylan Pizzo 84bc6d79f5 Some more cards 2024-12-29 22:29:31 -05:00
Dylan Pizzo c698ac3499 add 2 more night cards 2024-12-28 23:29:57 -05:00
Dylan Pizzo e4484b6873 add 2 night cards 2024-12-28 23:05:27 -05:00
Dylan Pizzo f330dbde33 add secret society 2024-12-27 23:45:50 -05:00
Dylan Pizzo bb2403adad add credit 2024-12-27 20:49:44 -05:00
Dylan Pizzo f7e4116b42 Add some more cards 2024-12-27 20:48:20 -05:00
Dylan Pizzo 50f27010f0 Add 3 cards 2024-12-27 08:54:21 -05:00
18 changed files with 17 additions and 7 deletions
+13 -3
View File
@@ -1,6 +1,16 @@
const cards = [ const cards = [
"Discover", "Chateau",
"Prospector", "Consul",
"Scientist", "Eclipse",
"Flask",
"Foundry",
"Moonlit_Scheme",
"Productive_Village",
"Retainer",
"Secret_Society",
"Shovel",
"Silk",
"Steelworker",
"Vase", "Vase",
"Vendor",
] ]
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

+4 -4
View File
@@ -30,10 +30,10 @@
const addCard = (card) => { const addCard = (card) => {
cardsDiv.innerHTML += `<img class="card" src="./cards/${card}_v0.1.png"/>` cardsDiv.innerHTML += `<img class="card" src="./cards/${card}_v0.1.png"/>`
} }
// randomizers // // randomizers
for (const card of cards) { // for (const card of cards) {
addCard(card); // addCard(card);
} // }
// cards // cards
for (const card of cards) { for (const card of cards) {
for (let i = 0; i < 10; i++) { for (let i = 0; i < 10; i++) {