Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wzdwc/TexasPokerGame

This is an online Texas Hold'em game, base on TypeScript,egg,node,vue,javascript
https://github.com/wzdwc/TexasPokerGame

egg javascript node poker socket texas typescript vue

Last synced: about 1 month ago
JSON representation

This is an online Texas Hold'em game, base on TypeScript,egg,node,vue,javascript

Awesome Lists containing this project

README

        

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)