Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 766 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 766 Bytes

Player Ratings

Elo based rating system for two players games: table football, tennis, go and etc. Includes management for leagues, players, matches. Additional statistics: win rate, goals against/for, loose/win streaks.

The project is availabe at http://elo.su. Feel free to join.

Built with

  • ASP.NET Core 6.0
  • MVC
  • Bootstrap 3
  • MS SQL Server or SQLite
  • Entity Framework Core

Requirements

.NET 6

How to Run?

  • Install .NET 6
  • Install Bower and run "bower install" OR Extract lib.zip to the wwwroot folder
  • Run "dotnet restore" and "dotnet run"

Authors

  • Yakov Lilo - Initial work - jacob-l

Acknowledgments