uno:用JavaScript实现的Uno游戏逻辑

时间:2021-05-02 16:09:51
【文件属性】:
文件名称:uno:用JavaScript实现的Uno游戏逻辑
文件大小:188KB
文件格式:ZIP
更新时间:2021-05-02 16:09:51
game card card-game uno uno-game 联合国办事处 用JavaScript实现的Uno游戏。 安装 $ npm install uno-engine 用法 进口 JavaScript const { Game } = require ( 'uno-engine' ) ; 打字稿 import { Game } from 'uno-engine' ; 新游戏 const players = [ 'Player 1' , 'Player 2' , 'etc.' ] ; // maximum 10 players with unique names const customRules = [ CumulativeDrawTwo ] ; // you can add your own rules (see https://github.com/danguilherme/uno/tree/v0.1.0-alpha/
【文件预览】:
uno-master
----.travis.yml(948B)
----.babelrc(495B)
----docs()
--------Uno.pdf(53KB)
----package.json(3KB)
----tslint.json(1KB)
----RULES.md(4KB)
----.github()
--------workflows()
----test()
--------card.ts(7KB)
--------player.ts(230B)
--------game.ts(15KB)
--------house-rules()
--------deck.ts(7KB)
----.prettierrc(51B)
----jest.config.js(242B)
----LICENSE(1KB)
----src()
--------player.ts(825B)
--------game-directions.ts(72B)
--------game.ts(10KB)
--------house-rules()
--------deck.ts(2KB)
--------global.d.ts(218B)
--------uno-engine.ts(110B)
--------events()
--------types()
--------card()
----.npmignore(135B)
----tsconfig.json(383B)
----.gitignore(406B)
----webpack.config.js(1KB)
----.browserslistrc(168B)
----README.md(5KB)
----yarn.lock(363KB)

网友评论