Skip to content

Commit 7da1cf2

Browse files
authored
Update README.md
1 parent 7ad09bb commit 7da1cf2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
[psandwich.io](https://psandwich.io)
22

33
![](/sandwich/screenshots/example.png)
4+
5+
### Development Info.
6+
This is an input validator and data display GUI written in HTML, Javascript and CSS and hosted on github.
7+
8+
The data was generated externally with a brute force algorithm written in C++ and compiled with Visual Studio.
9+
10+
All possible 75602251018 ingredient combinations were filtered into the shortest combination (least fillings) for a particular power result using the rules explained [here](https://pastebin.com/p9XhUB0A).
11+
12+
Then, a secondary program sorts and filters the results which are saved as data to JSON files with a specific filename format.
13+
14+
The C++ source code is not publicly available.

0 commit comments

Comments
 (0)