Frogger Refactoring
Coding Challenge #72.4
In this follow-up to the Frogger coding challenge, I attempt to refactor the code to make it more modular, readable, and scalable.
Community Contributions
- Frogger in Processing by Jaysonmaw (Source Code)
- Frogger in p5js by mdbrim (Source Code)
You can also add your own version! (See how)
Other parts of this coding challenge
Links discussed in this coding challenge
Videos discussed in this coding challenge
- Video of the Gameplay by Artificialraven
- My Video explaining 'Overloading'