Code Monkey home page Code Monkey logo

r-type's Introduction

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

r-type's People

Contributors

foxaxewastaken avatar miou-zora avatar queng123 avatar ripel2 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.