I have just started proggramming in c#. I have created a platformer game and i was wondering if anyone could tell me how to have some text on the screen that shows how many of the collectable "coins" are left. If someone could give me some advice on how to do this it would be appreciated.

what design package are you using? If you are new to C# but have already built a working platform game i'm gonna assume you are using XNA Game Studio, or the like. If so it is probably a software specific problem.

In c# winforms you would either use a Paint method on your form or add a label/textbox. In console app you would use Console.Write() method.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.