Gabriel-Gravin / Teamwork

Platform jump game
MIT License
0 stars 0 forks source link

Migrating to OOP | Teamwork Game! #5

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

Migrating to OOP | Teamwork Game!

Integrating OOP

https://gabriel-gravin.github.io/Teamwork/2023/10/11/OOP.html

Gabriel-Gravin commented 10 months ago

Starting integration. Created a character file in its own js file with all of its characteristics. I then used character file in this file to try and create link and all of his movements inside of this main file. I had to learn how classes worked and then integrated that knowledge to this file. Never got link to show up and be able to move around because of some unknown bug. I think my code was super close to working but I couldn't figure out how to fix it.