
JavaScript / jQuery GameDev Tutorial: Catch the Eggs
video description
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















