Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 543 Bytes

Connect 4

A simple game of Connect 4, this project has GUI design through HTML/CSS and functionality done in JavaScript.

Features

  • Basic Logic for Connect 4 Win Conditions
  • Simple HTML/CSS GUI design
  • Randomised Player Start
  • Replayable on Button Press
  • Score Tally

How to Play

  1. Enter your Player Names on the Form to the Left
  2. Press the Submit Button to submit names
  3. Press Start to Begin
  4. Play the game by dropping your Pieces in the Grid
  5. After Game Completes press Restart to begin again

Bugs

  • Currently none