Bibarella / Udacity-Classic-Arcade-Game-Clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classic Arcade Game Clone Project

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 by using the arrow keys. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.

Usage

In order to play the game properly, consider the following steps:

Clone project:

$ [sudo] git clone git@github.com:brenopolanski/udacity-classic-arcade-game-clone.git Serve the application:

$ [sudo] python -m SimpleHTTPServer Open the game:

$ open "http://localhost:8000"

About


Languages

Language:JavaScript 97.7%Language:HTML 2.1%Language:CSS 0.2%