diff --git a/cards.js b/cards.js new file mode 100644 index 0000000..eb9c1aa --- /dev/null +++ b/cards.js @@ -0,0 +1,6 @@ +const cards = [ + "Discover", + "Prospector", + "Scientist", + "Vase", +] \ No newline at end of file diff --git a/cards/Discover_v0.1.png b/cards/Discover_v0.1.png new file mode 100644 index 0000000..c94533e Binary files /dev/null and b/cards/Discover_v0.1.png differ diff --git a/cards/Prospector_v0.1.png b/cards/Prospector_v0.1.png new file mode 100644 index 0000000..236626f Binary files /dev/null and b/cards/Prospector_v0.1.png differ diff --git a/cards/Scientist_v0.1.png b/cards/Scientist_v0.1.png new file mode 100644 index 0000000..b09675b Binary files /dev/null and b/cards/Scientist_v0.1.png differ diff --git a/cards/Vase_v0.1.png b/cards/Vase_v0.1.png new file mode 100644 index 0000000..f36f9c5 Binary files /dev/null and b/cards/Vase_v0.1.png differ diff --git a/index.html b/index.html index 5cf6979..4b4e389 100644 --- a/index.html +++ b/index.html @@ -3,15 +3,18 @@ Dominionator - - - - - - - - +
+ + - \ No newline at end of file + \ No newline at end of file