Skip to content

Commit 8ec40e9

Browse files
authored
Update README.md
Described that the game implements Claude Shanon's Mind-Reading Machine algorithm. https://this1that1whatever.com/miscellany/mind-reader/Shannon-Mind-Reading.pdf
1 parent f123e20 commit 8ec40e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Mind Reader Game
22

3-
This is mind reader game in which a computer tries to predict a player's move. A player has to click on either Heads or Tails button. The computer will try to predict whether the player will either click on the Heads button or Tails button. If the computer predicts the player's move correctly, then it gets a point else the player gets a point. The game runs till either the player or the computer reaches a score of 50 points.
3+
This is a game in which a computer tries to predict a player's move. A player has to click on either the Heads or Tails button. The computer will try to predict whether the player will either click on the Heads button or Tails button. If the computer predicts the player's move correctly, then it gets a point else the player gets a point. The game runs till either the player or the computer reaches a score of 50 points.
44

5-
Following tools are used to create this game:
5+
The game logic implements Claude Shannon's Mind-Reading machine algorithm (https://this1that1whatever.com/miscellany/mind-reader/Shannon-Mind-Reading.pdf).
6+
7+
The following tools are used to create this game:
68

79
1. HTML 5
810
2. CSS

0 commit comments

Comments
 (0)