Skip to content

yaroslavkhudchenko/Arcade-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade-Game

Main goal:

Main goal of the game is to earn as much points as possible by avoiding enemies to reach the top highest position of the game field.

Basic Information

Lives

1. Player has 3 lives.
2. Each time player have a collision with the enemy it looses 1 life.
3. When there are 0 lives left the game ends with the final screen.

Points

1. Each time player reaches the water **+100 points** counted.
2. Number of points at the end of the game is the player result.

Enemies

1.Enemies apperead with the random speed.
2.Collision with the enemy reset player position to the beggining.
3.There are no possibility to kill the enemy or to avoid loosing life while collision happend.

Mechanic

1.Player should use **arrow keys** to control the game avatar.
2.Other keys are not allowed and would do nothing.

About

Arcade game created on canvas with the Object Oriented Javascript. The main idea off the game is to achieve the highest point of the game area to receive a point(as many as possible). If running enemies touch the player avatar player loose 1 life ( 3 lives at the beginning)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors