Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 902 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 902 Bytes

Simulation-SportsChampionships is a test Blazor WASM (WebAssembly) applicaion that showcases how to perform basic monte carlo simulations with specific rules. This allows a user to quickly analyze the probabilities of making the playoffs or winning a championship in a particular sports decade.

Live Demo Web Site (Static Website Host - Azure Static Websites - .NET 6): https://sportsleaguesimulator.azureedge.net/

Technologies Used: Blazor WASM (WebAssembly), .NET 6, C#, Math.NET NuGet Package for statistics, D3.js for visualizations

Note: Both sites work on mobile devices with enough RAM. Early 2018 phone models should work. For example, iPhone 8 Plus will give a stack memory error iPhone X, 11 and 12 will work fine.

Simulation-SportsChampionships