Skip to content
/ R-type Public

This project aims to recreate the R-Type game and add a multiplayer mode to it in C++.

Notifications You must be signed in to change notification settings

marttop/R-type

Repository files navigation

R-TYPE

This project aims to recreate the R-Type game and add a multiplayer mode to it in C++.

Click to see the presentation

Build

Build on linux

First time

sudo apt install libudev-dev
mkdir build && cd build && conan install .. --build=missing && cmake .. -G "Unix Makefiles" && cmake --build .

Build on windows

mkdir build && cd build && conan install .. --build=missing && cmake .. -G "Visual Studio 16 2019" -A x64 && cmake --build .

About

This project aims to recreate the R-Type game and add a multiplayer mode to it in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages