IMP1 / turn-based-tactics

A strategy game made in java that hopefully will play like a cross between an RTS like starcraft and a TBS like Advance Wars
0 stars 0 forks source link

Split Data Up #12

Open IMP1 opened 8 years ago

IMP1 commented 8 years ago

It's a bit of a big ol' class. Split it up into DataLevel which loads all the level data (and reads a level) That way you can split readLevel up into bits, which makes everything easier to understand coming back to it.