Skip to content

Implementation of a chess engine using bitboards and various other techniques

Notifications You must be signed in to change notification settings

Sean-Leishman/turtle-chess

Repository files navigation

Chess Engine

Implementation of game rules using python and represents the board via bitboards.

Screenshot of chess program!

Features

  • Bitboards
  • Opening book
  • Minimax
  • Iterative Deepening
  • Transposition Tables

Instructions

Run python pip install -r requirements.txt
Run python Game.py

Read more

Find out more here at my blog

About

Implementation of a chess engine using bitboards and various other techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published