Skip to content
 
 

Latest commit

 

History

5,506 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo is a fork of the official Stockfish repo - created to implement a Python wrapper around the C++ code Stockfish's UCI chess engine.

The details of the effort can be found in this post on my portfolio site

Files

The following files were modified

.../src/Makefile b/src/Makefile
.../src/movegen.h b/src/movegen.h
.../src/uci.cpp b/src/uci.cpp
.../src/uci.h b/src/uci.h

The following files were added

.../src/move_generator.py b/src/move_generator.py
.../src/stockfish.h b/src/stockfish.h
.../src/stockfish.py b/src/stockfish.py

About

UCI chess engine

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages