MlogRuntime is an attempt to recreate mindustry logic outside of Mindustry, complete with a world and rudimentary unit controls.
HOW TO USE IN THE TERMINAL:
- Make sure you are in the current directory (the directory this file is in).
- Make sure you downloaded every node module listed in package-lock.json. If you are tired of scrolling down in each one, these are the commands used to import all of the modules used.
npm install prompt-sync
- If you want to test features, you can run one of the commands below:
node ./Tests/testFeatures.js npm test
- If you want to test out Mindustry Logic code yourself, you can use the provided terminal interface. You can use one of the commands below:
Also, use the Cheat Sheet, if you want a list of every custom command.
node ./terminal-interface.js npm run emulation