Skip to content

A graphical chess engine written with Python 3.8 using PyGame. Moves generated with minimax algorithm.

Notifications You must be signed in to change notification settings

AustL/ChessEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessEngine

A graphical chess engine written with Python 3.8 using PyGame. Moves generated with minimax algorithm.

Getting Started

Prerequisites

python -m pip install pygame

Usage

Navigate to the directory and run game.py with Python

python game.py

Built With

About

A graphical chess engine written with Python 3.8 using PyGame. Moves generated with minimax algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages