BrentAureli / SuperMario

Source Code from my Creating Super Mario Bros YouTube Tutorials
https://www.youtube.com/playlist?list=PLZm85UZQLd2SXQzsF-a0-pPF6IWDDdrXt
424 stars 246 forks source link

Refactoring - use Command Design Pattern #14

Open mlemaudit opened 8 years ago

mlemaudit commented 8 years ago

Hello @BrentAureli,

I think it would also be a real improvement to the code using the Command Design Pattern as it is explained here : http://gameprogrammingpatterns.com/command.html

Regards, M