{"id":15136948,"url":"https://github.com/mylo54/rtype","last_synced_at":"2025-10-23T12:30:24.015Z","repository":{"id":60846642,"uuid":"540373066","full_name":"Mylo54/Rtype","owner":"Mylo54","description":"This project aims to create an online multiplayer R-Type game. We had to implement a multi-threaded server using Asio and a graphical client in SFML.","archived":false,"fork":false,"pushed_at":"2022-11-15T13:52:30.000Z","size":15365,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T18:47:46.899Z","etag":null,"topics":["cmake","conan","cpp","linux","macos","rtype-game","sfml","windows"],"latest_commit_sha":null,"homepage":"https://codedocs.xyz/Mylo54/Rtype","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/Mylo54.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":"SECURITY.md","support":null}},"created_at":"2022-09-23T09:41:27.000Z","updated_at":"2023-04-11T08:34:48.000Z","dependencies_parsed_at":"2023-01-22T03:15:28.245Z","dependency_job_id":null,"html_url":"https://github.com/Mylo54/Rtype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mylo54%2FRtype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mylo54%2FRtype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mylo54%2FRtype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mylo54%2FRtype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mylo54","download_url":"https://codeload.github.com/Mylo54/Rtype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821776,"owners_count":19371826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","conan","cpp","linux","macos","rtype-game","sfml","windows"],"created_at":"2024-09-26T06:42:03.150Z","updated_at":"2025-10-23T12:30:20.890Z","avatar_url":"https://github.com/Mylo54.png","language":"C++","readme":"\n# R-TYPE\n\n\u003ca href=\"https://img.shields.io/badge/MADE%20WITH-SFML-brightgreen\" alt=\"SFML\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/MADE%20WITH-SFML-brightgreen\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://img.shields.io/badge/MADE%20WITH-C%2B%2B-ff69b4\" alt=\"C++\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/MADE%20WITH-C%2B%2B-ff69b4\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://img.shields.io/badge/MADE%20WITH-CONAN-blueviolet\" alt=\"Conan\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/MADE%20WITH-CONAN-blueviolet\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://img.shields.io/badge/MADE%20WITH-CMAKE-red\" alt=\"Cmake\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/MADE%20WITH-CMAKE-red\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://codedocs.xyz/Mylo54/Rtype.svg\" alt=\"Documentation\"\u003e\n        \u003cimg src=\"https://codedocs.xyz/Mylo54/Rtype.svg\" /\u003e\u003c/a\u003e\n\n[![Linux compile](https://github.com/Mylo54/Rtype/actions/workflows/test_linux_compile.yml/badge.svg?branch=master)](https://github.com/Mylo54/Rtype/actions/workflows/test_linux_compile.yml)\n[![Windows compile](https://github.com/Mylo54/Rtype/actions/workflows/test_windows_compile.yml/badge.svg?branch=master)](https://github.com/Mylo54/Rtype/actions/workflows/test_windows_compile.yml)\n[![MacOS compile](https://github.com/Mylo54/Rtype/actions/workflows/test_macos_compile.yml/badge.svg?branch=master)](https://github.com/Mylo54/Rtype/actions/workflows/test_macos_compile.yml)\n[![Mirroring](https://github.com/Mylo54/Rtype/actions/workflows/push_on_teck.yml/badge.svg?branch=master)](https://github.com/Mylo54/Rtype/actions/workflows/push_on_teck.yml)\n\nA 3rd year Epitech Project.\n\nThis project aims to create an online multiplayer R-Type game. We had to implement a multi-threaded server using Asio and a graphical client in SFML.\n\nFor the one unfamliar with the R-TYPE genre, [here is a bit about it](http://www.hardcoregaming101.net/r-type/).\n\n## Installation :\n\n1. Install Conan\n\n2. Compile on your os:\n\n**Linux \u0026\u0026 MacOS :**\n\n``` bash\n$ ./comp_linux.sh\n```\n\n**Windows:**\n\n``` bash\n$ ./comp_windows.sh\n```\n\n### Binary Packaging\n\nAfter having compiled on your OS, you can generate the binary package by executing :\n\n``` bash\n$ cmake --build build --target package\n```\n### INSTALLERS\n\nAfter having compiled on your OS, you can generate the installer by executing :\n\n1. Windows (.msi)\n\n``` bash\n$ ./windows_installer.sh\n```\n\n2. Linux (.deb)\n\n``` bash\n$ ./linux_installer.sh\n```\n\n## Execution :\n\n### Client\n\n``` bash\n$ ./build/bin/Server-Rtype\n```\n\n### Server\n\n``` bash\n$ ./build/bin/Client-Rtype\n```\n\nor\n\n``` bash\n$ sudo docker build . -t test_v2_dock \u0026\u0026 sudo docker run --rm -it test_v2_dock\n```\n\n## Known issues :\n\n### Alsa-lib \n\nThe audio libraries may have weird installs on some linux distros, if that's the case, then run these lines\n\n``` bash\n$ ln -s /usr/lib64/alsa-lib/ ~/.conan/data/libalsa/1.2.7.2/_/_/package/45572951e04977fe87dc4117ce69daf41aa9589c/lib/\n$ ln -s /usr/lib64/pkgconfig/ ~/.conan/data/libalsa/1.2.7.2/_/_/package/45572951e04977fe87dc4117ce69daf41aa9589c/lib/\n```\n\nand then, every time you open a new terminal:\n\n``` bash\n$ export ALSA_CONFIG_DIR=/usr/share/alsa\n```\n\nOR, you can just run the `fix_audio.sh` script and add `-first` if its your first time executing it.\n\n### Multiple clients on same system :\n\nWhen running multiple clients at the same time, if you input something on one window and then unfocus it, it will keep repeating the input.\n\n## Team :\nThe team is composed of :\n\n* chloe.lere@epitech.eu \n\n* clovis.schneider@epitech.eu\n\n* vivant.garrigues@epitech.eu\n\n* mylo.jeandat@epitech.eu\n\n* damien.demontis@epitech.eu\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmylo54%2Frtype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmylo54%2Frtype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmylo54%2Frtype/lists"}