/connect-four

Connect 4: Made with JavaScript

Primary LanguageJavaScript

Connect Four

Simple retro game, made with HTML, CSS and Vanilla JavaScript.

Learn:

  • for loops
  • addEventListener
  • document.querySelector
  • arrow functions
Play Game
game

How to Play

  • You will start as player one
  • You will start with the circles at the bottom of the grid
  • The game finishes after a combination of four is reached or until the grid is complete

Clone

https://github.com/Archianne/connect-four.git

Resources

Building 7 Games - Full Course - Ania Kubow