gk23 / ice_sudoku.github.io

专业数独程序 iOS/Windows/macOS/Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

专业数独程序

通过先进的随机数算法在iPhone上也能快速生成SE难度高达8.3的数独

using advanced multithreading random algorithm

支持按照逻辑分步求解绝大多数数独

solving a sudoku step by step logically

支持使用Resnet34直接扫一扫识别数独,或者从照片内识别数独。对Resnet34怎么训练感兴趣的到resnet文件夹看一下就知道了。

support Resnet34 scan sudoku by your camera or identify sudoku from photo. If you are interested in how to train the resnet34 model and run the model on iPhone, go to the resnet folder.

获取最新程序

Download the newest ice sudoku now

iOS 11 or later

https://apps.apple.com/cn/app/ice-sudoku/id1473595660

macOS 10.14 or later

https://apps.apple.com/cn/app/ice-sudoku-x/id1479991985?l=en&mt=12

Windows 7 or later

1).通过百度云下载 https://pan.baidu.com/s/1QwfKPWdxJW9Wz7hrtBFsNQ

2).Download from github https://github.com/tropicalwzc/ice_sudoku.github.io/releases

Ubuntu 16.04 or later

1).通过百度云下载 https://pan.baidu.com/s/16sLLSHdpS39Ky6UCmqCSHg 提取码:7dqv

2).Download from github https://github.com/tropicalwzc/ice_sudoku.github.io/releases

    1. unzip
sudo chmod 777 Installerice_sudoku.run
    1. run the installer (Don't need sudo under Ubuntu 20.04)
sudo ./Installerice_sudoku.run
    1. get libxcb-xinerama0
sudo apt-get install libxcb-xinerama0
    1. click ice sudoku from show application window or search ice sudoku to launch

if it didn't work, go to ice_sudoku/ice_sudoku folder

sudo ./ice_sudoku.sh

Android 7 or later alpha version

https://github.com/tropicalwzc/ice_sudoku_alpha.github.io

通过百度云下载

https://pan.baidu.com/s/1uWBtKJTDklAraibBH5RIjA 密码: 23kl

帮助文档

提出你的建议

Advice or issues

访问知乎主页 https://www.zhihu.com/question/333157539/answer/852434769

发送邮件到 wzc990503@qq.com

或者直接在App store评价留言

存档位置

Windows

根目录ice_save文件夹为所有个人存档,批量生成数独的时候会在根目录建立rolling_history相关txt文件


iPad 预览

macOS 预览

Windows 预览

Ubuntu 预览

iPhone 预览

About

专业数独程序 iOS/Windows/macOS/Ubuntu

License:MIT License


Languages

Language:Objective-C 45.3%Language:Python 37.6%Language:C 17.0%