TimothyMothra / D2WeaponReport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2 Weapon Report .NET Build And Test Build and Deploy

www.d2weaponreport.com

https://twitter.com/D2WeaponReport

This repo is a hobby project and practicing the skills/tools/technologies I use in my day job. I'm unable to guarentee any quality service at this time.

Destiny 2 Weapon Report attempts to objectively grade weapons based on its metadata. The information provided should not be trusted for actual gameplay.

This codebase is sloppy because I'm working in short bursts of large rewrites. "Perfect is the enemy of done." I define a theory and then start exploring raw data from the manifest while looking for interesting insights.

Resources

Contributing

Journal

Prerequisite

Initialize local environment

To get started you must initialize the local environment. This will download the latest manifest db from Bungie. Unit tests expect this file.

  1. Run these command using the cli:

    dotnet run --project .\src\InitEnvironment\InitEnvironment.csproj
    
  2. Now run this command to execute all tests. This will confirm that the environment has been initialized.

    dotnet test .\src\Tests\Tests.csproj
    

About

License:MIT License


Languages

Language:C# 86.1%Language:HTML 12.4%Language:CSS 0.9%Language:JavaScript 0.5%Language:TypeScript 0.1%