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.

447 B

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 许可证。