Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.44 KB

BattleBot Project

Description

The BattleBot project is a Python-based application designed for remotely controlling robots via a WebSocket connection. It consists of a client-server architecture where the server controls the robot's motors based on commands received from the client.

Installation

To get started with the BattleBot project, follow these steps:

  1. Clone the repository: git clone https://github.com/butros10games/BattleBot

  2. Navigate to the project directory:

cd battlebot
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

To run the server, execute:

python main.py server

To run the client, in a separate terminal, execute:

python main.py client

Contributing

Contributions to the BattleBot project are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

Distributed under the Apache License. See LICENSE for more information.

Contributors