No description
Find a file
Philip Johansson 5f844cd243 updated readme
2021-04-18 21:47:28 +02:00
index.html works to place, nothing else implemented yet 2021-02-15 14:52:00 +01:00
README.md updated readme 2021-04-18 21:47:28 +02:00
script.js working logic, but takes way too long and crashes my browser 2021-02-16 09:37:56 +01:00
style.css working logic, but takes way too long and crashes my browser 2021-02-16 09:37:56 +01:00

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.