Skip to content

Milerius/nephtys

Repository files navigation

Nephtys

Nephtys is an open-source MMORPG based on ancient egypt written in modern C++. Nephtys is a 2.5D isometric game with strategic and turn-based oriented battle system.

Prerequisites

Below is the list of prerequisites to compile Nephtys on your machine:

  • Conan 1.14.1 minimum
  • CMake 3.12 minimum
  • gcc-8 or clang-8 or msvc15-2017 minimum

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Add remotes

To be able to add the list of nephtys dependency remotes please type the following command:

conan config install .conan/remotes/

Build

To build the project please follow the instructions below:

mkdir build ## bash or powershell
cd build ## bash or powershell
conan install --build missing ../.conan/linux ## osx or windows or linux
cmake --build . --config Release

Installing

🚧

Running the tests

🚧

Deployment

🚧

Built With

Code of Conduct

Before any contribution please read our CODE OF CONDUCT.

Contributing

Please read CONTRIBUTING.md, contain the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Roman Sztergbaum - Co-Creator - Milerius
  • Clément Doumergue - Co-Creator - Doom
  • Arthur Cros - Co-Creator - Riz-cros

See also the list of contributors who participated in this project.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

see the LICENSE file for details.

Acknowledgments


Badges
Travis (Linux/Osx) Build Status
AppVeyor Build status
LGTM Total alerts
Language grade: C/C++
Codacy Codacy Badge
Issues GitHub issues
License Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Report.CI (AppVeyor) AppVeyor VS15_2017_Win64_Dbg: badge
AppVeyor VS15_2017_Win64_Release: badge
Report.CI (Travis Linux) g++-8-Dbg: badge
g++-8-Dbg-ASAN: badge
g++-8-Dbg-TSAN: badge
g++-8-Dbg-UBSAN: badge
g++-8-Dbg-Ninja: badge
g++-8-Rls: badge
g++-8-Rls-Ninja: badge
clang-8-Rls: badge
clang-8-Dbg: badge
clang-8-Dbg-ASAN: badge
clang-8-Dbg-TSAN: badge
clang-8-Dbg-UBSAN: badge
Report.CI (Travis OSX) clang-8-Dbg: badge
clang-8-Rls: badge
Coveralls (Coverage Linux) Coverage Status
CodeCov (Coverage OSX) codecov
Codefactor CodeFactor
Docs Documentation Status
Bintray Linux Download
Bintray OSX Download
HitCount HitCount
Line of Code
Conventional Commit Conventional Commits