From 44b680db4dadf50ffd68d3cb6548621b1ebcd7e8 Mon Sep 17 00:00:00 2001 From: Keith Kritselis Date: Sat, 24 Oct 2020 16:10:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b6c5af..5ead750 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 1. Work through your bugs. 1. Use `node main.js` to run the game + `ctrl + c` to escape. 1. Achieve green checks for each of your unit tests. -1. Bonus Challenge: Since the game can only be one with three marks in a row, the minimum amount of marks required for a possible win is 5. There is no reason to run `checkForWin()` for marks 1-4. Adjust the program to only run `checkForwin()` after at least 5 moves have been made. +1. Bonus Challenge: Since the game can only be won with three marks in a row, the minimum amount of marks required for a possible win is 5. There is no reason to run `checkForWin()` for marks 1-4. Adjust the program to only run `checkForwin()` after at least 5 moves have been made. #### Part 2: Use the DOM to build a GUI for your game