CarloArnone / IS23-AM36

Ids Project 2023
1 stars 0 forks source link

dont hard code path #5

Closed ingconti closed 7 months ago

ingconti commented 1 year ago
    simulation = new File("src/main/resources/TestCommands/" + simulationName);

use "resouces" tricks. (as per JSON)

CarloArnone commented 1 year ago

as for the colours we will create a resources enum to put everything in it.

ingconti commented 1 year ago

but pay attention too PATHS when using resources. (we have sample about..)