Search found 5 matches
- 19 Jan 2021, 04:55
- Forum: Scripts and Functions
- Topic: Sudoku
- Replies: 10
- Views: 4668
Re: Sudoku
Thanks for your posts. First, I made a tiny change with a big consequence: I thought, 2 loops were enough in GetPossibleNumbers, but it didn't solve this classic Sudoku https://www.youtube.com/watch?v=9m9t8ie9-EE without a bifurcation. Now, with just one more loop, it gets the solution! I added "Fix...
- 15 Jan 2021, 11:33
- Forum: Scripts and Functions
- Topic: Sudoku
- Replies: 10
- Views: 4668
Re: Sudoku
I can't reproduce the error, maybe the tabspace in the menu item name causes the problem? Anyway, I left away the disabling and enabling of the menu item, so it can't happen again. The disabling isn't necessary because the hotkey for coloring numbers already prevents the coloring of colors.
- 28 Mar 2016, 10:55
- Forum: Scripts and Functions
- Topic: Sudoku
- Replies: 10
- Views: 4668
Re: Sudoku
Maybe you clicked on a cell, thought you had "selected" it, then moved the mouse a little and then pressed a number key? That would explain it.
You don't have to click, just move the mouse and press the number keys.
PS: There are mouse button menus now, so it works either way.
You don't have to click, just move the mouse and press the number keys.
PS: There are mouse button menus now, so it works either way.
- 27 Mar 2016, 12:19
- Forum: Scripts and Functions
- Topic: Sudoku
- Replies: 10
- Views: 4668
Re: Sudoku
1. Play -> Clear board
2. Set numbers/colors with the left mouse button or the number keys.
You can save Sudokus with Sudoku -> Save as... but you can't add Sudokus to the Sudoku menu.
2. Set numbers/colors with the left mouse button or the number keys.
You can save Sudokus with Sudoku -> Save as... but you can't add Sudokus to the Sudoku menu.
- 25 Mar 2016, 14:13
- Forum: Scripts and Functions
- Topic: Sudoku
- Replies: 10
- Views: 4668
Sudoku
Shows numbers or colors and pencil marks. Detects X-wings, Y-wings, empty rectangles, Swordfish and chains and explains the solution. Generates random Sudokus and creates Sudoku images. 10 beautiful Sudoku images are included. #NoEnv #singleinstance off SendMode input SetTitleMatchMode, 1 SetBatchL...