Skip to content

CodingTrain/Frogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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