{"id":18103819,"url":"https://github.com/victorharri-chal/r-type","last_synced_at":"2026-02-14T12:34:00.172Z","repository":{"id":59667210,"uuid":"538387906","full_name":"VictorHarri-Chal/R-Type","owner":"VictorHarri-Chal","description":"🚀  A graphical project with SFML to recreate the game R-Type with a multiplayer mode added. First projet of my 3rd year at Epitech ","archived":false,"fork":false,"pushed_at":"2022-11-14T08:12:59.000Z","size":14806,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T19:52:44.485Z","etag":null,"topics":["cmake","cpp","epitech","game","graphical-programming","multiplayer","multithreading","network","rtype-game","sfml","teamwork","third-year-project"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VictorHarri-Chal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-19T07:43:15.000Z","updated_at":"2023-02-28T10:05:02.000Z","dependencies_parsed_at":"2023-01-21T18:20:08.920Z","dependency_job_id":null,"html_url":"https://github.com/VictorHarri-Chal/R-Type","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/VictorHarri-Chal/R-Type","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FR-Type","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FR-Type/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FR-Type/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FR-Type/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorHarri-Chal","download_url":"https://codeload.github.com/VictorHarri-Chal/R-Type/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FR-Type/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","epitech","game","graphical-programming","multiplayer","multithreading","network","rtype-game","sfml","teamwork","third-year-project"],"created_at":"2024-10-31T22:13:15.219Z","updated_at":"2026-02-14T12:34:00.156Z","avatar_url":"https://github.com/VictorHarri-Chal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://img.shields.io/github/workflow/status/JohanCDev/Bomberman/Build)](https://github.com/VictorHarri-Chal/R-Type/actions/workflows/build.yml)\r\n\r\n# :rocket:  What is R-Type ?\r\nOur project R-Type is an ersatz of the famous [R-Type](https://www.youtube.com/watch?v=2xAX6XTzpg0) arcade game, the purpose of the game is to control a ship and navigate throught the space while shooting and destroying ennemy ships.\r\n\r\nHowever, the specifity of our game is that we implemented a multiplayer mode that allow you to play in coop from 2 to 4 players.\r\n\r\nOur game also dispose of two difficulties, EASY and HARD as well as a WAVE EDITOR in order to modify monster spawning during the game (check SCRIPT.md on the documentation to have more informations about it).\r\n\r\n# In game preview\r\n![Menu](menu.png)\r\n![Classes](classes.png)\r\n![Game](game1.png)\r\n![Boss](game2.png)\r\n\r\n# :star:  Pre-compiled version for the impatient ones\r\nYou can look on the right side of our repository, in the [Releases](https://github.com/VictorHarri-Chal/R-Type/releases) section in order to download a pre-compiled version depending on your operating system to play right away\r\n\r\n# :computer:  Supported Platforms\r\nOur project can be played on both ```Linux``` and ```Windows``` OS as well as ```MacOS``` and ```Raspberry Pi```\r\n\r\n# :hammer:  Building\r\nTo build our project you need to execute a simple script a the root of our repository.\r\n\r\nIt will take care of dowloading the dependencies as well as compiling the code.\r\n\r\n```./install.sh```\r\n\r\nAfter that you need to call the server, you can execute this command: \r\n\r\n```./r-type_server```\r\n\r\nAnd then, you can connect as many clients as you wish with this command:\r\n\r\n```./r-type_client```\r\n\r\nYou can specify a ```-g``` after the ```./r-type_client``` if you want to play immediatly in solo mode without going through menus.\r\n\r\nOr you can specify a ```-w``` if you want to have the menus and the solo mode in windowed (fullscreen by default).\r\n\r\n### On Linux, Windows \u0026 Mac\r\nThe dependencies are [CMake](https://cmake.org/), [SFML](https://www.sfml-dev.org/index-fr.php) and [Boost](https://boost.org).\r\n\r\n# :video_game:  How to play\r\n\r\n  Move with the ```ARROW KEYS```, shoot with ```SPACE``` and use your class skill with ```C```\r\n\r\n# :page_with_curl:  Documentation\r\nTo read our project documentation, you need to execute a script in order to open a local web page.\r\n\r\n```./run_documentation.sh```\r\n\r\nYou can also look [here](https://victorharri-chal.github.io/R-Type/), to look out directly at our online documentation.\r\n\r\nYou can check our ```RFC``` that details the communication protocol between the server and the clients [here](https://simonlefourn.notion.site/Network-db4461454b9d44e78efc64aecb0cddb7).\r\n\r\n# :dancers:  Authors\r\n[Henri Chauvet](https://github.com/H-chauvet) - [Nathan Le Bigot](https://github.com/nlbxyz) - [Matthis Lesur](https://github.com/tistech0) - [Simon Le Fourn](https://github.com/simlf) - [Victor Harri-Chal](https://github.com/VictorHarri-Chal)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorharri-chal%2Fr-type","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorharri-chal%2Fr-type","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorharri-chal%2Fr-type/lists"}