Skip to content

C program of a Connect Four variant where a token can be placed into any one of the four sides of the board, and the token slides into the board along the row or column, until it ether reaches the opposite side of the board, collides with an existing token, or collides with a fixed piece on the board.

Notifications You must be signed in to change notification settings

ireb15/connect-four-variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-four-variant

C program of a Connect Four variant where a token can be placed into any one of the four sides of the board, and the token slides into the board along the row or column, until it ether reaches the opposite side of the board, collides with an existing token, or collides with a fixed piece on the board.

About

C program of a Connect Four variant where a token can be placed into any one of the four sides of the board, and the token slides into the board along the row or column, until it ether reaches the opposite side of the board, collides with an existing token, or collides with a fixed piece on the board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages