Aelerinya / rtype

A clone of the famous arcade game R-Type, with up to four players at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-Type

Prerequisites

Conan, cmake, make, gcc 10

Conan

pip install conan
conan remote add epitech https://api.bintray.com/conan/epitech/public-conan
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

Building

mkdir build
cd build
conan install .. --build=missing
cmake ..
cmake --build .

About

A clone of the famous arcade game R-Type, with up to four players at once.


Languages

Language:C++ 95.4%Language:CMake 3.2%Language:Rust 0.8%Language:Dockerfile 0.4%Language:Makefile 0.2%