Skip to content

Commit

Permalink
fix link in README #49
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl authored Apr 2, 2024
1 parent 42d4eb9 commit 95c8ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ On loading the page, the [Welcome screen](#welcome-screen) appears, containing a

#### Basic gameplay

1. The game generates a random set of **operands**: positive integers between 1 and 10 (inclusive). These are displayed on the screen, with an operator drop-down toggle between each operand.
1. The game generates a random set of **operands**: positive integers between 1 and 10 (inclusive). These are displayed on the screen, with an operator drop-down toggle between each operand.o
2. The game generates a random set of **operators** from the set [+,-,*,/]. These are never shown to the user.
3. The game also calculates the correct result of the equation based on the randomly generated operators and operands and displays this on the screen.
4. The user has to select the correct operators to make the equation true.
Expand All @@ -128,7 +128,7 @@ The difficulty level of the game is capped in several ways
- the right side of the equation has no more than 2 decimal places
- only positive integers are used for operands

The user can adjust the level of difficulty by [selecting how many operands the equation should consist of](#pperand-selector-toggle).
The user can adjust the level of difficulty by [selecting how many operands the equation should consist of](#operand-selector-toggle).

#### Scoring rules

Expand Down

0 comments on commit 95c8ee0

Please sign in to comment.