This is a simple Player vs. Player "Connect Four" game, which I adapted from Kenny Yip's Tutorial.
To Run This Game in Windows:
- Download these files and open them in VSC with the Live Server extension
- Click on "Go Live" at the bottom of VSC
- The first game will automatically display in the console.
- To "play" again, refresh the browser.
Game Creation Notes: I was enlightened as Kenny explained the concept of what sections we needed to check and how to loop over the sections to check for a winner.
I did a bit of research and implemented how to change the color and the background color of the winner message in JS, rather than CSS.
Credit & Gratitude:
Find Kenny's JS Tutorial here: https://www.youtube.com/watch?v=4ARsthVnCTg
Thank you, Kenny! I really enjoyed your step-by-step tutorial and the explanations you added in. I look forward to learning more from you.
AUTHOR Diana Barber Github: https://github.com/CodingNannah