Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down