Create a simple Clicking Game With WPF C# in Visual Studio
Moo ICT
In this tutorial we will make a clicking game inside of Visual Studio using WPF and C# programming. A clicking game is where you only use the mouse to click on different objects when they appear on the screen. In this game we will do just that using native WPF controls.
Source Code and Sound Files - https://www.mooict.com/wpf-c-tutorial-create-a-simple-clicking-game-in-visual-studio
With WPF we are able to create Ellipse or circles on the screen and use C# logic to place that circle to the screen and scale it over time. The idea behind this game is to click on as many circles as possible before the player health runs out and you will get a score for each item you clicked and the game will also show your last score from the game play. This is a fun game to make and to learn some of the core functionalities of games development inside of WPF and C#.
As always happy programming. ... https://www.youtube.com/watch?v=BbWgUaS60yE
74037804 Bytes