Merineth πΈπͺ
Othello WPF game
I'm absolutely desperate for some help. I'm triyng to make a othello game for like 6 months now but i just don't know what to do and i just want to finish this godforsaken assignment.
The video shows how far i've come.
385 replies
β
Exception handling
I'm trying to understand exceptions but i'm having a hard time.
So when an error occurs in my program. For example :
If the input here in this case wasn't an integer but a string. The program would crash right?
And to prevent it from crashing we use exception handling with
try
and catch
?31 replies