(click on statement.pdf
above to view the complete unessay project statement)
a text-based game where you manage a microgrid!
a simple download will (hopefully) be coming soon! in the meantime, if you'd like to run micromanager on your own computer, you may be able to do so by following these steps:
(note: you must have java installed on your computer)
- clone the repo (if you don't know what this means, scroll up, click the green
code
button, then clickdownload zip
. from there, open yourdownloads
folder and double-click on the.zip
file. - open your computer's command line or terminal, and set it to full screen.
- copy and paste the following script into your command line/terminal:
- for
mac
users:
cd downloads/micromanager-main/bin; java Micromanager
- for
windows
users:
cd downloads\micromanager-main\bin && java Micromanager
- for
...press enter, and that should be it!