Compare commits

..

10 Commits

Author SHA1 Message Date
83b42776d1 Merge branch 'drawer' 2025-02-19 19:41:13 -08:00
3c3ee0565a update cards list 2025-01-04 21:35:37 -05:00
98a2ce93fe Add a card 2024-12-31 11:56:38 -05:00
84bc6d79f5 Some more cards 2024-12-29 22:29:31 -05:00
c698ac3499 add 2 more night cards 2024-12-28 23:29:57 -05:00
e4484b6873 add 2 night cards 2024-12-28 23:05:27 -05:00
f330dbde33 add secret society 2024-12-27 23:45:50 -05:00
bb2403adad add credit 2024-12-27 20:49:44 -05:00
f7e4116b42 Add some more cards 2024-12-27 20:48:20 -05:00
50f27010f0 Add 3 cards 2024-12-27 08:54:21 -05:00
18 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,16 @@
const cards = [
"Discover",
"Prospector",
"Scientist",
"Chateau",
"Consul",
"Eclipse",
"Flask",
"Foundry",
"Moonlit_Scheme",
"Productive_Village",
"Retainer",
"Secret_Society",
"Shovel",
"Silk",
"Steelworker",
"Vase",
"Vendor",
]

BIN
cards/Beaver_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
cards/Chateau_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
cards/Consul_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
cards/Eclipse_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
cards/Foundry_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
cards/High_Council_v0.1.png Normal file

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

BIN
cards/Retainer_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
cards/Shovel_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
cards/Silk_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
cards/Steelworker_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
cards/Vendor_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

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