Skip to content

ChobbyCode/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool Connect Four Game With A Very Bad Bot Called Bob

It is what it says it is.

Windows Only

How To Build

  1. Download It, Or Clone It Using Git
  2. Open In Visual Studio
  3. Click Compile. If It Don't Work Give Up
  4. Play Against Bob.

What is this?

I started to make connect four in computer science class, wanted to continue at home, so I programmed an algorithm to play against which calculates the so called "best" move.

This is very bad. Please don't use this. It has too much recursion. Do not read the code, it is bad. Worse than worse.

This application may become something in the future, but for now it is bad. I want to add move caching so it doens't have to recalculate the weight of each node every time you play a move, because that uses 30% of my CPU and I have an i7 which last time I checked shouldn't be maxing out from a simple connect four game.

About

Cool Connect Four Game With Very Bad Bot Called Bob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages