Skip to content

Connect 4 bot made with C# and Monogame framework. A learning exercise about game bots and getting a bot and GUI to interact in a multi threaded application.

License

Notifications You must be signed in to change notification settings

joncloud/ConnectBot

 
 

Repository files navigation

ConnectBot

This is a Connect 4 bot made with C# and MonoGame framework. It is a learning exercise about the algorithms used in game bots and getting a bot and GUI to interact asynchronously. The project uses MonoGame 3.7.1 which can be downloaded here.

Getting Started

This game bot is built using .NET Framework 4.7.2. See here for more information on .NET Framework 4.7.2 and to ensure your machine is compatible. MonoGame 3.7.1, which can be downloaded here. The easiest way to build the ConnectBot solution and run it is using Visual Studio Community, which can be downloaded here. These are the only requirements. Once you have Visual Studio and MonoGame 3.7.1 installed:

  • Clone ConnectBot through git clone https://github.com/powelli13/ConnectBot.git
  • Open ConnectBot.sln in Visual Studio
  • Build Solution

Contribute

Contributions to this ConnectBot are always welcome! Here is how you can contribute:

License

Code licensed under the MIT License.

About

Connect 4 bot made with C# and Monogame framework. A learning exercise about game bots and getting a bot and GUI to interact in a multi threaded application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.7%
  • Python 1.3%