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.
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
Contributions to this ConnectBot are always welcome! Here is how you can contribute:
- Submit bugs or issues and help to verify corrections.
- Submit pull requests for bugs or suggested features.
Code licensed under the MIT License.