Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.65 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.65 KB

Chess.ucu

Description

Chess.ucu is a chess project which lets you play against a computer and play with your friend from one computer. This project was made as a semester project by first-year APPS Students of UCU 2020. If you want to play the chess yourself, follow the steps below.

Installation

Clone the repository

git clone https://github.com/Adeon18/Chess.ucu.git

Go to the folder

cd Chess.ucu

Use the package manager pip to install the needed libraries.

pip install requirements.txt

Usage

All you need to do is run the script main.py in terminal or via Text Editor and you're good to go.

python game/main.py

You are gonna see a window like this pop up:

gameplay

Everything from that point on is pretty intuitive, good luck!

Attention! If this did no work for yoy, open an issue and tell us about it.

If you find the bot too easy or too hard, you can tweak the tree depth, however that may break the program.

Contributing

  • Fork the repository
  • Make your change in your forked repository
  • Make a pull request and add a rewiever among us(You can see who to add below)

Credits

License

MIT