Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Qu3tzal/meuporg

Repository files navigation

meuporg

Best #meuporg.

Build Status

Checkout the royale branch to see how we are turning this amazing MMORPG into an awesome Battle Royale !

Clone the SFML

to clone the repo with the SFML

git clone --recursive https://github.com/Qu3tzal/meuporg.git

Compile the SFML

cd SFML
cmake . -DCMAKE_BUILD_TYPE=Debug && make
cmake . -DCMAKE_BUILD_TYPE=Release && make

Compile the client

cd meuporg-client
mkdir build
cd build
cmake ..
make

Compile the server

cd meuporg-server
mkdir build
cd build
cmake ..
make

About

Best #meuporg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published