Gabriel-Gravin / Teamwork

Platform jump game
MIT License
0 stars 0 forks source link

Using Mr. Mort's code to Integrate #6

Open Gabriel-Gravin opened 10 months ago

Gabriel-Gravin commented 10 months ago

Started integrating using Mr. Mort's Alien World code. Started by putting all his files into my teams repository. After having all his files I started by changing the code in order to get my project in. Imputed the background by changing the file location to my background. It was a challenge to integrate the logic on how my background moves with Mr. Mort's code and how his background moves because my logic was different. Hardest part was understanding how the logic works when it is inside of a class. Working out how to create the variables and call the variables using "this." before the variables.