We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
初步思路,有两个:
这个稍微复杂一些,因为无法实现两个用户同时出拳,所以必须是异步的,所以先发起交易的一方需要先隐藏自己的出拳。
通过开发这个游戏可以有以下收益:
对这个游戏有其他想法或者建议,也欢迎在评论中提出。如果有其他游戏的构思,可以提交成 issue。
The text was updated successfully, but these errors were encountered:
coding...
Sorry, something went wrong.
智能合约编写完毕,正在处理DAPP
fingerGuessing Contract version (#29)
201a8d6
* 初始化石头剪刀布游戏 * 初始化石头剪刀布游戏 * #9 一个链上石头剪刀布小游戏 VS智能合约版 * 统一石头剪刀布游戏的文件名称和方法名称 * 玩家参数限制 不能大于等于3 * 修改用户选择判断参数 * 修改玩家异常输入判断参数 * 剪刀石头布小游戏VS机器人版 * complete Co-authored-by: vueadmin <keikeizhang540623@gmail.com>
#29 和合约玩部分已经实现 还差用户和用户之间玩游戏
增加和朋友玩的游戏 #51
vueadmin
No branches or pull requests
初步思路,有两个:
这个稍微复杂一些,因为无法实现两个用户同时出拳,所以必须是异步的,所以先发起交易的一方需要先隐藏自己的出拳。
开发者收益
通过开发这个游戏可以有以下收益:
对这个游戏有其他想法或者建议,也欢迎在评论中提出。如果有其他游戏的构思,可以提交成 issue。
The text was updated successfully, but these errors were encountered: