golisai / Poker

An online poker app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poker

Adopted from the work from: git@github.com:geobalas/Poker.git (original licesce: MIT) that seems to be discontinued in development.

A poker application running on node.js with socket.io, using angularJS on the front-end for data binding.

This fork is created to continue that work

Getting Started

  1. Prerequisites:

    a. Install node.js: https://nodejs.org/en/download/

    b. Install git: https://www.atlassian.com/git/tutorials/install-git

  2. Clone repo on your local computer

    a. git clone https://github.com/golisai/poker.git

  3. Install dependencies

    cd poker

    npm install

  4. Run

    npm start

  5. Connect clients

    a. Open browser windows and connect to http://localhost:3000

  6. Commands

    • To start the game, enter @: start-game in the comments field
    • To change the blinds: enter @: set-small-blind nn in the comments field
    • To fold a player who is stuck: enter @: fold-player in the comments field
    • To check a player who is stuck: enter @: check-player in the comments field

About

An online poker app

License:MIT License


Languages

Language:JavaScript 75.9%Language:HTML 15.3%Language:CSS 8.5%Language:Shell 0.3%