Dashboard  2
Lot's of data
Loading...
Searching...
No Matches
Area Rattrapage

This is the Area Rattrapage project. You can find more information in the sections below.

Table of Contents

  • Introduction
  • Getting Started
  • Commit Convention
  • Authors
  • License
  • Contributing

Introduction

Area Rattrapage is a project designed to support a multiplayer game engine with a server and client infrastructure. The goal is to enable many clients to connect to the server and interact in a shared game environment.

Getting Started

In order to use the project locally, please, make sure you have docker installed and running, then run the following command for your system command:

On linux/mac:

sudo docker compose up

On windows:

docker compose up

Commit Convention

Contributors should follow the Commit Convention to maintain consistency in commit messages.

Authors

This project was developed by Henry Letellier

License

This project is licensed under the MIT License. Additionally, as this project follows the guidelines of the Epitech school, other terms provided by the school may apply.

Contributing

Contributions are welcome! Follow these steps to contribute:

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

See the Contributing Guidelines for more details.