Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 359 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 359 Bytes

Connect-4-game

  • It is a very basic version of Connect-4 game. It does not contains any graphics as of now.
  • The game is designed into board size of 6 columns × 5 rows, where the 2 players take turns in placing their choice in the grid. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four in the grid.