This is an iPad application designed to work with the Poker Server: https://github.com/jacobhyphenated/PokerServer
This is a basic iPad app that can serve as the game controller for a texas holdem poker game. The game controller displays the community cards, decides when to deal the cards, and decides when to end the hand. Player clients are used to represent the players in the game; these are a separate project.
I have every intention of completely re-writing this application for iOS8. Until then, there will be no further active development on this project.
This project will work with iOS 6.0+
This application is designed to work with Poker Server API Version 0.4. This is subject to change.
The basic functionality for this project is complete. However, much more needs to be done.
Obviously there is not much design work, and a lot of the UX is in desperate need of improvement. I will be working on this intermittently, but pull requests are welcome :)
This project uses AFNetworking (https://github.com/AFNetworking/AFNetworking) as a submodule. Make sure to initialize the submodules when cloning the repository.
The MIT License (MIT)
Copyright (c) 2014 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.