32 lines
892 B
Markdown
Executable File
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)
|
|
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
## License
|
|
The MIT License (MIT)
|