Santicm23 / chess-on-console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess console Game

Description

This is a simple chess game for console. It is written in python 3.11.0 with the library questionary.

Installation

Create a new Python environment, with Poetry

install poetry:

pip install poetry

then download the project and go to the directory project:

cd chess-on-console

then install the virtual environment and the project dependencies:

poetry install

Usage

To run the game, start the virtual environment:

poetry shell

then run the main.py file:

python main.py

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%