/Collision-Detection-Project-WPF

This project will demonstrate how to do a simple collision detection inside of WPF and C# using Rectangles in a Canvas.

Primary LanguageC#Apache License 2.0Apache-2.0

WPF C# Tutorial – Hit Testing with Multiple Rectangle Objects

In this tutorial we will be learning how to detect two different rectangles inside of WPF and C#. Object collisions are crucial to games development and without them we cannot tell when the two objects are colliding for each, we need this function for each example we land a character on platform, pick up a coin, hit an enemy or door etc. This tutorial we show you a quick overview of how manually program this behavior inside of WPF and C#. Hope you enjoy this tutorial and happy programming. Moo Out.

Video Tutorial -

Written Tutorial -

https://www.mooict.com/wpf-c-tutorial-hit-testing-with-multiple-rectangle-objects/