98 Cards is a single play card game which player attempts sort and place 98 cards into 4 piles.
You can get the game at:
This website can help you to keep track of your remaining cards when playing the game. Click on any of the numbers to mark it as a placed card. To undo, simply click on the number again.
Demo is available at https://pinkylam.me/playground/98-cards-helper
- Pug
- CSS3 (SCSS)
- Node 12 or nvm installed
- Yarn or NPM installed
To install dependencies:
yarn install
To start the development server:
yarn start
To build the project for production:
yarn build
All the build files can be found in /dist
folder.