diff --git a/carddeck1/cards.json b/carddeck1/cards.json new file mode 100644 index 0000000..fe5bf4a --- /dev/null +++ b/carddeck1/cards.json @@ -0,0 +1,12 @@ +{ + "1" : { + "name" : "body", + "text" : "Some text of this card", + "image": "1.png" + }, + "2" : { + "name" : "panopticon", + "text" : "The panopticon is a design of institutional building with an inbuilt system of control!" + "image": "2.png" + } +} \ No newline at end of file