stone-paper-scissors:比较所有玩家的符号,并提供有关谁赢得谁的JSON数据

时间:2024-05-10 17:32:33
【文件属性】:

文件名称:stone-paper-scissors:比较所有玩家的符号,并提供有关谁赢得谁的JSON数据

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-10 17:32:33

JavaScript

石头剪刀布 比较所有玩家的符号,并提供有关谁赢得谁的JSON数据 指示 使用nodemon index.js运行Index.js文件 搜索网址“ localhost:3000 / game / start 描述 该程序会考虑4个人使用剪刀石头布的情况,创建50个随机信号,然后计算谁赢得了谁,并发送了信号列表作为回应,列出了最终结果 输出格式 result ['itteration1'] = { 玩家1:结果数组玩家2:结果数组玩家3:结果数组玩家4:结果数组} 可以使用result ['itteration`]访问任何发送结果的结果


【文件预览】:
stone-paper-scissors-main
----README.md(729B)
----.gitignore(2KB)
----index.js(2KB)
----package-lock.json(53KB)
----package.json(692B)

网友评论