No description
| index.html | ||
| README.md | ||
| script.js | ||
| style.css | ||
Connect 4 solver
This is a work in progress and does not work.
I plan on implementing the solver in C++ instead of javascript and then call the solver with cgi from the browser. This will hopefully allow me to solve a board in a much shorter time as i can store the game state in bitmaps.
I have not started this and will do this when i am bothered. This will likely not be for a while as I am quite busy.
The javascript for creating the board will likely stay, likely with a few modifications. The html and css will likely remain untouched.