Skip to content

nsriniva/Stockfish-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,506 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 92.3%
  • Makefile 4.3%
  • C 1.9%
  • Other 1.5%