Skip to content

TimothyMothra/D2WeaponReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages