Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyyv/douniu

Douniu poker game
https://github.com/zyyv/douniu

game

Last synced: 2 months ago
JSON representation

Douniu poker game

Awesome Lists containing this project

README

        

# PokerGame
use node & ts build a poker game -- douniu

此项目用 ts+node 搭建, 使用项目前,请尝试使用以下命令

(`node` 环境为必要条件)

项目运行结果生成`leno.txt` `judy.txt` 在命令运行结束后,存放于生成的`result`文件夹内

### Project setup / 初始化项目
> npm install

### Compiles and hot-reloads for development / 开发时开启热加载使用命令
> npm run dev

### Project run build / 生产阶段使用命令(推荐)
> npm run build

### Unit test / 单元测试
> npm run test