Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.98 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.98 KB

Project Status: 🚨 Unmaintained 🚨

This project is no longer maintained. We will not be accepting pull requests, addressing issues, nor making future releases.

Please refer to the new project: Cardinal C++ Rewrite


Cardinal

Cardinal Core Website (Hosted via Github Pages)

Cardinal is a scalable distributed event driven MMORPG Server framework used to provide development simplicity through event definitions and provides Terraform for all major CSPs to deploy Kubernetes pods and supports AWS ECS.

GitHub last commit Master Branch Build GitHub Workflow Status (branch)

GitHub GitHub top language GitHub code size in bytes

Live Development Stream: Twitch Status
Feel free to pop on, ask questions, and chat.

Basic Setup.

  1. $ cd Core.
  2. $ dotnet build.
  3. $ cd ../Worker.
  4. $ dotnet run.

Running Unit Tests.

  1. $ cd CoreTest && dotnet test && cd ../.

Generate Coverage.

  1. $ cd CoreTest && dotnet test --collect:"XPlat Code Coverage" && cd ../.

Expected Features:

  • Dockerfile for each Node.
  • Compose.yaml file to instantiate development environment.
  • Build scripts to control creating own images and publishing to docker.
  • Terraform to create and maintain your own deployments.
  • Cloudformation (An extension of the above.)
  • Kubernetes configuration to deploy your own K8 pods.
  • How to use guide.
  • Tutorials.
  • Verbose Development Documentation.