/Crossing-Game

Javascript Crossing Game

Primary LanguageJavaScript

Cross The Street JavaScript Game

A simple retro game based on the concept of frogger using vanilla Javascript/HTML/CSS.

Description

An in-depth paragraph about your project and overview of use. This simple game help reinforce basic understanding of using vanilla javascript/HTML/CSS. This project also help enhance project plannning skills, problem-solving skills, and designing skills.

Getting Started

Dependencies

none

Installing

Fork and clone the repository to your directory. Load the "Index.HTML" files.

Executing program

The game require the player to use the arrow keys to move the yellow block. Move the yellow block toward the green safe zone without getting hit by the moving black blocks. Each time you reach the safe zone you will be rewarded with 25points. To beat the game you must get 100 points or reach the zone 4 times. You will only be given 3 tries indicated by the 3 hearts(lives) on the bottom left corner. If you lose all three life restart the game by clicking on the "restart game" button located on the bottom right corner. If you win the game and want to play again, click the restart button.

code blocks for commands

Help

Any advise for common problems or issues.

command to run if program contains helper info

Authors

Kevin Wu GitHub: KdoubleU;

Version History

License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.