Miou-zora / R-Type

This project is a reproduction of "R-Type" game using a custom game engine (ECS) and up for 4 players in a same room.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-Type

272206977-5cbffad1-884d-4164-9742-152b58a0c3e9

R-Type is a classic side-scrolling shoot 'em up video game with a cooperative multiplayer feature. In this game, players can team up with a friend to control small spacecraft as they navigate through a series of challenging levels filled with various enemy spacecraft and obstacles. The objective is to defeat the waves of enemies and powerful bosses while avoiding their attacks, and this cooperative multiplayer mode allows players to work together to overcome the game's challenges, making it even more enjoyable as a team. This is an Epitech project involving the development of a network game with an ECS (Entity Component System).

How to build ?

Linux

Requirements

  • g++
  • make
  • cmake

Install them with the following command if needed :

sudo apt install g++ make cmake

For WSL users : some desktop system librairies are required. They are usually installed with the desktop environments on many Linux distributions which is not the case on WSL. You can install them with the following command :

sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config

Build

The build script will automatically install the dependencies using vcpkg and build the project. Vcpkg will be installed in the project directory.

./build.sh

Windows

Requirements

MSVC Build Tools are required. We recommend to install them along Visual Studio 2022.
See this page for download links.
You will also need to run the command in the Developer Command Prompt for VS.

Build

The build script will automatically install the dependencies using vcpkg and build the project. Vcpkg will be installed in the project directory.

.\build.bat

How to run ?

Executables will be compiled at the root of the project directory, unter the names rtype_server and rtype_client (+ .exe on Windows). You can run them simply by running the executables.

How to play ?

Launch the client and enter the server's IP address, then click on Start. Then choose your preferred game mode. If you choose join game, be sure to enter a room that has already been created by another player.
To play, use your keyboard arrows to move around, and the space bar to fire missiles. You only have 10 lives! The game ends once all players are dead, or you've beaten the final boss.
Enjoy the game!

More informations ?

Go to this wiki, the project will be detailed more technically, enjoy!

Contributors

Miou-zora Ripel2 Queng123 FoxaxeWasTaken
Miou-zora Ripel2 Queng123 FoxaxeWasTaken

About

This project is a reproduction of "R-Type" game using a custom game engine (ECS) and up for 4 players in a same room.


Languages

Language:C++ 95.5%Language:CMake 1.9%Language:Python 1.7%Language:Shell 0.5%Language:Batchfile 0.5%