Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 281 Bytes

connect-4

terminal based connect 4 game

##Main implementations include

  • winCheck function for checking after every turn , the current location horizontally, vertically and diagonally for same pattern.
  • tieCheck function checks top row(0th) if full it confirms a tie.