Java for-loop problem
- by Dan
OK so here's my code: http://so.pastebin.com/9swaiuRy
The problem is that I am trying to make certain tiles blocked so the player cannot walk on them. However, it's only reading the FIRST tile which is board[0][0] and everything else is not checked....
What am I doing wrong? :(
Thank you.