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 b3ae5007b2
添加 生成表达式 功能
10 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 添加 生成表达式 功能 10 months ago
graph_24.py 添加 生成表达式 功能 10 months ago
main.py 添加 生成表达式 功能 10 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 许可证。