Edit: 2025/10/31
- Previously I edited the code to add the Display All Cards button
- Added names for tree of life for data/treeoflife.js.
- The result of the reading will now print the name of the correspending tree of life name and number
For preview please go here:
https://plnkr.co/plunk/Zf9wlMsBljtKGvt9
https://run.plnkr.co/plunks/Zf9wlMsBljtKGvt9/
Note: Only the preview has the background image. This github does not have it
If the Display all cards button is missing, you can run this in the browser console.
- displayCards(PictureCards.getAllCards(), 0)
For more information on what this does, refer to lib/PictureCards.js and lib/displayCards.js
It is the same displayCards() that is used when the Pick cards button is pressed, but this time every card available is passed to the same displayCards with no selections (the zero value)