improved random generator, made information call from Part more direct

todo: add indexing to puzzlepieces and all four rotation into puzzlebox (or maybe only log?). this needs to be done for random algorithm and for realPuzzle
This commit is contained in:
Raphael Maenle
2017-12-21 13:07:01 +01:00
parent bd07d291db
commit 86c4e26bc7
6 changed files with 40 additions and 24 deletions

View File

@ -13,7 +13,6 @@ int main()
//some advanced solver stuff
vector<LogEntry> log;
vector<Part*> p_myFirstBox;
Puzzle puzzleMat(cols, rows);
puzzleMat.createRandomBox();