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.
Clone the repository
git clone https://github.com/Adeon18/Chess.ucu.gitGo to the folder
cd Chess.ucuUse the package manager pip to install the needed libraries.
pip install requirements.txtAll 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.pyYou are gonna see a window like this pop up:
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.
- 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)
- Everything with UI, README. - Ostap Trush
- Chess logic - Olexiy Hoev
- Algoritm that plays the game against you - Yuriy Nefedov
- Full Wiki organisation and Team work organisation - Taras Svystun
- Helped with wiki - Maxym Seredowich