Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 813 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 813 Bytes

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