Classic-Arcade-Game-Clone

Overview: Game Basic Functionality

In this game you have a Player and Enemies (bugs). The goal of the player is to reach the water, without colliding into any one of the enemies.

The player can move left, right, up and down The enemies move at varying speeds on the paved block portion of the game board Once a the player collides with an enemy, the game is reset and the player moves back to the starting square Once the player reaches the water (i.e., the top of the game board), the game is won.

Contents:

Live Demo

https://codingmommy.github.io/Classic-Arcade-Game-Clone/

Development

HTML & CSS HTML5 Canvas JavaScript

Getting started

  1. Open the index.html file in explorer.
  2. Click inside the game area to play.