diff --git a/README.md b/README.md index dcc30ec..5b6ead8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Quantum Cat-sweeper -This is a super simple game loosely based on Minesweeper Flags and runs on the [IBM Quantum computer](https://quantumexperience.ng.bluemix.net/qx/experience) or simulator. +This is a super simple game loosely based on Minesweeper Flags and runs on the [IBM Quantum computer](https://quantum-computing.ibm.com/services/resources) or simulator. # Rules of the game: - Don't explode the cat (bombs) @@ -21,7 +21,7 @@ The placement of the bombs are determined using the [ANU Quantum Random Number G A half NOT gate is applied to each qubit representing a number tile. For example: if you reveal a purple 3 tile, you need to click two more purple 3 tiles before the whole purple section reveals. For each click there is a 50/50 chance of the qubit evaluating to a 1 or 0. If out of the 1024 shots, more of them are 1, then your click counts and you only need to find one more purple tile before the whole group reveals. If there are more 0's, then your click does not count and you still need two more clicks of a purple tile to reveal the group. -The golden cat moves around based on your click. If you find it you win 100% of the time. If you reveal a tile with a positive (not !) or neutral evaluation (defused bombs, blank tiles) then the cat moves one space in the direction of the tile you just clicked. If a negatively evaluated tile is clicked the golden cat moves one space away. This knowledge can be used as strategy to win the game. +The golden cat moves around based on your click. If you find it, you win 100% of the time. If you reveal a tile with a positive (not !) or neutral evaluation (defused bombs, blank tiles) then the cat moves one space in the direction of the tile you just clicked. If a negatively evaluated tile is clicked the golden cat moves one space away. This knowledge can be used as strategy to win the game. # Installation Guide ```bash