This repository is a project for COP 3530 (Data Structures and Algorithms).
First, clone this repository.
git clone https://github.com/kevin8999/galaxy-colonization-simulator.gitSecond, change into the folder's directory.
cd galactic-colonization-simulator/Third, create a build/ folder and build the project.
mkdir build
cd build
cmake ..
makeFourth, run galaxy_generator.
./galaxy_generator