Skip to content

DonatNathan/r-type

Repository files navigation

Engine Compil Server Compil Client Compil

R-Type Project

Documentation

How to build project ?

git clone git@github.com:EpitechPromo2026/B-CPP-500-LYN-5-1-rtype-keziah.picq.git
cd B-CPP-500-LYN-5-1-rtype-keziah.picq

sudo pacman -Syu cmake

mkdir client/build server/build engine/build

Build Engine:

cd engine/build
cmake ..
make

Build client:

cd client/build
cmake ..
make

Run Game Solo:

./r-type_client {GAME_PATH}


Run Game Multiplayer:

./r-type_client {SERVER_IP} {PORT} {GAME_PATH}

Build server:

cd server/build
cmake ..
make
./r-type_server {PORT} {GAME_PATG}

About

This is the hardest project of Epitech, we need to create a game engine !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors