By Mark Lee (Fall 2019)
This is a game that I made for my college's writing course WCWP 10A. The topic of the class was "climate change doubt," so my goal with this project was to inform the user of climate change effects (hurricanes and forest fires) and preventive measures (composting, dieting, and unplugging electronics).
The project was just for fun and I got to play around with inheritance as I revisted and cleaned up old code that I used for my Galaga2.0 project which turns out to have spaghetti code. I didn't get to refactor everything but it should be cleaner.
The game is written in C++ and uses SFML for graphics and bazel for building. If you wish to run the game on your computer, follow the following steps:
Run git clone https://github.com/minhoolee/SaveTheWorld.git
Run bazel run //:save-the-world-main
in the SaveTheWorld directory