Skip to content

BrandonZacharie/Chess.py

Repository files navigation

Chess.py

A simple Chess engine.

Build Coverage

Develop

Setup (MacOS)

Create virtual environment.

pip install virtualenv
virtualenv .venv

Install packages.

make install

Test

Run all tests.

make test

Generate coverage reports.

make report

Debug (Visual Studio Code)

From the Run and Debug panel, with Python Debugger: Current File selected, press Start Debugging or [F5] from any project root Python file (i.e. ~/CLI.py or ~/Chess.py).

Commit

Format code.

make format

Run

Run the game.

make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published