Skip to content

Archianne/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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