See the R-Type build instructions. R-Type runs on Linux, MacOS (intel) and Windows.
The game installer is available for Windows, Mac OS and Linux on the release page of the game.
You can also run the game from a build version directly without installer (portable version) by using the tarball files also available in the game releases.
You may find the latest game release here.
You're able to directly run the R-Type server without building the project. Just do it by downloading the latest Docker image available.
$ docker pull aureliancnx/rtype-server:latest
$ docker run -p 7777:7777 -it aureliancnx/rtype-server:latest
You can retrieve the Docker image here : aureliancnx/rtype-server
The latest Docker image is automatically updated with Github Actions when a game release is created.
- Library : Folder that contains all the libraries used by the project.
- Assets : All additional things useful for the gameplay (Components, Textures, Font, ...).
- Package : All additional things useful for background logic (Raylib encapsulation, ...).
This repository is public for several technical reasons. Do not use this repository for a school project at EPITECH, to avoid being flagged for cheating (-42). We are not responsible for the use you make of our repository.
Chaika9 |
aureliancnx |
benji-35 |
Ewen02 |
DosserPaul |
meredith-lbj |