You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Smooth Sudoku's_ features and GUI are designed for a smooth and streamlined user experience. All input is done using the mouse.
27
+
_Smooth Sudoku's_ features and GUI are designed for a smooth and streamlined user experience. All input is through the mouse.
28
28
29
29
- In standard mode, hovering over any empty square in _Write_ mode will reveal clickable options to fill.
30
30
- Switching to _Erase_ mode in the top right allows to remove user-filled numbers with a click.
31
31
32
-
<imgsrc="/promo/image-new-hover-mouse.png"alt="Smooth Sudoku interface: new game and hover-to-play"title="New game"width="500"/>
32
+
<imgsrc="promo/image-new-hover-mouse.png"alt="Smooth Sudoku: new game and hover-to-play"title="New Game"width="500"/>
33
33
34
34
- Optional _Show Errors_ feature automatically highlights incorrect number placements, softening game difficulty.
35
35
- Convenient _Undo_ feature (with yellow highlight on mouse hover) allows quick backtracking on previous moves.
36
36
37
-
<imgsrc="/promo/image-errors-undo-mouse.png"alt="Smooth Sudoku features: show errors and undo"title="Undo/Show Errors"width="500"/>
37
+
<imgsrc="promo/image-errors-undo-mouse.png"alt="Smooth Sudoku: show errors and undo"title="Undo/Show Errors"width="500"/>
38
38
39
39
- Optional _Show Choices_ feature provides another way to soften difficulty by showing and allowing only valid number placements.
40
40
- The _Hint_ hover feature highlights one most recent error OR a square with fewest valid options. Clicking applies the hint.
41
41
42
-
<imgsrc="/promo/image-hint-choices-mouse.png"alt="Smooth Sudoku interface: hints and show choices"title="Hint/Show Choices"width="500"/>
42
+
<imgsrc="promo/image-hint-choices-mouse.png"alt="Smooth Sudoku: hints and show choices"title="Hint/Show Choices"width="500"/>
43
43
44
44
- For a step-by-step speedthrough that removes all errors and adds missing values to a puzzle, click *Auto-Solve*.
45
45
- Players can reset a puzzle to its original state or start a new puzzle via. options in the bottom-left.
46
46
47
-
<imgsrc="/promo/image-winner-mouse.png"alt="Smooth Sudoku interface: autosolve and win screen"title="Autosolve"width="500"/>
47
+
<imgsrc="promo/image-winner-mouse.png"alt="Smooth Sudoku: autosolve and win screen"title="Auto-Solve"width="500"/>
48
48
49
49
50
50
## User Information
@@ -53,7 +53,7 @@ _Smooth Sudoku's_ features and GUI are designed for a smooth and streamlined use
53
53
- DrRacket 8.1+;
54
54
- Language: Intermediate Student with lambda
55
55
56
-
_**HOW TO INSTALL:**_ Install the latest version of [DrRacket.](https://racket-lang.org/). Download and open the [`play-sudoku.rkt`](/play-sudoku.rkt) source file in DrRacket, then run the program using the DrRacket IDE.
56
+
_**HOW TO INSTALL:**_ Install the latest version of [DrRacket](https://racket-lang.org/). Download and open the [`play-sudoku.rkt`](/play-sudoku.rkt) source file in DrRacket, then run the program using the DrRacket IDE.
0 commit comments