Skip to content

Molaryy/R-Type

Repository files navigation

R-TYPE

🎥 Demo Video

This project reimagines the iconic arcade game R-Type, introducing modern multiplayer functionality. Developed with an Entity-Component-System (ECS) architecture, it ensures smooth performance on both Windows and Linux, with straightforward compilation using CMake.

Key Features 🌟

  • Multiplayer Gameplay: Experience the thrill of R-Type with friends through networked multiplayer action.
  • ECS Architecture: Benefit from a modular, scalable design that simplifies the management and development of game entities.
  • CMake Integration: Enjoy simplified setup with streamlined compilation and dependency management.
  • Cross-Platform Support: Easily build and play on both Windows and Linux without compatibility issues.

Learn more in our docs directory !

Getting started 🔧

Installation

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your machine:

  1. Clone the repository:

    git clone [email protected]:Molaryy/R-Type.git
    cd R-Type
    
  2. Build the project:

    ./bin/setup.sh build
    

Note: Ensure you are in the root directory of the project before running the above command. This will generate the binaries for the server (r-type_server) and the client (r-type_client).

  1. Run the project :
  • Open a terminal and start the server:
    ./r-type_server
    
  • Open another terminal and start the client:
    ./r-type_client
    
  1. Clean the build files (if necessary):

    ./bin/setup.sh clean

This will clean the build files and remove the r-type_server and r-type_client binaries.

Contributing 💡

If you encounter any bugs, have feature requests, or want to contribute improvements, feel free to open an issue.

How to Propose an Issue 🐞

  1. Go to the Issues tab: Navigate to the "Issues" section of this repository on GitHub.
  2. Create a new issue: Click on the "New Issue" button.
  3. Describe the issue: Provide a clear and detailed description of the issue you're experiencing or the feature you'd like to request. Make sure to include:
    • Steps to reproduce (if applicable)
    • Expected behavior vs actual behavior
    • Any relevant logs, screenshots, or files
  4. Submit: Once you're satisfied with the details, submit the issue, and we’ll review it as soon as possible.

We encourage all contributions and will do our best to address your issues or consider your suggestions for the project's improvement.

Documentation 💡

You can access our documentation respectively with those links:

http://rfc.molaryy.fr/protocol.txt http://doxygen.molaryy.fr/ http://documentation.molaryy.fr/

Our team ❤️


arthepitech

Tchips46

Zawaaa

Mohammed J.

Moonia

Don't hesitate to put a star 🌟

Releases

No releases published

Packages

No packages published

Languages