Skip to content

elephantrobotics/Connect-4-Kit

Repository files navigation

Connect-4

This project is made for controlling the robotic arm in auto chess game.

Install

  1. Install Python3.10+

  2. Clone this project & CD to project folder

git clone xxx.git
cd connect4-app
  1. Installing 3rd party libraries via requirements.txt
pip install -r requirements.txt

Usage

python3 app.py

Documentation

For more detailed documentaion, please refer to doc site.

Contributing

If you would like to contribute code or report issues, please follow these steps:

  1. Fork the project and clone it to your local machine.
  2. Create a new branch:
git checkout -b feature/your-feature
  1. Make your modifications or add new features.

  2. Commit your changes:

git commit -m "Add your commit message here"
  1. Push your branch to the remote repository:
git push origin feature/your-feature
  1. Create a pull request, describing your modifications and their purpose.

About

Connect-4 game with robot arm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages