levelMaker #36

Merged
tonitch merged 3 commits from levelMaker into master 2023-05-03 17:29:11 +02:00
Owner

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 into FileParserFactory.loadMapFromFile(File f)

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 into `FileParserFactory.loadMapFromFile(File f)`
tonitch added the
Important
enhancement
labels 2023-05-03 00:14:56 +02:00
tonitch added 3 commits 2023-05-03 00:14:56 +02:00
Level Maker base without grinder
All checks were successful
continuous-integration/drone/push Build is passing
0fc28556d3
First level Maker (could be better tho)
All checks were successful
continuous-integration/drone/push Build is passing
c0e4f311a8
+ one exemple level11

Signed-off-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Delete 'app/src/main/resources/level11.level'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
174af9c4c8
tonitch requested review from Mat_02 2023-05-03 10:17:31 +02:00
Mat_02 approved these changes 2023-05-03 15:16:53 +02:00
tonitch merged commit f1519ba40c into master 2023-05-03 17:29:11 +02:00
tonitch referenced this issue from a commit 2023-05-03 17:29:11 +02:00
Sign in to join this conversation.
No description provided.