MartMcMahon / tarot

A tarot deck simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tarot deck simulator

the app

  • 'shuffle' mixes the order of the whole deck
  • 'single' continuously draws the top card until the whole deck is gone
  • 'three' and 'five' will shuffle everything in before drawing the appropriate amount of cards

installation

clone the repo then do

npm install

or

yarn install

then

npm start

or

yarn start

About

A tarot deck simulator


Languages

Language:JavaScript 71.3%Language:Python 12.7%Language:HTML 12.2%Language:CSS 3.8%