Commit Graph

16 Commits

Author SHA1 Message Date
songyih 19fafcb832 Change Doudizhu message process from websocket to restful api 2020-02-06 22:51:26 -08:00
songyih 9de0847a1e rm unused dependency 2020-02-05 23:13:24 -08:00
songyih a9f234fc43 added pause game function in doudizhu, optimize changing game speed 2020-02-05 23:12:27 -08:00
songyih 29c709d749 implemented game logic for leduc holdem 2020-01-31 17:43:49 -08:00
songyih db813574ae implemented basic game state loop for leduc holdem 2020-01-30 22:14:06 -08:00
songyih 68d5bcbe2a set up restful API for leduc holdem game replay 2020-01-29 21:35:56 -08:00
songyih 691ab7b120 check if the game ends 2020-01-16 22:00:38 -08:00
songyih cb4fa7b2b7 show consideration time in player decision area 2020-01-15 13:08:59 -08:00
songyih 3537e38dbb show player consideration status 2020-01-15 11:29:33 -08:00
Songyi Huang bf40610120 remove played cards from player's hands 2020-01-14 11:19:43 -08:00
songyih 03971fb6d8 request game state update & send game state update 2020-01-13 23:18:36 -08:00
songyih ec0489109b bind player hand & played cards with saved data 2020-01-13 21:37:42 -08:00
Songyi Huang 3d3647ecb2 compute player info 2020-01-13 15:29:39 -08:00
songyih e3d2dc314e add sample doudizhu json data file 2020-01-12 23:58:11 -08:00
songyih 6902642e49 build message channel between frontend & node server
get player info & init hand from server
2020-01-12 23:55:10 -08:00
songyih 812eaf6dce init socket.io over websocket & nodejs server 2020-01-12 14:01:31 -08:00