Posts by Arthur Henrique • 27 points
2 posts
-
-1
votes1
answer940
viewsQ: Naval battle program c#
I have to make a naval battle game for college using windows Forms in visual studio, the problem is that I could not understand the logic to generate naval battle maps, I can not think of a way to…
-
2
votes1
answer1122
viewsQ: Browse Arraylist of object objects and compare c#
I was wondering how I can reuse the object I put into an array list because I can’t compare it to anything, and how I compare an object inside it to another, in this college program the goal was for…