Skip to content

Tundi007/Connect-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Developer's Note: requires .Net framework version 8.0

Connect 4

In this assignment, we delve into implementing a charming and straightforward game called "Connect 4" using numpy arrays.

If you're unfamiliar with Connect 4, we recommend checking out this link to learn about its rules. Additionally, you can experience the game firsthand by visiting this link.

After you've become familiar with the game, it's time to start your implementation. Begin by creating a 5x5 grid for the game and start implementing its rules and logic.

IMPORTANT NOTE: Using a Graphical User Interface (GUI) is not our goal in this assignment and doesn't earn any extra marks.

Need More Challenge? You can implement single-player mode using the minimax algorithm.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%