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).
- 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
The build script will automatically install the dependencies using vcpkg and build the project. Vcpkg will be installed in the project directory.
./build.sh
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.
The build script will automatically install the dependencies using vcpkg and build the project. Vcpkg will be installed in the project directory.
.\build.bat
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.
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!
Go to this wiki, the project will be detailed more technically, enjoy!
Miou-zora | Ripel2 | Queng123 | FoxaxeWasTaken |