On Sat, 2009-06-20 at 00:33 +0200, Johan Euphrosine wrote:
> Hi,
> 
> I added sound and animations for hole and bards card, and animation for
> bet2pot.
> 
> The showdown animation is still missing.
> 
> Here are what I believe are the remaining issues:
> - cards are dealt twice because we receive 2x PacketPokerCards from the
> server
> - boards card are dealt like this: 3 4 5, while it should be 3 +1 +1
> - on a given street, if a player call after betting and being raised, it
> should update the chips instead of replaying the bet animation.
> 
> I updated http://jspoker.pokersource.info/jpoker/
> 
> Let me know if there is others issues.

I implemented best cards animation, and fixed double card dealing
issues.

However cards are still redealt when hole cards are shown on showdown.

I believe this could be easily fixed by changing:
var changed = !element.hasClass('jpoker_card_' + card_image) ||
element.is(':hidden');
by:
var changed = element.is(':hidden');

Feel free to test drive it on:
http://jspoker.pokersource.info/jpoker/
-- 
Johan Euphrosine <[email protected]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to