Skip to content

Releases: Saheb/Liars-Poker-Game

Alerts for Players and bug fixes

10 Nov 19:23
Compare
Choose a tag to compare
Pre-release

Added Alerts using Notify.js.

  1. Alerts when new bet arrives.
  2. Alerts when its ur turn and your friends are waiting for you.
  3. Alerts when new player joins the game during create game phase.

Bug Fixes.

  1. Login Logout works better now. Doesn't remove Login button altogether on page refresh.

Removing bugs!

11 Oct 11:14
Compare
Choose a tag to compare
Removing bugs! Pre-release
Pre-release

Tasks covered in this release:

  1. Refresh logic - When a player refreshes, how to get him back in game.
  2. Adding CSS classes for small and large screens.
  3. Game Loading Screen so that everything is loaded properly before starting the game.
  4. Use 3 to ensure every user is connected before starting a new round.
    5) Don't get gameStatus and cards on every socket reconnect.
    6) Add GIF image explaining the game on home page.

TODO for next release:

  1. Refresh logic - When a player refreshes, how to get him back in game.
  2. Adding CSS classes for small and large screens.
  3. Game Loading Screen so that everything is loaded properly before starting the game.
  4. Use 3 to ensure every user is connected before starting a new round.

A better playable version :)

04 Oct 15:39
Compare
Choose a tag to compare
Pre-release

Tasks covered in this 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.

TODO for next release:

  1. Refresh logic - When a player refreshes, how to get him back in game.
  2. Adding CSS classes for small and large screens.
  3. Game Loading Screen so that everything is loaded properly before starting the game.
  4. Use 3 to ensure every user is connected before starting a new round.
  5. Don't get gameStatus and cards on every socket reconnect.
  6. Add GIF image explaining the game on home page.

First Playable Version

19 Sep 07:21
Compare
Choose a tag to compare
Pre-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.