School Project based on Cats Organized Neatly http://school.debucquoy.me/
Go to file
Debucquoy Anthony f1519ba40c
All checks were successful
continuous-integration/drone/push Build is passing
levelMaker (#36)
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)`

Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Reviewed-on: #36
Reviewed-by: Mat_02 <diletomatteo@gmail.com>
2023-05-03 17:29:10 +02:00
app levelMaker (#36) 2023-05-03 17:29:10 +02:00
gradle/wrapper adding missing wraper 2023-03-04 14:21:14 +01:00
JournalDeBord Bug journal de bord 2023-04-21 21:00:46 +02:00
misc pre-commit script for linux 2023-03-04 10:47:07 +01:00
prototypes fix the issue about the position of the footer 2023-04-02 23:37:35 +02:00
.drone.yml File Parser for levels (#18) 2023-04-21 20:00:15 +02:00
.gitattributes Default gradle implementation + openjfx 2023-02-20 15:15:48 +01:00
.gitignore Adding idea and pref to .gitignore 2023-02-24 13:55:29 +01:00
gradlew pre-commit script for linux 2023-03-04 10:47:07 +01:00
gradlew.bat Default gradle implementation + openjfx 2023-02-20 15:15:48 +01:00
README.md Update 'README.md' 2023-03-04 16:15:42 +01:00
settings.gradle Default gradle implementation + openjfx 2023-02-20 15:15:48 +01:00

School_Project

Build Status

School Project based on Cats Organized Neatly