Hey, we are two students and we´re currently creating a sort of space game, where you have to lead a rocket through meteors to the safe space-shuttle. Throughout the journey, there will be 3 stars (yes this is inspired by Mario lmao) and we want to add the counter for those three stars. Like you get the first star -> the counter says "Congrats, you´ve found 1 Star!" and then another and the 1 goes up to 2 and so on. We already tried some stuff but "private int score = 0" wont work and we don´t know why so we are looking for answers here :)