https://github.com/suptower/js-blackjack
Console blackjack game written in JavaScript using node.js
https://github.com/suptower/js-blackjack
blackjack cli javascript node nodejs terminal
Last synced: 3 months ago
JSON representation
Console blackjack game written in JavaScript using node.js
- Host: GitHub
- URL: https://github.com/suptower/js-blackjack
- Owner: suptower
- License: mit
- Created: 2023-03-29T12:48:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T06:57:10.000Z (over 1 year ago)
- Last Synced: 2025-06-22T09:39:00.436Z (about 1 year ago)
- Topics: blackjack, cli, javascript, node, nodejs, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@suptower/blackjack
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# js-blackjack
Little JavaScript project testing GitHub Copilot and Node.js
## Playing
To run the game, install the package, then:
```
node .
```