Posts by user9165 • 63 points
2 posts
-
4
votes1
answer551
viewsQ: Iteration gives Concurrentmodificationexception error by including more than one button
I have this little game that I’m developing where the character goes through buttons that will remove barriers so that it can access other areas of the maze. I created two lists, one for the fences…
-
2
votes2
answers115
viewsQ: Removing object from Arraylist, object is still there
A friend and I are creating a game in which the character captures coins and earns points. I created an Arraylist of coins and when the character rectangle intersects with the rectangle of the coin…