Skip to content

A classic game gone digital: Connect Four. This game is pure JavaScript; the board is created with the forEach method, adding an id and aria-label to each spot a puck can occupy. After the seventh turn it uses the forEach method and a While loop to see if a player has won.

Notifications You must be signed in to change notification settings

alleycaaat/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

connect-four

A classic game gone digital: Connect Four.

This game is pure JavaScript; the board is created with the forEach method, adding an id and aria-label to each spot a puck can occupy.
After the seventh turn it uses the forEach method and a While loop to see if a player has won.

About

A classic game gone digital: Connect Four. This game is pure JavaScript; the board is created with the forEach method, adding an id and aria-label to each spot a puck can occupy. After the seventh turn it uses the forEach method and a While loop to see if a player has won.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published