a text-based game where you manage a microgrid!
- in this game, you'll navigate the excitement, challenges, and conundrums of managing a small-town microgrid
- you'll learn all about how microgrids work (with their many benefits and drawbacks) and weigh decisions that face real policymakers and public servants who deliver power to the public
- plus, you'll have help from a lovely assistant (probably) named bub
- you've gotta have java installed on your computer
- clone the repo with
git clone https://github.com/nknish/micromanager/ - make your way over to the proper directory with
cd micromanager - finally, start the game with
java -cp bin:lib/gson-2.11.0.jar Micromanager
(you should also totally make your terminal exactly 80 chars wide for the best experience)
- it's all java (because object-oriented programming is cool!)
- the story is stored in a bunch of json files to keep it nice and flexible
- google's gson library
- abby carroll taught an awesome class that made this project happen
- my main microgrid-related sources are in sources.txt