File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This is a project that I've been working on for a while. With many tests I decided that it was stable enough to be released.
44
5+ My goal with this project, is to ** compute unique non meta comps** to explore and see how good they might be
6+
57Bug testing is required !
68
7- Note: Project uses Newtonsoft.Json, get it in VS by doing: Tools > NuGet Package Manager > Manage NuGet packages for Solution...
89
910![ immagine] ( https://github.com/dragitz/TFT-Comp-Creator/assets/8062792/b3600b69-1802-45fa-ba6b-98d4098b7f52 )
1011
1112
12-
13-
1413## Features
1514* #### n choose k algorithm (no more hashing)
1615
@@ -42,16 +41,14 @@ Note: Project uses Newtonsoft.Json, get it in VS by doing: Tools > NuGet Package
4241
4342* #### Brute All Champs
4443
45- Brute force every possible comp, node depth is ignored
44+ Brute force every possible comp, node depth is ignored (slow option)
4645
4746## Bugs n' stuff
48- Optimizer tab will not obey to the rules set in the inclusion / exclusion tab
4947
50- ## Design
5148
52- It sucks I know, but it has never been my objective.
49+ ## Design
5350
54- As long as it's minimalistic, I'm happy with it !
51+ Not my primary objective, program needs to work !
5552
5653## LICENSE
5754
You can’t perform that action at this time.
0 commit comments