Hello everyone!
I'm sorry to bother you all, but I really need your help. I'm an economy and management student at uni, but somewhy I have to deal with programming.
We got a task that looks like this:
There's a 5x5 sized field where there are 8-8 disks for both side.
|x|x|x| | |
|x|x|x| | |
|x|x| |o|o|
| | | o|o|o|
| | | o|o|o|
You can move to the adjacent fields and jump over the other disks if there's an empty space behind them.
The thing is I have 0 interest in programming and I just want to get over with this.
I have to do it with visual studio and in windows forms.
Any help would be much appreciated and I'd be so grateful if some of you sent me an actual solution.
Thank you!