Skip to content

This Game-Of-Connect-Four is going to have a slight twist! This will support the traditional 6 x 7 board with connecting four horizontally, diagonally and vertically. This will also support an n x m board with connecting p pieces. You will take these values as command-line arguments ex. python Game-Of-Connect-Four.py -r 6 -c 7 -p 4

Notifications You must be signed in to change notification settings

NuaymSyed7/Game-Of-Connect-Four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Game-Of-Connect-Four

This Game-Of-Connect-Four is going to have a slight twist! This will support the traditional 6 x 7 board with connecting four horizontally, diagonally and vertically. This will also support an n x m board with connecting p pieces. You will take these values as command-line arguments ex. python Game-Of-Connect-Four.py -r 6 -c 7 -p 4

About

This Game-Of-Connect-Four is going to have a slight twist! This will support the traditional 6 x 7 board with connecting four horizontally, diagonally and vertically. This will also support an n x m board with connecting p pieces. You will take these values as command-line arguments ex. python Game-Of-Connect-Four.py -r 6 -c 7 -p 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages