Forum: Java Jul 3rd, 2006 |
| Replies: 6 Views: 2,079 Yes, you're right, I have a text file that is about 6x8 and is full of # and ^ characters that are supposed to represent objects (each with their respective classes, Desert and Mountain). Here's a... |
Forum: Java Jul 3rd, 2006 |
| Replies: 6 Views: 2,079 I unfortunately cannot use Map class, I'm supposed to use a 2d array. :mad: I'm gearing towards this to instantiate my 2d array, hyrule, with MapSpace objects.
//reads in from a text file line... |
Forum: Java Jun 30th, 2006 |
| Replies: 6 Views: 2,079 Hey there. I have working code that reads in a text file into a 2d array. The text file holds symbols that make up a map for a game. I'm trying to assign each of the symbols (like ^, for a mountain)... |
Forum: Java Jun 22nd, 2006 |
| Replies: 1 Views: 7,564 Hey, I'm a beginner programmer and have been grinding my teeth over this one specific part of my program for hours and have finally admitted to myself that I need help.
Here's the problem:
I have... |