Skip to content

alexgf0/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game

Complete chess implementation using Python with an ASCII board representation. The program is capabale of handling standard chess notation if reconfigured to take terminal input.

Pygame interface

Pygame_image

ASCII interface

Ascii_image

Dependencies

Pygame can be installed through pip with:

    pip3 install pygame

To install pip run:

    sudo apt install python3-pip

Execution

    python3 chess.py

About

Python implementation of chess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages