/familiarly-froggy

Familiarly Froggy is another take on the classic Frogger game

Primary LanguageJavaScript

Familiarly Froggy

Table of Contents

Installation

  • Download the contents of this repository by clicking "Clone or download." From here, you may clone the repo using SSH/HTTPS or download the files in a .zip folder. Once completed, open the downloaded folder and navigate to the index.html file (double click or open directly in your web browser).
  • Alternatively, you may play the game without downloading the files by navigating to this project's GitHub Pages link.

Instructions

  • In this game, there are bugs (the automated enemies that each move at different speeds) and a man (the user controllable player).
  • The goal of the game is to move the player from his starting point to the water without letting any of the enemies touch him.
  • You can move the player up, down, left, and right using the arrow keys to avoid the enemies.
  • If your player does collide with a bug, he will be sent back to his starting position.
  • If your player makes it to the water, a modal will appear, congratulating you and offering the chance to replay.

Contributing

Dependencies