skyre5 / Elite-Hockey-Manager

A C# hockey manager to simulate hockey league results as well as player development over multiple years through draft and trade
MIT License
1 stars 0 forks source link

Elite-Hockey-Manager

A hockey management simulator built in c#. Simulates all facets of an entire league ranging from 6 to 32 teams through multiple years. Each year features a new regular season, playoffs, draft, and free agency. Custom or randomly created players make up the league and progress in their skill ratings through the years based on skill level and age.

Game Image

Features

Goals

Requirements

Visual Studio or any Development enviroment with

- .NET Framework 4.5 or higher
- C# 7.0 or higher

Instructions

  1. Download or clone project
  2. Open project in Visual Studio
  3. Right click on Elite Hockey Manager project name and select Manage NuGet Packages
  4. Download missing packages (Newtonsoft.Json and NUnit packages)
  5. You are good to go!