Tally counter

Creations

jicehel

NEW 5 years ago

Super LoganRen et merci pour ta création  ;)

sentinel87

NEW 5 years ago

Nice tutorial. For addition (in the terms of exercise) you should also add condition to prevent drawing rectangles in the case of the negative (-) number. :)

if(gb.buttons.pressed(BUTTON_DOWN)){
    if(counter!=0)
      {
        counter--;
        gb.sound.playCancel();
      }
    }

Sorunome

5 years ago

Nice tutorial. For addition (in the terms of exercise) you should also add condition to prevent drawing rectangles in the case of the negative (-) number. :)

The library itself already prevents drawing of pixels off-screen!

Sorunome

NEW 5 years ago

sentinel87 sentinel87

Nice tutorial. For addition (in the terms of exercise) you should also add condition to prevent drawing rectangles in the case of the negative (-) number. :)

The library itself already prevents drawing of pixels off-screen!

sentinel87

5 years ago

OK :)

sentinel87

NEW 5 years ago

Sorunome Sorunome

OK :)