Skip to content

Commit 65d8a40

Browse files
authored
docs: fix typos and alt text
1 parent 567c289 commit 65d8a40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Smooth Sudoku
2-
Playable sudoku client written as a [HtDW](https://world.cs.brown.edu/) world program in Racket ISL
2+
Playable sudoku client written as a [HtDW](https://world.cs.brown.edu/) world program in Racket ISL.
33

44
--------------------------------------------------------------------------------
55

@@ -24,27 +24,27 @@ tracking, option display...)
2424

2525
## Features
2626

27-
_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.
2828

2929
- In standard mode, hovering over any empty square in _Write_ mode will reveal clickable options to fill.
3030
- Switching to _Erase_ mode in the top right allows to remove user-filled numbers with a click.
3131

32-
<img src="/promo/image-new-hover-mouse.png" alt="Smooth Sudoku interface: new game and hover-to-play" title="New game" width="500"/>
32+
<img src="promo/image-new-hover-mouse.png" alt="Smooth Sudoku: new game and hover-to-play" title="New Game" width="500"/>
3333

3434
- Optional _Show Errors_ feature automatically highlights incorrect number placements, softening game difficulty.
3535
- Convenient _Undo_ feature (with yellow highlight on mouse hover) allows quick backtracking on previous moves.
3636

37-
<img src="/promo/image-errors-undo-mouse.png" alt="Smooth Sudoku features: show errors and undo" title="Undo/Show Errors" width="500"/>
37+
<img src="promo/image-errors-undo-mouse.png" alt="Smooth Sudoku: show errors and undo" title="Undo/Show Errors" width="500"/>
3838

3939
- Optional _Show Choices_ feature provides another way to soften difficulty by showing and allowing only valid number placements.
4040
- The _Hint_ hover feature highlights one most recent error OR a square with fewest valid options. Clicking applies the hint.
4141

42-
<img src="/promo/image-hint-choices-mouse.png" alt="Smooth Sudoku interface: hints and show choices" title="Hint/Show Choices" width="500"/>
42+
<img src="promo/image-hint-choices-mouse.png" alt="Smooth Sudoku: hints and show choices" title="Hint/Show Choices" width="500"/>
4343

4444
- For a step-by-step speedthrough that removes all errors and adds missing values to a puzzle, click *Auto-Solve*.
4545
- Players can reset a puzzle to its original state or start a new puzzle via. options in the bottom-left.
4646

47-
<img src="/promo/image-winner-mouse.png" alt="Smooth Sudoku interface: autosolve and win screen" title="Autosolve" width="500"/>
47+
<img src="promo/image-winner-mouse.png" alt="Smooth Sudoku: autosolve and win screen" title="Auto-Solve" width="500"/>
4848

4949

5050
## User Information
@@ -53,7 +53,7 @@ _Smooth Sudoku's_ features and GUI are designed for a smooth and streamlined use
5353
- DrRacket 8.1+;
5454
- Language: Intermediate Student with lambda
5555

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.
5757

5858
#### To run .exe release file:
5959
- Windows 10+

0 commit comments

Comments
 (0)