added codebase. changed folderstructure
This commit is contained in:
		@@ -1,13 +1,4 @@
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <bitset>
 | 
			
		||||
#include <cstdlib>
 | 
			
		||||
#include <time.h>
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <algorithm> 
 | 
			
		||||
 | 
			
		||||
#include "header/input.h"
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
#include "header.h"
 | 
			
		||||
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
@@ -16,4 +7,9 @@ int main()
 | 
			
		||||
	myFirstPart.setConnections(0b00101000);
 | 
			
		||||
	myFirstPuzzle.push_back(myFirstPart);
 | 
			
		||||
	cout << "Hello World" << endl;
 | 
			
		||||
	randomBox myFirstBox(2,3);
 | 
			
		||||
	myFirstBox.createRandomPuzzle();
 | 
			
		||||
	myFirstBox.shuffle();
 | 
			
		||||
	myFirstBox.printPuzzle();
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user