Skip to content

Instantly share code, notes, and snippets.

View dimyme's full-sized avatar
🌴
On vacation

bug Lady dimyme

🌴
On vacation
View GitHub Profile
@dimyme
dimyme / aa
Created July 20, 2018 10:40
aa
aa
@niklasf
niklasf / bratko-kopec.py
Last active February 24, 2020 15:37
An implementation of the Bratko-Kopec Test using python-chess
#!/usr/bin/python
import chess
import chess.uci
import sys
import time
MOVETIME = 120.0