DenisIvanov26 / poker-game

0 stars 0 forks source link

Start Game implementation #42

Open DenisIvanov26 opened 1 week ago

DenisIvanov26 commented 1 week ago
iyabc commented 1 week ago

@DenisIvanov26 I was thinking of implementing first the feature where if player sits, the other seats will be disabled, let me know what you think about this

btw, the latest commit for branch 42 has a working start game button (can work for other player from different browser as well). also, the issue with new player not showing current players seated is still not fixed (I applied the temporary fix for now, see photo below)

image

iyabc commented 6 days ago

Owner

image

sample

iyabc commented 6 days ago

Latest commit:

-shows card to current player only

image

image

DenisIvanov26 commented 6 days ago

A couple comments:

Good progress so far! I look forward to the next steps.

iyabc commented 3 days ago

@DenisIvanov26 Quick update: latest commit has added logic for button visibility/dealer chip (still has bugs), added relevant functions for actions (call, raise, check, fold) but still not playable

iyabc commented 1 day ago

@DenisIvanov26, the current commit seems to be working. Please check and let me know what you think. Also, Ive added a Pot component just for testing to see if the game is working properly (I'm testing it alongside go-poker ui.