connect-four
connect-four copied to clipboard
Connect Four, in Javascript.
The simplest approach would be to highlight each of the winning pieces with some sort of border or shadow.
Like this (instead of our current practice of highlighting the icon under the cursor):  (note: as part of this, we should also change the cursor to a pointer when...
Some content for the rules already exists in the "description" meta tag. Ideas: - Make the rules really succinct and just put them somewhere on the page. - It could...
This would help indicate that the board is no longer interactive. It may be best to address this after #3, since that will likely change how the hover states work.
Currently, we display hover/focus states on locations with existing pieces, and then display an error when a person tries to place a piece there:  Instead, our hover/focus should make...