GitHub - sharetech/JQMPokerPlayerClient: jQuery Mobile Implementation of the Poker Player Client. Uses the Poker Server API

This is a jQuery Mobile application, designed to be cross browser/device. This app will give a player full functionality and control over his/her hand during a poker game that is run by the poker server. The poker server must be set up and configured separately. For more information on how the poker game is supposed to run, see the documentation for the Poker Server.

Version

This application is designed to work with Poker Server API Version 0.4. This is subject to change.

Technical Stuff

This app is based entirely on jQuery and jQuery mobile, with no other JavaScript frameworks. I toyed with the idea of adding something like knockout.js, but it seemed like overkill for the scope of this project. It was also nice to get a feel for what JQM can do by itself, without aid of third party libraries.

As this project was mostly for me to learn JQM, there are probably some ways to improve performance or other optimizations. Pull requests are always welcome.

License

The MIT License (MIT)

Copyright (c) 2013 Jacob Kanipe-Illig

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.