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

https://github.com/bloiseleo/pokerconsole

Play poker on your console.
https://github.com/bloiseleo/pokerconsole

Last synced: 5 months ago
JSON representation

Play poker on your console.

Awesome Lists containing this project

README

          




Poker Console

Play Poker inside your console!

Developed using typescript and no external dependencies.

### Goals
Create a state machine and use it to determine what the game must do accordingly to the current state and user input.

## How to run?
- Clone the repository
- Download and Install Node JS
- Install all dependencies using `npm install`
- Now, just run `npm start`.

## How to build
- Clone the repository
- Download and Install Node JS
- Install all dependencies using `npm install`
- Now, just run `npm build`. It'll generate a `target` folder holding the transpiled code to javascript.
- Now, enter the `target` folder and run `node ./main.js`