Skip to content

antwxne/R-Type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2958764 · Jan 18, 2022
Nov 15, 2021
Nov 21, 2021
Nov 21, 2021
Nov 21, 2021
Jan 18, 2022
Nov 7, 2021
Nov 21, 2021
Jan 18, 2022
Nov 21, 2021
Nov 23, 2021
Nov 21, 2021
Nov 11, 2021

Repository files navigation

R-Type

The purpose of this project is to create a video game which is inspired by the video game r-type released in 1987, using a client/server architecture.

Setup

Conan / Cmake

  1. Install conan binary using python3 pip command. pip3 install --user conan

  2. Update your Conan profile in $HOME/.conan/profiles.. Edit the following variables:

    • compiler: You must set your compiler (Exemple: gcc)
    • compiler.version: This MUST match your compiler version. <compiler> --version
    • compiler.libcxx: You MUST set this variable to use c++11 (libstdc++11for gcc)
  3. Install CMake

  4. Build the project. make -j

r-type_server / r-type_client

  1. Run r-type_server and set the port to open ./r-type_server 8080
  2. Run r-type_client and set the address and the port of server ./r-type_client

Credits

  • Alan Sigal
  • Antoine Desruet
  • Thomas Tricaud
  • Tom Rives

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages