Skip to content

achillebourgault/R-Type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-Type (Clone of official Game)

Unix instructions

mkdir build && cd build
conan install .. --build=missing
cmake -G "Unix Makefiles" && cmake --build .
cd ..

Windows instructions

mkdir build && cd build
conan install .. -s build_type=Debug -s arch=x86 --build=missing
cmake -G "[your VS generator here]" && cmake --build .
cd ..

USAGE

Server

First, build monster library and make sure she is inside .monsters folder.

To run a server:

./r-type_server

In this case the server will run on the port 7777

To run multiple Multi threaded servers:

./r-type_server -n n(number of servers)

In this case the server will run on Ports 7777 through 7777 + n-1

Please note that running too many servers will slow down your computer.

Client

./r-type_client

Documentations

Type Document
RFC Protocol .txt
UML .txt

Screenshots

Authors

👤 Leo Fabre

👤 Adrien Courbebaisse

👤 Achille Bourgault

👤 Frédéric Lawecki--Walkowiak

About

R-Type (Clone of official R-TypeGame)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published