You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
zart c22d011ee1
Initial commit
11 months ago
card Initial commit 11 months ago
.gitignore Initial commit 11 months ago
LICENSE Initial commit 11 months ago
README.md Initial commit 11 months ago
data.py Initial commit 11 months ago
graph_24.py Initial commit 11 months ago
main.py Initial commit 11 months ago
main_ui.py Initial commit 11 months ago
main_ui.ui Initial commit 11 months ago
test.py Initial commit 11 months ago

README.md

Point_24

说明

24点游戏模拟器可以模拟24点游戏的过程并给出每一步的结果。

功能

  • 随机生成24点游戏的四个数字
  • 给出每一步的结果
  • 给出游戏结束的结论

运行

python main.py

依赖

环境要求:

  • Python 3.10.0+

第三方依赖:

  • pySide6 6.2.2+
  • random 3.1.0+
  • math 3.1.0+

许可证

本项目使用 AGPL-3.0-only 许可证。