Start thinking algorithmically as you deal with complicated problems involving multiple large steps.
Step 1: For the project & clone locally (to your computer)
Step 2: Create an upstream remote and sync your local copy before you branch
Step 3: Fix the issue and write a good commit message.
Step 4: Push to the origin repository.
Step 5: Create a new pull request (PR) in Github.
Step 6: Wait for feedback and approval.
- script.js and styles.css are not being loaded
- gameboard is not defined
- clearBoard function does not clear blue player's choices
- Implement checkForWin function that takes in moves and outputs a boolean based on game condition
- resetScores does not clear board