Skip to content

MatteoDeVita/R-Type-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-Type EPITECH

  • R-type is a multiplayer video game with space shuttles.

  • Our project uses Conan in order to be OS independant :

    1. First, create a build folder in the root directory and change your current directory:
      $ mkdir build && cd build
      
    2. Then, install project dependencies using conan :
      $ conan install .. --build=missing
      
      1. Note that you first need to have Conan and CMake installed :
        $ pip3 install conan
        
        1. Add EPITECH bintray repository to your conan remote repository list
          $ conan remote add epitech-bintray https://api.bintray.com/conan/epitech/public-conan
          
        $ sudo apt install cmake
        
    3. After that, generate a Makefile using CMake :
      cmake .. -G "Unix Makefiles"
      
    4. Finally, compile the project :
      cmake --build .
      
      or
      make
      
    5. You now have the two project binaries :
    $ ls build/bin
    r-type_client  r-type_server
    
  • The clients need the server in order to work correclty

About

C++ internet multiplayer shooting game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors