Skip to content

Commit

Permalink
Fix pronouns
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev authored Sep 10, 2024
1 parent 6576078 commit 65731b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ A cycle.js implementation of the Recall game
[View Demo](https://artfuldev.github.io/recall-cycle)

## Recall
It is a simple app, with a square grid of 25 squares. When a new game starts, 9 cells are selected at random, and shown to the user for a few seconds. Afterwards, the question is hidden, and the user has to select the 9 cells correctly, by clicking on them again. Once the user selects 9 cells, we compare them with our question. If he got all of the 9 cells right, he is awarded a score of 1.
It is a simple app, with a square grid of 25 squares. When a new game starts, 9 cells are selected at random, and shown to the user for a few seconds. Afterwards, the question is hidden, and the user has to select the 9 cells correctly, by clicking on them again. Once the user selects 9 cells, we compare them with our question. If they got all of the 9 cells right, they are awarded a score of 1.

0 comments on commit 65731b5

Please sign in to comment.