Skip to content

24points game with power, bitwise operation and so on.

License

Notifications You must be signed in to change notification settings

lxl66566/super24points-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super24points

超级 24 点,在普通 24 点的基础上扩展了负数,指数,整除,位运算

  • easy: 四则运算
  • normal: [-10,-1] ∪ [1,10],四则运算
  • hard: [1,10],四则运算 指数运算^ 整除运算//(向 0 取整)
  • lunatic: [1,10],四则运算 按位异或^ 按位与& 按位或|

支持深色模式。

程序使用 C++20 & Qt6.6.0,使用 xmake 构建。Release 中仅提供 windows 可执行文件的版本,若需在其他系统运行请自行编译。

ex ex

build from source

Changing the build system to xmake is not so easy, but it worth.(read more) That's my first Qt project using xmake.

  1. edit xmake.lua and set toolchains
  2. build
    xmake && xmake r

develop

use xmake project -k compile_commands to set lsp.