GithubHelp home page GithubHelp logo

pokermania / jpoker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruxkor/jpoker

6.0 7.0 3.0 58.6 MB

A fork of a javascript client for playing online poker from hg repo at http://upstream.jspoker.pokersource.info

Home Page: http://jspoker.pokersource.info/jpoker/

jpoker's Introduction

jpoker : javascript online poker client

What is it ?

http://jspoker.pokersource.info/jpoker/ is a javascript client for
playing online poker. It displays the list of poker tables and when
the user choses one, it is displayed in the browser. The user can
join the game and play hands. It supports multi table
tournaments. The poker server to which jpoker connects must implement
a protocol compatible with
http://pokersource.info/poker-network/. The jpoker user interface is
based on http://tiddlywiki.com/. However the underlying
http://jquery.com/ based library is independent and can be used to
implement an alternate look and feel.

License

jpoker runs on this web browser and is Free Software. You may use
jpoker to run a business without asking the authors permissions. You
may give a copy to your friends. However, the authors do not want
jpoker to be used with proprietary software

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version

Example Usage

1)  point your web server to the repository root
2a) if you want to use an instance of python-poker-network with jpoker,
    make sure you proxy the poker server under the same port and domain as the
    jpoker url (see example config below).
2b) in any other case change restURL in all ./example/*.html files to the
    appropriate URL.
3)  point your web browser to /example/index.html

Example Nginx Configuration
server {
    root /path/to/jpoker/checkout/path;

    location /POKER_REST {
        proxy_pass http://localhost:19384/POKER_REST;
    }
}

Andor Goetzendorff <[email protected]>

jpoker's People

Contributors

proppy avatar ucurlybracket avatar ruxkor avatar bkuhn avatar jakob-stoeck avatar

Stargazers

Marco avatar Jeff Federman avatar Jack Liu Shurui avatar Mirza Safiullah Baig avatar xubo zhang avatar Aron Rotteveel avatar

Watchers

 avatar Olaf Gladis avatar  avatar James Cloos avatar  avatar  avatar Ronny Roth avatar

Forkers

pkrg zilveer betco

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.