Open m3data opened 1 month ago
At the moment a heap of the game logic is in the script.js file. For the purposes of improving maintainability, readability, and making it easier to extend the game in the future I propose we separate this into distinct files. For example:
script.js
At the moment a heap of the game logic is in the
script.js
file. For the purposes of improving maintainability, readability, and making it easier to extend the game in the future I propose we separate this into distinct files. For example: