5dice 中文文档教程
5Dice
在终端中玩的 5 个骰子游戏。 与 Yahtzee 的任何相似之处是 完全巧合。
注意:这会将您的分数保存到运行目录中的 5dice.json
文件中。
Play
npx 5dice
Development
安装依赖项:
npm i
以监视模式运行:
npm start
5Dice
A 5 dice game to play in the terminal. Any similarities with Yahtzee are completely coincidental.
NB: this saves your scores to a 5dice.json
file in the directory it is run.
Play
npx 5dice
Development
Install dependencies:
npm i
Run in watch mode:
npm start