rpgwizard
rpgwizard copied to clipboard
Split Compiler and Engine functionality into separate modules
trafficstars
At the moment the code used to compile a user's game is bundled in with the engine module to make opening the game in the engine simpler. This tightly couples them together and increases the size of compiled games unnecessarily.