icelam / 98-cards-helper

98 Cards is a single play card game which player attempts sort and place 98 cards into 4 piles. 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.

Home Page:https://pinkylam.me/playground/98-cards-helper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

98 Cards Helper

98 Cards Helper

Built with TypeScript Node.js Yarn Code Style Conventional Commits License Current version

About

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.

Live Demo

Demo is available at https://pinkylam.me/playground/98-cards-helper

Technology Stack

  • Pug
  • CSS3 (SCSS)

Development

Prerequisite

  • Node 12 or nvm installed
  • Yarn or NPM installed

Install dependencies

To install dependencies:

yarn install

Start development server

To start the development server:

yarn start

Build production

To build the project for production:

yarn build

All the build files can be found in /dist folder.

About

98 Cards is a single play card game which player attempts sort and place 98 cards into 4 piles. 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.

https://pinkylam.me/playground/98-cards-helper/

License:MIT License


Languages

Language:Pug 38.2%Language:JavaScript 29.2%Language:SCSS 26.8%Language:TypeScript 3.6%Language:HTML 1.9%Language:Shell 0.3%