Skip to content

code-mvp/breakout-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified the game after watching the first project at greatcodeclub.com

Simple Rules:

If the ball hits the wall with a "red" ball inside an additional ball appears on the screen. Please note this is not the primary ball though.

Losing is determined if the primary ball, which is the ball, with a circle marker inside touches the ground.

NOTE

I am about to refactor the app based on feedback and some common practices. This was just a quick prototype created for demonstrating HTML5 game development to my 8 year old nephew.

TRIAL RUN

In breakout.js set the following to true to execute the game in trial mode. In trial mode, the player doens't lose, even if the ball touches the ground.

this.trialRun = false;

About

A simple HTML5 breakout game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published