levelMaker #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "levelMaker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a really simple and not efficient level Maker to build levels.
you have to run the main method in FileParserFacotry.java with your idea and respond to all the questions. it's painfully slow but less than doing it by hand on a paper I guess.
I added level11.level as an example for where to put the level when finished.
To access it you have to do:
new File(getClass().getResources("level11.level").getFile())
and put it intoFileParserFactory.loadMapFromFile(File f)