Skip to content

cat-street/24h-balloons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balloons Popping game

Vanilla JavaScript test assignment project

Game Preview

About

A simple vanilla JavaScript balloons popping game with a little CSS. Controls: left and right arrows.

Assignment conditions

  • Balloons are generated with random size/color/speed (currently, speed depends on the size of a balloon)
  • There is a needle at the top of the game screen. Player can move it left/right
  • If a balloon contacts with a needle, this balloon pops, and the user score increases
  • There is a reverse countdown of 1 minute. Balloons stop generating when the time is up
  • Balloons quantity should increase and their speed should increase over time (currently, balloons are generated in an interval which reduces every 15 seconds)
  • There is a random wind effect from the left or the right side of the game screen
    • The wind is stronger at the side it is blowing from
    • Balloons can't be blown out of the game screen, they should stop at the border
  • When all the balloons moved across the upper game screen border, a counters with all popped and all missed balloons must be shown

Releases

No releases published

Packages

No packages published