Files
TexasPokerGame/README.md
T
2020-09-12 20:52:18 +08:00

32 lines
892 B
Markdown
Executable File

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/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)