Skip to content

First Playable Version

Pre-release
Pre-release
Compare
Choose a tag to compare
@Saheb Saheb released this 19 Sep 07:21
· 33 commits to master since this release

Players can login, start a game, join a game and play a game. Game play involves dealing of cards, betting by players and challenges between them.

TODO for next release:

  1. Add Chat window - Needed because players need to talk about anything.
  2. Refresh logic - When a player refreshes, how to get him back in game.
  3. Adding CSS classes for small and large screens.
  4. Remove canvas or improve the way it works, it is too slow and not real time per se.
  5. Straight betCompare should work.
  6. Allow user to logout.
  7. Remove fixed css for width and height if present anywhere.
  8. Fault Tolerance for Web Sockets.
  9. Timer of some kind to know how much time is gone waiting for a players turn!
  10. Bet Validation on Client Side.