Skip to content

butros10games/BattleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •