Skip to content

Commit cab8c11

Browse files
committed
Updated readme
1 parent d6c8034 commit cab8c11

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
# memory-game
2-
Memory game
1+
# Memory game built with React.js and Reflux
2+
Simple memory game built with React and Reflux.
33

4+
## The rules
5+
- Input names of the players and start
6+
- Finding a pair matching cards gives one point and an extra turn
7+
- Not finding a pair results in the next player's turn
8+
- When there are no more cards the player with the highest score wins
9+
10+
## How to start locally
11+
12+
```
13+
npm install
14+
node index.js
15+
16+
```
17+
18+
Then you can go to localhost:3000 and have fun :)

0 commit comments

Comments
 (0)