Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/icelam/98-cards-helper

98-cards 98-cards-helper 98cards game-assistant game-helper

Last synced: 25 days ago
JSON representation

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.

Awesome Lists containing this project

README

        


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:
* [Android Version](https://play.google.com/store/apps/details?id=com.vdh.ninetyeight.android)
* [iOS Version](https://itunes.apple.com/us/app/98-cards/id1234430446)

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](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:
```bash
yarn install
```

### Start development server
To start the development server:
```bash
yarn start
```

### Build production
To build the project for production:
```bash
yarn build
```
All the build files can be found in `/dist` folder.