Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.84 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.84 KB

SudokuBoxer

Cross platform Sudoku GUI game & solver. Develop by wxPython. Help you solve the Sudoku puzzle step by step


Version

0.7.x Alpha

Requirement

IDE

PyCharm Community Edition(Free) Download Link

Development

  • git clone <SudokuBoxer repo> <SudokuBoxerDir>
  • install requirement
  • open <SudokuBoxerDir> by PyCharm
  • configure Python Interpreter in PyCharm
  • execute root.py

Build Package

  • Windows & Linux
    • execute python <SudokuBoxerDir>/build/build.py
  • Mac
    • execute python <SudokuBoxerDir>/build/build.py (not verified)

Language (i18n)

  • Chinese
  • English
Build & update language translating file (.PO)

execute python <SudokuBoxerDir>/build/build.py --update-po

GUI Screenshots

  • Alt text Play UI
  • Alt text Solve next step 1
  • Alt text Solve next step 2
  • Alt text Solve next step 3
  • Alt text MultiLanguage (i18n)