🕹️ R-Type client
The game client is responsible for rendering the game and handling user input. Is the part of the game that you will interact with. You must at least download the client to play the game.
- Windows
- Debian - Ubuntu
- Other Linux distributions
- MacOS
Download
Installation
- Locate the
R-Type-client-1.0.0.deb
file previously downloaded. - Install the
.deb
package:
- From command line:
sudo dpkg -i R-Type-client-1.0.0.deb
- From GUI: Double-click on the downloaded
R-Type-client-1.0.0.deb
file and follow the installation wizard instructions.
- Once the installation is complete, you can launch the game from the application menu.
warning
Knowledge of the Linux command line is required to install the game on other Linux distributions.
Download
Installation
- Extract the
R-Type-client-1.0.0.tar.gz
archive to a directory of your choice. - Follow the instructions below to install the game on your platform.
# Replace X.X.X with the version you've downloaded
tar -xvf R-Type-client-X.X.X.tar.gz
- Once the installation is complete, run the binary from the extracted directory.
cd R-Type-client-X.X.X
# Run the binary
./r-type_client
warning
MacOS binaries are not provided. You need to compile the project manually.
Follow the instructions here to compile the project on MacOS.