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.
- Host: GitHub
- URL: https://github.com/bloiseleo/pokerconsole
- Owner: bloiseleo
- Created: 2024-12-25T17:56:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-02T00:30:35.000Z (over 1 year ago)
- Last Synced: 2025-01-02T01:27:52.420Z (over 1 year ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`