yuanfengyun/q_algorithm

lua版的base_table判胡有错

Closed this issue · 3 comments

  local t = {
        0,0,0,   0,0,0,   0,0,0,
        0,2,0,   0,0,0,   0,0,2,
        0,0,0,   1,1,3,   0,0,2,
        0,0,0,   0,0,0,   0,
    }
 if hulib.get_hu_info(t) then
        print("")
    else
        print("不能胡")
    end

结果是胡

你看看是哪里的代码有问题。

找到眼牌没有设置

改了。