sebastiencs / R-Type

Multiplayers video-games with client/server architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-Type

The purpose of this project is to create a one to four players game, based on a client / server architecture.

Alt text

Build:

Windows
mkdir build; cd build;
cmake -G "Visual Studio 14 2015" -DSFML_ROOT=$DIR_INSTAL_SFML ..
Open solution in Visual Studio

Unix
mkdir build; cd build
cmake ..
make -j 8

About

Multiplayers video-games with client/server architecture


Languages

Language:C++ 94.4%Language:CMake 5.6%