Great, thanks.
C# is case sensitive, you need to capitalise the “C” in the OnCollisionEnter2D() method, at the moment, your method OncollissionEnter2D() will not be being called by anything, as such, the method SimulateWin() is not call either.
See also;
- Forum User Guides : How to apply code formatting within your post