VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
JavaScript / jQuery GameDev Tutorial: Catch the Eggs

JavaScript / jQuery GameDev Tutorial: Catch the Eggs

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
This tutorial shows how to code a Catch the Eggs game using HTML, CSS, JavaScript, and jQuery. -Live demo : https://arshadasgar.github.io/eggs -Github: https://github.com/arshadasgar/arshadasgar.github.io/tree/master/eggs -Video by Very Simple TUTS. Check out their YouTube channel for more simple tutorials: https://www.youtube.com/channel/UCFfUusJRDkyRQqMBOpJ05cg aniket: Awsome !!
here is the code that stops the negative value for score (-1). correct me if m wrong.
function degrement_life()-
life--;
life_span.text(life);
if(life < 0) -
life_span.text(0);
-
-

Date: 2022-03-14
Add a review, comment






Other channel videos