added basic construct to keep on turning puzzle piece. non functional as of yet.
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
	int cols=40, rows=40;
 | 
			
		||||
	int cols=10, rows=10;
 | 
			
		||||
	//some basic part stuff
 | 
			
		||||
	vector<Part> myFirstPuzzle;
 | 
			
		||||
	Part myFirstPart;
 | 
			
		||||
@@ -24,7 +24,7 @@ int main()
 | 
			
		||||
	//undo everything and make this puzzle fucking imba hard!!!
 | 
			
		||||
	//need 40x40 for this, so check your status
 | 
			
		||||
 | 
			
		||||
	makehard4040puzzle(myFirstBox);
 | 
			
		||||
	//makehard4040puzzle(myFirstBox);
 | 
			
		||||
 | 
			
		||||
	//some advanced solver stuff
 | 
			
		||||
	vector<LogEntry> log;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user