StonedHesus / python-chess

An implementation of the game of chess in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-chess

An implementation of the game of chess in Python.

Requirements

It is important to note that in order to be able to run the program, your machine ought to have installed version 3.11.0 of Python or higher.

Fail to comply with this requirement will cause further errors to occur, and thus it will incapacitate the software from properly running.

Running the software

In order to launch the application, one must place itself within the main directory of the application, i.e. python-chess, and type within their terminal the following command.

python3 runner.py

About

An implementation of the game of chess in Python.

License:MIT License


Languages

Language:Python 100.0%