Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyyv/douniu
Douniu poker game
https://github.com/zyyv/douniu
game
Last synced: 2 months ago
JSON representation
Douniu poker game
- Host: GitHub
- URL: https://github.com/zyyv/douniu
- Owner: zyyv
- Created: 2021-05-01T21:01:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T09:39:49.000Z (over 3 years ago)
- Last Synced: 2024-10-08T03:01:19.249Z (3 months ago)
- Topics: game
- Language: TypeScript
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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