Texas Poker Game ================ > This is an online Texas Hold'em game, base on TypeScript,Egg,Node.js,Vue ## Server > base on midway.js,TypeScript, socket.io, mysql. Detail: [server-readme](https://github.com/wzdwc/TexasPokerGame/tree/master/server) ## Client > base on vue-cli, TypeScript, socket.io. Detail: [client-readme](https://github.com/wzdwc/TexasPokerGame/tree/master/client) ## Project structure ``` ├─client ├─database │ └─poker.sql └─server ``` ## Demo See: [demo](http://www.jojgame.com) ![img](https://github.com/wzdwc/TexasPokerGame/blob/master/gif/qr.jpg) ![img](https://github.com/wzdwc/TexasPokerGame/blob/master/gif/demo1.gif) ![img](https://github.com/wzdwc/TexasPokerGame/blob/master/gif/demo2.gif) ![img](https://github.com/wzdwc/TexasPokerGame/blob/master/gif/demo3.gif) ![img](https://github.com/wzdwc/TexasPokerGame/blob/master/gif/demo4.gif) ## License The MIT License (MIT)