Skip to content

Random cricket score simulator based on weighted probability of each run scored for player

Notifications You must be signed in to change notification settings

virubelgur/CricketScoreSimulator

Repository files navigation

CricketScoreSimulator

Random cricket score simulator based on weighted probability of each run scored for player

Key Points

  1. Domain Driven Design (DDD)
  2. Reusable
    • Entire game logic can be reused, only need to build front-end based on the available domain contract to support Mobile/Web application.
  3. Configurable match settings
    • MatchSettings can be updated any time without re-building application
      • Team/Players name, number of overs, players probability & everything related to match can be configured.
  4. .Net Core framework
    • Allows cross platform for application
  5. Cumulative Probability Distribution
    • One of the reliable and fast algorithm to find random number by given probability

How to build

Dot net build with VS2019 and .Net Core 3 framework installed will work.

About

Random cricket score simulator based on weighted probability of each run scored for player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages