Random cricket score simulator based on weighted probability of each run scored for player
- Domain Driven Design (DDD)
- Reusable
- Entire game logic can be reused, only need to build front-end based on the available domain contract to support Mobile/Web application.
- Entire game logic can be reused, only need to build front-end based on the available domain contract to support Mobile/Web application.
- 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.
- Team/Players name, number of overs, players probability & everything related to match can be configured.
- MatchSettings can be updated any time without re-building application
- .Net Core framework
- Allows cross platform for application
- Allows cross platform for application
- Cumulative Probability Distribution
- One of the reliable and fast algorithm to find random number by given probability
- One of the reliable and fast algorithm to find random number by given probability
Dot net build with VS2019 and .Net Core 3 framework installed will work.