Instead, store a JSON file of the test map in the project files.
Code that populates the test map should be moved to its own class and should work on any given save file.
Task list:
[ ] Store a clean save file of the test map in the project files
[ ] Create a 2nd, different test map for testing and store a save file for that one too
[ ] Create a new class that takes a save file and populates it according to given game rules
[ ] When starting a game, load the clean test map save file and use the new class to populate it
[ ] You can load the 2nd test map instead of the 1st test map and it works too
[ ] Remove the scenario folder and all of its contents; also remove the GameFromScenario class
Instead, store a JSON file of the test map in the project files. Code that populates the test map should be moved to its own class and should work on any given save file.
Task list: