Skip to content

lionelrs/R-Type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

324 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 .

Then start de server and any amount of clients.

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

 
 
 

Contributors

Languages