Skip to content

Bhagyashree444/ConnectFour_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ConnectFour_Game

ConnectFour is a game played on a m*n matrix like a board (as scores[][]). The game consists of 2 players, each playing alternatively to put their piece in any of the column of their wish.The player wins when a 4-connected row, column or diagonal is formed with their respective piece

Getting started : The user needs to input the dimensions for the board as ROWS and COLS Eachtime, the alternative Player needs to input the column number where they want to push/put their piece(r or y). When a four-connected row,column or diagonal is encountered with 4 same piece(r or y),then the respective player wins the game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages