I need to implement a scoring system on a game I have to make for my VB subject.

Basically player starts with 100pts.

Everytime they win ie 'win'light up in a given label, the player gains 10 points.

Everytime they lose ie 'lose'lights up in a given lable, the player is deducted 10 points.

Now how the hech would I do this?

Any Ideas?