This project is made for controlling the robotic arm in auto chess game.
-
Install Python3.10+
-
Clone this project & CD to project folder
git clone xxx.git
cd connect4-app
- Installing 3rd party libraries via
requirements.txt
pip install -r requirements.txt
python3 app.py
For more detailed documentaion, please refer to doc site.
If you would like to contribute code or report issues, please follow these steps:
- Fork the project and clone it to your local machine.
- Create a new branch:
git checkout -b feature/your-feature
-
Make your modifications or add new features.
-
Commit your changes:
git commit -m "Add your commit message here"
- Push your branch to the remote repository:
git push origin feature/your-feature
- Create a pull request, describing your modifications and their purpose.