Let’s build a fully playable Connect Four using only HTML, CSS, and JavaScript! This beginner-friendly tutorial will guide you through the whole process of using DOM manipulation in JS to build this game.

🗄 Resources:

index.html starting code: https://gist.github.com/angle943/21f2ee581649eea84acc619b595ff3d3
style.css starting code: https://gist.github.com/angle943/c5fbaf7e33731fac411098161b262a67
app.js starting code: https://gist.github.com/angle943/eb271d6c1929f2be6d9c08b5c0c69e7f

Finished Repo: https://github.com/angle943/connect-four-js

🔑 Key Concepts:

  • DOM Manipulation
  • Event Handlers

#javascript #html #css #web-development

Build Connect Four using HTML, CSS, and JavaScript
30.35 GEEK