Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icelam/98-cards-helper
- Owner: icelam
- License: mit
- Created: 2021-09-03T03:52:24.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-29T08:48:45.000Z (9 months ago)
- Last Synced: 2024-05-02T04:03:35.275Z (6 months ago)
- Topics: 98-cards, 98-cards-helper, 98cards, game-assistant, game-helper
- Language: Pug
- Homepage: https://pinkylam.me/playground/98-cards-helper/
- Size: 2.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
98 Cards Helper
## 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.