Mixed Messages with Pete and Rob!

So the goal of the project was to have two initial arrays, one containing two strings to suggest whether you are the dark side of the force or light (Star Wars theme). The other array contained names of planets in the star wars universe.

Then we had a few arrays to create random names using consonants, double consonants and vowels.

We then had a function (getName) that acted as a randomizer and several variables to create a name, give you a planet and choose your side with this randomizer function.

This was pretty straight forward and we managed to use gitbash to create a master branch and our own branches to bounce ideas back and forth that we wanted to add in.

Our code is below!