Skip to content

imranhsayed/javascript-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Workshop 🔥

JavaScript Concepts.

JavaScript game

Optimum game setting for max fun.

		this.ballCount = 1000; // No of balls in the game.
		this.dropBallSpeed = 0.5; // At what speed the balls should drop.
		this.dropBallFrequency = 500; // At what intervals next ball should drop after the previous one.
		this.shootEvent = 'mouseover'; // can choose what you like, for tutorial 'click' is used, but mouseover is better.

About

🔥 JavaScript Beginner to Advanced Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published