Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)