Skip to content

Repository files navigation

R-Type Game {#mainpage}

License C++ Shell Script

R-Type is a horizontally scrolling shooter arcade video game developed and released by Irem in 1987 and the first game in the R-Type series. The player controls a star ship, the R-9 "Arrowhead", in its efforts to destroy the Bydo, a powerful alien race bent on wiping out all of mankind.

Screenshot_20221113_134843

====

Building

Linux Fedora Windows

Command Line (via CMake)

Required tools:

On Linux:

# Create the build directory and install all tools
chmod 755 setup.conan.sh
./setup_conan.sh


# Configure the project
cmake .. -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release

# Build the executable and libraries
cmake --build .

# Return to previous directory
cd -

On Windows:

Required tools:

# Create the build directory
chmod +x setup.conan.sh
./setup_conan.sh

# Configure the project
cmake . -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Release -A x64

# Build the executable and libraries
cmake --build . --config Release

# Return to previous directory
cd -

====

Launch Game

1- Launch the server

#build the server on linux
./r_type_server
#build the server on windows
.\r_type_server

2- Launch the client

#build the server on linux
./r_type_client
#build the server on windows
.\r_type_client

====

Package

See the doc: documentation/PACKAGE_DOCUMENTATION.md

====

Professional Documentation

Required tools:

#build the documentation on linux
./setup_doc.sh
#build the documentation on windows
.\setup_doc.sh

====

Groups

Group
Noa Leclaire noa.leclaire@epitech.eu
Julien Lafargue julien.lafargue@epitech.eu
Enzo Laurent enzo.laurent@epitech.eu
Alexandre Laborde alexandre.laborde@epitech.eu
Marvin Verain marvin.verain@epitech.eu

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages