Skip to content

BlankFoxGirl/cardinal

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.

Note: I have made the decision to resume maintaining this codebase and focus my efforts on supporting Unity based development on C#. Checkout the repository https://github.com/Foxables/modular-unity which introduces a facinating approach to event driven modular development of Unity games enabling copy-and-paste modules with automatic initiation. I will be writing a module for Cardinal and publishing it specifically for this intriguing architectural approach to Unity. The module will be extendable for your customised server. In addition, I will be producing a functional MMO RPG server and client which uses Cardinal Framework and Modular ED Unity over the next few months which should provide a good foundation to work with and possibly publish it in the Unity Store.

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors