jerryw4n / connectFour

This project is a web-based version of Connect Four, created as a class assignment. Includes a dynamic game board with HTML and CSS for a clear interface and JavaScript for game logic. Made for two players, enabling them to alternate turns dropping discs into columns. It also automatically checks for wins horizontally, vertically, and diagonally.
0 stars 0 forks source link

Which files do I download? #1

Closed jerryw4n closed 6 days ago

jerryw4n commented 6 days ago

What files are needed for the program to work?

jerryw4n commented 6 days ago

Only: index.html connectFour.css connectFour.js