Skip to content

ClementMNT/GameEngine

Repository files navigation

Tainted R-TYPE

Link to the full documentation

https://lennydelgado.github.io/R-Type-Doc/

Installation

To begin with, in order to use the project, you need to clone it using the following command:

git clone git@github.com:EpitechPromo2026/B-CPP-500-MAR-5-1-rtype-theo.liennard.git

Once you have obtained the project, navigate to it to install the dependencies.

Linux and MacOs version

To install the project you can use the following command at the root of the project:

./unixCompile.sh

if the build folder already exists, use the following command to rebuild the project:

./unixCompile.sh all

Windows version

To install the project you can use the following command at the root of the project:

./windowCompile.bat

if the build folder already exists, use the following command to rebuild the project:

./windowCompile.bat all

Warning

You may encounter an error during the execution of this command. If this is the case, you must execute the following command:

conan config home

then add the following lines to the global.conf file in folder that was returned by the previous command:

tools.system.package_manager:mode=install
tools.system.package_manager:sudo=True

If you encounter other errors, refer to our documentation.

Usage

Server

To launch the server, you must execute the following command:

./rtype_server [PUBLIC_IP_OF_THE_SERVER (default: 127.0.0.1)]

Client

To launch the client, you must execute the following command:

./rtype_client

Contributors

Licence

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages