Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.03 KB

Frogger

This repo is the p5.js version of the code from the Frogger coding challenge.

Video Tutorials

  1. Part 1
  2. Part 2
  3. Part 3
  4. Part 4 - Refactoring

Play the game!

https://codingtrain.github.io/Frogger/

Contributing

All contributions are welcome - it is recommended that you check the issues to see if there is a feature that you could implement, and open a pull request once you have.

Other Versions

Another choice is to take the code and go your own way with the design, and that's completely fine! What follows is a list of such repositories. If you want to be added to the list, then either open an issue and we will add your repository or you can open a pull request editing the readme.

  • Add your name and link to this list.

Ports To other Languages

  • Shaun Husain (C++ port) - GitHub