Skip to content

vladan-jovicic/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4

This is an implementation of well known game Connect 4. The game is implemented as a school project for course artificial inteligence. It allows user to play against computer. The computer player chooses moves:

  • randomly,
  • using minimax algorithm or
  • using alpha-beta minimax

Usage

The game is implemented in C# using Visual Studio 2015

License

MIT License

About

Connect4 game implemented in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages