Skip to content

a chess engine in python using the pygame library

Notifications You must be signed in to change notification settings

0xAlMo3geZ/Chessi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python(pygame) Chess Engine

Table of contents

Technologies

  • Python 3.10.8
  • pygame 2.1.2

Instructions:

  1. Clone this repository.
  2. Select whether you want to play versus computer, against another player locally, or watch the game of engine playing against itself by setting appropriate flags in lines 52 and 53 of ChessMain.py.
  3. Run ChessMain.py.
  4. Enjoy the game!

Extra:

  • Press z to undo a move.
  • Press r to reset the game.

About

a chess engine in python using the pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages