Skip to content

nickverschueren/AkkaMjrTwo

 
 

Repository files navigation

Coders Guild Workshop - CQRS & EventSourcing with Akka.NET

This is the second Akka.NET workshop.

In this workshop we’ll create a really simple (yet complete) event-sourced game. The rules are:

  • game creator specifies players taking part
  • each player, one after another, has an opportunity to roll the dice
  • each player’s opportunity to roll is timeboxed, if a player didn't roll on time, his opportunity is gone
  • winners are all players that rolled the highest number

This workshop is a .NET Core 3 port based on https://scalac.io/event-sourced-game-implementation-example-part-1-3-getting-started/

DISCLAIMER:
The code in this repository is created to demonstrate some core concept about CQRS and Event Sourcing using Akka.NET in the context of a workshop, this code is far from production-ready!

About

Second Akka.NET Major

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.5%
  • JavaScript 10.2%
  • HTML 6.2%
  • Other 0.1%