-
Trying to use `this.isValidMove` does not work.
Example:
```javascript
function(state) {
this.isValidMove(5);
return 0;
}
```
Console Output:
`Uncaught TypeError: Cannot read property…
-
Voerbak's edge detection is broken (I think). I discovered that v2.py checks the wrong squares in it's recursiveSolve function, and I also remember fixing it. I didn't port it to c though because the …
-
Right now board arrays start at 1 and have nothing at 0. 🤨🤨
@kevin-shannon wanted to make some other improvements as well?
-
`grep tensorflow .` returned nothing, I'd like to see this change.
-
Please do not change the title. Just click "Submit new issue". You don't need to do anything else :D
-
It seems like over time quite a few scripts and a couple of other files have been added to the repo, with everything in the top level dir. Might be nice if some directories were made to structure thin…
-
Hello, @mokemokechicken and @YuHang.
As I promised I've done (just in one day, I had no more time) an adaptation of the reversi-zero project @mokemokechicken did into a chess version: https://githu…
-
If you still have files from connect 4 add them, and if needed - adjust
-
![image](https://user-images.githubusercontent.com/15839811/110797214-22b6ef80-8279-11eb-8a4e-88e38a5e908a.png)
Just got into this game state AI did a move after I placed the final piece which was in…
-
The Mancala game has some bugs in it. Points were sometimes incorrectly added to both my end bucket and the computer's. Additionally, it incorrectly told me I lost once, even though I had more pieces.…