Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zokhoi/node-klondike
A simple Klondike Solitaire game played on command line.
https://github.com/zokhoi/node-klondike
Last synced: 26 days ago
JSON representation
A simple Klondike Solitaire game played on command line.
- Host: GitHub
- URL: https://github.com/zokhoi/node-klondike
- Owner: Zokhoi
- Created: 2020-03-06T22:31:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T22:32:06.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T02:14:26.399Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI NodeJS Klondike Solitaire Game
Simple Klondike Solitaire game played on command line.
Install [readline-sync](https://www.npmjs.com/package/readline-sync) by
```
npm i readline-sync
```
then start the game with
```
npm start
```
or
```
node klondike.js
```Created with [readline-sync](https://github.com/anseki/readline-sync)