Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 638 Bytes

sudoku

MATLAB sudoku / 数独

File Usage
sudoku.m main function of game
sudoku.fig GUI
gen_sudoku.m generate sudoku matrix
sudoku_assistant.m assistant functions
sudoku_export.m export file

Screenshot: screenshot

Run

Open and run sudoku_export.m

Edit

  1. Typing GUIDE in the matlab command line, to open matlab GUI editor.
  2. Edit callback functions on sudoku.m
  3. Export to united file using GUIDE