文件名称:Mental-Poker:SRA心理扑克算法的实现,用于玩点对点在线扑克的公平游戏
文件大小:42KB
文件格式:ZIP
更新时间:2024-05-21 23:42:58
Java
精神扑克 分布式算法(COMP90020)项目2017。 运行应用程序 执行以下命令将运行单元测试,编译并运行Mental Poker应用程序: > gradle -q run 源文件结构 . +-- src/ | +-- main/java/au/edu/unimelb/mentalpoker/ | | +-- algorithm/ | | +-- crypto/ | | +-- exceptions/ | | +-- net/ | | +-- poker/ | | +-- MentalPoker.java | | +-- PokerGame.java | +-- test/java/au/edu/unimelb/mentalpoker/ | +-- protos.proto +-- tests/ 源代码组织如下:
【文件预览】:
Mental-Poker-master
----.gitignore(417B)
----settings.gradle(33B)
----build.gradle(1KB)
----src()
--------protos.proto(2KB)
--------main()
--------test()
----README.md(2KB)
----tests()
--------test.sh(288B)